The Deckhouse Kubernetes Platform installs CRDs but does not remove them when a module is disabled. If you no longer need the created CRDs, delete them.
Application
Short names: app, apps
Scope: Namespaced
Version: v1alpha1
-
stringapiVersionAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
stringkindKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
objectmetadata
-
objectoperationOperation contains information about a requested or running operation
-
array of objectsoperation.infoInfo is a list of informational items for this operation
-
stringoperation.info.name
-
stringoperation.info.value
-
-
objectoperation.initiatedByInitiatedBy contains information about who initiated the operations
-
booleanoperation.initiatedBy.automatedAutomated is set to true if operation was initiated automatically by the application controller.
-
stringoperation.initiatedBy.usernameUsername contains the name of a user who started operation
-
-
objectoperation.retryRetry controls the strategy to apply if a sync fails
-
objectoperation.retry.backoffBackoff controls how to backoff on subsequent retries of failed syncs
-
stringoperation.retry.backoff.durationDuration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. “2m”, “1h”)
-
integeroperation.retry.backoff.factorFactor is a factor to multiply the base duration after each failed retry
-
stringoperation.retry.backoff.maxDurationMaxDuration is the maximum amount of time allowed for the backoff strategy
-
-
integeroperation.retry.limitLimit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
-
-
objectoperation.syncSync contains parameters for the operation
-
integeroperation.sync.autoHealAttemptsCountSelfHealAttemptsCount contains the number of auto-heal attempts
-
booleanoperation.sync.dryRunDryRun specifies to perform a
kubectl apply --dry-runwithout actually performing the sync -
array of stringsoperation.sync.manifestsManifests is an optional field that overrides sync source with a local directory for development
-
booleanoperation.sync.prunePrune specifies to delete resources from the cluster that are no longer tracked in git
-
array of objectsoperation.sync.resourcesResources describes which resources shall be part of the sync
-
stringoperation.sync.resources.group
-
stringoperation.sync.resources.kind
-
stringoperation.sync.resources.name
-
stringoperation.sync.resources.namespace
-
-
stringoperation.sync.revisionRevision is the revision (Git) or chart version (Helm) which to sync the application to If omitted, will use the revision specified in app spec.
-
array of stringsoperation.sync.revisionsRevisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to If omitted, will use the revision specified in app spec.
-
objectoperation.sync.sourceSource overrides the source definition set in the application. This is typically set in a Rollback operation and is nil during a Sync operation
-
stringoperation.sync.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectoperation.sync.source.directoryDirectory holds path/directory specific options
-
stringoperation.sync.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringoperation.sync.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectoperation.sync.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsoperation.sync.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanoperation.sync.source.directory.jsonnet.extVars.code
-
stringoperation.sync.source.directory.jsonnet.extVars.name
-
stringoperation.sync.source.directory.jsonnet.extVars.value
-
-
array of stringsoperation.sync.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsoperation.sync.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanoperation.sync.source.directory.jsonnet.tlas.code
-
stringoperation.sync.source.directory.jsonnet.tlas.name
-
stringoperation.sync.source.directory.jsonnet.tlas.value
-
-
-
booleanoperation.sync.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectoperation.sync.source.helmHelm holds helm specific options
-
array of stringsoperation.sync.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsoperation.sync.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringoperation.sync.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringoperation.sync.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanoperation.sync.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringoperation.sync.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringoperation.sync.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsoperation.sync.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanoperation.sync.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringoperation.sync.source.helm.parameters.nameName is the name of the Helm parameter
-
stringoperation.sync.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanoperation.sync.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringoperation.sync.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanoperation.sync.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanoperation.sync.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanoperation.sync.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsoperation.sync.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringoperation.sync.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectoperation.sync.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringoperation.sync.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectoperation.sync.source.kustomizeKustomize holds kustomize specific options
-
array of stringsoperation.sync.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectoperation.sync.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanoperation.sync.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectoperation.sync.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsoperation.sync.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanoperation.sync.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanoperation.sync.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanoperation.sync.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsoperation.sync.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringoperation.sync.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringoperation.sync.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanoperation.sync.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanoperation.sync.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringoperation.sync.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringoperation.sync.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringoperation.sync.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsoperation.sync.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectoperation.sync.source.kustomize.patches.options
-
stringoperation.sync.source.kustomize.patches.patch
-
stringoperation.sync.source.kustomize.patches.path
-
objectoperation.sync.source.kustomize.patches.target
-
stringoperation.sync.source.kustomize.patches.target.annotationSelector
-
stringoperation.sync.source.kustomize.patches.target.group
-
stringoperation.sync.source.kustomize.patches.target.kind
-
stringoperation.sync.source.kustomize.patches.target.labelSelector
-
stringoperation.sync.source.kustomize.patches.target.name
-
stringoperation.sync.source.kustomize.patches.target.namespace
-
stringoperation.sync.source.kustomize.patches.target.version
-
-
-
array of objectsoperation.sync.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringoperation.sync.source.kustomize.replicas.countNumber of replicas
-
stringoperation.sync.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringoperation.sync.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringoperation.sync.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringoperation.sync.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectoperation.sync.source.pluginPlugin holds config management plugin specific options
-
array of objectsoperation.sync.source.plugin.envEnv is a list of environment variable entries
-
stringoperation.sync.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringoperation.sync.source.plugin.env.valueValue is the value of the variable
-
-
stringoperation.sync.source.plugin.name
-
array of objectsoperation.sync.source.plugin.parameters
-
array of stringsoperation.sync.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectoperation.sync.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringoperation.sync.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringoperation.sync.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringoperation.sync.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringoperation.sync.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringoperation.sync.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of objectsoperation.sync.sourcesSources overrides the source definition set in the application. This is typically set in a Rollback operation and is nil during a Sync operation
-
stringoperation.sync.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectoperation.sync.sources.directoryDirectory holds path/directory specific options
-
stringoperation.sync.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringoperation.sync.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectoperation.sync.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsoperation.sync.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanoperation.sync.sources.directory.jsonnet.extVars.code
-
stringoperation.sync.sources.directory.jsonnet.extVars.name
-
stringoperation.sync.sources.directory.jsonnet.extVars.value
-
-
array of stringsoperation.sync.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsoperation.sync.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanoperation.sync.sources.directory.jsonnet.tlas.code
-
stringoperation.sync.sources.directory.jsonnet.tlas.name
-
stringoperation.sync.sources.directory.jsonnet.tlas.value
-
-
-
booleanoperation.sync.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectoperation.sync.sources.helmHelm holds helm specific options
-
array of stringsoperation.sync.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsoperation.sync.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringoperation.sync.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringoperation.sync.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanoperation.sync.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringoperation.sync.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringoperation.sync.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsoperation.sync.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanoperation.sync.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringoperation.sync.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringoperation.sync.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanoperation.sync.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringoperation.sync.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanoperation.sync.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanoperation.sync.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanoperation.sync.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsoperation.sync.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringoperation.sync.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectoperation.sync.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringoperation.sync.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectoperation.sync.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsoperation.sync.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectoperation.sync.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanoperation.sync.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectoperation.sync.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsoperation.sync.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanoperation.sync.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanoperation.sync.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanoperation.sync.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsoperation.sync.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringoperation.sync.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringoperation.sync.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanoperation.sync.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanoperation.sync.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringoperation.sync.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringoperation.sync.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringoperation.sync.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsoperation.sync.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectoperation.sync.sources.kustomize.patches.options
-
stringoperation.sync.sources.kustomize.patches.patch
-
stringoperation.sync.sources.kustomize.patches.path
-
objectoperation.sync.sources.kustomize.patches.target
-
stringoperation.sync.sources.kustomize.patches.target.annotationSelector
-
stringoperation.sync.sources.kustomize.patches.target.group
-
stringoperation.sync.sources.kustomize.patches.target.kind
-
stringoperation.sync.sources.kustomize.patches.target.labelSelector
-
stringoperation.sync.sources.kustomize.patches.target.name
-
stringoperation.sync.sources.kustomize.patches.target.namespace
-
stringoperation.sync.sources.kustomize.patches.target.version
-
-
-
array of objectsoperation.sync.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringoperation.sync.sources.kustomize.replicas.countNumber of replicas
-
stringoperation.sync.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringoperation.sync.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringoperation.sync.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringoperation.sync.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectoperation.sync.sources.pluginPlugin holds config management plugin specific options
-
array of objectsoperation.sync.sources.plugin.envEnv is a list of environment variable entries
-
stringoperation.sync.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringoperation.sync.sources.plugin.env.valueValue is the value of the variable
-
-
stringoperation.sync.sources.plugin.name
-
array of objectsoperation.sync.sources.plugin.parameters
-
array of stringsoperation.sync.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectoperation.sync.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringoperation.sync.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringoperation.sync.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringoperation.sync.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringoperation.sync.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringoperation.sync.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of stringsoperation.sync.syncOptionsSyncOptions provide per-sync sync-options, e.g. Validate=false
-
objectoperation.sync.syncStrategySyncStrategy describes how to perform the sync
-
objectoperation.sync.syncStrategy.applyApply will perform a
kubectl applyto perform the sync.-
booleanoperation.sync.syncStrategy.apply.forceForce indicates whether or not to supply the –force flag to
kubectl apply. The –force flag deletes and re-create the resource, when PATCH encounters conflict and has retried for 5 times.
-
-
objectoperation.sync.syncStrategy.hookHook will submit any referenced resources to perform the sync. This is the default strategy
-
booleanoperation.sync.syncStrategy.hook.forceForce indicates whether or not to supply the –force flag to
kubectl apply. The –force flag deletes and re-create the resource, when PATCH encounters conflict and has retried for 5 times.
-
-
-
-
-
objectspecApplicationSpec represents desired application state. Contains link to repository with application definition and additional parameters link definition revision.
-
objectspec.destination
Required value
Destination is a reference to the target Kubernetes server and namespace-
stringspec.destination.nameName is an alternate way of specifying the target cluster by its symbolic name. This must be set if Server is not set.
-
stringspec.destination.namespaceNamespace specifies the target namespace for the application’s resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace
-
stringspec.destination.serverServer specifies the URL of the target cluster’s Kubernetes control plane API. This must be set if Name is not set.
-
-
array of objectsspec.ignoreDifferencesIgnoreDifferences is a list of resources and their fields which should be ignored during comparison
-
stringspec.ignoreDifferences.group
-
array of stringsspec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.ignoreDifferences.jsonPointers
-
stringspec.ignoreDifferences.kind
-
array of stringsspec.ignoreDifferences.managedFieldsManagersManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the desired state defined in the SCM and won’t be displayed in diffs
-
stringspec.ignoreDifferences.name
-
stringspec.ignoreDifferences.namespace
-
-
array of objectsspec.infoInfo contains a list of information (URLs, email addresses, and plain text) that relates to the application
-
stringspec.info.name
-
stringspec.info.value
-
-
stringspec.project
Required value
Project is a reference to the project this application belongs to. The empty string means that application belongs to the ‘default’ project. -
integerspec.revisionHistoryLimitRevisionHistoryLimit limits the number of items kept in the application’s revision history, which is used for informational purposes as well as for rollbacks to previous versions. This should only be changed in exceptional circumstances. Setting to zero will store no history. This will reduce storage used. Increasing will increase the space used to store the history, so we do not recommend increasing it. Default is 10.
-
objectspec.sourceSource is a reference to the location of the application’s manifests or chart
-
stringspec.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectspec.source.directoryDirectory holds path/directory specific options
-
stringspec.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringspec.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectspec.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsspec.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanspec.source.directory.jsonnet.extVars.code
-
stringspec.source.directory.jsonnet.extVars.name
-
stringspec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsspec.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanspec.source.directory.jsonnet.tlas.code
-
stringspec.source.directory.jsonnet.tlas.name
-
stringspec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectspec.source.helmHelm holds helm specific options
-
array of stringsspec.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsspec.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringspec.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringspec.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanspec.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringspec.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringspec.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsspec.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanspec.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringspec.source.helm.parameters.nameName is the name of the Helm parameter
-
stringspec.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanspec.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringspec.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanspec.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanspec.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanspec.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsspec.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringspec.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectspec.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringspec.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectspec.source.kustomizeKustomize holds kustomize specific options
-
array of stringsspec.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectspec.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanspec.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectspec.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsspec.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanspec.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanspec.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanspec.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsspec.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringspec.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringspec.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanspec.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanspec.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringspec.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringspec.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringspec.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsspec.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectspec.source.kustomize.patches.options
-
stringspec.source.kustomize.patches.patch
-
stringspec.source.kustomize.patches.path
-
objectspec.source.kustomize.patches.target
-
stringspec.source.kustomize.patches.target.annotationSelector
-
stringspec.source.kustomize.patches.target.group
-
stringspec.source.kustomize.patches.target.kind
-
stringspec.source.kustomize.patches.target.labelSelector
-
stringspec.source.kustomize.patches.target.name
-
stringspec.source.kustomize.patches.target.namespace
-
stringspec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringspec.source.kustomize.replicas.countNumber of replicas
-
stringspec.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringspec.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringspec.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringspec.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectspec.source.pluginPlugin holds config management plugin specific options
-
array of objectsspec.source.plugin.envEnv is a list of environment variable entries
-
stringspec.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringspec.source.plugin.env.valueValue is the value of the variable
-
-
stringspec.source.plugin.name
-
array of objectsspec.source.plugin.parameters
-
array of stringsspec.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectspec.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringspec.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringspec.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringspec.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringspec.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringspec.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
objectspec.sourceHydratorSourceHydrator provides a way to push hydrated manifests back to git before syncing them to the cluster.
-
objectspec.sourceHydrator.drySource
Required value
DrySource specifies where the dry “don’t repeat yourself” manifest source lives.-
stringspec.sourceHydrator.drySource.path
Required value
Path is a directory path within the Git repository where the manifests are located -
stringspec.sourceHydrator.drySource.repoURL
Required value
RepoURL is the URL to the git repository that contains the application manifests -
stringspec.sourceHydrator.drySource.targetRevision
Required value
TargetRevision defines the revision of the source to hydrate
-
-
objectspec.sourceHydrator.hydrateToHydrateTo specifies an optional “staging” location to push hydrated manifests to. An external system would then have to move manifests to the SyncSource, e.g. by pull request.
-
stringspec.sourceHydrator.hydrateTo.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
objectspec.sourceHydrator.syncSource
Required value
SyncSource specifies where to sync hydrated manifests from.-
stringspec.sourceHydrator.syncSource.path
Required value
Path is a directory path within the git repository where hydrated manifests should be committed to and synced from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced. -
stringspec.sourceHydrator.syncSource.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
-
array of objectsspec.sourcesSources is a reference to the location of the application’s manifests or chart
-
stringspec.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectspec.sources.directoryDirectory holds path/directory specific options
-
stringspec.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringspec.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectspec.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsspec.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanspec.sources.directory.jsonnet.extVars.code
-
stringspec.sources.directory.jsonnet.extVars.name
-
stringspec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsspec.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanspec.sources.directory.jsonnet.tlas.code
-
stringspec.sources.directory.jsonnet.tlas.name
-
stringspec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectspec.sources.helmHelm holds helm specific options
-
array of stringsspec.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsspec.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringspec.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringspec.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanspec.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringspec.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringspec.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsspec.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanspec.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringspec.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringspec.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanspec.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringspec.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanspec.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanspec.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanspec.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsspec.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringspec.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectspec.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringspec.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectspec.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsspec.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectspec.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanspec.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectspec.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsspec.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanspec.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanspec.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanspec.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsspec.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringspec.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringspec.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanspec.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanspec.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringspec.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringspec.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringspec.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsspec.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectspec.sources.kustomize.patches.options
-
stringspec.sources.kustomize.patches.patch
-
stringspec.sources.kustomize.patches.path
-
objectspec.sources.kustomize.patches.target
-
stringspec.sources.kustomize.patches.target.annotationSelector
-
stringspec.sources.kustomize.patches.target.group
-
stringspec.sources.kustomize.patches.target.kind
-
stringspec.sources.kustomize.patches.target.labelSelector
-
stringspec.sources.kustomize.patches.target.name
-
stringspec.sources.kustomize.patches.target.namespace
-
stringspec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringspec.sources.kustomize.replicas.countNumber of replicas
-
stringspec.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringspec.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringspec.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringspec.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectspec.sources.pluginPlugin holds config management plugin specific options
-
array of objectsspec.sources.plugin.envEnv is a list of environment variable entries
-
stringspec.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringspec.sources.plugin.env.valueValue is the value of the variable
-
-
stringspec.sources.plugin.name
-
array of objectsspec.sources.plugin.parameters
-
array of stringsspec.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectspec.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringspec.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringspec.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringspec.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringspec.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringspec.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
objectspec.syncPolicySyncPolicy controls when and how a sync will be performed
-
objectspec.syncPolicy.automatedAutomated will keep an application synced to the target revision
-
booleanspec.syncPolicy.automated.allowEmptyAllowEmpty allows apps have zero live resources (default: false)
-
booleanspec.syncPolicy.automated.enabledEnable allows apps to explicitly control automated sync
-
booleanspec.syncPolicy.automated.prunePrune specifies whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false)
-
booleanspec.syncPolicy.automated.selfHealSelfHeal specifies whether to revert resources back to their desired state upon modification in the cluster (default: false)
-
-
objectspec.syncPolicy.managedNamespaceMetadataManagedNamespaceMetadata controls metadata in the given namespace (if CreateNamespace=true)
-
objectspec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.syncPolicy.retryRetry controls failed sync retry behavior
-
objectspec.syncPolicy.retry.backoffBackoff controls how to backoff on subsequent retries of failed syncs
-
stringspec.syncPolicy.retry.backoff.durationDuration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. “2m”, “1h”)
-
integerspec.syncPolicy.retry.backoff.factorFactor is a factor to multiply the base duration after each failed retry
-
stringspec.syncPolicy.retry.backoff.maxDurationMaxDuration is the maximum amount of time allowed for the backoff strategy
-
-
integerspec.syncPolicy.retry.limitLimit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
-
-
array of stringsspec.syncPolicy.syncOptionsOptions allow you to specify whole app sync-options
-
-
-
objectstatusApplicationStatus contains status information for the application
-
array of objectsstatus.conditionsConditions is a list of currently observed application conditions
-
stringstatus.conditions.lastTransitionTimeLastTransitionTime is the time the condition was last observed
-
stringstatus.conditions.messageMessage contains human-readable message indicating details about condition
-
stringstatus.conditions.typeType is an application condition type
-
-
stringstatus.controllerNamespaceControllerNamespace indicates the namespace in which the application controller is located
-
objectstatus.healthHealth contains information about the application’s current health status
-
stringstatus.health.lastTransitionTimeLastTransitionTime is the time the HealthStatus was set or updated
-
stringstatus.health.message
Message is a human-readable informational message describing the health status
Deprecated: this field is not used and will be removed in a future release.
-
stringstatus.health.statusStatus holds the status code of the application
-
-
array of objectsstatus.historyHistory contains information about the application’s sync history
-
stringstatus.history.deployStartedAtDeployStartedAt holds the time the sync operation started
-
stringstatus.history.deployedAtDeployedAt holds the time the sync operation completed
-
integerstatus.history.idID is an auto incrementing identifier of the RevisionHistory
-
objectstatus.history.initiatedByInitiatedBy contains information about who initiated the operations
-
booleanstatus.history.initiatedBy.automatedAutomated is set to true if operation was initiated automatically by the application controller.
-
stringstatus.history.initiatedBy.usernameUsername contains the name of a user who started operation
-
-
stringstatus.history.revisionRevision holds the revision the sync was performed against
-
array of stringsstatus.history.revisionsRevisions holds the revision of each source in sources field the sync was performed against
-
objectstatus.history.sourceSource is a reference to the application source used for the sync operation
-
stringstatus.history.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.history.source.directoryDirectory holds path/directory specific options
-
stringstatus.history.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.history.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.history.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.history.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.history.source.directory.jsonnet.extVars.code
-
stringstatus.history.source.directory.jsonnet.extVars.name
-
stringstatus.history.source.directory.jsonnet.extVars.value
-
-
array of stringsstatus.history.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.history.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.history.source.directory.jsonnet.tlas.code
-
stringstatus.history.source.directory.jsonnet.tlas.name
-
stringstatus.history.source.directory.jsonnet.tlas.value
-
-
-
booleanstatus.history.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.history.source.helmHelm holds helm specific options
-
array of stringsstatus.history.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.history.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.history.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.history.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.history.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.history.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.history.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.history.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.history.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.history.source.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.history.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.history.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.history.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.history.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.history.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.history.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.history.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.history.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.history.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.history.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.history.source.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.history.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.history.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.history.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.history.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.history.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.history.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.history.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.history.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.history.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.history.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.history.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.history.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.history.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.history.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.history.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.history.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.history.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.history.source.kustomize.patches.options
-
stringstatus.history.source.kustomize.patches.patch
-
stringstatus.history.source.kustomize.patches.path
-
objectstatus.history.source.kustomize.patches.target
-
stringstatus.history.source.kustomize.patches.target.annotationSelector
-
stringstatus.history.source.kustomize.patches.target.group
-
stringstatus.history.source.kustomize.patches.target.kind
-
stringstatus.history.source.kustomize.patches.target.labelSelector
-
stringstatus.history.source.kustomize.patches.target.name
-
stringstatus.history.source.kustomize.patches.target.namespace
-
stringstatus.history.source.kustomize.patches.target.version
-
-
-
array of objectsstatus.history.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.history.source.kustomize.replicas.countNumber of replicas
-
stringstatus.history.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.history.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.history.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.history.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.history.source.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.history.source.plugin.envEnv is a list of environment variable entries
-
stringstatus.history.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.history.source.plugin.env.valueValue is the value of the variable
-
-
stringstatus.history.source.plugin.name
-
array of objectsstatus.history.source.plugin.parameters
-
array of stringsstatus.history.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.history.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.history.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.history.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.history.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.history.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringstatus.history.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of objectsstatus.history.sourcesSources is a reference to the application sources used for the sync operation
-
stringstatus.history.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.history.sources.directoryDirectory holds path/directory specific options
-
stringstatus.history.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.history.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.history.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.history.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.history.sources.directory.jsonnet.extVars.code
-
stringstatus.history.sources.directory.jsonnet.extVars.name
-
stringstatus.history.sources.directory.jsonnet.extVars.value
-
-
array of stringsstatus.history.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.history.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.history.sources.directory.jsonnet.tlas.code
-
stringstatus.history.sources.directory.jsonnet.tlas.name
-
stringstatus.history.sources.directory.jsonnet.tlas.value
-
-
-
booleanstatus.history.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.history.sources.helmHelm holds helm specific options
-
array of stringsstatus.history.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.history.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.history.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.history.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.history.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.history.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.history.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.history.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.history.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.history.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.history.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.history.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.history.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.history.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.history.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.history.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.history.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.history.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.history.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.history.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.history.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.history.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.history.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.history.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.history.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.history.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.history.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.history.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.history.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.history.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.history.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.history.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.history.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.history.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.history.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.history.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.history.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.history.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.history.sources.kustomize.patches.options
-
stringstatus.history.sources.kustomize.patches.patch
-
stringstatus.history.sources.kustomize.patches.path
-
objectstatus.history.sources.kustomize.patches.target
-
stringstatus.history.sources.kustomize.patches.target.annotationSelector
-
stringstatus.history.sources.kustomize.patches.target.group
-
stringstatus.history.sources.kustomize.patches.target.kind
-
stringstatus.history.sources.kustomize.patches.target.labelSelector
-
stringstatus.history.sources.kustomize.patches.target.name
-
stringstatus.history.sources.kustomize.patches.target.namespace
-
stringstatus.history.sources.kustomize.patches.target.version
-
-
-
array of objectsstatus.history.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.history.sources.kustomize.replicas.countNumber of replicas
-
stringstatus.history.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.history.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.history.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.history.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.history.sources.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.history.sources.plugin.envEnv is a list of environment variable entries
-
stringstatus.history.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.history.sources.plugin.env.valueValue is the value of the variable
-
-
stringstatus.history.sources.plugin.name
-
array of objectsstatus.history.sources.plugin.parameters
-
array of stringsstatus.history.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.history.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.history.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.history.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.history.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.history.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringstatus.history.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
-
stringstatus.observedAtObservedAt indicates when the application state was updated without querying latest git state Deprecated: controller no longer updates ObservedAt field
-
objectstatus.operationStateOperationState contains information about any ongoing operations, such as a sync
-
stringstatus.operationState.finishedAtFinishedAt contains time of operation completion
-
stringstatus.operationState.messageMessage holds any pertinent messages when attempting to perform operation (typically errors).
-
objectstatus.operationState.operation
Required value
Operation is the original requested operation-
array of objectsstatus.operationState.operation.infoInfo is a list of informational items for this operation
-
stringstatus.operationState.operation.info.name
-
stringstatus.operationState.operation.info.value
-
-
objectstatus.operationState.operation.initiatedByInitiatedBy contains information about who initiated the operations
-
booleanstatus.operationState.operation.initiatedBy.automatedAutomated is set to true if operation was initiated automatically by the application controller.
-
stringstatus.operationState.operation.initiatedBy.usernameUsername contains the name of a user who started operation
-
-
objectstatus.operationState.operation.retryRetry controls the strategy to apply if a sync fails
-
objectstatus.operationState.operation.retry.backoffBackoff controls how to backoff on subsequent retries of failed syncs
-
stringstatus.operationState.operation.retry.backoff.durationDuration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. “2m”, “1h”)
-
integerstatus.operationState.operation.retry.backoff.factorFactor is a factor to multiply the base duration after each failed retry
-
stringstatus.operationState.operation.retry.backoff.maxDurationMaxDuration is the maximum amount of time allowed for the backoff strategy
-
-
integerstatus.operationState.operation.retry.limitLimit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
-
-
objectstatus.operationState.operation.syncSync contains parameters for the operation
-
integerstatus.operationState.operation.sync.autoHealAttemptsCountSelfHealAttemptsCount contains the number of auto-heal attempts
-
booleanstatus.operationState.operation.sync.dryRunDryRun specifies to perform a
kubectl apply --dry-runwithout actually performing the sync -
array of stringsstatus.operationState.operation.sync.manifestsManifests is an optional field that overrides sync source with a local directory for development
-
booleanstatus.operationState.operation.sync.prunePrune specifies to delete resources from the cluster that are no longer tracked in git
-
array of objectsstatus.operationState.operation.sync.resourcesResources describes which resources shall be part of the sync
-
stringstatus.operationState.operation.sync.resources.group
-
stringstatus.operationState.operation.sync.resources.kind
-
stringstatus.operationState.operation.sync.resources.name
-
stringstatus.operationState.operation.sync.resources.namespace
-
-
stringstatus.operationState.operation.sync.revisionRevision is the revision (Git) or chart version (Helm) which to sync the application to If omitted, will use the revision specified in app spec.
-
array of stringsstatus.operationState.operation.sync.revisionsRevisions is the list of revision (Git) or chart version (Helm) which to sync each source in sources field for the application to If omitted, will use the revision specified in app spec.
-
objectstatus.operationState.operation.sync.sourceSource overrides the source definition set in the application. This is typically set in a Rollback operation and is nil during a Sync operation
-
stringstatus.operationState.operation.sync.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.operationState.operation.sync.source.directoryDirectory holds path/directory specific options
-
stringstatus.operationState.operation.sync.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.operationState.operation.sync.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.operationState.operation.sync.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.operationState.operation.sync.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.operationState.operation.sync.source.directory.jsonnet.extVars.code
-
stringstatus.operationState.operation.sync.source.directory.jsonnet.extVars.name
-
stringstatus.operationState.operation.sync.source.directory.jsonnet.extVars.value
-
-
array of stringsstatus.operationState.operation.sync.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.operationState.operation.sync.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.operationState.operation.sync.source.directory.jsonnet.tlas.code
-
stringstatus.operationState.operation.sync.source.directory.jsonnet.tlas.name
-
stringstatus.operationState.operation.sync.source.directory.jsonnet.tlas.value
-
-
-
booleanstatus.operationState.operation.sync.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.operationState.operation.sync.source.helmHelm holds helm specific options
-
array of stringsstatus.operationState.operation.sync.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.operationState.operation.sync.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.operationState.operation.sync.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.operation.sync.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.operationState.operation.sync.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.operationState.operation.sync.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.operationState.operation.sync.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.operationState.operation.sync.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.operationState.operation.sync.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.operationState.operation.sync.source.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.operation.sync.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.operationState.operation.sync.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.operationState.operation.sync.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.operationState.operation.sync.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.operationState.operation.sync.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.operationState.operation.sync.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.operationState.operation.sync.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.operationState.operation.sync.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.operationState.operation.sync.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.operationState.operation.sync.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.operationState.operation.sync.source.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.operationState.operation.sync.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.operationState.operation.sync.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.operationState.operation.sync.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.operationState.operation.sync.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.operationState.operation.sync.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.operationState.operation.sync.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.operationState.operation.sync.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.operationState.operation.sync.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.operationState.operation.sync.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.operationState.operation.sync.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.operationState.operation.sync.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.operationState.operation.sync.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.operationState.operation.sync.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.operationState.operation.sync.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.operationState.operation.sync.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.operationState.operation.sync.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.operationState.operation.sync.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.operationState.operation.sync.source.kustomize.patches.options
-
stringstatus.operationState.operation.sync.source.kustomize.patches.patch
-
stringstatus.operationState.operation.sync.source.kustomize.patches.path
-
objectstatus.operationState.operation.sync.source.kustomize.patches.target
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.annotationSelector
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.group
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.kind
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.labelSelector
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.name
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.namespace
-
stringstatus.operationState.operation.sync.source.kustomize.patches.target.version
-
-
-
array of objectsstatus.operationState.operation.sync.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.operationState.operation.sync.source.kustomize.replicas.countNumber of replicas
-
stringstatus.operationState.operation.sync.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.operationState.operation.sync.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.operationState.operation.sync.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.operationState.operation.sync.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.operationState.operation.sync.source.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.operationState.operation.sync.source.plugin.envEnv is a list of environment variable entries
-
stringstatus.operationState.operation.sync.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.operationState.operation.sync.source.plugin.env.valueValue is the value of the variable
-
-
stringstatus.operationState.operation.sync.source.plugin.name
-
array of objectsstatus.operationState.operation.sync.source.plugin.parameters
-
array of stringsstatus.operationState.operation.sync.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.operationState.operation.sync.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.operationState.operation.sync.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.operationState.operation.sync.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.operationState.operation.sync.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.operationState.operation.sync.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringstatus.operationState.operation.sync.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of objectsstatus.operationState.operation.sync.sourcesSources overrides the source definition set in the application. This is typically set in a Rollback operation and is nil during a Sync operation
-
stringstatus.operationState.operation.sync.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.operationState.operation.sync.sources.directoryDirectory holds path/directory specific options
-
stringstatus.operationState.operation.sync.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.operationState.operation.sync.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.operationState.operation.sync.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.operationState.operation.sync.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.operationState.operation.sync.sources.directory.jsonnet.extVars.code
-
stringstatus.operationState.operation.sync.sources.directory.jsonnet.extVars.name
-
stringstatus.operationState.operation.sync.sources.directory.jsonnet.extVars.value
-
-
array of stringsstatus.operationState.operation.sync.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.operationState.operation.sync.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.operationState.operation.sync.sources.directory.jsonnet.tlas.code
-
stringstatus.operationState.operation.sync.sources.directory.jsonnet.tlas.name
-
stringstatus.operationState.operation.sync.sources.directory.jsonnet.tlas.value
-
-
-
booleanstatus.operationState.operation.sync.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.operationState.operation.sync.sources.helmHelm holds helm specific options
-
array of stringsstatus.operationState.operation.sync.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.operationState.operation.sync.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.operationState.operation.sync.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.operation.sync.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.operationState.operation.sync.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.operationState.operation.sync.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.operationState.operation.sync.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.operationState.operation.sync.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.operationState.operation.sync.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.operationState.operation.sync.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.operation.sync.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.operationState.operation.sync.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.operationState.operation.sync.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.operationState.operation.sync.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.operationState.operation.sync.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.operationState.operation.sync.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.operationState.operation.sync.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.operationState.operation.sync.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.operationState.operation.sync.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.operationState.operation.sync.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.operationState.operation.sync.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.operationState.operation.sync.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.operationState.operation.sync.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.operationState.operation.sync.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.operationState.operation.sync.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.operationState.operation.sync.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.operationState.operation.sync.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.operationState.operation.sync.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.operationState.operation.sync.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.operationState.operation.sync.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.operationState.operation.sync.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.operationState.operation.sync.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.operationState.operation.sync.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.operationState.operation.sync.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.operationState.operation.sync.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.operationState.operation.sync.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.operationState.operation.sync.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.operationState.operation.sync.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.operationState.operation.sync.sources.kustomize.patches.options
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.patch
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.path
-
objectstatus.operationState.operation.sync.sources.kustomize.patches.target
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.annotationSelector
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.group
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.kind
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.labelSelector
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.name
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.namespace
-
stringstatus.operationState.operation.sync.sources.kustomize.patches.target.version
-
-
-
array of objectsstatus.operationState.operation.sync.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.operationState.operation.sync.sources.kustomize.replicas.countNumber of replicas
-
stringstatus.operationState.operation.sync.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.operationState.operation.sync.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.operationState.operation.sync.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.operationState.operation.sync.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.operationState.operation.sync.sources.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.operationState.operation.sync.sources.plugin.envEnv is a list of environment variable entries
-
stringstatus.operationState.operation.sync.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.operationState.operation.sync.sources.plugin.env.valueValue is the value of the variable
-
-
stringstatus.operationState.operation.sync.sources.plugin.name
-
array of objectsstatus.operationState.operation.sync.sources.plugin.parameters
-
array of stringsstatus.operationState.operation.sync.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.operationState.operation.sync.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.operationState.operation.sync.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.operationState.operation.sync.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.operationState.operation.sync.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.operationState.operation.sync.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringstatus.operationState.operation.sync.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of stringsstatus.operationState.operation.sync.syncOptionsSyncOptions provide per-sync sync-options, e.g. Validate=false
-
objectstatus.operationState.operation.sync.syncStrategySyncStrategy describes how to perform the sync
-
objectstatus.operationState.operation.sync.syncStrategy.applyApply will perform a
kubectl applyto perform the sync.-
booleanstatus.operationState.operation.sync.syncStrategy.apply.forceForce indicates whether or not to supply the –force flag to
kubectl apply. The –force flag deletes and re-create the resource, when PATCH encounters conflict and has retried for 5 times.
-
-
objectstatus.operationState.operation.sync.syncStrategy.hookHook will submit any referenced resources to perform the sync. This is the default strategy
-
booleanstatus.operationState.operation.sync.syncStrategy.hook.forceForce indicates whether or not to supply the –force flag to
kubectl apply. The –force flag deletes and re-create the resource, when PATCH encounters conflict and has retried for 5 times.
-
-
-
-
-
stringstatus.operationState.phase
Required value
Phase is the current phase of the operation -
integerstatus.operationState.retryCountRetryCount contains time of operation retries
-
stringstatus.operationState.startedAt
Required value
StartedAt contains time of operation start -
objectstatus.operationState.syncResultSyncResult is the result of a Sync operation
-
objectstatus.operationState.syncResult.managedNamespaceMetadataManagedNamespaceMetadata contains the current sync state of managed namespace metadata
-
objectstatus.operationState.syncResult.managedNamespaceMetadata.annotations
-
objectstatus.operationState.syncResult.managedNamespaceMetadata.labels
-
-
array of objectsstatus.operationState.syncResult.resourcesResources contains a list of sync result items for each individual resource in a sync operation
-
stringstatus.operationState.syncResult.resources.groupGroup specifies the API group of the resource
-
stringstatus.operationState.syncResult.resources.hookPhaseHookPhase contains the state of any operation associated with this resource OR hook This can also contain values for non-hook resources.
-
stringstatus.operationState.syncResult.resources.hookTypeHookType specifies the type of the hook. Empty for non-hook resources
-
array of stringsstatus.operationState.syncResult.resources.imagesImages contains the images related to the ResourceResult
-
stringstatus.operationState.syncResult.resources.kindKind specifies the API kind of the resource
-
stringstatus.operationState.syncResult.resources.messageMessage contains an informational or error message for the last sync OR operation
-
stringstatus.operationState.syncResult.resources.nameName specifies the name of the resource
-
stringstatus.operationState.syncResult.resources.namespaceNamespace specifies the target namespace of the resource
-
stringstatus.operationState.syncResult.resources.statusStatus holds the final result of the sync. Will be empty if the resources is yet to be applied/pruned and is always zero-value for hooks
-
stringstatus.operationState.syncResult.resources.syncPhaseSyncPhase indicates the particular phase of the sync that this result was acquired in
-
stringstatus.operationState.syncResult.resources.versionVersion specifies the API version of the resource
-
-
stringstatus.operationState.syncResult.revision
Required value
Revision holds the revision this sync operation was performed to -
array of stringsstatus.operationState.syncResult.revisionsRevisions holds the revision this sync operation was performed for respective indexed source in sources field
-
objectstatus.operationState.syncResult.sourceSource records the application source information of the sync, used for comparing auto-sync
-
stringstatus.operationState.syncResult.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.operationState.syncResult.source.directoryDirectory holds path/directory specific options
-
stringstatus.operationState.syncResult.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.operationState.syncResult.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.operationState.syncResult.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.operationState.syncResult.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.operationState.syncResult.source.directory.jsonnet.extVars.code
-
stringstatus.operationState.syncResult.source.directory.jsonnet.extVars.name
-
stringstatus.operationState.syncResult.source.directory.jsonnet.extVars.value
-
-
array of stringsstatus.operationState.syncResult.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.operationState.syncResult.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.operationState.syncResult.source.directory.jsonnet.tlas.code
-
stringstatus.operationState.syncResult.source.directory.jsonnet.tlas.name
-
stringstatus.operationState.syncResult.source.directory.jsonnet.tlas.value
-
-
-
booleanstatus.operationState.syncResult.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.operationState.syncResult.source.helmHelm holds helm specific options
-
array of stringsstatus.operationState.syncResult.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.operationState.syncResult.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.operationState.syncResult.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.syncResult.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.operationState.syncResult.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.operationState.syncResult.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.operationState.syncResult.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.operationState.syncResult.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.operationState.syncResult.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.operationState.syncResult.source.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.syncResult.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.operationState.syncResult.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.operationState.syncResult.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.operationState.syncResult.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.operationState.syncResult.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.operationState.syncResult.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.operationState.syncResult.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.operationState.syncResult.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.operationState.syncResult.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.operationState.syncResult.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.operationState.syncResult.source.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.operationState.syncResult.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.operationState.syncResult.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.operationState.syncResult.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.operationState.syncResult.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.operationState.syncResult.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.operationState.syncResult.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.operationState.syncResult.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.operationState.syncResult.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.operationState.syncResult.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.operationState.syncResult.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.operationState.syncResult.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.operationState.syncResult.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.operationState.syncResult.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.operationState.syncResult.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.operationState.syncResult.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.operationState.syncResult.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.operationState.syncResult.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.operationState.syncResult.source.kustomize.patches.options
-
stringstatus.operationState.syncResult.source.kustomize.patches.patch
-
stringstatus.operationState.syncResult.source.kustomize.patches.path
-
objectstatus.operationState.syncResult.source.kustomize.patches.target
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.annotationSelector
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.group
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.kind
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.labelSelector
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.name
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.namespace
-
stringstatus.operationState.syncResult.source.kustomize.patches.target.version
-
-
-
array of objectsstatus.operationState.syncResult.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.operationState.syncResult.source.kustomize.replicas.countNumber of replicas
-
stringstatus.operationState.syncResult.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.operationState.syncResult.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.operationState.syncResult.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.operationState.syncResult.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.operationState.syncResult.source.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.operationState.syncResult.source.plugin.envEnv is a list of environment variable entries
-
stringstatus.operationState.syncResult.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.operationState.syncResult.source.plugin.env.valueValue is the value of the variable
-
-
stringstatus.operationState.syncResult.source.plugin.name
-
array of objectsstatus.operationState.syncResult.source.plugin.parameters
-
array of stringsstatus.operationState.syncResult.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.operationState.syncResult.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.operationState.syncResult.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.operationState.syncResult.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.operationState.syncResult.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.operationState.syncResult.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringstatus.operationState.syncResult.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of objectsstatus.operationState.syncResult.sourcesSource records the application source information of the sync, used for comparing auto-sync
-
stringstatus.operationState.syncResult.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.operationState.syncResult.sources.directoryDirectory holds path/directory specific options
-
stringstatus.operationState.syncResult.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.operationState.syncResult.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.operationState.syncResult.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.operationState.syncResult.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.operationState.syncResult.sources.directory.jsonnet.extVars.code
-
stringstatus.operationState.syncResult.sources.directory.jsonnet.extVars.name
-
stringstatus.operationState.syncResult.sources.directory.jsonnet.extVars.value
-
-
array of stringsstatus.operationState.syncResult.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.operationState.syncResult.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.operationState.syncResult.sources.directory.jsonnet.tlas.code
-
stringstatus.operationState.syncResult.sources.directory.jsonnet.tlas.name
-
stringstatus.operationState.syncResult.sources.directory.jsonnet.tlas.value
-
-
-
booleanstatus.operationState.syncResult.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.operationState.syncResult.sources.helmHelm holds helm specific options
-
array of stringsstatus.operationState.syncResult.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.operationState.syncResult.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.operationState.syncResult.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.syncResult.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.operationState.syncResult.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.operationState.syncResult.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.operationState.syncResult.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.operationState.syncResult.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.operationState.syncResult.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.operationState.syncResult.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.operationState.syncResult.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.operationState.syncResult.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.operationState.syncResult.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.operationState.syncResult.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.operationState.syncResult.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.operationState.syncResult.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.operationState.syncResult.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.operationState.syncResult.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.operationState.syncResult.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.operationState.syncResult.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.operationState.syncResult.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.operationState.syncResult.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.operationState.syncResult.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.operationState.syncResult.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.operationState.syncResult.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.operationState.syncResult.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.operationState.syncResult.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.operationState.syncResult.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.operationState.syncResult.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.operationState.syncResult.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.operationState.syncResult.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.operationState.syncResult.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.operationState.syncResult.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.operationState.syncResult.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.operationState.syncResult.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.operationState.syncResult.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.operationState.syncResult.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.operationState.syncResult.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.operationState.syncResult.sources.kustomize.patches.options
-
stringstatus.operationState.syncResult.sources.kustomize.patches.patch
-
stringstatus.operationState.syncResult.sources.kustomize.patches.path
-
objectstatus.operationState.syncResult.sources.kustomize.patches.target
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.annotationSelector
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.group
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.kind
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.labelSelector
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.name
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.namespace
-
stringstatus.operationState.syncResult.sources.kustomize.patches.target.version
-
-
-
array of objectsstatus.operationState.syncResult.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.operationState.syncResult.sources.kustomize.replicas.countNumber of replicas
-
stringstatus.operationState.syncResult.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.operationState.syncResult.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.operationState.syncResult.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.operationState.syncResult.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.operationState.syncResult.sources.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.operationState.syncResult.sources.plugin.envEnv is a list of environment variable entries
-
stringstatus.operationState.syncResult.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.operationState.syncResult.sources.plugin.env.valueValue is the value of the variable
-
-
stringstatus.operationState.syncResult.sources.plugin.name
-
array of objectsstatus.operationState.syncResult.sources.plugin.parameters
-
array of stringsstatus.operationState.syncResult.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.operationState.syncResult.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.operationState.syncResult.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.operationState.syncResult.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.operationState.syncResult.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.operationState.syncResult.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringstatus.operationState.syncResult.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
-
-
stringstatus.reconciledAtReconciledAt indicates when the application state was reconciled using the latest git version
-
stringstatus.resourceHealthSourceResourceHealthSource indicates where the resource health status is stored: inline if not set or appTree
-
array of objectsstatus.resourcesResources is a list of Kubernetes resources managed by this application
-
stringstatus.resources.groupGroup represents the API group of the resource (e.g., “apps” for Deployments).
-
objectstatus.resources.healthHealth indicates the health status of the resource (e.g., Healthy, Degraded, Progressing).
-
stringstatus.resources.health.lastTransitionTime
LastTransitionTime is the time the HealthStatus was set or updated
Deprecated: this field is not used and will be removed in a future release.
-
stringstatus.resources.health.messageMessage is a human-readable informational message describing the health status
-
stringstatus.resources.health.statusStatus holds the status code of the resource
-
-
booleanstatus.resources.hookHook is true if the resource is used as a lifecycle hook in an Argo CD application.
-
stringstatus.resources.kindKind specifies the type of the resource (e.g., “Deployment”, “Service”).
-
stringstatus.resources.nameName is the unique name of the resource within the namespace.
-
stringstatus.resources.namespaceNamespace defines the Kubernetes namespace where the resource is located.
-
booleanstatus.resources.requiresDeletionConfirmationRequiresDeletionConfirmation is true if the resource requires explicit user confirmation before deletion.
-
booleanstatus.resources.requiresPruningRequiresPruning is true if the resource needs to be pruned (deleted) as part of synchronization.
-
stringstatus.resources.statusStatus represents the synchronization state of the resource (e.g., Synced, OutOfSync).
-
integerstatus.resources.syncWaveSyncWave determines the order in which resources are applied during a sync operation. Lower values are applied first.
-
stringstatus.resources.versionVersion indicates the API version of the resource (e.g., “v1”, “v1beta1”).
-
-
objectstatus.sourceHydratorSourceHydrator stores information about the current state of source hydration
-
objectstatus.sourceHydrator.currentOperationCurrentOperation holds the status of the hydrate operation
-
stringstatus.sourceHydrator.currentOperation.drySHADrySHA holds the resolved revision (sha) of the dry source as of the most recent reconciliation
-
stringstatus.sourceHydrator.currentOperation.finishedAtFinishedAt indicates when the hydrate operation finished
-
stringstatus.sourceHydrator.currentOperation.hydratedSHAHydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation
-
stringstatus.sourceHydrator.currentOperation.message
Required value
Message contains a message describing the current status of the hydrate operation -
stringstatus.sourceHydrator.currentOperation.phase
Required value
Phase indicates the status of the hydrate operationAllowed values:
Hydrating,Failed,Hydrated -
objectstatus.sourceHydrator.currentOperation.sourceHydratorSourceHydrator holds the hydrator config used for the hydrate operation
-
objectstatus.sourceHydrator.currentOperation.sourceHydrator.drySource
Required value
DrySource specifies where the dry “don’t repeat yourself” manifest source lives.-
stringstatus.sourceHydrator.currentOperation.sourceHydrator.drySource.path
Required value
Path is a directory path within the Git repository where the manifests are located -
stringstatus.sourceHydrator.currentOperation.sourceHydrator.drySource.repoURL
Required value
RepoURL is the URL to the git repository that contains the application manifests -
stringstatus.sourceHydrator.currentOperation.sourceHydrator.drySource.targetRevision
Required value
TargetRevision defines the revision of the source to hydrate
-
-
objectstatus.sourceHydrator.currentOperation.sourceHydrator.hydrateToHydrateTo specifies an optional “staging” location to push hydrated manifests to. An external system would then have to move manifests to the SyncSource, e.g. by pull request.
-
stringstatus.sourceHydrator.currentOperation.sourceHydrator.hydrateTo.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
objectstatus.sourceHydrator.currentOperation.sourceHydrator.syncSource
Required value
SyncSource specifies where to sync hydrated manifests from.-
stringstatus.sourceHydrator.currentOperation.sourceHydrator.syncSource.path
Required value
Path is a directory path within the git repository where hydrated manifests should be committed to and synced from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced. -
stringstatus.sourceHydrator.currentOperation.sourceHydrator.syncSource.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
-
stringstatus.sourceHydrator.currentOperation.startedAtStartedAt indicates when the hydrate operation started
-
-
objectstatus.sourceHydrator.lastSuccessfulOperationLastSuccessfulOperation holds info about the most recent successful hydration
-
stringstatus.sourceHydrator.lastSuccessfulOperation.drySHADrySHA holds the resolved revision (sha) of the dry source as of the most recent reconciliation
-
stringstatus.sourceHydrator.lastSuccessfulOperation.hydratedSHAHydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation
-
objectstatus.sourceHydrator.lastSuccessfulOperation.sourceHydratorSourceHydrator holds the hydrator config used for the hydrate operation
-
objectstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.drySource
Required value
DrySource specifies where the dry “don’t repeat yourself” manifest source lives.-
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.drySource.path
Required value
Path is a directory path within the Git repository where the manifests are located -
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.drySource.repoURL
Required value
RepoURL is the URL to the git repository that contains the application manifests -
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.drySource.targetRevision
Required value
TargetRevision defines the revision of the source to hydrate
-
-
objectstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.hydrateToHydrateTo specifies an optional “staging” location to push hydrated manifests to. An external system would then have to move manifests to the SyncSource, e.g. by pull request.
-
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.hydrateTo.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
objectstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.syncSource
Required value
SyncSource specifies where to sync hydrated manifests from.-
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.syncSource.path
Required value
Path is a directory path within the git repository where hydrated manifests should be committed to and synced from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced. -
stringstatus.sourceHydrator.lastSuccessfulOperation.sourceHydrator.syncSource.targetBranch
Required value
TargetBranch is the branch to which hydrated manifests should be committed
-
-
-
-
-
stringstatus.sourceTypeSourceType specifies the type of this application
-
array of stringsstatus.sourceTypesSourceTypes specifies the type of the sources included in the application
-
stringstatus.sourceTypes.Element of the arrayApplicationSourceType specifies the type of the application’s source
-
-
objectstatus.summarySummary contains a list of URLs and container images used by this application
-
array of stringsstatus.summary.externalURLsExternalURLs holds all external URLs of application child resources.
-
array of stringsstatus.summary.imagesImages holds all images of application child resources.
-
-
objectstatus.syncSync contains information about the application’s current sync status
-
objectstatus.sync.comparedToComparedTo contains information about what has been compared
-
objectstatus.sync.comparedTo.destination
Required value
Destination is a reference to the application’s destination used for comparison-
stringstatus.sync.comparedTo.destination.nameName is an alternate way of specifying the target cluster by its symbolic name. This must be set if Server is not set.
-
stringstatus.sync.comparedTo.destination.namespaceNamespace specifies the target namespace for the application’s resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace
-
stringstatus.sync.comparedTo.destination.serverServer specifies the URL of the target cluster’s Kubernetes control plane API. This must be set if Name is not set.
-
-
array of objectsstatus.sync.comparedTo.ignoreDifferencesIgnoreDifferences is a reference to the application’s ignored differences used for comparison
-
stringstatus.sync.comparedTo.ignoreDifferences.group
-
array of stringsstatus.sync.comparedTo.ignoreDifferences.jqPathExpressions
-
array of stringsstatus.sync.comparedTo.ignoreDifferences.jsonPointers
-
stringstatus.sync.comparedTo.ignoreDifferences.kind
-
array of stringsstatus.sync.comparedTo.ignoreDifferences.managedFieldsManagersManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the desired state defined in the SCM and won’t be displayed in diffs
-
stringstatus.sync.comparedTo.ignoreDifferences.name
-
stringstatus.sync.comparedTo.ignoreDifferences.namespace
-
-
objectstatus.sync.comparedTo.sourceSource is a reference to the application’s source used for comparison
-
stringstatus.sync.comparedTo.source.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.sync.comparedTo.source.directoryDirectory holds path/directory specific options
-
stringstatus.sync.comparedTo.source.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.sync.comparedTo.source.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.sync.comparedTo.source.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.sync.comparedTo.source.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.sync.comparedTo.source.directory.jsonnet.extVars.code
-
stringstatus.sync.comparedTo.source.directory.jsonnet.extVars.name
-
stringstatus.sync.comparedTo.source.directory.jsonnet.extVars.value
-
-
array of stringsstatus.sync.comparedTo.source.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.sync.comparedTo.source.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.sync.comparedTo.source.directory.jsonnet.tlas.code
-
stringstatus.sync.comparedTo.source.directory.jsonnet.tlas.name
-
stringstatus.sync.comparedTo.source.directory.jsonnet.tlas.value
-
-
-
booleanstatus.sync.comparedTo.source.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.sync.comparedTo.source.helmHelm holds helm specific options
-
array of stringsstatus.sync.comparedTo.source.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.sync.comparedTo.source.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.sync.comparedTo.source.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.sync.comparedTo.source.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.sync.comparedTo.source.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.sync.comparedTo.source.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.sync.comparedTo.source.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.sync.comparedTo.source.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.sync.comparedTo.source.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.sync.comparedTo.source.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.sync.comparedTo.source.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.sync.comparedTo.source.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.sync.comparedTo.source.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.sync.comparedTo.source.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.sync.comparedTo.source.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.sync.comparedTo.source.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.sync.comparedTo.source.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.sync.comparedTo.source.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.sync.comparedTo.source.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.sync.comparedTo.source.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.sync.comparedTo.source.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.sync.comparedTo.source.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.sync.comparedTo.source.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.sync.comparedTo.source.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.sync.comparedTo.source.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.sync.comparedTo.source.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.sync.comparedTo.source.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.sync.comparedTo.source.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.sync.comparedTo.source.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.sync.comparedTo.source.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.sync.comparedTo.source.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.sync.comparedTo.source.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.sync.comparedTo.source.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.sync.comparedTo.source.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.sync.comparedTo.source.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.sync.comparedTo.source.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.sync.comparedTo.source.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.sync.comparedTo.source.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.sync.comparedTo.source.kustomize.patches.options
-
stringstatus.sync.comparedTo.source.kustomize.patches.patch
-
stringstatus.sync.comparedTo.source.kustomize.patches.path
-
objectstatus.sync.comparedTo.source.kustomize.patches.target
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.annotationSelector
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.group
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.kind
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.labelSelector
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.name
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.namespace
-
stringstatus.sync.comparedTo.source.kustomize.patches.target.version
-
-
-
array of objectsstatus.sync.comparedTo.source.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.sync.comparedTo.source.kustomize.replicas.countNumber of replicas
-
stringstatus.sync.comparedTo.source.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.sync.comparedTo.source.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.sync.comparedTo.source.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.sync.comparedTo.source.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.sync.comparedTo.source.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.sync.comparedTo.source.plugin.envEnv is a list of environment variable entries
-
stringstatus.sync.comparedTo.source.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.sync.comparedTo.source.plugin.env.valueValue is the value of the variable
-
-
stringstatus.sync.comparedTo.source.plugin.name
-
array of objectsstatus.sync.comparedTo.source.plugin.parameters
-
array of stringsstatus.sync.comparedTo.source.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.sync.comparedTo.source.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.sync.comparedTo.source.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.sync.comparedTo.source.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.sync.comparedTo.source.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.sync.comparedTo.source.repoURL
Required value
RepoURL is the URL to the repository (Git or Helm) that contains the application manifests -
stringstatus.sync.comparedTo.source.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
array of objectsstatus.sync.comparedTo.sourcesSources is a reference to the application’s multiple sources used for comparison
-
stringstatus.sync.comparedTo.sources.chartChart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
-
objectstatus.sync.comparedTo.sources.directoryDirectory holds path/directory specific options
-
stringstatus.sync.comparedTo.sources.directory.excludeExclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation
-
stringstatus.sync.comparedTo.sources.directory.includeInclude contains a glob pattern to match paths against that should be explicitly included during manifest generation
-
objectstatus.sync.comparedTo.sources.directory.jsonnetJsonnet holds options specific to Jsonnet
-
array of objectsstatus.sync.comparedTo.sources.directory.jsonnet.extVarsExtVars is a list of Jsonnet External Variables
-
booleanstatus.sync.comparedTo.sources.directory.jsonnet.extVars.code
-
stringstatus.sync.comparedTo.sources.directory.jsonnet.extVars.name
-
stringstatus.sync.comparedTo.sources.directory.jsonnet.extVars.value
-
-
array of stringsstatus.sync.comparedTo.sources.directory.jsonnet.libsAdditional library search dirs
-
array of objectsstatus.sync.comparedTo.sources.directory.jsonnet.tlasTLAS is a list of Jsonnet Top-level Arguments
-
booleanstatus.sync.comparedTo.sources.directory.jsonnet.tlas.code
-
stringstatus.sync.comparedTo.sources.directory.jsonnet.tlas.name
-
stringstatus.sync.comparedTo.sources.directory.jsonnet.tlas.value
-
-
-
booleanstatus.sync.comparedTo.sources.directory.recurseRecurse specifies whether to scan a directory recursively for manifests
-
-
objectstatus.sync.comparedTo.sources.helmHelm holds helm specific options
-
array of stringsstatus.sync.comparedTo.sources.helm.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
array of objectsstatus.sync.comparedTo.sources.helm.fileParametersFileParameters are file parameters to the helm template
-
stringstatus.sync.comparedTo.sources.helm.fileParameters.nameName is the name of the Helm parameter
-
stringstatus.sync.comparedTo.sources.helm.fileParameters.pathPath is the path to the file containing the values for the Helm parameter
-
-
booleanstatus.sync.comparedTo.sources.helm.ignoreMissingValueFilesIgnoreMissingValueFiles prevents helm template from failing when valueFiles do not exist locally by not appending them to helm template –values
-
stringstatus.sync.comparedTo.sources.helm.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
stringstatus.sync.comparedTo.sources.helm.namespaceNamespace is an optional namespace to template with. If left empty, defaults to the app’s destination namespace.
-
array of objectsstatus.sync.comparedTo.sources.helm.parametersParameters is a list of Helm parameters which are passed to the helm template command upon manifest generation
-
booleanstatus.sync.comparedTo.sources.helm.parameters.forceStringForceString determines whether to tell Helm to interpret booleans and numbers as strings
-
stringstatus.sync.comparedTo.sources.helm.parameters.nameName is the name of the Helm parameter
-
stringstatus.sync.comparedTo.sources.helm.parameters.valueValue is the value for the Helm parameter
-
-
booleanstatus.sync.comparedTo.sources.helm.passCredentialsPassCredentials pass credentials to all domains (Helm’s –pass-credentials)
-
stringstatus.sync.comparedTo.sources.helm.releaseNameReleaseName is the Helm release name to use. If omitted it will use the application name
-
booleanstatus.sync.comparedTo.sources.helm.skipCrdsSkipCrds skips custom resource definition installation step (Helm’s –skip-crds)
-
booleanstatus.sync.comparedTo.sources.helm.skipSchemaValidationSkipSchemaValidation skips JSON schema validation (Helm’s –skip-schema-validation)
-
booleanstatus.sync.comparedTo.sources.helm.skipTestsSkipTests skips test manifest installation step (Helm’s –skip-tests).
-
array of stringsstatus.sync.comparedTo.sources.helm.valueFilesValuesFiles is a list of Helm value files to use when generating a template
-
stringstatus.sync.comparedTo.sources.helm.valuesValues specifies Helm values to be passed to helm template, typically defined as a block. ValuesObject takes precedence over Values, so use one or the other.
-
objectstatus.sync.comparedTo.sources.helm.valuesObjectValuesObject specifies Helm values to be passed to helm template, defined as a map. This takes precedence over Values.
-
stringstatus.sync.comparedTo.sources.helm.versionVersion is the Helm version to use for templating (“3”)
-
-
objectstatus.sync.comparedTo.sources.kustomizeKustomize holds kustomize specific options
-
array of stringsstatus.sync.comparedTo.sources.kustomize.apiVersionsAPIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kind.
-
objectstatus.sync.comparedTo.sources.kustomize.commonAnnotationsCommonAnnotations is a list of additional annotations to add to rendered manifests
-
booleanstatus.sync.comparedTo.sources.kustomize.commonAnnotationsEnvsubstCommonAnnotationsEnvsubst specifies whether to apply env variables substitution for annotation values
-
objectstatus.sync.comparedTo.sources.kustomize.commonLabelsCommonLabels is a list of additional labels to add to rendered manifests
-
array of stringsstatus.sync.comparedTo.sources.kustomize.componentsComponents specifies a list of kustomize components to add to the kustomization before building
-
booleanstatus.sync.comparedTo.sources.kustomize.forceCommonAnnotationsForceCommonAnnotations specifies whether to force applying common annotations to resources for Kustomize apps
-
booleanstatus.sync.comparedTo.sources.kustomize.forceCommonLabelsForceCommonLabels specifies whether to force applying common labels to resources for Kustomize apps
-
booleanstatus.sync.comparedTo.sources.kustomize.ignoreMissingComponentsIgnoreMissingComponents prevents kustomize from failing when components do not exist locally by not appending them to kustomization file
-
array of stringsstatus.sync.comparedTo.sources.kustomize.imagesImages is a list of Kustomize image override specifications
-
stringstatus.sync.comparedTo.sources.kustomize.images.Element of the arrayKustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
-
-
stringstatus.sync.comparedTo.sources.kustomize.kubeVersionKubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
-
booleanstatus.sync.comparedTo.sources.kustomize.labelIncludeTemplatesLabelIncludeTemplates specifies whether to apply common labels to resource templates or not
-
booleanstatus.sync.comparedTo.sources.kustomize.labelWithoutSelectorLabelWithoutSelector specifies whether to apply common labels to resource selectors or not
-
stringstatus.sync.comparedTo.sources.kustomize.namePrefixNamePrefix is a prefix appended to resources for Kustomize apps
-
stringstatus.sync.comparedTo.sources.kustomize.nameSuffixNameSuffix is a suffix appended to resources for Kustomize apps
-
stringstatus.sync.comparedTo.sources.kustomize.namespaceNamespace sets the namespace that Kustomize adds to all resources
-
array of objectsstatus.sync.comparedTo.sources.kustomize.patchesPatches is a list of Kustomize patches
-
objectstatus.sync.comparedTo.sources.kustomize.patches.options
-
stringstatus.sync.comparedTo.sources.kustomize.patches.patch
-
stringstatus.sync.comparedTo.sources.kustomize.patches.path
-
objectstatus.sync.comparedTo.sources.kustomize.patches.target
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.annotationSelector
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.group
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.kind
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.labelSelector
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.name
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.namespace
-
stringstatus.sync.comparedTo.sources.kustomize.patches.target.version
-
-
-
array of objectsstatus.sync.comparedTo.sources.kustomize.replicasReplicas is a list of Kustomize Replicas override specifications
-
integer or stringstatus.sync.comparedTo.sources.kustomize.replicas.countNumber of replicas
-
stringstatus.sync.comparedTo.sources.kustomize.replicas.nameName of Deployment or StatefulSet
-
-
stringstatus.sync.comparedTo.sources.kustomize.versionVersion controls which version of Kustomize to use for rendering manifests
-
-
stringstatus.sync.comparedTo.sources.nameName is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
-
stringstatus.sync.comparedTo.sources.pathPath is a directory path within the Git repository, and is only valid for applications sourced from Git.
-
objectstatus.sync.comparedTo.sources.pluginPlugin holds config management plugin specific options
-
array of objectsstatus.sync.comparedTo.sources.plugin.envEnv is a list of environment variable entries
-
stringstatus.sync.comparedTo.sources.plugin.env.nameName is the name of the variable, usually expressed in uppercase
-
stringstatus.sync.comparedTo.sources.plugin.env.valueValue is the value of the variable
-
-
stringstatus.sync.comparedTo.sources.plugin.name
-
array of objectsstatus.sync.comparedTo.sources.plugin.parameters
-
array of stringsstatus.sync.comparedTo.sources.plugin.parameters.arrayArray is the value of an array type parameter.
-
objectstatus.sync.comparedTo.sources.plugin.parameters.mapMap is the value of a map type parameter.
-
stringstatus.sync.comparedTo.sources.plugin.parameters.nameName is the name identifying a parameter.
-
stringstatus.sync.comparedTo.sources.plugin.parameters.stringString_ is the value of a string type parameter.
-
-
-
stringstatus.sync.comparedTo.sources.refRef is reference to another source within sources field. This field will not be used if used with a
sourcetag. -
stringstatus.sync.comparedTo.sources.repoURLRepoURL is the URL to the repository (Git or Helm) that contains the application manifests
-
stringstatus.sync.comparedTo.sources.targetRevisionTargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart’s version.
-
-
-
stringstatus.sync.revisionRevision contains information about the revision the comparison has been performed to
-
array of stringsstatus.sync.revisionsRevisions contains information about the revisions of multiple sources the comparison has been performed to
-
stringstatus.sync.status
Required value
Status is the sync state of the comparison
-
-
ApplicationSet
Short names: appset, appsets
Scope: Namespaced
Version: v1alpha1
-
stringapiVersion
-
stringkind
-
objectmetadata
-
objectspec
-
booleanspec.applyNestedSelectors
-
array of objectsspec.generators
Required value
-
objectspec.generators.clusterDecisionResource
-
stringspec.generators.clusterDecisionResource.configMapRef
Required value
-
objectspec.generators.clusterDecisionResource.labelSelector
-
array of objectsspec.generators.clusterDecisionResource.labelSelector.matchExpressions
-
stringspec.generators.clusterDecisionResource.labelSelector.matchExpressions.key
-
stringspec.generators.clusterDecisionResource.labelSelector.matchExpressions.operator
-
array of stringsspec.generators.clusterDecisionResource.labelSelector.matchExpressions.values
-
-
objectspec.generators.clusterDecisionResource.labelSelector.matchLabels
-
-
stringspec.generators.clusterDecisionResource.name
-
integerspec.generators.clusterDecisionResource.requeueAfterSeconds
-
objectspec.generators.clusterDecisionResource.template
-
objectspec.generators.clusterDecisionResource.template.metadata
Required value
-
objectspec.generators.clusterDecisionResource.template.metadata.annotations
-
array of stringsspec.generators.clusterDecisionResource.template.metadata.finalizers
-
objectspec.generators.clusterDecisionResource.template.metadata.labels
-
stringspec.generators.clusterDecisionResource.template.metadata.name
-
stringspec.generators.clusterDecisionResource.template.metadata.namespace
-
-
objectspec.generators.clusterDecisionResource.template.spec
Required value
-
objectspec.generators.clusterDecisionResource.template.spec.destination
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.destination.name
-
stringspec.generators.clusterDecisionResource.template.spec.destination.namespace
-
stringspec.generators.clusterDecisionResource.template.spec.destination.server
-
-
array of objectsspec.generators.clusterDecisionResource.template.spec.ignoreDifferences
-
stringspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.name
-
stringspec.generators.clusterDecisionResource.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.clusterDecisionResource.template.spec.info
-
stringspec.generators.clusterDecisionResource.template.spec.info.name
-
stringspec.generators.clusterDecisionResource.template.spec.info.value
-
-
stringspec.generators.clusterDecisionResource.template.spec.project
Required value
-
integerspec.generators.clusterDecisionResource.template.spec.revisionHistoryLimit
-
objectspec.generators.clusterDecisionResource.template.spec.source
-
stringspec.generators.clusterDecisionResource.template.spec.source.chart
-
objectspec.generators.clusterDecisionResource.template.spec.source.directory
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.exclude
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.include
-
objectspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.clusterDecisionResource.template.spec.source.directory.recurse
-
-
objectspec.generators.clusterDecisionResource.template.spec.source.helm
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.kubeVersion
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.namespace
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.helm.parameters
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.parameters.forceString
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.parameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.passCredentials
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.releaseName
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.skipCrds
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.clusterDecisionResource.template.spec.source.helm.skipTests
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.helm.valueFiles
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.values
-
objectspec.generators.clusterDecisionResource.template.spec.source.helm.valuesObject
-
stringspec.generators.clusterDecisionResource.template.spec.source.helm.version
-
-
objectspec.generators.clusterDecisionResource.template.spec.source.kustomize
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.kustomize.apiVersions
-
objectspec.generators.clusterDecisionResource.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.clusterDecisionResource.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.kustomize.components
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.kustomize.images
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.clusterDecisionResource.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.namePrefix
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches
-
objectspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.options
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.patch
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.path
-
objectspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.count
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.clusterDecisionResource.template.spec.source.kustomize.version
-
-
stringspec.generators.clusterDecisionResource.template.spec.source.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.path
-
objectspec.generators.clusterDecisionResource.template.spec.source.plugin
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.plugin.env
-
stringspec.generators.clusterDecisionResource.template.spec.source.plugin.env.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.plugin.env.value
-
-
stringspec.generators.clusterDecisionResource.template.spec.source.plugin.name
-
array of objectsspec.generators.clusterDecisionResource.template.spec.source.plugin.parameters
-
array of stringsspec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.array
-
objectspec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.map
-
stringspec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.clusterDecisionResource.template.spec.source.ref
-
stringspec.generators.clusterDecisionResource.template.spec.source.repoURL
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.source.targetRevision
-
-
objectspec.generators.clusterDecisionResource.template.spec.sourceHydrator
-
objectspec.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.clusterDecisionResource.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources
-
stringspec.generators.clusterDecisionResource.template.spec.sources.chart
-
objectspec.generators.clusterDecisionResource.template.spec.sources.directory
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.exclude
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.include
-
objectspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.directory.recurse
-
-
objectspec.generators.clusterDecisionResource.template.spec.sources.helm
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.kubeVersion
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.namespace
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.helm.parameters
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.passCredentials
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.releaseName
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.skipCrds
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.helm.valueFiles
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.values
-
objectspec.generators.clusterDecisionResource.template.spec.sources.helm.valuesObject
-
stringspec.generators.clusterDecisionResource.template.spec.sources.helm.version
-
-
objectspec.generators.clusterDecisionResource.template.spec.sources.kustomize
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.clusterDecisionResource.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.clusterDecisionResource.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.kustomize.components
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.kustomize.images
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.clusterDecisionResource.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches
-
objectspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.options
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.path
-
objectspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.clusterDecisionResource.template.spec.sources.kustomize.version
-
-
stringspec.generators.clusterDecisionResource.template.spec.sources.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.path
-
objectspec.generators.clusterDecisionResource.template.spec.sources.plugin
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.plugin.env
-
stringspec.generators.clusterDecisionResource.template.spec.sources.plugin.env.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.plugin.env.value
-
-
stringspec.generators.clusterDecisionResource.template.spec.sources.plugin.name
-
array of objectsspec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.array
-
objectspec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.map
-
stringspec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.name
-
stringspec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.clusterDecisionResource.template.spec.sources.ref
-
stringspec.generators.clusterDecisionResource.template.spec.sources.repoURL
-
stringspec.generators.clusterDecisionResource.template.spec.sources.targetRevision
-
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.automated
-
booleanspec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry
-
objectspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.clusterDecisionResource.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.clusterDecisionResource.values
-
-
objectspec.generators.clusters
-
booleanspec.generators.clusters.flatList
-
objectspec.generators.clusters.selector
-
array of objectsspec.generators.clusters.selector.matchExpressions
-
stringspec.generators.clusters.selector.matchExpressions.key
-
stringspec.generators.clusters.selector.matchExpressions.operator
-
array of stringsspec.generators.clusters.selector.matchExpressions.values
-
-
objectspec.generators.clusters.selector.matchLabels
-
-
objectspec.generators.clusters.template
-
objectspec.generators.clusters.template.metadata
Required value
-
objectspec.generators.clusters.template.metadata.annotations
-
array of stringsspec.generators.clusters.template.metadata.finalizers
-
objectspec.generators.clusters.template.metadata.labels
-
stringspec.generators.clusters.template.metadata.name
-
stringspec.generators.clusters.template.metadata.namespace
-
-
objectspec.generators.clusters.template.spec
Required value
-
objectspec.generators.clusters.template.spec.destination
Required value
-
stringspec.generators.clusters.template.spec.destination.name
-
stringspec.generators.clusters.template.spec.destination.namespace
-
stringspec.generators.clusters.template.spec.destination.server
-
-
array of objectsspec.generators.clusters.template.spec.ignoreDifferences
-
stringspec.generators.clusters.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.clusters.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.clusters.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.clusters.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.clusters.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.clusters.template.spec.ignoreDifferences.name
-
stringspec.generators.clusters.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.clusters.template.spec.info
-
stringspec.generators.clusters.template.spec.info.name
-
stringspec.generators.clusters.template.spec.info.value
-
-
stringspec.generators.clusters.template.spec.project
Required value
-
integerspec.generators.clusters.template.spec.revisionHistoryLimit
-
objectspec.generators.clusters.template.spec.source
-
stringspec.generators.clusters.template.spec.source.chart
-
objectspec.generators.clusters.template.spec.source.directory
-
stringspec.generators.clusters.template.spec.source.directory.exclude
-
stringspec.generators.clusters.template.spec.source.directory.include
-
objectspec.generators.clusters.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.clusters.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.clusters.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.clusters.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.clusters.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.clusters.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.clusters.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.clusters.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.clusters.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.clusters.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.clusters.template.spec.source.directory.recurse
-
-
objectspec.generators.clusters.template.spec.source.helm
-
array of stringsspec.generators.clusters.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.clusters.template.spec.source.helm.fileParameters
-
stringspec.generators.clusters.template.spec.source.helm.fileParameters.name
-
stringspec.generators.clusters.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.clusters.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.clusters.template.spec.source.helm.kubeVersion
-
stringspec.generators.clusters.template.spec.source.helm.namespace
-
array of objectsspec.generators.clusters.template.spec.source.helm.parameters
-
booleanspec.generators.clusters.template.spec.source.helm.parameters.forceString
-
stringspec.generators.clusters.template.spec.source.helm.parameters.name
-
stringspec.generators.clusters.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.clusters.template.spec.source.helm.passCredentials
-
stringspec.generators.clusters.template.spec.source.helm.releaseName
-
booleanspec.generators.clusters.template.spec.source.helm.skipCrds
-
booleanspec.generators.clusters.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.clusters.template.spec.source.helm.skipTests
-
array of stringsspec.generators.clusters.template.spec.source.helm.valueFiles
-
stringspec.generators.clusters.template.spec.source.helm.values
-
objectspec.generators.clusters.template.spec.source.helm.valuesObject
-
stringspec.generators.clusters.template.spec.source.helm.version
-
-
objectspec.generators.clusters.template.spec.source.kustomize
-
array of stringsspec.generators.clusters.template.spec.source.kustomize.apiVersions
-
objectspec.generators.clusters.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.clusters.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.clusters.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.clusters.template.spec.source.kustomize.components
-
booleanspec.generators.clusters.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.clusters.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.clusters.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.clusters.template.spec.source.kustomize.images
-
stringspec.generators.clusters.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.clusters.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.clusters.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.clusters.template.spec.source.kustomize.namePrefix
-
stringspec.generators.clusters.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.clusters.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.clusters.template.spec.source.kustomize.patches
-
objectspec.generators.clusters.template.spec.source.kustomize.patches.options
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.patch
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.path
-
objectspec.generators.clusters.template.spec.source.kustomize.patches.target
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.clusters.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.clusters.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.clusters.template.spec.source.kustomize.replicas.count
-
stringspec.generators.clusters.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.clusters.template.spec.source.kustomize.version
-
-
stringspec.generators.clusters.template.spec.source.name
-
stringspec.generators.clusters.template.spec.source.path
-
objectspec.generators.clusters.template.spec.source.plugin
-
array of objectsspec.generators.clusters.template.spec.source.plugin.env
-
stringspec.generators.clusters.template.spec.source.plugin.env.name
-
stringspec.generators.clusters.template.spec.source.plugin.env.value
-
-
stringspec.generators.clusters.template.spec.source.plugin.name
-
array of objectsspec.generators.clusters.template.spec.source.plugin.parameters
-
array of stringsspec.generators.clusters.template.spec.source.plugin.parameters.array
-
objectspec.generators.clusters.template.spec.source.plugin.parameters.map
-
stringspec.generators.clusters.template.spec.source.plugin.parameters.name
-
stringspec.generators.clusters.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.clusters.template.spec.source.ref
-
stringspec.generators.clusters.template.spec.source.repoURL
Required value
-
stringspec.generators.clusters.template.spec.source.targetRevision
-
-
objectspec.generators.clusters.template.spec.sourceHydrator
-
objectspec.generators.clusters.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.clusters.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.clusters.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.clusters.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.clusters.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.clusters.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.clusters.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.clusters.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.clusters.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.clusters.template.spec.sources
-
stringspec.generators.clusters.template.spec.sources.chart
-
objectspec.generators.clusters.template.spec.sources.directory
-
stringspec.generators.clusters.template.spec.sources.directory.exclude
-
stringspec.generators.clusters.template.spec.sources.directory.include
-
objectspec.generators.clusters.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.clusters.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.clusters.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.clusters.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.clusters.template.spec.sources.directory.recurse
-
-
objectspec.generators.clusters.template.spec.sources.helm
-
array of stringsspec.generators.clusters.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.clusters.template.spec.sources.helm.fileParameters
-
stringspec.generators.clusters.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.clusters.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.clusters.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.clusters.template.spec.sources.helm.kubeVersion
-
stringspec.generators.clusters.template.spec.sources.helm.namespace
-
array of objectsspec.generators.clusters.template.spec.sources.helm.parameters
-
booleanspec.generators.clusters.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.clusters.template.spec.sources.helm.parameters.name
-
stringspec.generators.clusters.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.clusters.template.spec.sources.helm.passCredentials
-
stringspec.generators.clusters.template.spec.sources.helm.releaseName
-
booleanspec.generators.clusters.template.spec.sources.helm.skipCrds
-
booleanspec.generators.clusters.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.clusters.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.clusters.template.spec.sources.helm.valueFiles
-
stringspec.generators.clusters.template.spec.sources.helm.values
-
objectspec.generators.clusters.template.spec.sources.helm.valuesObject
-
stringspec.generators.clusters.template.spec.sources.helm.version
-
-
objectspec.generators.clusters.template.spec.sources.kustomize
-
array of stringsspec.generators.clusters.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.clusters.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.clusters.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.clusters.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.clusters.template.spec.sources.kustomize.components
-
booleanspec.generators.clusters.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.clusters.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.clusters.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.clusters.template.spec.sources.kustomize.images
-
stringspec.generators.clusters.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.clusters.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.clusters.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.clusters.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.clusters.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.clusters.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.clusters.template.spec.sources.kustomize.patches
-
objectspec.generators.clusters.template.spec.sources.kustomize.patches.options
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.path
-
objectspec.generators.clusters.template.spec.sources.kustomize.patches.target
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.clusters.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.clusters.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.clusters.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.clusters.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.clusters.template.spec.sources.kustomize.version
-
-
stringspec.generators.clusters.template.spec.sources.name
-
stringspec.generators.clusters.template.spec.sources.path
-
objectspec.generators.clusters.template.spec.sources.plugin
-
array of objectsspec.generators.clusters.template.spec.sources.plugin.env
-
stringspec.generators.clusters.template.spec.sources.plugin.env.name
-
stringspec.generators.clusters.template.spec.sources.plugin.env.value
-
-
stringspec.generators.clusters.template.spec.sources.plugin.name
-
array of objectsspec.generators.clusters.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.clusters.template.spec.sources.plugin.parameters.array
-
objectspec.generators.clusters.template.spec.sources.plugin.parameters.map
-
stringspec.generators.clusters.template.spec.sources.plugin.parameters.name
-
stringspec.generators.clusters.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.clusters.template.spec.sources.ref
-
stringspec.generators.clusters.template.spec.sources.repoURL
-
stringspec.generators.clusters.template.spec.sources.targetRevision
-
-
objectspec.generators.clusters.template.spec.syncPolicy
-
objectspec.generators.clusters.template.spec.syncPolicy.automated
-
booleanspec.generators.clusters.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.clusters.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.clusters.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.clusters.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.clusters.template.spec.syncPolicy.retry
-
objectspec.generators.clusters.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.clusters.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.clusters.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.clusters.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.clusters.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.clusters.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.clusters.values
-
-
objectspec.generators.git
-
array of objectsspec.generators.git.directories
-
booleanspec.generators.git.directories.exclude
-
stringspec.generators.git.directories.path
-
-
array of objectsspec.generators.git.files
-
booleanspec.generators.git.files.exclude
-
stringspec.generators.git.files.path
-
-
stringspec.generators.git.pathParamPrefix
-
stringspec.generators.git.repoURL
Required value
-
integerspec.generators.git.requeueAfterSeconds
-
stringspec.generators.git.revision
Required value
-
objectspec.generators.git.template
-
objectspec.generators.git.template.metadata
Required value
-
objectspec.generators.git.template.metadata.annotations
-
array of stringsspec.generators.git.template.metadata.finalizers
-
objectspec.generators.git.template.metadata.labels
-
stringspec.generators.git.template.metadata.name
-
stringspec.generators.git.template.metadata.namespace
-
-
objectspec.generators.git.template.spec
Required value
-
objectspec.generators.git.template.spec.destination
Required value
-
stringspec.generators.git.template.spec.destination.name
-
stringspec.generators.git.template.spec.destination.namespace
-
stringspec.generators.git.template.spec.destination.server
-
-
array of objectsspec.generators.git.template.spec.ignoreDifferences
-
stringspec.generators.git.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.git.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.git.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.git.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.git.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.git.template.spec.ignoreDifferences.name
-
stringspec.generators.git.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.git.template.spec.info
-
stringspec.generators.git.template.spec.info.name
-
stringspec.generators.git.template.spec.info.value
-
-
stringspec.generators.git.template.spec.project
Required value
-
integerspec.generators.git.template.spec.revisionHistoryLimit
-
objectspec.generators.git.template.spec.source
-
stringspec.generators.git.template.spec.source.chart
-
objectspec.generators.git.template.spec.source.directory
-
stringspec.generators.git.template.spec.source.directory.exclude
-
stringspec.generators.git.template.spec.source.directory.include
-
objectspec.generators.git.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.git.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.git.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.git.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.git.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.git.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.git.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.git.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.git.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.git.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.git.template.spec.source.directory.recurse
-
-
objectspec.generators.git.template.spec.source.helm
-
array of stringsspec.generators.git.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.git.template.spec.source.helm.fileParameters
-
stringspec.generators.git.template.spec.source.helm.fileParameters.name
-
stringspec.generators.git.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.git.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.git.template.spec.source.helm.kubeVersion
-
stringspec.generators.git.template.spec.source.helm.namespace
-
array of objectsspec.generators.git.template.spec.source.helm.parameters
-
booleanspec.generators.git.template.spec.source.helm.parameters.forceString
-
stringspec.generators.git.template.spec.source.helm.parameters.name
-
stringspec.generators.git.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.git.template.spec.source.helm.passCredentials
-
stringspec.generators.git.template.spec.source.helm.releaseName
-
booleanspec.generators.git.template.spec.source.helm.skipCrds
-
booleanspec.generators.git.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.git.template.spec.source.helm.skipTests
-
array of stringsspec.generators.git.template.spec.source.helm.valueFiles
-
stringspec.generators.git.template.spec.source.helm.values
-
objectspec.generators.git.template.spec.source.helm.valuesObject
-
stringspec.generators.git.template.spec.source.helm.version
-
-
objectspec.generators.git.template.spec.source.kustomize
-
array of stringsspec.generators.git.template.spec.source.kustomize.apiVersions
-
objectspec.generators.git.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.git.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.git.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.git.template.spec.source.kustomize.components
-
booleanspec.generators.git.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.git.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.git.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.git.template.spec.source.kustomize.images
-
stringspec.generators.git.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.git.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.git.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.git.template.spec.source.kustomize.namePrefix
-
stringspec.generators.git.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.git.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.git.template.spec.source.kustomize.patches
-
objectspec.generators.git.template.spec.source.kustomize.patches.options
-
stringspec.generators.git.template.spec.source.kustomize.patches.patch
-
stringspec.generators.git.template.spec.source.kustomize.patches.path
-
objectspec.generators.git.template.spec.source.kustomize.patches.target
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.git.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.git.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.git.template.spec.source.kustomize.replicas.count
-
stringspec.generators.git.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.git.template.spec.source.kustomize.version
-
-
stringspec.generators.git.template.spec.source.name
-
stringspec.generators.git.template.spec.source.path
-
objectspec.generators.git.template.spec.source.plugin
-
array of objectsspec.generators.git.template.spec.source.plugin.env
-
stringspec.generators.git.template.spec.source.plugin.env.name
-
stringspec.generators.git.template.spec.source.plugin.env.value
-
-
stringspec.generators.git.template.spec.source.plugin.name
-
array of objectsspec.generators.git.template.spec.source.plugin.parameters
-
array of stringsspec.generators.git.template.spec.source.plugin.parameters.array
-
objectspec.generators.git.template.spec.source.plugin.parameters.map
-
stringspec.generators.git.template.spec.source.plugin.parameters.name
-
stringspec.generators.git.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.git.template.spec.source.ref
-
stringspec.generators.git.template.spec.source.repoURL
Required value
-
stringspec.generators.git.template.spec.source.targetRevision
-
-
objectspec.generators.git.template.spec.sourceHydrator
-
objectspec.generators.git.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.git.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.git.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.git.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.git.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.git.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.git.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.git.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.git.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.git.template.spec.sources
-
stringspec.generators.git.template.spec.sources.chart
-
objectspec.generators.git.template.spec.sources.directory
-
stringspec.generators.git.template.spec.sources.directory.exclude
-
stringspec.generators.git.template.spec.sources.directory.include
-
objectspec.generators.git.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.git.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.git.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.git.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.git.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.git.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.git.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.git.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.git.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.git.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.git.template.spec.sources.directory.recurse
-
-
objectspec.generators.git.template.spec.sources.helm
-
array of stringsspec.generators.git.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.git.template.spec.sources.helm.fileParameters
-
stringspec.generators.git.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.git.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.git.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.git.template.spec.sources.helm.kubeVersion
-
stringspec.generators.git.template.spec.sources.helm.namespace
-
array of objectsspec.generators.git.template.spec.sources.helm.parameters
-
booleanspec.generators.git.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.git.template.spec.sources.helm.parameters.name
-
stringspec.generators.git.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.git.template.spec.sources.helm.passCredentials
-
stringspec.generators.git.template.spec.sources.helm.releaseName
-
booleanspec.generators.git.template.spec.sources.helm.skipCrds
-
booleanspec.generators.git.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.git.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.git.template.spec.sources.helm.valueFiles
-
stringspec.generators.git.template.spec.sources.helm.values
-
objectspec.generators.git.template.spec.sources.helm.valuesObject
-
stringspec.generators.git.template.spec.sources.helm.version
-
-
objectspec.generators.git.template.spec.sources.kustomize
-
array of stringsspec.generators.git.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.git.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.git.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.git.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.git.template.spec.sources.kustomize.components
-
booleanspec.generators.git.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.git.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.git.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.git.template.spec.sources.kustomize.images
-
stringspec.generators.git.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.git.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.git.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.git.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.git.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.git.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.git.template.spec.sources.kustomize.patches
-
objectspec.generators.git.template.spec.sources.kustomize.patches.options
-
stringspec.generators.git.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.git.template.spec.sources.kustomize.patches.path
-
objectspec.generators.git.template.spec.sources.kustomize.patches.target
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.git.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.git.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.git.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.git.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.git.template.spec.sources.kustomize.version
-
-
stringspec.generators.git.template.spec.sources.name
-
stringspec.generators.git.template.spec.sources.path
-
objectspec.generators.git.template.spec.sources.plugin
-
array of objectsspec.generators.git.template.spec.sources.plugin.env
-
stringspec.generators.git.template.spec.sources.plugin.env.name
-
stringspec.generators.git.template.spec.sources.plugin.env.value
-
-
stringspec.generators.git.template.spec.sources.plugin.name
-
array of objectsspec.generators.git.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.git.template.spec.sources.plugin.parameters.array
-
objectspec.generators.git.template.spec.sources.plugin.parameters.map
-
stringspec.generators.git.template.spec.sources.plugin.parameters.name
-
stringspec.generators.git.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.git.template.spec.sources.ref
-
stringspec.generators.git.template.spec.sources.repoURL
-
stringspec.generators.git.template.spec.sources.targetRevision
-
-
objectspec.generators.git.template.spec.syncPolicy
-
objectspec.generators.git.template.spec.syncPolicy.automated
-
booleanspec.generators.git.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.git.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.git.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.git.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.git.template.spec.syncPolicy.retry
-
objectspec.generators.git.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.git.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.git.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.git.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.git.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.git.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.git.values
-
-
objectspec.generators.list
-
arrayspec.generators.list.elements
-
stringspec.generators.list.elementsYaml
-
objectspec.generators.list.template
-
objectspec.generators.list.template.metadata
Required value
-
objectspec.generators.list.template.metadata.annotations
-
array of stringsspec.generators.list.template.metadata.finalizers
-
objectspec.generators.list.template.metadata.labels
-
stringspec.generators.list.template.metadata.name
-
stringspec.generators.list.template.metadata.namespace
-
-
objectspec.generators.list.template.spec
Required value
-
objectspec.generators.list.template.spec.destination
Required value
-
stringspec.generators.list.template.spec.destination.name
-
stringspec.generators.list.template.spec.destination.namespace
-
stringspec.generators.list.template.spec.destination.server
-
-
array of objectsspec.generators.list.template.spec.ignoreDifferences
-
stringspec.generators.list.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.list.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.list.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.list.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.list.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.list.template.spec.ignoreDifferences.name
-
stringspec.generators.list.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.list.template.spec.info
-
stringspec.generators.list.template.spec.info.name
-
stringspec.generators.list.template.spec.info.value
-
-
stringspec.generators.list.template.spec.project
Required value
-
integerspec.generators.list.template.spec.revisionHistoryLimit
-
objectspec.generators.list.template.spec.source
-
stringspec.generators.list.template.spec.source.chart
-
objectspec.generators.list.template.spec.source.directory
-
stringspec.generators.list.template.spec.source.directory.exclude
-
stringspec.generators.list.template.spec.source.directory.include
-
objectspec.generators.list.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.list.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.list.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.list.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.list.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.list.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.list.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.list.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.list.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.list.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.list.template.spec.source.directory.recurse
-
-
objectspec.generators.list.template.spec.source.helm
-
array of stringsspec.generators.list.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.list.template.spec.source.helm.fileParameters
-
stringspec.generators.list.template.spec.source.helm.fileParameters.name
-
stringspec.generators.list.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.list.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.list.template.spec.source.helm.kubeVersion
-
stringspec.generators.list.template.spec.source.helm.namespace
-
array of objectsspec.generators.list.template.spec.source.helm.parameters
-
booleanspec.generators.list.template.spec.source.helm.parameters.forceString
-
stringspec.generators.list.template.spec.source.helm.parameters.name
-
stringspec.generators.list.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.list.template.spec.source.helm.passCredentials
-
stringspec.generators.list.template.spec.source.helm.releaseName
-
booleanspec.generators.list.template.spec.source.helm.skipCrds
-
booleanspec.generators.list.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.list.template.spec.source.helm.skipTests
-
array of stringsspec.generators.list.template.spec.source.helm.valueFiles
-
stringspec.generators.list.template.spec.source.helm.values
-
objectspec.generators.list.template.spec.source.helm.valuesObject
-
stringspec.generators.list.template.spec.source.helm.version
-
-
objectspec.generators.list.template.spec.source.kustomize
-
array of stringsspec.generators.list.template.spec.source.kustomize.apiVersions
-
objectspec.generators.list.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.list.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.list.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.list.template.spec.source.kustomize.components
-
booleanspec.generators.list.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.list.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.list.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.list.template.spec.source.kustomize.images
-
stringspec.generators.list.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.list.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.list.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.list.template.spec.source.kustomize.namePrefix
-
stringspec.generators.list.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.list.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.list.template.spec.source.kustomize.patches
-
objectspec.generators.list.template.spec.source.kustomize.patches.options
-
stringspec.generators.list.template.spec.source.kustomize.patches.patch
-
stringspec.generators.list.template.spec.source.kustomize.patches.path
-
objectspec.generators.list.template.spec.source.kustomize.patches.target
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.list.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.list.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.list.template.spec.source.kustomize.replicas.count
-
stringspec.generators.list.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.list.template.spec.source.kustomize.version
-
-
stringspec.generators.list.template.spec.source.name
-
stringspec.generators.list.template.spec.source.path
-
objectspec.generators.list.template.spec.source.plugin
-
array of objectsspec.generators.list.template.spec.source.plugin.env
-
stringspec.generators.list.template.spec.source.plugin.env.name
-
stringspec.generators.list.template.spec.source.plugin.env.value
-
-
stringspec.generators.list.template.spec.source.plugin.name
-
array of objectsspec.generators.list.template.spec.source.plugin.parameters
-
array of stringsspec.generators.list.template.spec.source.plugin.parameters.array
-
objectspec.generators.list.template.spec.source.plugin.parameters.map
-
stringspec.generators.list.template.spec.source.plugin.parameters.name
-
stringspec.generators.list.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.list.template.spec.source.ref
-
stringspec.generators.list.template.spec.source.repoURL
Required value
-
stringspec.generators.list.template.spec.source.targetRevision
-
-
objectspec.generators.list.template.spec.sourceHydrator
-
objectspec.generators.list.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.list.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.list.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.list.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.list.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.list.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.list.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.list.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.list.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.list.template.spec.sources
-
stringspec.generators.list.template.spec.sources.chart
-
objectspec.generators.list.template.spec.sources.directory
-
stringspec.generators.list.template.spec.sources.directory.exclude
-
stringspec.generators.list.template.spec.sources.directory.include
-
objectspec.generators.list.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.list.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.list.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.list.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.list.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.list.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.list.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.list.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.list.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.list.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.list.template.spec.sources.directory.recurse
-
-
objectspec.generators.list.template.spec.sources.helm
-
array of stringsspec.generators.list.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.list.template.spec.sources.helm.fileParameters
-
stringspec.generators.list.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.list.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.list.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.list.template.spec.sources.helm.kubeVersion
-
stringspec.generators.list.template.spec.sources.helm.namespace
-
array of objectsspec.generators.list.template.spec.sources.helm.parameters
-
booleanspec.generators.list.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.list.template.spec.sources.helm.parameters.name
-
stringspec.generators.list.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.list.template.spec.sources.helm.passCredentials
-
stringspec.generators.list.template.spec.sources.helm.releaseName
-
booleanspec.generators.list.template.spec.sources.helm.skipCrds
-
booleanspec.generators.list.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.list.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.list.template.spec.sources.helm.valueFiles
-
stringspec.generators.list.template.spec.sources.helm.values
-
objectspec.generators.list.template.spec.sources.helm.valuesObject
-
stringspec.generators.list.template.spec.sources.helm.version
-
-
objectspec.generators.list.template.spec.sources.kustomize
-
array of stringsspec.generators.list.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.list.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.list.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.list.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.list.template.spec.sources.kustomize.components
-
booleanspec.generators.list.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.list.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.list.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.list.template.spec.sources.kustomize.images
-
stringspec.generators.list.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.list.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.list.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.list.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.list.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.list.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.list.template.spec.sources.kustomize.patches
-
objectspec.generators.list.template.spec.sources.kustomize.patches.options
-
stringspec.generators.list.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.list.template.spec.sources.kustomize.patches.path
-
objectspec.generators.list.template.spec.sources.kustomize.patches.target
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.list.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.list.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.list.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.list.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.list.template.spec.sources.kustomize.version
-
-
stringspec.generators.list.template.spec.sources.name
-
stringspec.generators.list.template.spec.sources.path
-
objectspec.generators.list.template.spec.sources.plugin
-
array of objectsspec.generators.list.template.spec.sources.plugin.env
-
stringspec.generators.list.template.spec.sources.plugin.env.name
-
stringspec.generators.list.template.spec.sources.plugin.env.value
-
-
stringspec.generators.list.template.spec.sources.plugin.name
-
array of objectsspec.generators.list.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.list.template.spec.sources.plugin.parameters.array
-
objectspec.generators.list.template.spec.sources.plugin.parameters.map
-
stringspec.generators.list.template.spec.sources.plugin.parameters.name
-
stringspec.generators.list.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.list.template.spec.sources.ref
-
stringspec.generators.list.template.spec.sources.repoURL
-
stringspec.generators.list.template.spec.sources.targetRevision
-
-
objectspec.generators.list.template.spec.syncPolicy
-
objectspec.generators.list.template.spec.syncPolicy.automated
-
booleanspec.generators.list.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.list.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.list.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.list.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.list.template.spec.syncPolicy.retry
-
objectspec.generators.list.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.list.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.list.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.list.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.list.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.list.template.spec.syncPolicy.syncOptions
-
-
-
-
-
objectspec.generators.matrix
-
array of objectsspec.generators.matrix.generators
Required value
-
objectspec.generators.matrix.generators.clusterDecisionResource
-
stringspec.generators.matrix.generators.clusterDecisionResource.configMapRef
Required value
-
objectspec.generators.matrix.generators.clusterDecisionResource.labelSelector
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions
-
stringspec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.key
-
stringspec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.operator
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.values
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchLabels
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.name
-
integerspec.generators.matrix.generators.clusterDecisionResource.requeueAfterSeconds
-
objectspec.generators.matrix.generators.clusterDecisionResource.template
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.metadata
Required value
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.metadata.finalizers
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.metadata.labels
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.metadata.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec
Required value
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.info
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.info.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.info.value
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.project
Required value
-
integerspec.generators.matrix.generators.clusterDecisionResource.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.chart
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.path
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.ref
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.chart
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.path
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.ref
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.clusterDecisionResource.values
-
-
objectspec.generators.matrix.generators.clusters
-
booleanspec.generators.matrix.generators.clusters.flatList
-
objectspec.generators.matrix.generators.clusters.selector
-
array of objectsspec.generators.matrix.generators.clusters.selector.matchExpressions
-
stringspec.generators.matrix.generators.clusters.selector.matchExpressions.key
-
stringspec.generators.matrix.generators.clusters.selector.matchExpressions.operator
-
array of stringsspec.generators.matrix.generators.clusters.selector.matchExpressions.values
-
-
objectspec.generators.matrix.generators.clusters.selector.matchLabels
-
-
objectspec.generators.matrix.generators.clusters.template
-
objectspec.generators.matrix.generators.clusters.template.metadata
Required value
-
objectspec.generators.matrix.generators.clusters.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.clusters.template.metadata.finalizers
-
objectspec.generators.matrix.generators.clusters.template.metadata.labels
-
stringspec.generators.matrix.generators.clusters.template.metadata.name
-
stringspec.generators.matrix.generators.clusters.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.clusters.template.spec
Required value
-
objectspec.generators.matrix.generators.clusters.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.destination.name
-
stringspec.generators.matrix.generators.clusters.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.clusters.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.info
-
stringspec.generators.matrix.generators.clusters.template.spec.info.name
-
stringspec.generators.matrix.generators.clusters.template.spec.info.value
-
-
stringspec.generators.matrix.generators.clusters.template.spec.project
Required value
-
integerspec.generators.matrix.generators.clusters.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.clusters.template.spec.source
-
stringspec.generators.matrix.generators.clusters.template.spec.source.chart
-
objectspec.generators.matrix.generators.clusters.template.spec.source.directory
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.clusters.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.clusters.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.clusters.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.clusters.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.clusters.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.clusters.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.clusters.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.clusters.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.clusters.template.spec.source.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.path
-
objectspec.generators.matrix.generators.clusters.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.clusters.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.clusters.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.clusters.template.spec.source.ref
-
stringspec.generators.matrix.generators.clusters.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.clusters.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.clusters.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.chart
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.directory
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.path
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.ref
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.clusters.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.clusters.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.clusters.values
-
-
objectspec.generators.matrix.generators.git
-
array of objectsspec.generators.matrix.generators.git.directories
-
booleanspec.generators.matrix.generators.git.directories.exclude
-
stringspec.generators.matrix.generators.git.directories.path
-
-
array of objectsspec.generators.matrix.generators.git.files
-
booleanspec.generators.matrix.generators.git.files.exclude
-
stringspec.generators.matrix.generators.git.files.path
-
-
stringspec.generators.matrix.generators.git.pathParamPrefix
-
stringspec.generators.matrix.generators.git.repoURL
Required value
-
integerspec.generators.matrix.generators.git.requeueAfterSeconds
-
stringspec.generators.matrix.generators.git.revision
Required value
-
objectspec.generators.matrix.generators.git.template
-
objectspec.generators.matrix.generators.git.template.metadata
Required value
-
objectspec.generators.matrix.generators.git.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.git.template.metadata.finalizers
-
objectspec.generators.matrix.generators.git.template.metadata.labels
-
stringspec.generators.matrix.generators.git.template.metadata.name
-
stringspec.generators.matrix.generators.git.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.git.template.spec
Required value
-
objectspec.generators.matrix.generators.git.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.git.template.spec.destination.name
-
stringspec.generators.matrix.generators.git.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.git.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.git.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.git.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.git.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.git.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.git.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.git.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.git.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.git.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.git.template.spec.info
-
stringspec.generators.matrix.generators.git.template.spec.info.name
-
stringspec.generators.matrix.generators.git.template.spec.info.value
-
-
stringspec.generators.matrix.generators.git.template.spec.project
Required value
-
integerspec.generators.matrix.generators.git.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.git.template.spec.source
-
stringspec.generators.matrix.generators.git.template.spec.source.chart
-
objectspec.generators.matrix.generators.git.template.spec.source.directory
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.git.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.git.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.git.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.git.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.git.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.git.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.git.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.git.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.git.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.git.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.git.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.git.template.spec.source.name
-
stringspec.generators.matrix.generators.git.template.spec.source.path
-
objectspec.generators.matrix.generators.git.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.git.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.git.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.git.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.git.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.git.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.git.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.git.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.git.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.git.template.spec.source.ref
-
stringspec.generators.matrix.generators.git.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.git.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.git.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.git.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.git.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.git.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.git.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources
-
stringspec.generators.matrix.generators.git.template.spec.sources.chart
-
objectspec.generators.matrix.generators.git.template.spec.sources.directory
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.git.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.git.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.git.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.git.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.git.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.git.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.git.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.git.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.git.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.git.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.git.template.spec.sources.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.path
-
objectspec.generators.matrix.generators.git.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.git.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.git.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.git.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.git.template.spec.sources.ref
-
stringspec.generators.matrix.generators.git.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.git.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.git.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.git.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.git.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.git.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.git.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.git.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.git.values
-
-
objectspec.generators.matrix.generators.list
-
arrayspec.generators.matrix.generators.list.elements
-
stringspec.generators.matrix.generators.list.elementsYaml
-
objectspec.generators.matrix.generators.list.template
-
objectspec.generators.matrix.generators.list.template.metadata
Required value
-
objectspec.generators.matrix.generators.list.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.list.template.metadata.finalizers
-
objectspec.generators.matrix.generators.list.template.metadata.labels
-
stringspec.generators.matrix.generators.list.template.metadata.name
-
stringspec.generators.matrix.generators.list.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.list.template.spec
Required value
-
objectspec.generators.matrix.generators.list.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.list.template.spec.destination.name
-
stringspec.generators.matrix.generators.list.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.list.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.list.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.list.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.list.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.list.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.list.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.list.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.list.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.list.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.list.template.spec.info
-
stringspec.generators.matrix.generators.list.template.spec.info.name
-
stringspec.generators.matrix.generators.list.template.spec.info.value
-
-
stringspec.generators.matrix.generators.list.template.spec.project
Required value
-
integerspec.generators.matrix.generators.list.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.list.template.spec.source
-
stringspec.generators.matrix.generators.list.template.spec.source.chart
-
objectspec.generators.matrix.generators.list.template.spec.source.directory
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.list.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.list.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.list.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.list.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.list.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.list.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.list.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.list.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.list.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.list.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.list.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.list.template.spec.source.name
-
stringspec.generators.matrix.generators.list.template.spec.source.path
-
objectspec.generators.matrix.generators.list.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.list.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.list.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.list.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.list.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.list.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.list.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.list.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.list.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.list.template.spec.source.ref
-
stringspec.generators.matrix.generators.list.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.list.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.list.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.list.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.list.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.list.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.list.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources
-
stringspec.generators.matrix.generators.list.template.spec.sources.chart
-
objectspec.generators.matrix.generators.list.template.spec.sources.directory
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.list.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.list.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.list.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.list.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.list.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.list.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.list.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.list.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.list.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.list.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.list.template.spec.sources.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.path
-
objectspec.generators.matrix.generators.list.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.list.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.list.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.list.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.list.template.spec.sources.ref
-
stringspec.generators.matrix.generators.list.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.list.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.list.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.list.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.list.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.list.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.list.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.list.template.spec.syncPolicy.syncOptions
-
-
-
-
-
spec.generators.matrix.generators.matrix
-
spec.generators.matrix.generators.merge
-
objectspec.generators.matrix.generators.plugin
-
objectspec.generators.matrix.generators.plugin.configMapRef
Required value
-
stringspec.generators.matrix.generators.plugin.configMapRef.name
Required value
-
-
objectspec.generators.matrix.generators.plugin.input
-
objectspec.generators.matrix.generators.plugin.input.parameters
-
-
integerspec.generators.matrix.generators.plugin.requeueAfterSeconds
-
objectspec.generators.matrix.generators.plugin.template
-
objectspec.generators.matrix.generators.plugin.template.metadata
Required value
-
objectspec.generators.matrix.generators.plugin.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.plugin.template.metadata.finalizers
-
objectspec.generators.matrix.generators.plugin.template.metadata.labels
-
stringspec.generators.matrix.generators.plugin.template.metadata.name
-
stringspec.generators.matrix.generators.plugin.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.plugin.template.spec
Required value
-
objectspec.generators.matrix.generators.plugin.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.destination.name
-
stringspec.generators.matrix.generators.plugin.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.plugin.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.info
-
stringspec.generators.matrix.generators.plugin.template.spec.info.name
-
stringspec.generators.matrix.generators.plugin.template.spec.info.value
-
-
stringspec.generators.matrix.generators.plugin.template.spec.project
Required value
-
integerspec.generators.matrix.generators.plugin.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.plugin.template.spec.source
-
stringspec.generators.matrix.generators.plugin.template.spec.source.chart
-
objectspec.generators.matrix.generators.plugin.template.spec.source.directory
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.plugin.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.plugin.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.plugin.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.plugin.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.plugin.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.plugin.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.plugin.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.plugin.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.plugin.template.spec.source.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.path
-
objectspec.generators.matrix.generators.plugin.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.plugin.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.plugin.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.plugin.template.spec.source.ref
-
stringspec.generators.matrix.generators.plugin.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.plugin.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.plugin.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.chart
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.directory
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.path
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.ref
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.plugin.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.plugin.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.plugin.values
-
-
objectspec.generators.matrix.generators.pullRequest
-
objectspec.generators.matrix.generators.pullRequest.azuredevops
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.api
-
array of stringsspec.generators.matrix.generators.pullRequest.azuredevops.labels
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.organization
Required value
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.project
Required value
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.repo
Required value
-
objectspec.generators.matrix.generators.pullRequest.azuredevops.tokenRef
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.azuredevops.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.pullRequest.bitbucket
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.api
-
objectspec.generators.matrix.generators.pullRequest.bitbucket.basicAuth
-
objectspec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef.secretName
Required value
-
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.username
Required value
-
-
objectspec.generators.matrix.generators.pullRequest.bitbucket.bearerToken
-
objectspec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef.secretName
Required value
-
-
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.owner
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucket.repo
Required value
-
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.api
Required value
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.secretName
Required value
-
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.username
Required value
-
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer.bearerToken
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer.bearerToken.tokenRef
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.bearerToken.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.bearerToken.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.pullRequest.bitbucketServer.caRef
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.caRef.configMapName
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.caRef.key
Required value
-
-
booleanspec.generators.matrix.generators.pullRequest.bitbucketServer.insecure
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.project
Required value
-
stringspec.generators.matrix.generators.pullRequest.bitbucketServer.repo
Required value
-
-
array of objectsspec.generators.matrix.generators.pullRequest.filters
-
stringspec.generators.matrix.generators.pullRequest.filters.branchMatch
-
stringspec.generators.matrix.generators.pullRequest.filters.targetBranchMatch
-
-
objectspec.generators.matrix.generators.pullRequest.gitea
-
stringspec.generators.matrix.generators.pullRequest.gitea.api
Required value
-
booleanspec.generators.matrix.generators.pullRequest.gitea.insecure
-
array of stringsspec.generators.matrix.generators.pullRequest.gitea.labels
-
stringspec.generators.matrix.generators.pullRequest.gitea.owner
Required value
-
stringspec.generators.matrix.generators.pullRequest.gitea.repo
Required value
-
objectspec.generators.matrix.generators.pullRequest.gitea.tokenRef
-
stringspec.generators.matrix.generators.pullRequest.gitea.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.gitea.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.pullRequest.github
-
stringspec.generators.matrix.generators.pullRequest.github.api
-
stringspec.generators.matrix.generators.pullRequest.github.appSecretName
-
array of stringsspec.generators.matrix.generators.pullRequest.github.labels
-
stringspec.generators.matrix.generators.pullRequest.github.owner
Required value
-
stringspec.generators.matrix.generators.pullRequest.github.repo
Required value
-
objectspec.generators.matrix.generators.pullRequest.github.tokenRef
-
stringspec.generators.matrix.generators.pullRequest.github.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.github.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.pullRequest.gitlab
-
stringspec.generators.matrix.generators.pullRequest.gitlab.api
-
objectspec.generators.matrix.generators.pullRequest.gitlab.caRef
-
stringspec.generators.matrix.generators.pullRequest.gitlab.caRef.configMapName
Required value
-
stringspec.generators.matrix.generators.pullRequest.gitlab.caRef.key
Required value
-
-
booleanspec.generators.matrix.generators.pullRequest.gitlab.insecure
-
array of stringsspec.generators.matrix.generators.pullRequest.gitlab.labels
-
stringspec.generators.matrix.generators.pullRequest.gitlab.project
Required value
-
stringspec.generators.matrix.generators.pullRequest.gitlab.pullRequestState
-
objectspec.generators.matrix.generators.pullRequest.gitlab.tokenRef
-
stringspec.generators.matrix.generators.pullRequest.gitlab.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.pullRequest.gitlab.tokenRef.secretName
Required value
-
-
-
integerspec.generators.matrix.generators.pullRequest.requeueAfterSeconds
-
objectspec.generators.matrix.generators.pullRequest.template
-
objectspec.generators.matrix.generators.pullRequest.template.metadata
Required value
-
objectspec.generators.matrix.generators.pullRequest.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.pullRequest.template.metadata.finalizers
-
objectspec.generators.matrix.generators.pullRequest.template.metadata.labels
-
stringspec.generators.matrix.generators.pullRequest.template.metadata.name
-
stringspec.generators.matrix.generators.pullRequest.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec
Required value
-
objectspec.generators.matrix.generators.pullRequest.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.destination.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.pullRequest.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.info
-
stringspec.generators.matrix.generators.pullRequest.template.spec.info.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.info.value
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.project
Required value
-
integerspec.generators.matrix.generators.pullRequest.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.chart
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.directory
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.path
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.ref
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.chart
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.directory
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.path
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.ref
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.pullRequest.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.pullRequest.values
-
-
objectspec.generators.matrix.generators.scmProvider
-
objectspec.generators.matrix.generators.scmProvider.awsCodeCommit
-
booleanspec.generators.matrix.generators.scmProvider.awsCodeCommit.allBranches
-
stringspec.generators.matrix.generators.scmProvider.awsCodeCommit.region
-
stringspec.generators.matrix.generators.scmProvider.awsCodeCommit.role
-
array of objectsspec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters
-
stringspec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters.key
-
stringspec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters.value
-
-
-
objectspec.generators.matrix.generators.scmProvider.azureDevOps
-
objectspec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef
Required value
-
stringspec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef.secretName
Required value
-
-
booleanspec.generators.matrix.generators.scmProvider.azureDevOps.allBranches
-
stringspec.generators.matrix.generators.scmProvider.azureDevOps.api
-
stringspec.generators.matrix.generators.scmProvider.azureDevOps.organization
Required value
-
stringspec.generators.matrix.generators.scmProvider.azureDevOps.teamProject
Required value
-
-
objectspec.generators.matrix.generators.scmProvider.bitbucket
-
booleanspec.generators.matrix.generators.scmProvider.bitbucket.allBranches
-
objectspec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef.secretName
Required value
-
-
stringspec.generators.matrix.generators.scmProvider.bitbucket.owner
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucket.user
Required value
-
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer
-
booleanspec.generators.matrix.generators.scmProvider.bitbucketServer.allBranches
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.api
Required value
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.secretName
Required value
-
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.username
Required value
-
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer.bearerToken
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer.bearerToken.tokenRef
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.bearerToken.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.bearerToken.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.scmProvider.bitbucketServer.caRef
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.caRef.configMapName
Required value
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.caRef.key
Required value
-
-
booleanspec.generators.matrix.generators.scmProvider.bitbucketServer.insecure
-
stringspec.generators.matrix.generators.scmProvider.bitbucketServer.project
Required value
-
-
stringspec.generators.matrix.generators.scmProvider.cloneProtocol
-
array of objectsspec.generators.matrix.generators.scmProvider.filters
-
stringspec.generators.matrix.generators.scmProvider.filters.branchMatch
-
stringspec.generators.matrix.generators.scmProvider.filters.labelMatch
-
array of stringsspec.generators.matrix.generators.scmProvider.filters.pathsDoNotExist
-
array of stringsspec.generators.matrix.generators.scmProvider.filters.pathsExist
-
stringspec.generators.matrix.generators.scmProvider.filters.repositoryMatch
-
-
objectspec.generators.matrix.generators.scmProvider.gitea
-
booleanspec.generators.matrix.generators.scmProvider.gitea.allBranches
-
stringspec.generators.matrix.generators.scmProvider.gitea.api
Required value
-
booleanspec.generators.matrix.generators.scmProvider.gitea.insecure
-
stringspec.generators.matrix.generators.scmProvider.gitea.owner
Required value
-
objectspec.generators.matrix.generators.scmProvider.gitea.tokenRef
-
stringspec.generators.matrix.generators.scmProvider.gitea.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.gitea.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.scmProvider.github
-
booleanspec.generators.matrix.generators.scmProvider.github.allBranches
-
stringspec.generators.matrix.generators.scmProvider.github.api
-
stringspec.generators.matrix.generators.scmProvider.github.appSecretName
-
stringspec.generators.matrix.generators.scmProvider.github.organization
Required value
-
objectspec.generators.matrix.generators.scmProvider.github.tokenRef
-
stringspec.generators.matrix.generators.scmProvider.github.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.github.tokenRef.secretName
Required value
-
-
-
objectspec.generators.matrix.generators.scmProvider.gitlab
-
booleanspec.generators.matrix.generators.scmProvider.gitlab.allBranches
-
stringspec.generators.matrix.generators.scmProvider.gitlab.api
-
objectspec.generators.matrix.generators.scmProvider.gitlab.caRef
-
stringspec.generators.matrix.generators.scmProvider.gitlab.caRef.configMapName
Required value
-
stringspec.generators.matrix.generators.scmProvider.gitlab.caRef.key
Required value
-
-
stringspec.generators.matrix.generators.scmProvider.gitlab.group
Required value
-
boolean
-
booleanspec.generators.matrix.generators.scmProvider.gitlab.includeSubgroups
-
booleanspec.generators.matrix.generators.scmProvider.gitlab.insecure
-
objectspec.generators.matrix.generators.scmProvider.gitlab.tokenRef
-
stringspec.generators.matrix.generators.scmProvider.gitlab.tokenRef.key
Required value
-
stringspec.generators.matrix.generators.scmProvider.gitlab.tokenRef.secretName
Required value
-
-
stringspec.generators.matrix.generators.scmProvider.gitlab.topic
-
-
integerspec.generators.matrix.generators.scmProvider.requeueAfterSeconds
-
objectspec.generators.matrix.generators.scmProvider.template
-
objectspec.generators.matrix.generators.scmProvider.template.metadata
Required value
-
objectspec.generators.matrix.generators.scmProvider.template.metadata.annotations
-
array of stringsspec.generators.matrix.generators.scmProvider.template.metadata.finalizers
-
objectspec.generators.matrix.generators.scmProvider.template.metadata.labels
-
stringspec.generators.matrix.generators.scmProvider.template.metadata.name
-
stringspec.generators.matrix.generators.scmProvider.template.metadata.namespace
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec
Required value
-
objectspec.generators.matrix.generators.scmProvider.template.spec.destination
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.destination.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.destination.namespace
-
stringspec.generators.matrix.generators.scmProvider.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences
-
stringspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.info
-
stringspec.generators.matrix.generators.scmProvider.template.spec.info.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.info.value
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.project
Required value
-
integerspec.generators.matrix.generators.scmProvider.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.chart
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.directory
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.exclude
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.include
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.helm
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.values
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.helm.version
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.images
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.path
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.plugin
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.ref
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.chart
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.directory
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.include
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.helm
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.values
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.path
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.ref
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.repoURL
-
stringspec.generators.matrix.generators.scmProvider.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.syncOptions
-
-
-
-
objectspec.generators.matrix.generators.scmProvider.values
-
-
objectspec.generators.matrix.generators.selector
-
array of objectsspec.generators.matrix.generators.selector.matchExpressions
-
stringspec.generators.matrix.generators.selector.matchExpressions.key
-
stringspec.generators.matrix.generators.selector.matchExpressions.operator
-
array of stringsspec.generators.matrix.generators.selector.matchExpressions.values
-
-
objectspec.generators.matrix.generators.selector.matchLabels
-
-
-
objectspec.generators.matrix.template
-
objectspec.generators.matrix.template.metadata
Required value
-
objectspec.generators.matrix.template.metadata.annotations
-
array of stringsspec.generators.matrix.template.metadata.finalizers
-
objectspec.generators.matrix.template.metadata.labels
-
stringspec.generators.matrix.template.metadata.name
-
stringspec.generators.matrix.template.metadata.namespace
-
-
objectspec.generators.matrix.template.spec
Required value
-
objectspec.generators.matrix.template.spec.destination
Required value
-
stringspec.generators.matrix.template.spec.destination.name
-
stringspec.generators.matrix.template.spec.destination.namespace
-
stringspec.generators.matrix.template.spec.destination.server
-
-
array of objectsspec.generators.matrix.template.spec.ignoreDifferences
-
stringspec.generators.matrix.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.matrix.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.matrix.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.matrix.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.matrix.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.matrix.template.spec.ignoreDifferences.name
-
stringspec.generators.matrix.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.matrix.template.spec.info
-
stringspec.generators.matrix.template.spec.info.name
-
stringspec.generators.matrix.template.spec.info.value
-
-
stringspec.generators.matrix.template.spec.project
Required value
-
integerspec.generators.matrix.template.spec.revisionHistoryLimit
-
objectspec.generators.matrix.template.spec.source
-
stringspec.generators.matrix.template.spec.source.chart
-
objectspec.generators.matrix.template.spec.source.directory
-
stringspec.generators.matrix.template.spec.source.directory.exclude
-
stringspec.generators.matrix.template.spec.source.directory.include
-
objectspec.generators.matrix.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.matrix.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.matrix.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.matrix.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.template.spec.source.directory.recurse
-
-
objectspec.generators.matrix.template.spec.source.helm
-
array of stringsspec.generators.matrix.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.matrix.template.spec.source.helm.fileParameters
-
stringspec.generators.matrix.template.spec.source.helm.fileParameters.name
-
stringspec.generators.matrix.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.matrix.template.spec.source.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.template.spec.source.helm.kubeVersion
-
stringspec.generators.matrix.template.spec.source.helm.namespace
-
array of objectsspec.generators.matrix.template.spec.source.helm.parameters
-
booleanspec.generators.matrix.template.spec.source.helm.parameters.forceString
-
stringspec.generators.matrix.template.spec.source.helm.parameters.name
-
stringspec.generators.matrix.template.spec.source.helm.parameters.value
-
-
booleanspec.generators.matrix.template.spec.source.helm.passCredentials
-
stringspec.generators.matrix.template.spec.source.helm.releaseName
-
booleanspec.generators.matrix.template.spec.source.helm.skipCrds
-
booleanspec.generators.matrix.template.spec.source.helm.skipSchemaValidation
-
booleanspec.generators.matrix.template.spec.source.helm.skipTests
-
array of stringsspec.generators.matrix.template.spec.source.helm.valueFiles
-
stringspec.generators.matrix.template.spec.source.helm.values
-
objectspec.generators.matrix.template.spec.source.helm.valuesObject
-
stringspec.generators.matrix.template.spec.source.helm.version
-
-
objectspec.generators.matrix.template.spec.source.kustomize
-
array of stringsspec.generators.matrix.template.spec.source.kustomize.apiVersions
-
objectspec.generators.matrix.template.spec.source.kustomize.commonAnnotations
-
booleanspec.generators.matrix.template.spec.source.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.template.spec.source.kustomize.commonLabels
-
array of stringsspec.generators.matrix.template.spec.source.kustomize.components
-
booleanspec.generators.matrix.template.spec.source.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.template.spec.source.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.template.spec.source.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.template.spec.source.kustomize.images
-
stringspec.generators.matrix.template.spec.source.kustomize.kubeVersion
-
booleanspec.generators.matrix.template.spec.source.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.template.spec.source.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.template.spec.source.kustomize.namePrefix
-
stringspec.generators.matrix.template.spec.source.kustomize.nameSuffix
-
stringspec.generators.matrix.template.spec.source.kustomize.namespace
-
array of objectsspec.generators.matrix.template.spec.source.kustomize.patches
-
objectspec.generators.matrix.template.spec.source.kustomize.patches.options
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.patch
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.path
-
objectspec.generators.matrix.template.spec.source.kustomize.patches.target
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.group
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.kind
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.name
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.namespace
-
stringspec.generators.matrix.template.spec.source.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.template.spec.source.kustomize.replicas
-
integer or stringspec.generators.matrix.template.spec.source.kustomize.replicas.count
-
stringspec.generators.matrix.template.spec.source.kustomize.replicas.name
-
-
stringspec.generators.matrix.template.spec.source.kustomize.version
-
-
stringspec.generators.matrix.template.spec.source.name
-
stringspec.generators.matrix.template.spec.source.path
-
objectspec.generators.matrix.template.spec.source.plugin
-
array of objectsspec.generators.matrix.template.spec.source.plugin.env
-
stringspec.generators.matrix.template.spec.source.plugin.env.name
-
stringspec.generators.matrix.template.spec.source.plugin.env.value
-
-
stringspec.generators.matrix.template.spec.source.plugin.name
-
array of objectsspec.generators.matrix.template.spec.source.plugin.parameters
-
array of stringsspec.generators.matrix.template.spec.source.plugin.parameters.array
-
objectspec.generators.matrix.template.spec.source.plugin.parameters.map
-
stringspec.generators.matrix.template.spec.source.plugin.parameters.name
-
stringspec.generators.matrix.template.spec.source.plugin.parameters.string
-
-
-
stringspec.generators.matrix.template.spec.source.ref
-
stringspec.generators.matrix.template.spec.source.repoURL
Required value
-
stringspec.generators.matrix.template.spec.source.targetRevision
-
-
objectspec.generators.matrix.template.spec.sourceHydrator
-
objectspec.generators.matrix.template.spec.sourceHydrator.drySource
Required value
-
stringspec.generators.matrix.template.spec.sourceHydrator.drySource.path
Required value
-
stringspec.generators.matrix.template.spec.sourceHydrator.drySource.repoURL
Required value
-
stringspec.generators.matrix.template.spec.sourceHydrator.drySource.targetRevision
Required value
-
-
objectspec.generators.matrix.template.spec.sourceHydrator.hydrateTo
-
stringspec.generators.matrix.template.spec.sourceHydrator.hydrateTo.targetBranch
Required value
-
-
objectspec.generators.matrix.template.spec.sourceHydrator.syncSource
Required value
-
stringspec.generators.matrix.template.spec.sourceHydrator.syncSource.path
Required value
-
stringspec.generators.matrix.template.spec.sourceHydrator.syncSource.targetBranch
Required value
-
-
-
array of objectsspec.generators.matrix.template.spec.sources
-
stringspec.generators.matrix.template.spec.sources.chart
-
objectspec.generators.matrix.template.spec.sources.directory
-
stringspec.generators.matrix.template.spec.sources.directory.exclude
-
stringspec.generators.matrix.template.spec.sources.directory.include
-
objectspec.generators.matrix.template.spec.sources.directory.jsonnet
-
array of objectsspec.generators.matrix.template.spec.sources.directory.jsonnet.extVars
-
booleanspec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.code
-
stringspec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.name
-
stringspec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.matrix.template.spec.sources.directory.jsonnet.libs
-
array of objectsspec.generators.matrix.template.spec.sources.directory.jsonnet.tlas
-
booleanspec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.code
-
stringspec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.name
-
stringspec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.matrix.template.spec.sources.directory.recurse
-
-
objectspec.generators.matrix.template.spec.sources.helm
-
array of stringsspec.generators.matrix.template.spec.sources.helm.apiVersions
-
array of objectsspec.generators.matrix.template.spec.sources.helm.fileParameters
-
stringspec.generators.matrix.template.spec.sources.helm.fileParameters.name
-
stringspec.generators.matrix.template.spec.sources.helm.fileParameters.path
-
-
booleanspec.generators.matrix.template.spec.sources.helm.ignoreMissingValueFiles
-
stringspec.generators.matrix.template.spec.sources.helm.kubeVersion
-
stringspec.generators.matrix.template.spec.sources.helm.namespace
-
array of objectsspec.generators.matrix.template.spec.sources.helm.parameters
-
booleanspec.generators.matrix.template.spec.sources.helm.parameters.forceString
-
stringspec.generators.matrix.template.spec.sources.helm.parameters.name
-
stringspec.generators.matrix.template.spec.sources.helm.parameters.value
-
-
booleanspec.generators.matrix.template.spec.sources.helm.passCredentials
-
stringspec.generators.matrix.template.spec.sources.helm.releaseName
-
booleanspec.generators.matrix.template.spec.sources.helm.skipCrds
-
booleanspec.generators.matrix.template.spec.sources.helm.skipSchemaValidation
-
booleanspec.generators.matrix.template.spec.sources.helm.skipTests
-
array of stringsspec.generators.matrix.template.spec.sources.helm.valueFiles
-
stringspec.generators.matrix.template.spec.sources.helm.values
-
objectspec.generators.matrix.template.spec.sources.helm.valuesObject
-
stringspec.generators.matrix.template.spec.sources.helm.version
-
-
objectspec.generators.matrix.template.spec.sources.kustomize
-
array of stringsspec.generators.matrix.template.spec.sources.kustomize.apiVersions
-
objectspec.generators.matrix.template.spec.sources.kustomize.commonAnnotations
-
booleanspec.generators.matrix.template.spec.sources.kustomize.commonAnnotationsEnvsubst
-
objectspec.generators.matrix.template.spec.sources.kustomize.commonLabels
-
array of stringsspec.generators.matrix.template.spec.sources.kustomize.components
-
booleanspec.generators.matrix.template.spec.sources.kustomize.forceCommonAnnotations
-
booleanspec.generators.matrix.template.spec.sources.kustomize.forceCommonLabels
-
booleanspec.generators.matrix.template.spec.sources.kustomize.ignoreMissingComponents
-
array of stringsspec.generators.matrix.template.spec.sources.kustomize.images
-
stringspec.generators.matrix.template.spec.sources.kustomize.kubeVersion
-
booleanspec.generators.matrix.template.spec.sources.kustomize.labelIncludeTemplates
-
booleanspec.generators.matrix.template.spec.sources.kustomize.labelWithoutSelector
-
stringspec.generators.matrix.template.spec.sources.kustomize.namePrefix
-
stringspec.generators.matrix.template.spec.sources.kustomize.nameSuffix
-
stringspec.generators.matrix.template.spec.sources.kustomize.namespace
-
array of objectsspec.generators.matrix.template.spec.sources.kustomize.patches
-
objectspec.generators.matrix.template.spec.sources.kustomize.patches.options
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.patch
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.path
-
objectspec.generators.matrix.template.spec.sources.kustomize.patches.target
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.annotationSelector
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.group
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.kind
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.labelSelector
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.name
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.namespace
-
stringspec.generators.matrix.template.spec.sources.kustomize.patches.target.version
-
-
-
array of objectsspec.generators.matrix.template.spec.sources.kustomize.replicas
-
integer or stringspec.generators.matrix.template.spec.sources.kustomize.replicas.count
-
stringspec.generators.matrix.template.spec.sources.kustomize.replicas.name
-
-
stringspec.generators.matrix.template.spec.sources.kustomize.version
-
-
stringspec.generators.matrix.template.spec.sources.name
-
stringspec.generators.matrix.template.spec.sources.path
-
objectspec.generators.matrix.template.spec.sources.plugin
-
array of objectsspec.generators.matrix.template.spec.sources.plugin.env
-
stringspec.generators.matrix.template.spec.sources.plugin.env.name
-
stringspec.generators.matrix.template.spec.sources.plugin.env.value
-
-
stringspec.generators.matrix.template.spec.sources.plugin.name
-
array of objectsspec.generators.matrix.template.spec.sources.plugin.parameters
-
array of stringsspec.generators.matrix.template.spec.sources.plugin.parameters.array
-
objectspec.generators.matrix.template.spec.sources.plugin.parameters.map
-
stringspec.generators.matrix.template.spec.sources.plugin.parameters.name
-
stringspec.generators.matrix.template.spec.sources.plugin.parameters.string
-
-
-
stringspec.generators.matrix.template.spec.sources.ref
-
stringspec.generators.matrix.template.spec.sources.repoURL
-
stringspec.generators.matrix.template.spec.sources.targetRevision
-
-
objectspec.generators.matrix.template.spec.syncPolicy
-
objectspec.generators.matrix.template.spec.syncPolicy.automated
-
booleanspec.generators.matrix.template.spec.syncPolicy.automated.allowEmpty
-
booleanspec.generators.matrix.template.spec.syncPolicy.automated.enabled
-
booleanspec.generators.matrix.template.spec.syncPolicy.automated.prune
-
booleanspec.generators.matrix.template.spec.syncPolicy.automated.selfHeal
-
-
objectspec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata
-
objectspec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.annotations
-
objectspec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.labels
-
-
objectspec.generators.matrix.template.spec.syncPolicy.retry
-
objectspec.generators.matrix.template.spec.syncPolicy.retry.backoff
-
stringspec.generators.matrix.template.spec.syncPolicy.retry.backoff.duration
-
integerspec.generators.matrix.template.spec.syncPolicy.retry.backoff.factor
-
stringspec.generators.matrix.template.spec.syncPolicy.retry.backoff.maxDuration
-
-
integerspec.generators.matrix.template.spec.syncPolicy.retry.limit
-
-
array of stringsspec.generators.matrix.template.spec.syncPolicy.syncOptions
-
-
-
-
-
objectspec.generators.merge
-
array of objectsspec.generators.merge.generators
Required value
-
objectspec.generators.merge.generators.clusterDecisionResource
-
stringspec.generators.merge.generators.clusterDecisionResource.configMapRef
Required value
-
objectspec.generators.merge.generators.clusterDecisionResource.labelSelector
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions
-
stringspec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.key
-
stringspec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.operator
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.values
-
-
objectspec.generators.merge.generators.clusterDecisionResource.labelSelector.matchLabels
-
-
stringspec.generators.merge.generators.clusterDecisionResource.name
-
integerspec.generators.merge.generators.clusterDecisionResource.requeueAfterSeconds
-
objectspec.generators.merge.generators.clusterDecisionResource.template
-
objectspec.generators.merge.generators.clusterDecisionResource.template.metadata
Required value
-
objectspec.generators.merge.generators.clusterDecisionResource.template.metadata.annotations
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.metadata.finalizers
-
objectspec.generators.merge.generators.clusterDecisionResource.template.metadata.labels
-
stringspec.generators.merge.generators.clusterDecisionResource.template.metadata.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.metadata.namespace
-
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec
Required value
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec.destination
Required value
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.destination.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.destination.namespace
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.destination.server
-
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.group
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.jqPathExpressions
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.jsonPointers
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.kind
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.managedFieldsManagers
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.namespace
-
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.template.spec.info
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.info.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.info.value
-
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.project
Required value
-
integerspec.generators.merge.generators.clusterDecisionResource.template.spec.revisionHistoryLimit
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec.source
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.chart
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.exclude
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.include
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars
-
booleanspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.code
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.value
-
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.libs
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas
-
booleanspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.code
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.value
-
-
-
booleanspec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.recurse
-
-
objectspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm
-
array of stringsspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.apiVersions
-
array of objectsspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.name
-
stringspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.path
-
-
booleanspec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.ignoreMissingValueFiles
-
-
-
-
-
-
-
-
-
-