Skip to content

argoproj.v1alpha1.applicationSet

Index

Fields

fn new

new(name)

new returns an instance of ApplicationSet

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

fn spec.withApplyNestedSelectors

withApplyNestedSelectors(applyNestedSelectors)

fn spec.withGenerators

withGenerators(generators)

fn spec.withGeneratorsMixin

withGeneratorsMixin(generators)

Note: This function appends passed data to existing values

fn spec.withGoTemplate

withGoTemplate(goTemplate)

fn spec.withGoTemplateOptions

withGoTemplateOptions(goTemplateOptions)

fn spec.withGoTemplateOptionsMixin

withGoTemplateOptionsMixin(goTemplateOptions)

Note: This function appends passed data to existing values

fn spec.withIgnoreApplicationDifferences

withIgnoreApplicationDifferences(ignoreApplicationDifferences)

fn spec.withIgnoreApplicationDifferencesMixin

withIgnoreApplicationDifferencesMixin(ignoreApplicationDifferences)

Note: This function appends passed data to existing values

fn spec.withTemplatePatch

withTemplatePatch(templatePatch)

obj spec.generators

obj spec.generators.clusterDecisionResource

fn spec.generators.clusterDecisionResource.withConfigMapRef

withConfigMapRef(configMapRef)

fn spec.generators.clusterDecisionResource.withName

withName(name)

fn spec.generators.clusterDecisionResource.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.clusterDecisionResource.withValues

withValues(values)

fn spec.generators.clusterDecisionResource.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.labelSelector

fn spec.generators.clusterDecisionResource.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.clusterDecisionResource.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.clusterDecisionResource.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.labelSelector.matchExpressions

fn spec.generators.clusterDecisionResource.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.generators.clusterDecisionResource.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.clusterDecisionResource.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.generators.clusterDecisionResource.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template

obj spec.generators.clusterDecisionResource.template.metadata

fn spec.generators.clusterDecisionResource.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.clusterDecisionResource.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.clusterDecisionResource.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.metadata.withLabels

withLabels(labels)

fn spec.generators.clusterDecisionResource.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.metadata.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.clusterDecisionResource.template.spec

fn spec.generators.clusterDecisionResource.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.clusterDecisionResource.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.withInfo

withInfo(info)

fn spec.generators.clusterDecisionResource.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.withProject

withProject(project)

fn spec.generators.clusterDecisionResource.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.clusterDecisionResource.template.spec.withSources

withSources(sources)

fn spec.generators.clusterDecisionResource.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.destination

fn spec.generators.clusterDecisionResource.template.spec.destination.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.clusterDecisionResource.template.spec.destination.withServer

withServer(server)

obj spec.generators.clusterDecisionResource.template.spec.ignoreDifferences

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.clusterDecisionResource.template.spec.info

fn spec.generators.clusterDecisionResource.template.spec.info.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.info.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.source

fn spec.generators.clusterDecisionResource.template.spec.source.withChart

withChart(chart)

fn spec.generators.clusterDecisionResource.template.spec.source.withPath

withPath(path)

fn spec.generators.clusterDecisionResource.template.spec.source.withRef

withRef(ref)

fn spec.generators.clusterDecisionResource.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.clusterDecisionResource.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.clusterDecisionResource.template.spec.source.directory

fn spec.generators.clusterDecisionResource.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.source.helm

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters

fn spec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.clusterDecisionResource.template.spec.source.helm.parameters

fn spec.generators.clusterDecisionResource.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.source.kustomize

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.clusterDecisionResource.template.spec.source.plugin

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.source.plugin.env

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.clusterDecisionResource.template.spec.sources

fn spec.generators.clusterDecisionResource.template.spec.sources.withChart

withChart(chart)

fn spec.generators.clusterDecisionResource.template.spec.sources.withPath

withPath(path)

fn spec.generators.clusterDecisionResource.template.spec.sources.withRef

withRef(ref)

fn spec.generators.clusterDecisionResource.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.clusterDecisionResource.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.clusterDecisionResource.template.spec.sources.directory

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.sources.helm

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.clusterDecisionResource.template.spec.sources.helm.parameters

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.sources.kustomize

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.clusterDecisionResource.template.spec.sources.plugin

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.sources.plugin.env

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.clusterDecisionResource.template.spec.syncPolicy

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.syncPolicy.automated

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.clusters

fn spec.generators.clusters.withValues

withValues(values)

fn spec.generators.clusters.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.clusters.selector

fn spec.generators.clusters.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.clusters.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.clusters.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.clusters.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.clusters.selector.matchExpressions

fn spec.generators.clusters.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.clusters.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.clusters.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.clusters.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template

obj spec.generators.clusters.template.metadata

fn spec.generators.clusters.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.clusters.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.clusters.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.metadata.withLabels

withLabels(labels)

fn spec.generators.clusters.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.metadata.withName

withName(name)

fn spec.generators.clusters.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.clusters.template.spec

fn spec.generators.clusters.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.clusters.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.withInfo

withInfo(info)

fn spec.generators.clusters.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.withProject

withProject(project)

fn spec.generators.clusters.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.clusters.template.spec.withSources

withSources(sources)

fn spec.generators.clusters.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.destination

fn spec.generators.clusters.template.spec.destination.withName

withName(name)

fn spec.generators.clusters.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.clusters.template.spec.destination.withServer

withServer(server)

obj spec.generators.clusters.template.spec.ignoreDifferences

fn spec.generators.clusters.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.clusters.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.clusters.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.clusters.template.spec.info

fn spec.generators.clusters.template.spec.info.withName

withName(name)

fn spec.generators.clusters.template.spec.info.withValue

withValue(value)

obj spec.generators.clusters.template.spec.source

fn spec.generators.clusters.template.spec.source.withChart

withChart(chart)

fn spec.generators.clusters.template.spec.source.withPath

withPath(path)

fn spec.generators.clusters.template.spec.source.withRef

withRef(ref)

fn spec.generators.clusters.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.clusters.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.clusters.template.spec.source.directory

fn spec.generators.clusters.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.clusters.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.clusters.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.clusters.template.spec.source.directory.jsonnet

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.source.directory.jsonnet.extVars

fn spec.generators.clusters.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.clusters.template.spec.source.directory.jsonnet.tlas

fn spec.generators.clusters.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.clusters.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.clusters.template.spec.source.helm

fn spec.generators.clusters.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.clusters.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.clusters.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.clusters.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.clusters.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.clusters.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.clusters.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.clusters.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.clusters.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.clusters.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.source.helm.fileParameters

fn spec.generators.clusters.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.clusters.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.clusters.template.spec.source.helm.parameters

fn spec.generators.clusters.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.clusters.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.clusters.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.clusters.template.spec.source.kustomize

fn spec.generators.clusters.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.clusters.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.clusters.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.clusters.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.clusters.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.clusters.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.clusters.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.clusters.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.clusters.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.clusters.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.clusters.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.clusters.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.source.kustomize.patches

fn spec.generators.clusters.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.clusters.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.clusters.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.clusters.template.spec.source.kustomize.patches.target

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.clusters.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.source.kustomize.replicas

fn spec.generators.clusters.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.clusters.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.clusters.template.spec.source.plugin

fn spec.generators.clusters.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.clusters.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.plugin.withName

withName(name)

fn spec.generators.clusters.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.clusters.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.source.plugin.env

fn spec.generators.clusters.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.clusters.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.clusters.template.spec.source.plugin.parameters

fn spec.generators.clusters.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.clusters.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.clusters.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.clusters.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.clusters.template.spec.sources

fn spec.generators.clusters.template.spec.sources.withChart

withChart(chart)

fn spec.generators.clusters.template.spec.sources.withPath

withPath(path)

fn spec.generators.clusters.template.spec.sources.withRef

withRef(ref)

fn spec.generators.clusters.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.clusters.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.clusters.template.spec.sources.directory

fn spec.generators.clusters.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.clusters.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.clusters.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.clusters.template.spec.sources.directory.jsonnet

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.clusters.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.clusters.template.spec.sources.helm

fn spec.generators.clusters.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.clusters.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.clusters.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.clusters.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.clusters.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.clusters.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.clusters.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.clusters.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.clusters.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.clusters.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.sources.helm.fileParameters

fn spec.generators.clusters.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.clusters.template.spec.sources.helm.parameters

fn spec.generators.clusters.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.clusters.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.clusters.template.spec.sources.kustomize

fn spec.generators.clusters.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.clusters.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.clusters.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.clusters.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.clusters.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.clusters.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.clusters.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.clusters.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.clusters.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.clusters.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.clusters.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.clusters.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.sources.kustomize.patches

fn spec.generators.clusters.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.clusters.template.spec.sources.kustomize.patches.target

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.clusters.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.clusters.template.spec.sources.kustomize.replicas

fn spec.generators.clusters.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.clusters.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.clusters.template.spec.sources.plugin

fn spec.generators.clusters.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.clusters.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.clusters.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.sources.plugin.env

fn spec.generators.clusters.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.clusters.template.spec.sources.plugin.parameters

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.clusters.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.clusters.template.spec.syncPolicy

fn spec.generators.clusters.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.clusters.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.syncPolicy.automated

fn spec.generators.clusters.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.clusters.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.clusters.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.clusters.template.spec.syncPolicy.retry

fn spec.generators.clusters.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.clusters.template.spec.syncPolicy.retry.backoff

fn spec.generators.clusters.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.clusters.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.clusters.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.git

fn spec.generators.git.withDirectories

withDirectories(directories)

fn spec.generators.git.withDirectoriesMixin

withDirectoriesMixin(directories)

Note: This function appends passed data to existing values

fn spec.generators.git.withFiles

withFiles(files)

fn spec.generators.git.withFilesMixin

withFilesMixin(files)

Note: This function appends passed data to existing values

fn spec.generators.git.withPathParamPrefix

withPathParamPrefix(pathParamPrefix)

fn spec.generators.git.withRepoURL

withRepoURL(repoURL)

fn spec.generators.git.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.git.withRevision

withRevision(revision)

fn spec.generators.git.withValues

withValues(values)

fn spec.generators.git.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.git.directories

fn spec.generators.git.directories.withExclude

withExclude(exclude)

fn spec.generators.git.directories.withPath

withPath(path)

obj spec.generators.git.files

fn spec.generators.git.files.withPath

withPath(path)

obj spec.generators.git.template

obj spec.generators.git.template.metadata

fn spec.generators.git.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.git.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.git.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.git.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.git.template.metadata.withLabels

withLabels(labels)

fn spec.generators.git.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.git.template.metadata.withName

withName(name)

fn spec.generators.git.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.git.template.spec

fn spec.generators.git.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.git.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.withInfo

withInfo(info)

fn spec.generators.git.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.withProject

withProject(project)

fn spec.generators.git.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.git.template.spec.withSources

withSources(sources)

fn spec.generators.git.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.destination

fn spec.generators.git.template.spec.destination.withName

withName(name)

fn spec.generators.git.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.git.template.spec.destination.withServer

withServer(server)

obj spec.generators.git.template.spec.ignoreDifferences

fn spec.generators.git.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.git.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.git.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.git.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.git.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.git.template.spec.info

fn spec.generators.git.template.spec.info.withName

withName(name)

fn spec.generators.git.template.spec.info.withValue

withValue(value)

obj spec.generators.git.template.spec.source

fn spec.generators.git.template.spec.source.withChart

withChart(chart)

fn spec.generators.git.template.spec.source.withPath

withPath(path)

fn spec.generators.git.template.spec.source.withRef

withRef(ref)

fn spec.generators.git.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.git.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.git.template.spec.source.directory

fn spec.generators.git.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.git.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.git.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.git.template.spec.source.directory.jsonnet

fn spec.generators.git.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.git.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.git.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.git.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.source.directory.jsonnet.extVars

fn spec.generators.git.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.git.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.git.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.git.template.spec.source.directory.jsonnet.tlas

fn spec.generators.git.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.git.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.git.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.git.template.spec.source.helm

fn spec.generators.git.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.git.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.git.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.git.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.git.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.git.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.git.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.git.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.git.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.git.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.git.template.spec.source.helm.fileParameters

fn spec.generators.git.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.git.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.git.template.spec.source.helm.parameters

fn spec.generators.git.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.git.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.git.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.git.template.spec.source.kustomize

fn spec.generators.git.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.git.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.git.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.git.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.git.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.git.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.git.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.git.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.git.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.git.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.git.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.git.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.git.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.git.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.git.template.spec.source.kustomize.patches

fn spec.generators.git.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.git.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.git.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.git.template.spec.source.kustomize.patches.target

fn spec.generators.git.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.git.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.git.template.spec.source.kustomize.replicas

fn spec.generators.git.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.git.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.git.template.spec.source.plugin

fn spec.generators.git.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.git.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.plugin.withName

withName(name)

fn spec.generators.git.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.git.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.source.plugin.env

fn spec.generators.git.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.git.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.git.template.spec.source.plugin.parameters

fn spec.generators.git.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.git.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.git.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.git.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.git.template.spec.sources

fn spec.generators.git.template.spec.sources.withChart

withChart(chart)

fn spec.generators.git.template.spec.sources.withPath

withPath(path)

fn spec.generators.git.template.spec.sources.withRef

withRef(ref)

fn spec.generators.git.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.git.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.git.template.spec.sources.directory

fn spec.generators.git.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.git.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.git.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.git.template.spec.sources.directory.jsonnet

fn spec.generators.git.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.git.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.git.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.git.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.git.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.git.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.git.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.git.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.git.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.git.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.git.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.git.template.spec.sources.helm

fn spec.generators.git.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.git.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.git.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.git.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.git.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.git.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.git.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.git.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.git.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.git.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.git.template.spec.sources.helm.fileParameters

fn spec.generators.git.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.git.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.git.template.spec.sources.helm.parameters

fn spec.generators.git.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.git.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.git.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.git.template.spec.sources.kustomize

fn spec.generators.git.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.git.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.git.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.git.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.git.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.git.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.git.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.git.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.git.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.git.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.git.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.git.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.git.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.git.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.git.template.spec.sources.kustomize.patches

fn spec.generators.git.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.git.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.git.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.git.template.spec.sources.kustomize.patches.target

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.git.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.git.template.spec.sources.kustomize.replicas

fn spec.generators.git.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.git.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.git.template.spec.sources.plugin

fn spec.generators.git.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.git.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.git.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.git.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.sources.plugin.env

fn spec.generators.git.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.git.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.git.template.spec.sources.plugin.parameters

fn spec.generators.git.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.git.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.git.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.git.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.git.template.spec.syncPolicy

fn spec.generators.git.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.git.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.syncPolicy.automated

fn spec.generators.git.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.git.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.git.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.git.template.spec.syncPolicy.retry

fn spec.generators.git.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.git.template.spec.syncPolicy.retry.backoff

fn spec.generators.git.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.git.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.git.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.list

fn spec.generators.list.withElements

withElements(elements)

fn spec.generators.list.withElementsMixin

withElementsMixin(elements)

Note: This function appends passed data to existing values

fn spec.generators.list.withElementsYaml

withElementsYaml(elementsYaml)

obj spec.generators.list.template

obj spec.generators.list.template.metadata

fn spec.generators.list.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.list.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.list.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.list.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.list.template.metadata.withLabels

withLabels(labels)

fn spec.generators.list.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.list.template.metadata.withName

withName(name)

fn spec.generators.list.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.list.template.spec

fn spec.generators.list.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.list.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.withInfo

withInfo(info)

fn spec.generators.list.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.withProject

withProject(project)

fn spec.generators.list.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.list.template.spec.withSources

withSources(sources)

fn spec.generators.list.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.destination

fn spec.generators.list.template.spec.destination.withName

withName(name)

fn spec.generators.list.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.list.template.spec.destination.withServer

withServer(server)

obj spec.generators.list.template.spec.ignoreDifferences

fn spec.generators.list.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.list.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.list.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.list.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.list.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.list.template.spec.info

fn spec.generators.list.template.spec.info.withName

withName(name)

fn spec.generators.list.template.spec.info.withValue

withValue(value)

obj spec.generators.list.template.spec.source

fn spec.generators.list.template.spec.source.withChart

withChart(chart)

fn spec.generators.list.template.spec.source.withPath

withPath(path)

fn spec.generators.list.template.spec.source.withRef

withRef(ref)

fn spec.generators.list.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.list.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.list.template.spec.source.directory

fn spec.generators.list.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.list.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.list.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.list.template.spec.source.directory.jsonnet

fn spec.generators.list.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.list.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.list.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.list.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.source.directory.jsonnet.extVars

fn spec.generators.list.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.list.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.list.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.list.template.spec.source.directory.jsonnet.tlas

fn spec.generators.list.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.list.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.list.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.list.template.spec.source.helm

fn spec.generators.list.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.list.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.list.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.list.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.list.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.list.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.list.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.list.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.list.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.list.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.list.template.spec.source.helm.fileParameters

fn spec.generators.list.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.list.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.list.template.spec.source.helm.parameters

fn spec.generators.list.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.list.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.list.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.list.template.spec.source.kustomize

fn spec.generators.list.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.list.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.list.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.list.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.list.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.list.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.list.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.list.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.list.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.list.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.list.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.list.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.list.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.list.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.list.template.spec.source.kustomize.patches

fn spec.generators.list.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.list.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.list.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.list.template.spec.source.kustomize.patches.target

fn spec.generators.list.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.list.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.list.template.spec.source.kustomize.replicas

fn spec.generators.list.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.list.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.list.template.spec.source.plugin

fn spec.generators.list.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.list.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.plugin.withName

withName(name)

fn spec.generators.list.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.list.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.source.plugin.env

fn spec.generators.list.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.list.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.list.template.spec.source.plugin.parameters

fn spec.generators.list.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.list.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.list.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.list.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.list.template.spec.sources

fn spec.generators.list.template.spec.sources.withChart

withChart(chart)

fn spec.generators.list.template.spec.sources.withPath

withPath(path)

fn spec.generators.list.template.spec.sources.withRef

withRef(ref)

fn spec.generators.list.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.list.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.list.template.spec.sources.directory

fn spec.generators.list.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.list.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.list.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.list.template.spec.sources.directory.jsonnet

fn spec.generators.list.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.list.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.list.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.list.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.list.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.list.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.list.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.list.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.list.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.list.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.list.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.list.template.spec.sources.helm

fn spec.generators.list.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.list.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.list.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.list.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.list.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.list.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.list.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.list.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.list.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.list.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.list.template.spec.sources.helm.fileParameters

fn spec.generators.list.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.list.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.list.template.spec.sources.helm.parameters

fn spec.generators.list.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.list.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.list.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.list.template.spec.sources.kustomize

fn spec.generators.list.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.list.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.list.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.list.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.list.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.list.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.list.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.list.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.list.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.list.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.list.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.list.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.list.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.list.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.list.template.spec.sources.kustomize.patches

fn spec.generators.list.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.list.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.list.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.list.template.spec.sources.kustomize.patches.target

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.list.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.list.template.spec.sources.kustomize.replicas

fn spec.generators.list.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.list.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.list.template.spec.sources.plugin

fn spec.generators.list.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.list.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.list.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.list.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.sources.plugin.env

fn spec.generators.list.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.list.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.list.template.spec.sources.plugin.parameters

fn spec.generators.list.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.list.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.list.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.list.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.list.template.spec.syncPolicy

fn spec.generators.list.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.list.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.syncPolicy.automated

fn spec.generators.list.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.list.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.list.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.list.template.spec.syncPolicy.retry

fn spec.generators.list.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.list.template.spec.syncPolicy.retry.backoff

fn spec.generators.list.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.list.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.list.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix

fn spec.generators.matrix.withGenerators

withGenerators(generators)

fn spec.generators.matrix.withGeneratorsMixin

withGeneratorsMixin(generators)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators

fn spec.generators.matrix.generators.withMatrix

withMatrix(matrix)

fn spec.generators.matrix.generators.withMerge

withMerge(merge)

obj spec.generators.matrix.generators.clusterDecisionResource

fn spec.generators.matrix.generators.clusterDecisionResource.withConfigMapRef

withConfigMapRef(configMapRef)

fn spec.generators.matrix.generators.clusterDecisionResource.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.matrix.generators.clusterDecisionResource.withValues

withValues(values)

fn spec.generators.matrix.generators.clusterDecisionResource.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.labelSelector

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.generators.matrix.generators.clusterDecisionResource.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template

obj spec.generators.matrix.generators.clusterDecisionResource.template.metadata

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.destination

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.info

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.clusters

fn spec.generators.matrix.generators.clusters.withValues

withValues(values)

fn spec.generators.matrix.generators.clusters.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.selector

fn spec.generators.matrix.generators.clusters.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.matrix.generators.clusters.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.matrix.generators.clusters.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.selector.matchExpressions

fn spec.generators.matrix.generators.clusters.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.matrix.generators.clusters.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.matrix.generators.clusters.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.matrix.generators.clusters.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template

obj spec.generators.matrix.generators.clusters.template.metadata

fn spec.generators.matrix.generators.clusters.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.clusters.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.clusters.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.clusters.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.clusters.template.spec

fn spec.generators.matrix.generators.clusters.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.clusters.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.clusters.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.clusters.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.clusters.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.clusters.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.destination

fn spec.generators.matrix.generators.clusters.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusters.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.clusters.template.spec.info

fn spec.generators.matrix.generators.clusters.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.source

fn spec.generators.matrix.generators.clusters.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.clusters.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.clusters.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.clusters.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.clusters.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.clusters.template.spec.source.directory

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.source.helm

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.clusters.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.source.kustomize

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.clusters.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.clusters.template.spec.source.plugin

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.source.plugin.env

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.clusters.template.spec.sources

fn spec.generators.matrix.generators.clusters.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.clusters.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.clusters.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.clusters.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.clusters.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.clusters.template.spec.sources.directory

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.sources.helm

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.sources.kustomize

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.clusters.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.clusters.template.spec.sources.plugin

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.clusters.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.clusters.template.spec.syncPolicy

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.clusters.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.git

fn spec.generators.matrix.generators.git.withDirectories

withDirectories(directories)

fn spec.generators.matrix.generators.git.withDirectoriesMixin

withDirectoriesMixin(directories)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.withFiles

withFiles(files)

fn spec.generators.matrix.generators.git.withFilesMixin

withFilesMixin(files)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.withPathParamPrefix

withPathParamPrefix(pathParamPrefix)

fn spec.generators.matrix.generators.git.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.git.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.matrix.generators.git.withRevision

withRevision(revision)

fn spec.generators.matrix.generators.git.withValues

withValues(values)

fn spec.generators.matrix.generators.git.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.directories

fn spec.generators.matrix.generators.git.directories.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.git.directories.withPath

withPath(path)

obj spec.generators.matrix.generators.git.files

fn spec.generators.matrix.generators.git.files.withPath

withPath(path)

obj spec.generators.matrix.generators.git.template

obj spec.generators.matrix.generators.git.template.metadata

fn spec.generators.matrix.generators.git.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.git.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.git.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.git.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.git.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.git.template.spec

fn spec.generators.matrix.generators.git.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.git.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.git.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.git.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.git.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.git.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.destination

fn spec.generators.matrix.generators.git.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.git.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.git.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.git.template.spec.info

fn spec.generators.matrix.generators.git.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.source

fn spec.generators.matrix.generators.git.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.git.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.git.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.git.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.git.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.git.template.spec.source.directory

fn spec.generators.matrix.generators.git.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.git.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.git.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.source.helm

fn spec.generators.matrix.generators.git.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.git.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.git.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.git.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.git.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.git.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.source.kustomize

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.git.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.git.template.spec.source.plugin

fn spec.generators.matrix.generators.git.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.source.plugin.env

fn spec.generators.matrix.generators.git.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.git.template.spec.sources

fn spec.generators.matrix.generators.git.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.git.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.git.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.git.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.git.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.git.template.spec.sources.directory

fn spec.generators.matrix.generators.git.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.sources.helm

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.git.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.git.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.sources.kustomize

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.git.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.git.template.spec.sources.plugin

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.git.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.git.template.spec.syncPolicy

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.git.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.git.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.list

fn spec.generators.matrix.generators.list.withElements

withElements(elements)

fn spec.generators.matrix.generators.list.withElementsMixin

withElementsMixin(elements)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.withElementsYaml

withElementsYaml(elementsYaml)

obj spec.generators.matrix.generators.list.template

obj spec.generators.matrix.generators.list.template.metadata

fn spec.generators.matrix.generators.list.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.list.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.list.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.list.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.list.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.list.template.spec

fn spec.generators.matrix.generators.list.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.list.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.list.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.list.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.list.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.list.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.destination

fn spec.generators.matrix.generators.list.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.list.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.list.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.list.template.spec.info

fn spec.generators.matrix.generators.list.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.source

fn spec.generators.matrix.generators.list.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.list.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.list.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.list.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.list.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.list.template.spec.source.directory

fn spec.generators.matrix.generators.list.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.list.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.list.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.source.helm

fn spec.generators.matrix.generators.list.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.list.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.list.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.list.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.list.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.list.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.source.kustomize

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.list.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.list.template.spec.source.plugin

fn spec.generators.matrix.generators.list.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.source.plugin.env

fn spec.generators.matrix.generators.list.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.list.template.spec.sources

fn spec.generators.matrix.generators.list.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.list.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.list.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.list.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.list.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.list.template.spec.sources.directory

fn spec.generators.matrix.generators.list.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.sources.helm

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.list.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.list.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.sources.kustomize

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.list.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.list.template.spec.sources.plugin

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.list.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.list.template.spec.syncPolicy

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.list.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.list.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.plugin

fn spec.generators.matrix.generators.plugin.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.matrix.generators.plugin.withValues

withValues(values)

fn spec.generators.matrix.generators.plugin.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.configMapRef

fn spec.generators.matrix.generators.plugin.configMapRef.withName

withName(name)

obj spec.generators.matrix.generators.plugin.input

fn spec.generators.matrix.generators.plugin.input.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.plugin.input.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template

obj spec.generators.matrix.generators.plugin.template.metadata

fn spec.generators.matrix.generators.plugin.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.plugin.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.plugin.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.plugin.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.plugin.template.spec

fn spec.generators.matrix.generators.plugin.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.plugin.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.plugin.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.plugin.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.plugin.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.plugin.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.destination

fn spec.generators.matrix.generators.plugin.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.plugin.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.plugin.template.spec.info

fn spec.generators.matrix.generators.plugin.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.source

fn spec.generators.matrix.generators.plugin.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.plugin.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.plugin.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.plugin.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.plugin.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.plugin.template.spec.source.directory

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.source.helm

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.plugin.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.source.kustomize

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.plugin.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.plugin.template.spec.source.plugin

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.source.plugin.env

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.plugin.template.spec.sources

fn spec.generators.matrix.generators.plugin.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.plugin.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.plugin.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.plugin.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.plugin.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.plugin.template.spec.sources.directory

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.sources.helm

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.sources.kustomize

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.plugin.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.plugin.template.spec.sources.plugin

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.plugin.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.plugin.template.spec.syncPolicy

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.plugin.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.pullRequest

fn spec.generators.matrix.generators.pullRequest.withFilters

withFilters(filters)

fn spec.generators.matrix.generators.pullRequest.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

obj spec.generators.matrix.generators.pullRequest.azuredevops

fn spec.generators.matrix.generators.pullRequest.azuredevops.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.azuredevops.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.pullRequest.azuredevops.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.azuredevops.withOrganization

withOrganization(organization)

fn spec.generators.matrix.generators.pullRequest.azuredevops.withProject

withProject(project)

fn spec.generators.matrix.generators.pullRequest.azuredevops.withRepo

withRepo(repo)

obj spec.generators.matrix.generators.pullRequest.azuredevops.tokenRef

fn spec.generators.matrix.generators.pullRequest.azuredevops.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.azuredevops.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.bitbucket

fn spec.generators.matrix.generators.pullRequest.bitbucket.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.bitbucket.withOwner

withOwner(owner)

fn spec.generators.matrix.generators.pullRequest.bitbucket.withRepo

withRepo(repo)

obj spec.generators.matrix.generators.pullRequest.bitbucket.basicAuth

fn spec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.withUsername

withUsername(username)

obj spec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef

fn spec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.bitbucket.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.bitbucket.bearerToken

obj spec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef

fn spec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.bitbucket.bearerToken.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.bitbucketServer

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.withProject

withProject(project)

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.withRepo

withRepo(repo)

obj spec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.filters

fn spec.generators.matrix.generators.pullRequest.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.matrix.generators.pullRequest.filters.withTargetBranchMatch

withTargetBranchMatch(targetBranchMatch)

obj spec.generators.matrix.generators.pullRequest.gitea

fn spec.generators.matrix.generators.pullRequest.gitea.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.matrix.generators.pullRequest.gitea.withOwner

withOwner(owner)

fn spec.generators.matrix.generators.pullRequest.gitea.withRepo

withRepo(repo)

obj spec.generators.matrix.generators.pullRequest.gitea.tokenRef

fn spec.generators.matrix.generators.pullRequest.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.github

fn spec.generators.matrix.generators.pullRequest.github.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.matrix.generators.pullRequest.github.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.pullRequest.github.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.github.withOwner

withOwner(owner)

fn spec.generators.matrix.generators.pullRequest.github.withRepo

withRepo(repo)

obj spec.generators.matrix.generators.pullRequest.github.tokenRef

fn spec.generators.matrix.generators.pullRequest.github.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.gitlab

fn spec.generators.matrix.generators.pullRequest.gitlab.withApi

withApi(api)

fn spec.generators.matrix.generators.pullRequest.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.matrix.generators.pullRequest.gitlab.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.pullRequest.gitlab.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.gitlab.withProject

withProject(project)

fn spec.generators.matrix.generators.pullRequest.gitlab.withPullRequestState

withPullRequestState(pullRequestState)

obj spec.generators.matrix.generators.pullRequest.gitlab.tokenRef

fn spec.generators.matrix.generators.pullRequest.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.pullRequest.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.pullRequest.template

obj spec.generators.matrix.generators.pullRequest.template.metadata

fn spec.generators.matrix.generators.pullRequest.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.pullRequest.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.pullRequest.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.pullRequest.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.pullRequest.template.spec

fn spec.generators.matrix.generators.pullRequest.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.pullRequest.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.pullRequest.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.pullRequest.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.pullRequest.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.pullRequest.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.destination

fn spec.generators.matrix.generators.pullRequest.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.pullRequest.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.pullRequest.template.spec.info

fn spec.generators.matrix.generators.pullRequest.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.source

fn spec.generators.matrix.generators.pullRequest.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.directory

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.helm

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.plugin

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.directory

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.helm

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.pullRequest.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.scmProvider

fn spec.generators.matrix.generators.scmProvider.withCloneProtocol

withCloneProtocol(cloneProtocol)

fn spec.generators.matrix.generators.scmProvider.withFilters

withFilters(filters)

fn spec.generators.matrix.generators.scmProvider.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.matrix.generators.scmProvider.withValues

withValues(values)

fn spec.generators.matrix.generators.scmProvider.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.awsCodeCommit

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.withRegion

withRegion(region)

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.withRole

withRole(role)

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.withTagFilters

withTagFilters(tagFilters)

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.withTagFiltersMixin

withTagFiltersMixin(tagFilters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.awsCodeCommit.tagFilters.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.azureDevOps

fn spec.generators.matrix.generators.scmProvider.azureDevOps.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.azureDevOps.withApi

withApi(api)

fn spec.generators.matrix.generators.scmProvider.azureDevOps.withOrganization

withOrganization(organization)

fn spec.generators.matrix.generators.scmProvider.azureDevOps.withTeamProject

withTeamProject(teamProject)

obj spec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef

fn spec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.azureDevOps.accessTokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.bitbucket

fn spec.generators.matrix.generators.scmProvider.bitbucket.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.bitbucket.withOwner

withOwner(owner)

fn spec.generators.matrix.generators.scmProvider.bitbucket.withUser

withUser(user)

obj spec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef

fn spec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.bitbucket.appPasswordRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.bitbucketServer

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.withApi

withApi(api)

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.withProject

withProject(project)

obj spec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.filters

fn spec.generators.matrix.generators.scmProvider.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.matrix.generators.scmProvider.filters.withLabelMatch

withLabelMatch(labelMatch)

fn spec.generators.matrix.generators.scmProvider.filters.withPathsDoNotExist

withPathsDoNotExist(pathsDoNotExist)

fn spec.generators.matrix.generators.scmProvider.filters.withPathsDoNotExistMixin

withPathsDoNotExistMixin(pathsDoNotExist)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.filters.withPathsExist

withPathsExist(pathsExist)

fn spec.generators.matrix.generators.scmProvider.filters.withPathsExistMixin

withPathsExistMixin(pathsExist)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.filters.withRepositoryMatch

withRepositoryMatch(repositoryMatch)

obj spec.generators.matrix.generators.scmProvider.gitea

fn spec.generators.matrix.generators.scmProvider.gitea.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.gitea.withApi

withApi(api)

fn spec.generators.matrix.generators.scmProvider.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.matrix.generators.scmProvider.gitea.withOwner

withOwner(owner)

obj spec.generators.matrix.generators.scmProvider.gitea.tokenRef

fn spec.generators.matrix.generators.scmProvider.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.github

fn spec.generators.matrix.generators.scmProvider.github.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.github.withApi

withApi(api)

fn spec.generators.matrix.generators.scmProvider.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.matrix.generators.scmProvider.github.withOrganization

withOrganization(organization)

obj spec.generators.matrix.generators.scmProvider.github.tokenRef

fn spec.generators.matrix.generators.scmProvider.github.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.gitlab

fn spec.generators.matrix.generators.scmProvider.gitlab.withAllBranches

withAllBranches(allBranches)

fn spec.generators.matrix.generators.scmProvider.gitlab.withApi

withApi(api)

fn spec.generators.matrix.generators.scmProvider.gitlab.withGroup

withGroup(group)

fn spec.generators.matrix.generators.scmProvider.gitlab.withIncludeSharedProjects

withIncludeSharedProjects(includeSharedProjects)

fn spec.generators.matrix.generators.scmProvider.gitlab.withIncludeSubgroups

withIncludeSubgroups(includeSubgroups)

fn spec.generators.matrix.generators.scmProvider.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.matrix.generators.scmProvider.gitlab.withTopic

withTopic(topic)

obj spec.generators.matrix.generators.scmProvider.gitlab.tokenRef

fn spec.generators.matrix.generators.scmProvider.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.matrix.generators.scmProvider.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.matrix.generators.scmProvider.template

obj spec.generators.matrix.generators.scmProvider.template.metadata

fn spec.generators.matrix.generators.scmProvider.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.scmProvider.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.generators.scmProvider.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.scmProvider.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.metadata.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.scmProvider.template.spec

fn spec.generators.matrix.generators.scmProvider.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.generators.scmProvider.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.generators.scmProvider.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.withProject

withProject(project)

fn spec.generators.matrix.generators.scmProvider.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.generators.scmProvider.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.generators.scmProvider.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.destination

fn spec.generators.matrix.generators.scmProvider.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.scmProvider.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.generators.scmProvider.template.spec.info

fn spec.generators.matrix.generators.scmProvider.template.spec.info.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.source

fn spec.generators.matrix.generators.scmProvider.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.directory

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.helm

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.plugin

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.directory

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.helm

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.generators.scmProvider.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.matrix.generators.selector

fn spec.generators.matrix.generators.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.matrix.generators.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.generators.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.matrix.generators.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.generators.selector.matchExpressions

fn spec.generators.matrix.generators.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.matrix.generators.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.matrix.generators.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.matrix.generators.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template

obj spec.generators.matrix.template.metadata

fn spec.generators.matrix.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.matrix.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.metadata.withLabels

withLabels(labels)

fn spec.generators.matrix.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.metadata.withName

withName(name)

fn spec.generators.matrix.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.template.spec

fn spec.generators.matrix.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.matrix.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.withInfo

withInfo(info)

fn spec.generators.matrix.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.withProject

withProject(project)

fn spec.generators.matrix.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.matrix.template.spec.withSources

withSources(sources)

fn spec.generators.matrix.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.destination

fn spec.generators.matrix.template.spec.destination.withName

withName(name)

fn spec.generators.matrix.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.template.spec.destination.withServer

withServer(server)

obj spec.generators.matrix.template.spec.ignoreDifferences

fn spec.generators.matrix.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.matrix.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.matrix.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.matrix.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.matrix.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.matrix.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.matrix.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.matrix.template.spec.info

fn spec.generators.matrix.template.spec.info.withName

withName(name)

fn spec.generators.matrix.template.spec.info.withValue

withValue(value)

obj spec.generators.matrix.template.spec.source

fn spec.generators.matrix.template.spec.source.withChart

withChart(chart)

fn spec.generators.matrix.template.spec.source.withPath

withPath(path)

fn spec.generators.matrix.template.spec.source.withRef

withRef(ref)

fn spec.generators.matrix.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.template.spec.source.directory

fn spec.generators.matrix.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.matrix.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.template.spec.source.directory.jsonnet

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.source.directory.jsonnet.extVars

fn spec.generators.matrix.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.template.spec.source.directory.jsonnet.tlas

fn spec.generators.matrix.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.template.spec.source.helm

fn spec.generators.matrix.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.matrix.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.source.helm.fileParameters

fn spec.generators.matrix.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.template.spec.source.helm.parameters

fn spec.generators.matrix.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.matrix.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.template.spec.source.kustomize

fn spec.generators.matrix.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.matrix.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.source.kustomize.patches

fn spec.generators.matrix.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.template.spec.source.kustomize.patches.target

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.source.kustomize.replicas

fn spec.generators.matrix.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.template.spec.source.plugin

fn spec.generators.matrix.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.plugin.withName

withName(name)

fn spec.generators.matrix.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.source.plugin.env

fn spec.generators.matrix.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.matrix.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.template.spec.source.plugin.parameters

fn spec.generators.matrix.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.template.spec.sources

fn spec.generators.matrix.template.spec.sources.withChart

withChart(chart)

fn spec.generators.matrix.template.spec.sources.withPath

withPath(path)

fn spec.generators.matrix.template.spec.sources.withRef

withRef(ref)

fn spec.generators.matrix.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.matrix.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.matrix.template.spec.sources.directory

fn spec.generators.matrix.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.matrix.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.matrix.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.matrix.template.spec.sources.directory.jsonnet

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.matrix.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.matrix.template.spec.sources.helm

fn spec.generators.matrix.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.matrix.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.matrix.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.matrix.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.matrix.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.matrix.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.matrix.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.matrix.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.matrix.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.matrix.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.sources.helm.fileParameters

fn spec.generators.matrix.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.matrix.template.spec.sources.helm.parameters

fn spec.generators.matrix.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.matrix.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.matrix.template.spec.sources.kustomize

fn spec.generators.matrix.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.matrix.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.matrix.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.matrix.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.matrix.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.matrix.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.matrix.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.matrix.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.matrix.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.matrix.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.matrix.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.matrix.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.matrix.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.sources.kustomize.patches

fn spec.generators.matrix.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.matrix.template.spec.sources.kustomize.patches.target

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.matrix.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.matrix.template.spec.sources.kustomize.replicas

fn spec.generators.matrix.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.matrix.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.matrix.template.spec.sources.plugin

fn spec.generators.matrix.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.matrix.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.matrix.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.sources.plugin.env

fn spec.generators.matrix.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.matrix.template.spec.sources.plugin.parameters

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.matrix.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.matrix.template.spec.syncPolicy

fn spec.generators.matrix.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.matrix.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.syncPolicy.automated

fn spec.generators.matrix.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.matrix.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.matrix.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.matrix.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.matrix.template.spec.syncPolicy.retry

fn spec.generators.matrix.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.matrix.template.spec.syncPolicy.retry.backoff

fn spec.generators.matrix.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.matrix.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.matrix.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge

fn spec.generators.merge.withGenerators

withGenerators(generators)

fn spec.generators.merge.withGeneratorsMixin

withGeneratorsMixin(generators)

Note: This function appends passed data to existing values

fn spec.generators.merge.withMergeKeys

withMergeKeys(mergeKeys)

fn spec.generators.merge.withMergeKeysMixin

withMergeKeysMixin(mergeKeys)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators

fn spec.generators.merge.generators.withMatrix

withMatrix(matrix)

fn spec.generators.merge.generators.withMerge

withMerge(merge)

obj spec.generators.merge.generators.clusterDecisionResource

fn spec.generators.merge.generators.clusterDecisionResource.withConfigMapRef

withConfigMapRef(configMapRef)

fn spec.generators.merge.generators.clusterDecisionResource.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.merge.generators.clusterDecisionResource.withValues

withValues(values)

fn spec.generators.merge.generators.clusterDecisionResource.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.labelSelector

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.generators.merge.generators.clusterDecisionResource.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template

obj spec.generators.merge.generators.clusterDecisionResource.template.metadata

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.destination

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.info

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.parameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.env

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.env

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.clusterDecisionResource.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.clusters

fn spec.generators.merge.generators.clusters.withValues

withValues(values)

fn spec.generators.merge.generators.clusters.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.selector

fn spec.generators.merge.generators.clusters.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.merge.generators.clusters.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.merge.generators.clusters.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.selector.matchExpressions

fn spec.generators.merge.generators.clusters.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.merge.generators.clusters.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.merge.generators.clusters.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.merge.generators.clusters.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template

obj spec.generators.merge.generators.clusters.template.metadata

fn spec.generators.merge.generators.clusters.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.clusters.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.clusters.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.clusters.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.clusters.template.spec

fn spec.generators.merge.generators.clusters.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.clusters.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.clusters.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.clusters.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.clusters.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.clusters.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.destination

fn spec.generators.merge.generators.clusters.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusters.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.clusters.template.spec.ignoreDifferences

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.clusters.template.spec.info

fn spec.generators.merge.generators.clusters.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.source

fn spec.generators.merge.generators.clusters.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.clusters.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.clusters.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.clusters.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.clusters.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.clusters.template.spec.source.directory

fn spec.generators.merge.generators.clusters.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.source.helm

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.clusters.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.clusters.template.spec.source.helm.parameters

fn spec.generators.merge.generators.clusters.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.source.kustomize

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.clusters.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.clusters.template.spec.source.plugin

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.source.plugin.env

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.clusters.template.spec.sources

fn spec.generators.merge.generators.clusters.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.clusters.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.clusters.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.clusters.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.clusters.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.clusters.template.spec.sources.directory

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.sources.helm

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.clusters.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.sources.kustomize

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.clusters.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.clusters.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.clusters.template.spec.sources.plugin

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.sources.plugin.env

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.clusters.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.clusters.template.spec.syncPolicy

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.clusters.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.git

fn spec.generators.merge.generators.git.withDirectories

withDirectories(directories)

fn spec.generators.merge.generators.git.withDirectoriesMixin

withDirectoriesMixin(directories)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.withFiles

withFiles(files)

fn spec.generators.merge.generators.git.withFilesMixin

withFilesMixin(files)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.withPathParamPrefix

withPathParamPrefix(pathParamPrefix)

fn spec.generators.merge.generators.git.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.git.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.merge.generators.git.withRevision

withRevision(revision)

fn spec.generators.merge.generators.git.withValues

withValues(values)

fn spec.generators.merge.generators.git.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.directories

fn spec.generators.merge.generators.git.directories.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.git.directories.withPath

withPath(path)

obj spec.generators.merge.generators.git.files

fn spec.generators.merge.generators.git.files.withPath

withPath(path)

obj spec.generators.merge.generators.git.template

obj spec.generators.merge.generators.git.template.metadata

fn spec.generators.merge.generators.git.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.git.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.git.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.git.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.git.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.git.template.spec

fn spec.generators.merge.generators.git.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.git.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.git.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.git.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.git.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.git.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.destination

fn spec.generators.merge.generators.git.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.git.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.git.template.spec.ignoreDifferences

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.git.template.spec.info

fn spec.generators.merge.generators.git.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.source

fn spec.generators.merge.generators.git.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.git.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.git.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.git.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.git.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.git.template.spec.source.directory

fn spec.generators.merge.generators.git.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.git.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.git.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.git.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.source.helm

fn spec.generators.merge.generators.git.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.git.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.git.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.git.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.git.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.git.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.git.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.git.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.git.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.git.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.git.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.git.template.spec.source.helm.parameters

fn spec.generators.merge.generators.git.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.git.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.source.kustomize

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.git.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.git.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.git.template.spec.source.plugin

fn spec.generators.merge.generators.git.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.git.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.git.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.source.plugin.env

fn spec.generators.merge.generators.git.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.git.template.spec.sources

fn spec.generators.merge.generators.git.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.git.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.git.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.git.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.git.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.git.template.spec.sources.directory

fn spec.generators.merge.generators.git.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.git.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.git.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.sources.helm

fn spec.generators.merge.generators.git.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.git.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.git.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.git.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.git.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.git.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.sources.kustomize

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.git.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.git.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.git.template.spec.sources.plugin

fn spec.generators.merge.generators.git.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.sources.plugin.env

fn spec.generators.merge.generators.git.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.git.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.git.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.git.template.spec.syncPolicy

fn spec.generators.merge.generators.git.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.git.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.git.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.git.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.git.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.git.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.git.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.git.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.list

fn spec.generators.merge.generators.list.withElements

withElements(elements)

fn spec.generators.merge.generators.list.withElementsMixin

withElementsMixin(elements)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.withElementsYaml

withElementsYaml(elementsYaml)

obj spec.generators.merge.generators.list.template

obj spec.generators.merge.generators.list.template.metadata

fn spec.generators.merge.generators.list.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.list.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.list.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.list.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.list.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.list.template.spec

fn spec.generators.merge.generators.list.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.list.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.list.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.list.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.list.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.list.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.destination

fn spec.generators.merge.generators.list.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.list.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.list.template.spec.ignoreDifferences

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.list.template.spec.info

fn spec.generators.merge.generators.list.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.source

fn spec.generators.merge.generators.list.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.list.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.list.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.list.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.list.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.list.template.spec.source.directory

fn spec.generators.merge.generators.list.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.list.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.list.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.list.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.source.helm

fn spec.generators.merge.generators.list.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.list.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.list.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.list.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.list.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.list.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.list.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.list.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.list.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.list.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.list.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.list.template.spec.source.helm.parameters

fn spec.generators.merge.generators.list.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.list.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.source.kustomize

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.list.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.list.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.list.template.spec.source.plugin

fn spec.generators.merge.generators.list.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.list.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.list.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.source.plugin.env

fn spec.generators.merge.generators.list.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.list.template.spec.sources

fn spec.generators.merge.generators.list.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.list.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.list.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.list.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.list.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.list.template.spec.sources.directory

fn spec.generators.merge.generators.list.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.list.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.list.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.sources.helm

fn spec.generators.merge.generators.list.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.list.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.list.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.list.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.list.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.list.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.sources.kustomize

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.list.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.list.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.list.template.spec.sources.plugin

fn spec.generators.merge.generators.list.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.sources.plugin.env

fn spec.generators.merge.generators.list.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.list.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.list.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.list.template.spec.syncPolicy

fn spec.generators.merge.generators.list.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.list.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.list.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.list.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.list.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.list.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.list.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.list.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.plugin

fn spec.generators.merge.generators.plugin.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.merge.generators.plugin.withValues

withValues(values)

fn spec.generators.merge.generators.plugin.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.configMapRef

fn spec.generators.merge.generators.plugin.configMapRef.withName

withName(name)

obj spec.generators.merge.generators.plugin.input

fn spec.generators.merge.generators.plugin.input.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.plugin.input.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template

obj spec.generators.merge.generators.plugin.template.metadata

fn spec.generators.merge.generators.plugin.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.plugin.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.plugin.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.plugin.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.plugin.template.spec

fn spec.generators.merge.generators.plugin.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.plugin.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.plugin.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.plugin.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.plugin.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.plugin.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.destination

fn spec.generators.merge.generators.plugin.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.plugin.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.plugin.template.spec.ignoreDifferences

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.plugin.template.spec.info

fn spec.generators.merge.generators.plugin.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.source

fn spec.generators.merge.generators.plugin.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.plugin.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.plugin.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.plugin.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.plugin.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.plugin.template.spec.source.directory

fn spec.generators.merge.generators.plugin.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.source.helm

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.plugin.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.plugin.template.spec.source.helm.parameters

fn spec.generators.merge.generators.plugin.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.source.kustomize

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.plugin.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.plugin.template.spec.source.plugin

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.source.plugin.env

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.plugin.template.spec.sources

fn spec.generators.merge.generators.plugin.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.plugin.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.plugin.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.plugin.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.plugin.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.plugin.template.spec.sources.directory

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.sources.helm

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.plugin.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.sources.kustomize

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.plugin.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.plugin.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.plugin.template.spec.sources.plugin

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.sources.plugin.env

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.plugin.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.plugin.template.spec.syncPolicy

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.plugin.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.pullRequest

fn spec.generators.merge.generators.pullRequest.withFilters

withFilters(filters)

fn spec.generators.merge.generators.pullRequest.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

obj spec.generators.merge.generators.pullRequest.azuredevops

fn spec.generators.merge.generators.pullRequest.azuredevops.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.azuredevops.withLabels

withLabels(labels)

fn spec.generators.merge.generators.pullRequest.azuredevops.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.azuredevops.withOrganization

withOrganization(organization)

fn spec.generators.merge.generators.pullRequest.azuredevops.withProject

withProject(project)

fn spec.generators.merge.generators.pullRequest.azuredevops.withRepo

withRepo(repo)

obj spec.generators.merge.generators.pullRequest.azuredevops.tokenRef

fn spec.generators.merge.generators.pullRequest.azuredevops.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.azuredevops.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.bitbucket

fn spec.generators.merge.generators.pullRequest.bitbucket.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.bitbucket.withOwner

withOwner(owner)

fn spec.generators.merge.generators.pullRequest.bitbucket.withRepo

withRepo(repo)

obj spec.generators.merge.generators.pullRequest.bitbucket.basicAuth

fn spec.generators.merge.generators.pullRequest.bitbucket.basicAuth.withUsername

withUsername(username)

obj spec.generators.merge.generators.pullRequest.bitbucket.basicAuth.passwordRef

fn spec.generators.merge.generators.pullRequest.bitbucket.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.bitbucket.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.bitbucket.bearerToken

obj spec.generators.merge.generators.pullRequest.bitbucket.bearerToken.tokenRef

fn spec.generators.merge.generators.pullRequest.bitbucket.bearerToken.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.bitbucket.bearerToken.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.bitbucketServer

fn spec.generators.merge.generators.pullRequest.bitbucketServer.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.bitbucketServer.withProject

withProject(project)

fn spec.generators.merge.generators.pullRequest.bitbucketServer.withRepo

withRepo(repo)

obj spec.generators.merge.generators.pullRequest.bitbucketServer.basicAuth

fn spec.generators.merge.generators.pullRequest.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.merge.generators.pullRequest.bitbucketServer.basicAuth.passwordRef

fn spec.generators.merge.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.filters

fn spec.generators.merge.generators.pullRequest.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.merge.generators.pullRequest.filters.withTargetBranchMatch

withTargetBranchMatch(targetBranchMatch)

obj spec.generators.merge.generators.pullRequest.gitea

fn spec.generators.merge.generators.pullRequest.gitea.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.merge.generators.pullRequest.gitea.withOwner

withOwner(owner)

fn spec.generators.merge.generators.pullRequest.gitea.withRepo

withRepo(repo)

obj spec.generators.merge.generators.pullRequest.gitea.tokenRef

fn spec.generators.merge.generators.pullRequest.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.github

fn spec.generators.merge.generators.pullRequest.github.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.merge.generators.pullRequest.github.withLabels

withLabels(labels)

fn spec.generators.merge.generators.pullRequest.github.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.github.withOwner

withOwner(owner)

fn spec.generators.merge.generators.pullRequest.github.withRepo

withRepo(repo)

obj spec.generators.merge.generators.pullRequest.github.tokenRef

fn spec.generators.merge.generators.pullRequest.github.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.gitlab

fn spec.generators.merge.generators.pullRequest.gitlab.withApi

withApi(api)

fn spec.generators.merge.generators.pullRequest.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.merge.generators.pullRequest.gitlab.withLabels

withLabels(labels)

fn spec.generators.merge.generators.pullRequest.gitlab.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.gitlab.withProject

withProject(project)

fn spec.generators.merge.generators.pullRequest.gitlab.withPullRequestState

withPullRequestState(pullRequestState)

obj spec.generators.merge.generators.pullRequest.gitlab.tokenRef

fn spec.generators.merge.generators.pullRequest.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.pullRequest.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.pullRequest.template

obj spec.generators.merge.generators.pullRequest.template.metadata

fn spec.generators.merge.generators.pullRequest.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.pullRequest.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.pullRequest.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.pullRequest.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.pullRequest.template.spec

fn spec.generators.merge.generators.pullRequest.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.pullRequest.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.pullRequest.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.pullRequest.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.pullRequest.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.pullRequest.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.destination

fn spec.generators.merge.generators.pullRequest.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.pullRequest.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.pullRequest.template.spec.info

fn spec.generators.merge.generators.pullRequest.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.source

fn spec.generators.merge.generators.pullRequest.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.pullRequest.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.pullRequest.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.pullRequest.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.pullRequest.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.pullRequest.template.spec.source.directory

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.source.helm

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.pullRequest.template.spec.source.helm.parameters

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.source.kustomize

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.pullRequest.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.pullRequest.template.spec.source.plugin

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.source.plugin.env

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.pullRequest.template.spec.sources

fn spec.generators.merge.generators.pullRequest.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.directory

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.helm

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.plugin

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.env

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.pullRequest.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.pullRequest.template.spec.syncPolicy

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.scmProvider

fn spec.generators.merge.generators.scmProvider.withCloneProtocol

withCloneProtocol(cloneProtocol)

fn spec.generators.merge.generators.scmProvider.withFilters

withFilters(filters)

fn spec.generators.merge.generators.scmProvider.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.merge.generators.scmProvider.withValues

withValues(values)

fn spec.generators.merge.generators.scmProvider.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.awsCodeCommit

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.withRegion

withRegion(region)

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.withRole

withRole(role)

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.withTagFilters

withTagFilters(tagFilters)

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.withTagFiltersMixin

withTagFiltersMixin(tagFilters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.awsCodeCommit.tagFilters

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.tagFilters.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.awsCodeCommit.tagFilters.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.azureDevOps

fn spec.generators.merge.generators.scmProvider.azureDevOps.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.azureDevOps.withApi

withApi(api)

fn spec.generators.merge.generators.scmProvider.azureDevOps.withOrganization

withOrganization(organization)

fn spec.generators.merge.generators.scmProvider.azureDevOps.withTeamProject

withTeamProject(teamProject)

obj spec.generators.merge.generators.scmProvider.azureDevOps.accessTokenRef

fn spec.generators.merge.generators.scmProvider.azureDevOps.accessTokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.azureDevOps.accessTokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.bitbucket

fn spec.generators.merge.generators.scmProvider.bitbucket.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.bitbucket.withOwner

withOwner(owner)

fn spec.generators.merge.generators.scmProvider.bitbucket.withUser

withUser(user)

obj spec.generators.merge.generators.scmProvider.bitbucket.appPasswordRef

fn spec.generators.merge.generators.scmProvider.bitbucket.appPasswordRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.bitbucket.appPasswordRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.bitbucketServer

fn spec.generators.merge.generators.scmProvider.bitbucketServer.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.bitbucketServer.withApi

withApi(api)

fn spec.generators.merge.generators.scmProvider.bitbucketServer.withProject

withProject(project)

obj spec.generators.merge.generators.scmProvider.bitbucketServer.basicAuth

fn spec.generators.merge.generators.scmProvider.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.merge.generators.scmProvider.bitbucketServer.basicAuth.passwordRef

fn spec.generators.merge.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.filters

fn spec.generators.merge.generators.scmProvider.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.merge.generators.scmProvider.filters.withLabelMatch

withLabelMatch(labelMatch)

fn spec.generators.merge.generators.scmProvider.filters.withPathsDoNotExist

withPathsDoNotExist(pathsDoNotExist)

fn spec.generators.merge.generators.scmProvider.filters.withPathsDoNotExistMixin

withPathsDoNotExistMixin(pathsDoNotExist)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.filters.withPathsExist

withPathsExist(pathsExist)

fn spec.generators.merge.generators.scmProvider.filters.withPathsExistMixin

withPathsExistMixin(pathsExist)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.filters.withRepositoryMatch

withRepositoryMatch(repositoryMatch)

obj spec.generators.merge.generators.scmProvider.gitea

fn spec.generators.merge.generators.scmProvider.gitea.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.gitea.withApi

withApi(api)

fn spec.generators.merge.generators.scmProvider.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.merge.generators.scmProvider.gitea.withOwner

withOwner(owner)

obj spec.generators.merge.generators.scmProvider.gitea.tokenRef

fn spec.generators.merge.generators.scmProvider.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.github

fn spec.generators.merge.generators.scmProvider.github.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.github.withApi

withApi(api)

fn spec.generators.merge.generators.scmProvider.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.merge.generators.scmProvider.github.withOrganization

withOrganization(organization)

obj spec.generators.merge.generators.scmProvider.github.tokenRef

fn spec.generators.merge.generators.scmProvider.github.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.gitlab

fn spec.generators.merge.generators.scmProvider.gitlab.withAllBranches

withAllBranches(allBranches)

fn spec.generators.merge.generators.scmProvider.gitlab.withApi

withApi(api)

fn spec.generators.merge.generators.scmProvider.gitlab.withGroup

withGroup(group)

fn spec.generators.merge.generators.scmProvider.gitlab.withIncludeSharedProjects

withIncludeSharedProjects(includeSharedProjects)

fn spec.generators.merge.generators.scmProvider.gitlab.withIncludeSubgroups

withIncludeSubgroups(includeSubgroups)

fn spec.generators.merge.generators.scmProvider.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.merge.generators.scmProvider.gitlab.withTopic

withTopic(topic)

obj spec.generators.merge.generators.scmProvider.gitlab.tokenRef

fn spec.generators.merge.generators.scmProvider.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.merge.generators.scmProvider.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.merge.generators.scmProvider.template

obj spec.generators.merge.generators.scmProvider.template.metadata

fn spec.generators.merge.generators.scmProvider.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.scmProvider.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.generators.scmProvider.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.scmProvider.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.metadata.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.scmProvider.template.spec

fn spec.generators.merge.generators.scmProvider.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.generators.scmProvider.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.generators.scmProvider.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.withProject

withProject(project)

fn spec.generators.merge.generators.scmProvider.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.generators.scmProvider.template.spec.withSources

withSources(sources)

fn spec.generators.merge.generators.scmProvider.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.destination

fn spec.generators.merge.generators.scmProvider.template.spec.destination.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.scmProvider.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.generators.scmProvider.template.spec.info

fn spec.generators.merge.generators.scmProvider.template.spec.info.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.source

fn spec.generators.merge.generators.scmProvider.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.generators.scmProvider.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.generators.scmProvider.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.generators.scmProvider.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.scmProvider.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.scmProvider.template.spec.source.directory

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.source.helm

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.source.helm.fileParameters

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.scmProvider.template.spec.source.helm.parameters

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.source.kustomize

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.replicas

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.scmProvider.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.scmProvider.template.spec.source.plugin

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.source.plugin.env

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.scmProvider.template.spec.sources

fn spec.generators.merge.generators.scmProvider.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.directory

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.helm

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.helm.fileParameters

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.helm.parameters

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.replicas

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.plugin

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.env

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.generators.scmProvider.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.generators.scmProvider.template.spec.syncPolicy

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.automated

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.merge.generators.selector

fn spec.generators.merge.generators.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.merge.generators.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.generators.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.merge.generators.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.merge.generators.selector.matchExpressions

fn spec.generators.merge.generators.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.merge.generators.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.merge.generators.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.merge.generators.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.merge.template

obj spec.generators.merge.template.metadata

fn spec.generators.merge.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.merge.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.metadata.withLabels

withLabels(labels)

fn spec.generators.merge.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.metadata.withName

withName(name)

fn spec.generators.merge.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.merge.template.spec

fn spec.generators.merge.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.merge.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.withInfo

withInfo(info)

fn spec.generators.merge.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.withProject

withProject(project)

fn spec.generators.merge.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.merge.template.spec.withSources

withSources(sources)

fn spec.generators.merge.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.destination

fn spec.generators.merge.template.spec.destination.withName

withName(name)

fn spec.generators.merge.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.merge.template.spec.destination.withServer

withServer(server)

obj spec.generators.merge.template.spec.ignoreDifferences

fn spec.generators.merge.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.merge.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.merge.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.merge.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.merge.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.merge.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.merge.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.merge.template.spec.info

fn spec.generators.merge.template.spec.info.withName

withName(name)

fn spec.generators.merge.template.spec.info.withValue

withValue(value)

obj spec.generators.merge.template.spec.source

fn spec.generators.merge.template.spec.source.withChart

withChart(chart)

fn spec.generators.merge.template.spec.source.withPath

withPath(path)

fn spec.generators.merge.template.spec.source.withRef

withRef(ref)

fn spec.generators.merge.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.template.spec.source.directory

fn spec.generators.merge.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.merge.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.template.spec.source.directory.jsonnet

fn spec.generators.merge.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.source.directory.jsonnet.extVars

fn spec.generators.merge.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.template.spec.source.directory.jsonnet.tlas

fn spec.generators.merge.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.template.spec.source.helm

fn spec.generators.merge.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.merge.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.source.helm.fileParameters

fn spec.generators.merge.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.template.spec.source.helm.parameters

fn spec.generators.merge.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.merge.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.template.spec.source.kustomize

fn spec.generators.merge.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.merge.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.source.kustomize.patches

fn spec.generators.merge.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.template.spec.source.kustomize.patches.target

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.source.kustomize.replicas

fn spec.generators.merge.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.template.spec.source.plugin

fn spec.generators.merge.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.merge.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.plugin.withName

withName(name)

fn spec.generators.merge.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.source.plugin.env

fn spec.generators.merge.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.merge.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.merge.template.spec.source.plugin.parameters

fn spec.generators.merge.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.merge.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.merge.template.spec.sources

fn spec.generators.merge.template.spec.sources.withChart

withChart(chart)

fn spec.generators.merge.template.spec.sources.withPath

withPath(path)

fn spec.generators.merge.template.spec.sources.withRef

withRef(ref)

fn spec.generators.merge.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.merge.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.merge.template.spec.sources.directory

fn spec.generators.merge.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.merge.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.merge.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.merge.template.spec.sources.directory.jsonnet

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.merge.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.merge.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.merge.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.merge.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.merge.template.spec.sources.helm

fn spec.generators.merge.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.merge.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.merge.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.merge.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.merge.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.merge.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.merge.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.merge.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.merge.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.merge.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.sources.helm.fileParameters

fn spec.generators.merge.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.merge.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.merge.template.spec.sources.helm.parameters

fn spec.generators.merge.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.merge.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.merge.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.merge.template.spec.sources.kustomize

fn spec.generators.merge.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.merge.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.merge.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.merge.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.merge.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.merge.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.merge.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.merge.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.merge.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.merge.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.merge.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.merge.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.merge.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.merge.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.sources.kustomize.patches

fn spec.generators.merge.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.merge.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.merge.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.merge.template.spec.sources.kustomize.patches.target

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.merge.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.merge.template.spec.sources.kustomize.replicas

fn spec.generators.merge.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.merge.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.merge.template.spec.sources.plugin

fn spec.generators.merge.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.merge.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.merge.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.merge.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.sources.plugin.env

fn spec.generators.merge.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.merge.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.merge.template.spec.sources.plugin.parameters

fn spec.generators.merge.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.merge.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.merge.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.merge.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.merge.template.spec.syncPolicy

fn spec.generators.merge.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.merge.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.syncPolicy.automated

fn spec.generators.merge.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.merge.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.merge.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.merge.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.merge.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.merge.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.merge.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.merge.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.merge.template.spec.syncPolicy.retry

fn spec.generators.merge.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.merge.template.spec.syncPolicy.retry.backoff

fn spec.generators.merge.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.merge.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.merge.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.plugin

fn spec.generators.plugin.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.plugin.withValues

withValues(values)

fn spec.generators.plugin.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.plugin.configMapRef

fn spec.generators.plugin.configMapRef.withName

withName(name)

obj spec.generators.plugin.input

fn spec.generators.plugin.input.withParameters

withParameters(parameters)

fn spec.generators.plugin.input.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template

obj spec.generators.plugin.template.metadata

fn spec.generators.plugin.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.plugin.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.plugin.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.metadata.withLabels

withLabels(labels)

fn spec.generators.plugin.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.metadata.withName

withName(name)

fn spec.generators.plugin.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.plugin.template.spec

fn spec.generators.plugin.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.plugin.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.withInfo

withInfo(info)

fn spec.generators.plugin.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.withProject

withProject(project)

fn spec.generators.plugin.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.plugin.template.spec.withSources

withSources(sources)

fn spec.generators.plugin.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.destination

fn spec.generators.plugin.template.spec.destination.withName

withName(name)

fn spec.generators.plugin.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.plugin.template.spec.destination.withServer

withServer(server)

obj spec.generators.plugin.template.spec.ignoreDifferences

fn spec.generators.plugin.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.plugin.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.plugin.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.plugin.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.plugin.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.plugin.template.spec.info

fn spec.generators.plugin.template.spec.info.withName

withName(name)

fn spec.generators.plugin.template.spec.info.withValue

withValue(value)

obj spec.generators.plugin.template.spec.source

fn spec.generators.plugin.template.spec.source.withChart

withChart(chart)

fn spec.generators.plugin.template.spec.source.withPath

withPath(path)

fn spec.generators.plugin.template.spec.source.withRef

withRef(ref)

fn spec.generators.plugin.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.plugin.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.plugin.template.spec.source.directory

fn spec.generators.plugin.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.plugin.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.plugin.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.plugin.template.spec.source.directory.jsonnet

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.source.directory.jsonnet.extVars

fn spec.generators.plugin.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.plugin.template.spec.source.directory.jsonnet.tlas

fn spec.generators.plugin.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.plugin.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.plugin.template.spec.source.helm

fn spec.generators.plugin.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.plugin.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.plugin.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.plugin.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.plugin.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.plugin.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.plugin.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.plugin.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.plugin.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.plugin.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.source.helm.fileParameters

fn spec.generators.plugin.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.plugin.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.plugin.template.spec.source.helm.parameters

fn spec.generators.plugin.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.plugin.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.plugin.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.plugin.template.spec.source.kustomize

fn spec.generators.plugin.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.plugin.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.plugin.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.plugin.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.plugin.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.plugin.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.plugin.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.plugin.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.plugin.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.plugin.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.plugin.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.plugin.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.plugin.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.source.kustomize.patches

fn spec.generators.plugin.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.plugin.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.plugin.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.plugin.template.spec.source.kustomize.patches.target

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.plugin.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.source.kustomize.replicas

fn spec.generators.plugin.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.plugin.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.plugin.template.spec.source.plugin

fn spec.generators.plugin.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.plugin.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.plugin.withName

withName(name)

fn spec.generators.plugin.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.plugin.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.source.plugin.env

fn spec.generators.plugin.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.plugin.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.plugin.template.spec.source.plugin.parameters

fn spec.generators.plugin.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.plugin.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.plugin.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.plugin.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.plugin.template.spec.sources

fn spec.generators.plugin.template.spec.sources.withChart

withChart(chart)

fn spec.generators.plugin.template.spec.sources.withPath

withPath(path)

fn spec.generators.plugin.template.spec.sources.withRef

withRef(ref)

fn spec.generators.plugin.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.plugin.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.plugin.template.spec.sources.directory

fn spec.generators.plugin.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.plugin.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.plugin.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.plugin.template.spec.sources.directory.jsonnet

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.plugin.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.plugin.template.spec.sources.helm

fn spec.generators.plugin.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.plugin.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.plugin.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.plugin.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.plugin.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.plugin.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.plugin.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.plugin.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.plugin.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.plugin.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.sources.helm.fileParameters

fn spec.generators.plugin.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.plugin.template.spec.sources.helm.parameters

fn spec.generators.plugin.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.plugin.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.plugin.template.spec.sources.kustomize

fn spec.generators.plugin.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.plugin.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.plugin.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.plugin.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.plugin.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.plugin.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.plugin.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.plugin.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.plugin.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.plugin.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.plugin.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.plugin.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.plugin.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.sources.kustomize.patches

fn spec.generators.plugin.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.plugin.template.spec.sources.kustomize.patches.target

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.plugin.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.plugin.template.spec.sources.kustomize.replicas

fn spec.generators.plugin.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.plugin.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.plugin.template.spec.sources.plugin

fn spec.generators.plugin.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.plugin.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.plugin.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.sources.plugin.env

fn spec.generators.plugin.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.plugin.template.spec.sources.plugin.parameters

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.plugin.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.plugin.template.spec.syncPolicy

fn spec.generators.plugin.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.plugin.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.syncPolicy.automated

fn spec.generators.plugin.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.plugin.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.plugin.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.plugin.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.plugin.template.spec.syncPolicy.retry

fn spec.generators.plugin.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.plugin.template.spec.syncPolicy.retry.backoff

fn spec.generators.plugin.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.plugin.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.plugin.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.pullRequest

fn spec.generators.pullRequest.withFilters

withFilters(filters)

fn spec.generators.pullRequest.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

obj spec.generators.pullRequest.azuredevops

fn spec.generators.pullRequest.azuredevops.withApi

withApi(api)

fn spec.generators.pullRequest.azuredevops.withLabels

withLabels(labels)

fn spec.generators.pullRequest.azuredevops.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.azuredevops.withOrganization

withOrganization(organization)

fn spec.generators.pullRequest.azuredevops.withProject

withProject(project)

fn spec.generators.pullRequest.azuredevops.withRepo

withRepo(repo)

obj spec.generators.pullRequest.azuredevops.tokenRef

fn spec.generators.pullRequest.azuredevops.tokenRef.withKey

withKey(key)

fn spec.generators.pullRequest.azuredevops.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.bitbucket

fn spec.generators.pullRequest.bitbucket.withApi

withApi(api)

fn spec.generators.pullRequest.bitbucket.withOwner

withOwner(owner)

fn spec.generators.pullRequest.bitbucket.withRepo

withRepo(repo)

obj spec.generators.pullRequest.bitbucket.basicAuth

fn spec.generators.pullRequest.bitbucket.basicAuth.withUsername

withUsername(username)

obj spec.generators.pullRequest.bitbucket.basicAuth.passwordRef

fn spec.generators.pullRequest.bitbucket.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.pullRequest.bitbucket.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.bitbucket.bearerToken

obj spec.generators.pullRequest.bitbucket.bearerToken.tokenRef

fn spec.generators.pullRequest.bitbucket.bearerToken.tokenRef.withKey

withKey(key)

fn spec.generators.pullRequest.bitbucket.bearerToken.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.bitbucketServer

fn spec.generators.pullRequest.bitbucketServer.withApi

withApi(api)

fn spec.generators.pullRequest.bitbucketServer.withProject

withProject(project)

fn spec.generators.pullRequest.bitbucketServer.withRepo

withRepo(repo)

obj spec.generators.pullRequest.bitbucketServer.basicAuth

fn spec.generators.pullRequest.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.pullRequest.bitbucketServer.basicAuth.passwordRef

fn spec.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.pullRequest.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.filters

fn spec.generators.pullRequest.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.pullRequest.filters.withTargetBranchMatch

withTargetBranchMatch(targetBranchMatch)

obj spec.generators.pullRequest.gitea

fn spec.generators.pullRequest.gitea.withApi

withApi(api)

fn spec.generators.pullRequest.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.pullRequest.gitea.withOwner

withOwner(owner)

fn spec.generators.pullRequest.gitea.withRepo

withRepo(repo)

obj spec.generators.pullRequest.gitea.tokenRef

fn spec.generators.pullRequest.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.pullRequest.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.github

fn spec.generators.pullRequest.github.withApi

withApi(api)

fn spec.generators.pullRequest.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.pullRequest.github.withLabels

withLabels(labels)

fn spec.generators.pullRequest.github.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.github.withOwner

withOwner(owner)

fn spec.generators.pullRequest.github.withRepo

withRepo(repo)

obj spec.generators.pullRequest.github.tokenRef

fn spec.generators.pullRequest.github.tokenRef.withKey

withKey(key)

fn spec.generators.pullRequest.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.gitlab

fn spec.generators.pullRequest.gitlab.withApi

withApi(api)

fn spec.generators.pullRequest.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.pullRequest.gitlab.withLabels

withLabels(labels)

fn spec.generators.pullRequest.gitlab.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.gitlab.withProject

withProject(project)

fn spec.generators.pullRequest.gitlab.withPullRequestState

withPullRequestState(pullRequestState)

obj spec.generators.pullRequest.gitlab.tokenRef

fn spec.generators.pullRequest.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.pullRequest.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.pullRequest.template

obj spec.generators.pullRequest.template.metadata

fn spec.generators.pullRequest.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.pullRequest.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.pullRequest.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.metadata.withLabels

withLabels(labels)

fn spec.generators.pullRequest.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.metadata.withName

withName(name)

fn spec.generators.pullRequest.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.pullRequest.template.spec

fn spec.generators.pullRequest.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.pullRequest.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.withInfo

withInfo(info)

fn spec.generators.pullRequest.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.withProject

withProject(project)

fn spec.generators.pullRequest.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.pullRequest.template.spec.withSources

withSources(sources)

fn spec.generators.pullRequest.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.destination

fn spec.generators.pullRequest.template.spec.destination.withName

withName(name)

fn spec.generators.pullRequest.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.pullRequest.template.spec.destination.withServer

withServer(server)

obj spec.generators.pullRequest.template.spec.ignoreDifferences

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.pullRequest.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.pullRequest.template.spec.info

fn spec.generators.pullRequest.template.spec.info.withName

withName(name)

fn spec.generators.pullRequest.template.spec.info.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.source

fn spec.generators.pullRequest.template.spec.source.withChart

withChart(chart)

fn spec.generators.pullRequest.template.spec.source.withPath

withPath(path)

fn spec.generators.pullRequest.template.spec.source.withRef

withRef(ref)

fn spec.generators.pullRequest.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.pullRequest.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.pullRequest.template.spec.source.directory

fn spec.generators.pullRequest.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.pullRequest.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.pullRequest.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.pullRequest.template.spec.source.directory.jsonnet

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.source.directory.jsonnet.extVars

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.source.directory.jsonnet.tlas

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.source.helm

fn spec.generators.pullRequest.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.pullRequest.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.pullRequest.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.pullRequest.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.pullRequest.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.pullRequest.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.pullRequest.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.pullRequest.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.pullRequest.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.pullRequest.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.source.helm.fileParameters

fn spec.generators.pullRequest.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.pullRequest.template.spec.source.helm.parameters

fn spec.generators.pullRequest.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.pullRequest.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.source.kustomize

fn spec.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.pullRequest.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.pullRequest.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.pullRequest.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.pullRequest.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.pullRequest.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.pullRequest.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.pullRequest.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.pullRequest.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.pullRequest.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.pullRequest.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.pullRequest.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.pullRequest.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.source.kustomize.patches

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.pullRequest.template.spec.source.kustomize.patches.target

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.pullRequest.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.source.kustomize.replicas

fn spec.generators.pullRequest.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.pullRequest.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.pullRequest.template.spec.source.plugin

fn spec.generators.pullRequest.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.pullRequest.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.plugin.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.pullRequest.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.source.plugin.env

fn spec.generators.pullRequest.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.source.plugin.parameters

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.pullRequest.template.spec.sources

fn spec.generators.pullRequest.template.spec.sources.withChart

withChart(chart)

fn spec.generators.pullRequest.template.spec.sources.withPath

withPath(path)

fn spec.generators.pullRequest.template.spec.sources.withRef

withRef(ref)

fn spec.generators.pullRequest.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.pullRequest.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.pullRequest.template.spec.sources.directory

fn spec.generators.pullRequest.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.pullRequest.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.pullRequest.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.pullRequest.template.spec.sources.directory.jsonnet

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.sources.helm

fn spec.generators.pullRequest.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.pullRequest.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.pullRequest.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.pullRequest.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.pullRequest.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.pullRequest.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.pullRequest.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.pullRequest.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.pullRequest.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.pullRequest.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.sources.helm.fileParameters

fn spec.generators.pullRequest.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.pullRequest.template.spec.sources.helm.parameters

fn spec.generators.pullRequest.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.pullRequest.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.sources.kustomize

fn spec.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.pullRequest.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.sources.kustomize.patches

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.pullRequest.template.spec.sources.kustomize.patches.target

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.pullRequest.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.pullRequest.template.spec.sources.kustomize.replicas

fn spec.generators.pullRequest.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.pullRequest.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.pullRequest.template.spec.sources.plugin

fn spec.generators.pullRequest.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.pullRequest.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.pullRequest.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.sources.plugin.env

fn spec.generators.pullRequest.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.pullRequest.template.spec.sources.plugin.parameters

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.pullRequest.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.pullRequest.template.spec.syncPolicy

fn spec.generators.pullRequest.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.pullRequest.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.syncPolicy.automated

fn spec.generators.pullRequest.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.pullRequest.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.pullRequest.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.pullRequest.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.pullRequest.template.spec.syncPolicy.retry

fn spec.generators.pullRequest.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.pullRequest.template.spec.syncPolicy.retry.backoff

fn spec.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.pullRequest.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.scmProvider

fn spec.generators.scmProvider.withCloneProtocol

withCloneProtocol(cloneProtocol)

fn spec.generators.scmProvider.withFilters

withFilters(filters)

fn spec.generators.scmProvider.withFiltersMixin

withFiltersMixin(filters)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.withRequeueAfterSeconds

withRequeueAfterSeconds(requeueAfterSeconds)

fn spec.generators.scmProvider.withValues

withValues(values)

fn spec.generators.scmProvider.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.awsCodeCommit

fn spec.generators.scmProvider.awsCodeCommit.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.awsCodeCommit.withRegion

withRegion(region)

fn spec.generators.scmProvider.awsCodeCommit.withRole

withRole(role)

fn spec.generators.scmProvider.awsCodeCommit.withTagFilters

withTagFilters(tagFilters)

fn spec.generators.scmProvider.awsCodeCommit.withTagFiltersMixin

withTagFiltersMixin(tagFilters)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.awsCodeCommit.tagFilters

fn spec.generators.scmProvider.awsCodeCommit.tagFilters.withKey

withKey(key)

fn spec.generators.scmProvider.awsCodeCommit.tagFilters.withValue

withValue(value)

obj spec.generators.scmProvider.azureDevOps

fn spec.generators.scmProvider.azureDevOps.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.azureDevOps.withApi

withApi(api)

fn spec.generators.scmProvider.azureDevOps.withOrganization

withOrganization(organization)

fn spec.generators.scmProvider.azureDevOps.withTeamProject

withTeamProject(teamProject)

obj spec.generators.scmProvider.azureDevOps.accessTokenRef

fn spec.generators.scmProvider.azureDevOps.accessTokenRef.withKey

withKey(key)

fn spec.generators.scmProvider.azureDevOps.accessTokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.bitbucket

fn spec.generators.scmProvider.bitbucket.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.bitbucket.withOwner

withOwner(owner)

fn spec.generators.scmProvider.bitbucket.withUser

withUser(user)

obj spec.generators.scmProvider.bitbucket.appPasswordRef

fn spec.generators.scmProvider.bitbucket.appPasswordRef.withKey

withKey(key)

fn spec.generators.scmProvider.bitbucket.appPasswordRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.bitbucketServer

fn spec.generators.scmProvider.bitbucketServer.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.bitbucketServer.withApi

withApi(api)

fn spec.generators.scmProvider.bitbucketServer.withProject

withProject(project)

obj spec.generators.scmProvider.bitbucketServer.basicAuth

fn spec.generators.scmProvider.bitbucketServer.basicAuth.withUsername

withUsername(username)

obj spec.generators.scmProvider.bitbucketServer.basicAuth.passwordRef

fn spec.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withKey

withKey(key)

fn spec.generators.scmProvider.bitbucketServer.basicAuth.passwordRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.filters

fn spec.generators.scmProvider.filters.withBranchMatch

withBranchMatch(branchMatch)

fn spec.generators.scmProvider.filters.withLabelMatch

withLabelMatch(labelMatch)

fn spec.generators.scmProvider.filters.withPathsDoNotExist

withPathsDoNotExist(pathsDoNotExist)

fn spec.generators.scmProvider.filters.withPathsDoNotExistMixin

withPathsDoNotExistMixin(pathsDoNotExist)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.filters.withPathsExist

withPathsExist(pathsExist)

fn spec.generators.scmProvider.filters.withPathsExistMixin

withPathsExistMixin(pathsExist)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.filters.withRepositoryMatch

withRepositoryMatch(repositoryMatch)

obj spec.generators.scmProvider.gitea

fn spec.generators.scmProvider.gitea.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.gitea.withApi

withApi(api)

fn spec.generators.scmProvider.gitea.withInsecure

withInsecure(insecure)

fn spec.generators.scmProvider.gitea.withOwner

withOwner(owner)

obj spec.generators.scmProvider.gitea.tokenRef

fn spec.generators.scmProvider.gitea.tokenRef.withKey

withKey(key)

fn spec.generators.scmProvider.gitea.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.github

fn spec.generators.scmProvider.github.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.github.withApi

withApi(api)

fn spec.generators.scmProvider.github.withAppSecretName

withAppSecretName(appSecretName)

fn spec.generators.scmProvider.github.withOrganization

withOrganization(organization)

obj spec.generators.scmProvider.github.tokenRef

fn spec.generators.scmProvider.github.tokenRef.withKey

withKey(key)

fn spec.generators.scmProvider.github.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.gitlab

fn spec.generators.scmProvider.gitlab.withAllBranches

withAllBranches(allBranches)

fn spec.generators.scmProvider.gitlab.withApi

withApi(api)

fn spec.generators.scmProvider.gitlab.withGroup

withGroup(group)

fn spec.generators.scmProvider.gitlab.withIncludeSharedProjects

withIncludeSharedProjects(includeSharedProjects)

fn spec.generators.scmProvider.gitlab.withIncludeSubgroups

withIncludeSubgroups(includeSubgroups)

fn spec.generators.scmProvider.gitlab.withInsecure

withInsecure(insecure)

fn spec.generators.scmProvider.gitlab.withTopic

withTopic(topic)

obj spec.generators.scmProvider.gitlab.tokenRef

fn spec.generators.scmProvider.gitlab.tokenRef.withKey

withKey(key)

fn spec.generators.scmProvider.gitlab.tokenRef.withSecretName

withSecretName(secretName)

obj spec.generators.scmProvider.template

obj spec.generators.scmProvider.template.metadata

fn spec.generators.scmProvider.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.scmProvider.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.generators.scmProvider.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.metadata.withLabels

withLabels(labels)

fn spec.generators.scmProvider.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.metadata.withName

withName(name)

fn spec.generators.scmProvider.template.metadata.withNamespace

withNamespace(namespace)

obj spec.generators.scmProvider.template.spec

fn spec.generators.scmProvider.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.generators.scmProvider.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.withInfo

withInfo(info)

fn spec.generators.scmProvider.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.withProject

withProject(project)

fn spec.generators.scmProvider.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.generators.scmProvider.template.spec.withSources

withSources(sources)

fn spec.generators.scmProvider.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.destination

fn spec.generators.scmProvider.template.spec.destination.withName

withName(name)

fn spec.generators.scmProvider.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.generators.scmProvider.template.spec.destination.withServer

withServer(server)

obj spec.generators.scmProvider.template.spec.ignoreDifferences

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withName

withName(name)

fn spec.generators.scmProvider.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.generators.scmProvider.template.spec.info

fn spec.generators.scmProvider.template.spec.info.withName

withName(name)

fn spec.generators.scmProvider.template.spec.info.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.source

fn spec.generators.scmProvider.template.spec.source.withChart

withChart(chart)

fn spec.generators.scmProvider.template.spec.source.withPath

withPath(path)

fn spec.generators.scmProvider.template.spec.source.withRef

withRef(ref)

fn spec.generators.scmProvider.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.generators.scmProvider.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.scmProvider.template.spec.source.directory

fn spec.generators.scmProvider.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.generators.scmProvider.template.spec.source.directory.withInclude

withInclude(include)

fn spec.generators.scmProvider.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.generators.scmProvider.template.spec.source.directory.jsonnet

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.source.directory.jsonnet.extVars

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.source.directory.jsonnet.tlas

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.source.helm

fn spec.generators.scmProvider.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.scmProvider.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.scmProvider.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.generators.scmProvider.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.scmProvider.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.scmProvider.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.scmProvider.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.scmProvider.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.helm.withValues

withValues(values)

fn spec.generators.scmProvider.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.scmProvider.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.helm.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.source.helm.fileParameters

fn spec.generators.scmProvider.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.generators.scmProvider.template.spec.source.helm.parameters

fn spec.generators.scmProvider.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.scmProvider.template.spec.source.helm.parameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.source.kustomize

fn spec.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.scmProvider.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.scmProvider.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.generators.scmProvider.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.scmProvider.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.scmProvider.template.spec.source.kustomize.withImages

withImages(images)

fn spec.generators.scmProvider.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.scmProvider.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.scmProvider.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.scmProvider.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.scmProvider.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.generators.scmProvider.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.scmProvider.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.source.kustomize.patches

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.generators.scmProvider.template.spec.source.kustomize.patches.target

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.scmProvider.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.source.kustomize.replicas

fn spec.generators.scmProvider.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.generators.scmProvider.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.generators.scmProvider.template.spec.source.plugin

fn spec.generators.scmProvider.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.generators.scmProvider.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.plugin.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.generators.scmProvider.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.source.plugin.env

fn spec.generators.scmProvider.template.spec.source.plugin.env.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.source.plugin.parameters

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.generators.scmProvider.template.spec.sources

fn spec.generators.scmProvider.template.spec.sources.withChart

withChart(chart)

fn spec.generators.scmProvider.template.spec.sources.withPath

withPath(path)

fn spec.generators.scmProvider.template.spec.sources.withRef

withRef(ref)

fn spec.generators.scmProvider.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.generators.scmProvider.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.generators.scmProvider.template.spec.sources.directory

fn spec.generators.scmProvider.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.generators.scmProvider.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.generators.scmProvider.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.generators.scmProvider.template.spec.sources.directory.jsonnet

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.sources.helm

fn spec.generators.scmProvider.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.generators.scmProvider.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.generators.scmProvider.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.generators.scmProvider.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.generators.scmProvider.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.generators.scmProvider.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.generators.scmProvider.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.generators.scmProvider.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.helm.withValues

withValues(values)

fn spec.generators.scmProvider.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.generators.scmProvider.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.sources.helm.fileParameters

fn spec.generators.scmProvider.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.generators.scmProvider.template.spec.sources.helm.parameters

fn spec.generators.scmProvider.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.generators.scmProvider.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.sources.kustomize

fn spec.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.generators.scmProvider.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.sources.kustomize.patches

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.generators.scmProvider.template.spec.sources.kustomize.patches.target

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.generators.scmProvider.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.generators.scmProvider.template.spec.sources.kustomize.replicas

fn spec.generators.scmProvider.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.generators.scmProvider.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.generators.scmProvider.template.spec.sources.plugin

fn spec.generators.scmProvider.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.generators.scmProvider.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.plugin.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.generators.scmProvider.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.sources.plugin.env

fn spec.generators.scmProvider.template.spec.sources.plugin.env.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.generators.scmProvider.template.spec.sources.plugin.parameters

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.generators.scmProvider.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.generators.scmProvider.template.spec.syncPolicy

fn spec.generators.scmProvider.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.generators.scmProvider.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.syncPolicy.automated

fn spec.generators.scmProvider.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.generators.scmProvider.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.generators.scmProvider.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.generators.scmProvider.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.generators.scmProvider.template.spec.syncPolicy.retry

fn spec.generators.scmProvider.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.generators.scmProvider.template.spec.syncPolicy.retry.backoff

fn spec.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.generators.scmProvider.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)

obj spec.generators.selector

fn spec.generators.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.generators.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.generators.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.generators.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.generators.selector.matchExpressions

fn spec.generators.selector.matchExpressions.withKey

withKey(key)

fn spec.generators.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.generators.selector.matchExpressions.withValues

withValues(values)

fn spec.generators.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.ignoreApplicationDifferences

fn spec.ignoreApplicationDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.ignoreApplicationDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.ignoreApplicationDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.ignoreApplicationDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.ignoreApplicationDifferences.withName

withName(name)

obj spec.preservedFields

fn spec.preservedFields.withAnnotations

withAnnotations(annotations)

fn spec.preservedFields.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.preservedFields.withLabels

withLabels(labels)

fn spec.preservedFields.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.strategy

fn spec.strategy.withType

withType(type)

obj spec.strategy.rollingSync

fn spec.strategy.rollingSync.withSteps

withSteps(steps)

fn spec.strategy.rollingSync.withStepsMixin

withStepsMixin(steps)

Note: This function appends passed data to existing values

obj spec.strategy.rollingSync.steps

fn spec.strategy.rollingSync.steps.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.strategy.rollingSync.steps.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.strategy.rollingSync.steps.withMaxUpdate

withMaxUpdate(maxUpdate)

obj spec.strategy.rollingSync.steps.matchExpressions

fn spec.strategy.rollingSync.steps.matchExpressions.withKey

withKey(key)

fn spec.strategy.rollingSync.steps.matchExpressions.withOperator

withOperator(operator)

fn spec.strategy.rollingSync.steps.matchExpressions.withValues

withValues(values)

fn spec.strategy.rollingSync.steps.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.syncPolicy

fn spec.syncPolicy.withApplicationsSync

withApplicationsSync(applicationsSync)

fn spec.syncPolicy.withPreserveResourcesOnDeletion

withPreserveResourcesOnDeletion(preserveResourcesOnDeletion)

obj spec.template

obj spec.template.metadata

fn spec.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.template.metadata.withFinalizers

withFinalizers(finalizers)

fn spec.template.metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

Note: This function appends passed data to existing values

fn spec.template.metadata.withLabels

withLabels(labels)

fn spec.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

fn spec.template.metadata.withName

withName(name)

fn spec.template.metadata.withNamespace

withNamespace(namespace)

obj spec.template.spec

fn spec.template.spec.withIgnoreDifferences

withIgnoreDifferences(ignoreDifferences)

fn spec.template.spec.withIgnoreDifferencesMixin

withIgnoreDifferencesMixin(ignoreDifferences)

Note: This function appends passed data to existing values

fn spec.template.spec.withInfo

withInfo(info)

fn spec.template.spec.withInfoMixin

withInfoMixin(info)

Note: This function appends passed data to existing values

fn spec.template.spec.withProject

withProject(project)

fn spec.template.spec.withRevisionHistoryLimit

withRevisionHistoryLimit(revisionHistoryLimit)

fn spec.template.spec.withSources

withSources(sources)

fn spec.template.spec.withSourcesMixin

withSourcesMixin(sources)

Note: This function appends passed data to existing values

obj spec.template.spec.destination

fn spec.template.spec.destination.withName

withName(name)

fn spec.template.spec.destination.withNamespace

withNamespace(namespace)

fn spec.template.spec.destination.withServer

withServer(server)

obj spec.template.spec.ignoreDifferences

fn spec.template.spec.ignoreDifferences.withGroup

withGroup(group)

fn spec.template.spec.ignoreDifferences.withJqPathExpressions

withJqPathExpressions(jqPathExpressions)

fn spec.template.spec.ignoreDifferences.withJqPathExpressionsMixin

withJqPathExpressionsMixin(jqPathExpressions)

Note: This function appends passed data to existing values

fn spec.template.spec.ignoreDifferences.withJsonPointers

withJsonPointers(jsonPointers)

fn spec.template.spec.ignoreDifferences.withJsonPointersMixin

withJsonPointersMixin(jsonPointers)

Note: This function appends passed data to existing values

fn spec.template.spec.ignoreDifferences.withKind

withKind(kind)

fn spec.template.spec.ignoreDifferences.withManagedFieldsManagers

withManagedFieldsManagers(managedFieldsManagers)

fn spec.template.spec.ignoreDifferences.withManagedFieldsManagersMixin

withManagedFieldsManagersMixin(managedFieldsManagers)

Note: This function appends passed data to existing values

fn spec.template.spec.ignoreDifferences.withName

withName(name)

fn spec.template.spec.ignoreDifferences.withNamespace

withNamespace(namespace)

obj spec.template.spec.info

fn spec.template.spec.info.withName

withName(name)

fn spec.template.spec.info.withValue

withValue(value)

obj spec.template.spec.source

fn spec.template.spec.source.withChart

withChart(chart)

fn spec.template.spec.source.withPath

withPath(path)

fn spec.template.spec.source.withRef

withRef(ref)

fn spec.template.spec.source.withRepoURL

withRepoURL(repoURL)

fn spec.template.spec.source.withTargetRevision

withTargetRevision(targetRevision)

obj spec.template.spec.source.directory

fn spec.template.spec.source.directory.withExclude

withExclude(exclude)

fn spec.template.spec.source.directory.withInclude

withInclude(include)

fn spec.template.spec.source.directory.withRecurse

withRecurse(recurse)

obj spec.template.spec.source.directory.jsonnet

fn spec.template.spec.source.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.template.spec.source.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.template.spec.source.directory.jsonnet.withLibs

withLibs(libs)

fn spec.template.spec.source.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.template.spec.source.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.template.spec.source.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.template.spec.source.directory.jsonnet.extVars

fn spec.template.spec.source.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.template.spec.source.directory.jsonnet.extVars.withName

withName(name)

fn spec.template.spec.source.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.template.spec.source.directory.jsonnet.tlas

fn spec.template.spec.source.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.template.spec.source.directory.jsonnet.tlas.withName

withName(name)

fn spec.template.spec.source.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.template.spec.source.helm

fn spec.template.spec.source.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.template.spec.source.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.template.spec.source.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.template.spec.source.helm.withParameters

withParameters(parameters)

fn spec.template.spec.source.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.template.spec.source.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.template.spec.source.helm.withReleaseName

withReleaseName(releaseName)

fn spec.template.spec.source.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.template.spec.source.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.template.spec.source.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.template.spec.source.helm.withValues

withValues(values)

fn spec.template.spec.source.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.template.spec.source.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.template.spec.source.helm.withVersion

withVersion(version)

obj spec.template.spec.source.helm.fileParameters

fn spec.template.spec.source.helm.fileParameters.withName

withName(name)

fn spec.template.spec.source.helm.fileParameters.withPath

withPath(path)

obj spec.template.spec.source.helm.parameters

fn spec.template.spec.source.helm.parameters.withForceString

withForceString(forceString)

fn spec.template.spec.source.helm.parameters.withName

withName(name)

fn spec.template.spec.source.helm.parameters.withValue

withValue(value)

obj spec.template.spec.source.kustomize

fn spec.template.spec.source.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.template.spec.source.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.template.spec.source.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.template.spec.source.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withComponents

withComponents(components)

fn spec.template.spec.source.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.template.spec.source.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.template.spec.source.kustomize.withImages

withImages(images)

fn spec.template.spec.source.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.template.spec.source.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.template.spec.source.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.template.spec.source.kustomize.withNamespace

withNamespace(namespace)

fn spec.template.spec.source.kustomize.withPatches

withPatches(patches)

fn spec.template.spec.source.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withReplicas

withReplicas(replicas)

fn spec.template.spec.source.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.withVersion

withVersion(version)

obj spec.template.spec.source.kustomize.patches

fn spec.template.spec.source.kustomize.patches.withOptions

withOptions(options)

fn spec.template.spec.source.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.template.spec.source.kustomize.patches.withPatch

withPatch(patch)

fn spec.template.spec.source.kustomize.patches.withPath

withPath(path)

obj spec.template.spec.source.kustomize.patches.target

fn spec.template.spec.source.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.template.spec.source.kustomize.patches.target.withGroup

withGroup(group)

fn spec.template.spec.source.kustomize.patches.target.withKind

withKind(kind)

fn spec.template.spec.source.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.template.spec.source.kustomize.patches.target.withName

withName(name)

fn spec.template.spec.source.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.template.spec.source.kustomize.patches.target.withVersion

withVersion(version)

obj spec.template.spec.source.kustomize.replicas

fn spec.template.spec.source.kustomize.replicas.withCount

withCount(count)

fn spec.template.spec.source.kustomize.replicas.withName

withName(name)

obj spec.template.spec.source.plugin

fn spec.template.spec.source.plugin.withEnv

withEnv(env)

fn spec.template.spec.source.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.template.spec.source.plugin.withName

withName(name)

fn spec.template.spec.source.plugin.withParameters

withParameters(parameters)

fn spec.template.spec.source.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.template.spec.source.plugin.env

fn spec.template.spec.source.plugin.env.withName

withName(name)

fn spec.template.spec.source.plugin.env.withValue

withValue(value)

obj spec.template.spec.source.plugin.parameters

fn spec.template.spec.source.plugin.parameters.withArray

withArray(array)

fn spec.template.spec.source.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.template.spec.source.plugin.parameters.withMap

withMap(map)

fn spec.template.spec.source.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.template.spec.source.plugin.parameters.withName

withName(name)

fn spec.template.spec.source.plugin.parameters.withString

withString(string)

obj spec.template.spec.sources

fn spec.template.spec.sources.withChart

withChart(chart)

fn spec.template.spec.sources.withPath

withPath(path)

fn spec.template.spec.sources.withRef

withRef(ref)

fn spec.template.spec.sources.withRepoURL

withRepoURL(repoURL)

fn spec.template.spec.sources.withTargetRevision

withTargetRevision(targetRevision)

obj spec.template.spec.sources.directory

fn spec.template.spec.sources.directory.withExclude

withExclude(exclude)

fn spec.template.spec.sources.directory.withInclude

withInclude(include)

fn spec.template.spec.sources.directory.withRecurse

withRecurse(recurse)

obj spec.template.spec.sources.directory.jsonnet

fn spec.template.spec.sources.directory.jsonnet.withExtVars

withExtVars(extVars)

fn spec.template.spec.sources.directory.jsonnet.withExtVarsMixin

withExtVarsMixin(extVars)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.directory.jsonnet.withLibs

withLibs(libs)

fn spec.template.spec.sources.directory.jsonnet.withLibsMixin

withLibsMixin(libs)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.directory.jsonnet.withTlas

withTlas(tlas)

fn spec.template.spec.sources.directory.jsonnet.withTlasMixin

withTlasMixin(tlas)

Note: This function appends passed data to existing values

obj spec.template.spec.sources.directory.jsonnet.extVars

fn spec.template.spec.sources.directory.jsonnet.extVars.withCode

withCode(code)

fn spec.template.spec.sources.directory.jsonnet.extVars.withName

withName(name)

fn spec.template.spec.sources.directory.jsonnet.extVars.withValue

withValue(value)

obj spec.template.spec.sources.directory.jsonnet.tlas

fn spec.template.spec.sources.directory.jsonnet.tlas.withCode

withCode(code)

fn spec.template.spec.sources.directory.jsonnet.tlas.withName

withName(name)

fn spec.template.spec.sources.directory.jsonnet.tlas.withValue

withValue(value)

obj spec.template.spec.sources.helm

fn spec.template.spec.sources.helm.withFileParameters

withFileParameters(fileParameters)

fn spec.template.spec.sources.helm.withFileParametersMixin

withFileParametersMixin(fileParameters)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.helm.withIgnoreMissingValueFiles

withIgnoreMissingValueFiles(ignoreMissingValueFiles)

fn spec.template.spec.sources.helm.withParameters

withParameters(parameters)

fn spec.template.spec.sources.helm.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.helm.withPassCredentials

withPassCredentials(passCredentials)

fn spec.template.spec.sources.helm.withReleaseName

withReleaseName(releaseName)

fn spec.template.spec.sources.helm.withSkipCrds

withSkipCrds(skipCrds)

fn spec.template.spec.sources.helm.withValueFiles

withValueFiles(valueFiles)

fn spec.template.spec.sources.helm.withValueFilesMixin

withValueFilesMixin(valueFiles)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.helm.withValues

withValues(values)

fn spec.template.spec.sources.helm.withValuesObject

withValuesObject(valuesObject)

fn spec.template.spec.sources.helm.withValuesObjectMixin

withValuesObjectMixin(valuesObject)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.helm.withVersion

withVersion(version)

obj spec.template.spec.sources.helm.fileParameters

fn spec.template.spec.sources.helm.fileParameters.withName

withName(name)

fn spec.template.spec.sources.helm.fileParameters.withPath

withPath(path)

obj spec.template.spec.sources.helm.parameters

fn spec.template.spec.sources.helm.parameters.withForceString

withForceString(forceString)

fn spec.template.spec.sources.helm.parameters.withName

withName(name)

fn spec.template.spec.sources.helm.parameters.withValue

withValue(value)

obj spec.template.spec.sources.kustomize

fn spec.template.spec.sources.kustomize.withCommonAnnotations

withCommonAnnotations(commonAnnotations)

fn spec.template.spec.sources.kustomize.withCommonAnnotationsEnvsubst

withCommonAnnotationsEnvsubst(commonAnnotationsEnvsubst)

fn spec.template.spec.sources.kustomize.withCommonAnnotationsMixin

withCommonAnnotationsMixin(commonAnnotations)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withCommonLabels

withCommonLabels(commonLabels)

fn spec.template.spec.sources.kustomize.withCommonLabelsMixin

withCommonLabelsMixin(commonLabels)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withComponents

withComponents(components)

fn spec.template.spec.sources.kustomize.withComponentsMixin

withComponentsMixin(components)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withForceCommonAnnotations

withForceCommonAnnotations(forceCommonAnnotations)

fn spec.template.spec.sources.kustomize.withForceCommonLabels

withForceCommonLabels(forceCommonLabels)

fn spec.template.spec.sources.kustomize.withImages

withImages(images)

fn spec.template.spec.sources.kustomize.withImagesMixin

withImagesMixin(images)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withLabelWithoutSelector

withLabelWithoutSelector(labelWithoutSelector)

fn spec.template.spec.sources.kustomize.withNamePrefix

withNamePrefix(namePrefix)

fn spec.template.spec.sources.kustomize.withNameSuffix

withNameSuffix(nameSuffix)

fn spec.template.spec.sources.kustomize.withNamespace

withNamespace(namespace)

fn spec.template.spec.sources.kustomize.withPatches

withPatches(patches)

fn spec.template.spec.sources.kustomize.withPatchesMixin

withPatchesMixin(patches)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withReplicas

withReplicas(replicas)

fn spec.template.spec.sources.kustomize.withReplicasMixin

withReplicasMixin(replicas)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.withVersion

withVersion(version)

obj spec.template.spec.sources.kustomize.patches

fn spec.template.spec.sources.kustomize.patches.withOptions

withOptions(options)

fn spec.template.spec.sources.kustomize.patches.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.kustomize.patches.withPatch

withPatch(patch)

fn spec.template.spec.sources.kustomize.patches.withPath

withPath(path)

obj spec.template.spec.sources.kustomize.patches.target

fn spec.template.spec.sources.kustomize.patches.target.withAnnotationSelector

withAnnotationSelector(annotationSelector)

fn spec.template.spec.sources.kustomize.patches.target.withGroup

withGroup(group)

fn spec.template.spec.sources.kustomize.patches.target.withKind

withKind(kind)

fn spec.template.spec.sources.kustomize.patches.target.withLabelSelector

withLabelSelector(labelSelector)

fn spec.template.spec.sources.kustomize.patches.target.withName

withName(name)

fn spec.template.spec.sources.kustomize.patches.target.withNamespace

withNamespace(namespace)

fn spec.template.spec.sources.kustomize.patches.target.withVersion

withVersion(version)

obj spec.template.spec.sources.kustomize.replicas

fn spec.template.spec.sources.kustomize.replicas.withCount

withCount(count)

fn spec.template.spec.sources.kustomize.replicas.withName

withName(name)

obj spec.template.spec.sources.plugin

fn spec.template.spec.sources.plugin.withEnv

withEnv(env)

fn spec.template.spec.sources.plugin.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.plugin.withName

withName(name)

fn spec.template.spec.sources.plugin.withParameters

withParameters(parameters)

fn spec.template.spec.sources.plugin.withParametersMixin

withParametersMixin(parameters)

Note: This function appends passed data to existing values

obj spec.template.spec.sources.plugin.env

fn spec.template.spec.sources.plugin.env.withName

withName(name)

fn spec.template.spec.sources.plugin.env.withValue

withValue(value)

obj spec.template.spec.sources.plugin.parameters

fn spec.template.spec.sources.plugin.parameters.withArray

withArray(array)

fn spec.template.spec.sources.plugin.parameters.withArrayMixin

withArrayMixin(array)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.plugin.parameters.withMap

withMap(map)

fn spec.template.spec.sources.plugin.parameters.withMapMixin

withMapMixin(map)

Note: This function appends passed data to existing values

fn spec.template.spec.sources.plugin.parameters.withName

withName(name)

fn spec.template.spec.sources.plugin.parameters.withString

withString(string)

obj spec.template.spec.syncPolicy

fn spec.template.spec.syncPolicy.withSyncOptions

withSyncOptions(syncOptions)

fn spec.template.spec.syncPolicy.withSyncOptionsMixin

withSyncOptionsMixin(syncOptions)

Note: This function appends passed data to existing values

obj spec.template.spec.syncPolicy.automated

fn spec.template.spec.syncPolicy.automated.withAllowEmpty

withAllowEmpty(allowEmpty)

fn spec.template.spec.syncPolicy.automated.withPrune

withPrune(prune)

fn spec.template.spec.syncPolicy.automated.withSelfHeal

withSelfHeal(selfHeal)

obj spec.template.spec.syncPolicy.managedNamespaceMetadata

fn spec.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotations

withAnnotations(annotations)

fn spec.template.spec.syncPolicy.managedNamespaceMetadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.template.spec.syncPolicy.managedNamespaceMetadata.withLabels

withLabels(labels)

fn spec.template.spec.syncPolicy.managedNamespaceMetadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.template.spec.syncPolicy.retry

fn spec.template.spec.syncPolicy.retry.withLimit

withLimit(limit)

obj spec.template.spec.syncPolicy.retry.backoff

fn spec.template.spec.syncPolicy.retry.backoff.withDuration

withDuration(duration)

fn spec.template.spec.syncPolicy.retry.backoff.withFactor

withFactor(factor)

fn spec.template.spec.syncPolicy.retry.backoff.withMaxDuration

withMaxDuration(maxDuration)