Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Path string
LeftPath string
RightPath string
Repo string
Ref string
RefOrig string
DiscoveryMode string
MaxDiscoveryDepth int
MaxDiscoveryDepthSet bool
DiscoverKustomizePaths []string
DiscoverIgnores []string
ChangedOnly *bool
ChangedOnlyIncludes []string
ChangedOnlyIgnores []string
StrictChangedOnly bool
Strict bool
ProjectDiagnosticsMode diagnostic.ProjectDiagnosticsMode
ValidateLuaHealth bool
Unified int
StripAttrs []string
ShowIgnoredFields bool
Offline bool
RefreshCharts bool
ChartCacheDir string
ChartCredentials chart.ChartCredentials
RepoMaps []source.RepoMap
GitCacheDir string
RefreshGit bool
GitCredentials source.GitCredentials
RefreshRemoteResources bool
RemoteResourceCacheDir string
RemoteResourceForbiddenRoots []string
RemoteResourceCredentials remote.Credentials
RemoteResourceGitCredentials remote.GitCredentials
OCICacheDir string
OCICredentials ociartifact.Credentials
EnableAVPCompat bool
EnableKSOPSCompat bool
EnablePlugins bool
PluginCacheDir string
PluginPolicyPath string
PluginPolicyPathExplicit bool
PluginPolicyRef string
PluginPolicyRepo string
DisablePluginPolicy bool
PluginTimeout time.Duration
Parallelism int
SkipKinds []string
SkipCRDs bool
SkipSecrets bool
ApplicationSetProviderFixtures []string
ApplicationSetProviderData appset.ProviderData
RecordCacheEvents bool
RenderCacheEnabled bool
RenderCacheDir string
RenderCacheMaxBytes int64
RefreshRenders bool
EngineFingerprint rendercache.EngineFingerprint
KubeVersion string
APIVersions []string
NoCRDScope bool
}
func (Options) Build ¶
func (options Options) Build() app.BuildRequest
func (Options) Diff ¶
func (options Options) Diff() app.DiffRequest
Click to show internal directories.
Click to hide internal directories.