Skip to content

argoproj.v1alpha1.experiment

Index

Fields

fn new

new(name)

new returns an instance of Experiment

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.withAnalyses

withAnalyses(analyses)

fn spec.withAnalysesMixin

withAnalysesMixin(analyses)

Note: This function appends passed data to existing values

fn spec.withDryRun

withDryRun(dryRun)

fn spec.withDryRunMixin

withDryRunMixin(dryRun)

Note: This function appends passed data to existing values

fn spec.withDuration

withDuration(duration)

fn spec.withMeasurementRetention

withMeasurementRetention(measurementRetention)

fn spec.withMeasurementRetentionMixin

withMeasurementRetentionMixin(measurementRetention)

Note: This function appends passed data to existing values

fn spec.withProgressDeadlineSeconds

withProgressDeadlineSeconds(progressDeadlineSeconds)

fn spec.withScaleDownDelaySeconds

withScaleDownDelaySeconds(scaleDownDelaySeconds)

fn spec.withTemplates

withTemplates(templates)

fn spec.withTemplatesMixin

withTemplatesMixin(templates)

Note: This function appends passed data to existing values

fn spec.withTerminate

withTerminate(terminate)

obj spec.analyses

fn spec.analyses.withArgs

withArgs(args)

fn spec.analyses.withArgsMixin

withArgsMixin(args)

Note: This function appends passed data to existing values

fn spec.analyses.withClusterScope

withClusterScope(clusterScope)

fn spec.analyses.withName

withName(name)

fn spec.analyses.withRequiredForCompletion

withRequiredForCompletion(requiredForCompletion)

fn spec.analyses.withTemplateName

withTemplateName(templateName)

obj spec.analyses.args

fn spec.analyses.args.withName

withName(name)

fn spec.analyses.args.withValue

withValue(value)

obj spec.analyses.args.valueFrom

obj spec.analyses.args.valueFrom.fieldRef

fn spec.analyses.args.valueFrom.fieldRef.withFieldPath

withFieldPath(fieldPath)

obj spec.analyses.args.valueFrom.secretKeyRef

fn spec.analyses.args.valueFrom.secretKeyRef.withKey

withKey(key)

fn spec.analyses.args.valueFrom.secretKeyRef.withName

withName(name)

obj spec.dryRun

fn spec.dryRun.withMetricName

withMetricName(metricName)

obj spec.measurementRetention

fn spec.measurementRetention.withLimit

withLimit(limit)

fn spec.measurementRetention.withMetricName

withMetricName(metricName)

obj spec.templates

fn spec.templates.withMinReadySeconds

withMinReadySeconds(minReadySeconds)

fn spec.templates.withName

withName(name)

fn spec.templates.withReplicas

withReplicas(replicas)

obj spec.templates.selector

fn spec.templates.selector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.selector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.selector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.selector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.selector.matchExpressions

fn spec.templates.selector.matchExpressions.withKey

withKey(key)

fn spec.templates.selector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.selector.matchExpressions.withValues

withValues(values)

fn spec.templates.selector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.service

fn spec.templates.service.withName

withName(name)

obj spec.templates.template

obj spec.templates.template.metadata

fn spec.templates.template.metadata.withAnnotations

withAnnotations(annotations)

fn spec.templates.template.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

Note: This function appends passed data to existing values

fn spec.templates.template.metadata.withLabels

withLabels(labels)

fn spec.templates.template.metadata.withLabelsMixin

withLabelsMixin(labels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec

fn spec.templates.template.spec.withActiveDeadlineSeconds

withActiveDeadlineSeconds(activeDeadlineSeconds)

fn spec.templates.template.spec.withAutomountServiceAccountToken

withAutomountServiceAccountToken(automountServiceAccountToken)

fn spec.templates.template.spec.withContainers

withContainers(containers)

fn spec.templates.template.spec.withContainersMixin

withContainersMixin(containers)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withDnsPolicy

withDnsPolicy(dnsPolicy)
withEnableServiceLinks(enableServiceLinks)

fn spec.templates.template.spec.withEphemeralContainers

withEphemeralContainers(ephemeralContainers)

fn spec.templates.template.spec.withEphemeralContainersMixin

withEphemeralContainersMixin(ephemeralContainers)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withHostAliases

withHostAliases(hostAliases)

fn spec.templates.template.spec.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withHostIPC

withHostIPC(hostIPC)

fn spec.templates.template.spec.withHostNetwork

withHostNetwork(hostNetwork)

fn spec.templates.template.spec.withHostPID

withHostPID(hostPID)

fn spec.templates.template.spec.withHostUsers

withHostUsers(hostUsers)

fn spec.templates.template.spec.withHostname

withHostname(hostname)

fn spec.templates.template.spec.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

fn spec.templates.template.spec.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withInitContainers

withInitContainers(initContainers)

fn spec.templates.template.spec.withInitContainersMixin

withInitContainersMixin(initContainers)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withNodeName

withNodeName(nodeName)

fn spec.templates.template.spec.withNodeSelector

withNodeSelector(nodeSelector)

fn spec.templates.template.spec.withNodeSelectorMixin

withNodeSelectorMixin(nodeSelector)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withOverhead

withOverhead(overhead)

fn spec.templates.template.spec.withOverheadMixin

withOverheadMixin(overhead)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withPreemptionPolicy

withPreemptionPolicy(preemptionPolicy)

fn spec.templates.template.spec.withPriority

withPriority(priority)

fn spec.templates.template.spec.withPriorityClassName

withPriorityClassName(priorityClassName)

fn spec.templates.template.spec.withReadinessGates

withReadinessGates(readinessGates)

fn spec.templates.template.spec.withReadinessGatesMixin

withReadinessGatesMixin(readinessGates)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withRestartPolicy

withRestartPolicy(restartPolicy)

fn spec.templates.template.spec.withRuntimeClassName

withRuntimeClassName(runtimeClassName)

fn spec.templates.template.spec.withSchedulerName

withSchedulerName(schedulerName)

fn spec.templates.template.spec.withServiceAccount

withServiceAccount(serviceAccount)

fn spec.templates.template.spec.withServiceAccountName

withServiceAccountName(serviceAccountName)

fn spec.templates.template.spec.withSetHostnameAsFQDN

withSetHostnameAsFQDN(setHostnameAsFQDN)

fn spec.templates.template.spec.withShareProcessNamespace

withShareProcessNamespace(shareProcessNamespace)

fn spec.templates.template.spec.withSubdomain

withSubdomain(subdomain)

fn spec.templates.template.spec.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.withTolerations

withTolerations(tolerations)

fn spec.templates.template.spec.withTolerationsMixin

withTolerationsMixin(tolerations)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

fn spec.templates.template.spec.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.withVolumes

withVolumes(volumes)

obj spec.templates.template.spec.affinity

obj spec.templates.template.spec.affinity.nodeAffinity

fn spec.templates.template.spec.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.templates.template.spec.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.templates.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.templates.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity

fn spec.templates.template.spec.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.templates.template.spec.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.templates.template.spec.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity

fn spec.templates.template.spec.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.templates.template.spec.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.templates.template.spec.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers

fn spec.templates.template.spec.containers.withArgs

withArgs(args)

fn spec.templates.template.spec.containers.withArgsMixin

withArgsMixin(args)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withEnv

withEnv(env)

fn spec.templates.template.spec.containers.withEnvFrom

withEnvFrom(envFrom)

fn spec.templates.template.spec.containers.withEnvFromMixin

withEnvFromMixin(envFrom)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withImage

withImage(image)

fn spec.templates.template.spec.containers.withImagePullPolicy

withImagePullPolicy(imagePullPolicy)

fn spec.templates.template.spec.containers.withName

withName(name)

fn spec.templates.template.spec.containers.withPorts

withPorts(ports)

fn spec.templates.template.spec.containers.withPortsMixin

withPortsMixin(ports)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withStdin

withStdin(stdin)

fn spec.templates.template.spec.containers.withStdinOnce

withStdinOnce(stdinOnce)

fn spec.templates.template.spec.containers.withTerminationMessagePath

withTerminationMessagePath(terminationMessagePath)

fn spec.templates.template.spec.containers.withTerminationMessagePolicy

withTerminationMessagePolicy(terminationMessagePolicy)

fn spec.templates.template.spec.containers.withTty

withTty(tty)

fn spec.templates.template.spec.containers.withVolumeDevices

withVolumeDevices(volumeDevices)

fn spec.templates.template.spec.containers.withVolumeDevicesMixin

withVolumeDevicesMixin(volumeDevices)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withVolumeMounts

withVolumeMounts(volumeMounts)

fn spec.templates.template.spec.containers.withVolumeMountsMixin

withVolumeMountsMixin(volumeMounts)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.withWorkingDir

withWorkingDir(workingDir)

obj spec.templates.template.spec.containers.env

fn spec.templates.template.spec.containers.env.withName

withName(name)

fn spec.templates.template.spec.containers.env.withValue

withValue(value)

obj spec.templates.template.spec.containers.env.valueFrom

obj spec.templates.template.spec.containers.env.valueFrom.configMapKeyRef

fn spec.templates.template.spec.containers.env.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.containers.env.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.templates.template.spec.containers.env.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.containers.env.valueFrom.fieldRef

fn spec.templates.template.spec.containers.env.valueFrom.fieldRef.withApiVersion

withApiVersion(apiVersion)

fn spec.templates.template.spec.containers.env.valueFrom.fieldRef.withFieldPath

withFieldPath(fieldPath)

obj spec.templates.template.spec.containers.env.valueFrom.resourceFieldRef

fn spec.templates.template.spec.containers.env.valueFrom.resourceFieldRef.withContainerName

withContainerName(containerName)

fn spec.templates.template.spec.containers.env.valueFrom.resourceFieldRef.withDivisor

withDivisor(divisor)

fn spec.templates.template.spec.containers.env.valueFrom.resourceFieldRef.withResource

withResource(resource)

obj spec.templates.template.spec.containers.env.valueFrom.secretKeyRef

fn spec.templates.template.spec.containers.env.valueFrom.secretKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.containers.env.valueFrom.secretKeyRef.withName

withName(name)

fn spec.templates.template.spec.containers.env.valueFrom.secretKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.containers.envFrom

fn spec.templates.template.spec.containers.envFrom.withPrefix

withPrefix(prefix)

obj spec.templates.template.spec.containers.envFrom.configMapRef

fn spec.templates.template.spec.containers.envFrom.configMapRef.withName

withName(name)

fn spec.templates.template.spec.containers.envFrom.configMapRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.containers.envFrom.secretRef

fn spec.templates.template.spec.containers.envFrom.secretRef.withName

withName(name)

fn spec.templates.template.spec.containers.envFrom.secretRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.containers.lifecycle

obj spec.templates.template.spec.containers.lifecycle.postStart

obj spec.templates.template.spec.containers.lifecycle.postStart.exec

fn spec.templates.template.spec.containers.lifecycle.postStart.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.lifecycle.postStart.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.lifecycle.postStart.httpGet

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.containers.lifecycle.postStart.httpGet.httpHeaders

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.containers.lifecycle.postStart.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.containers.lifecycle.postStart.tcpSocket

fn spec.templates.template.spec.containers.lifecycle.postStart.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.containers.lifecycle.postStart.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.containers.lifecycle.preStop

obj spec.templates.template.spec.containers.lifecycle.preStop.exec

fn spec.templates.template.spec.containers.lifecycle.preStop.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.lifecycle.preStop.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.lifecycle.preStop.httpGet

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.containers.lifecycle.preStop.httpGet.httpHeaders

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.containers.lifecycle.preStop.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.containers.lifecycle.preStop.tcpSocket

fn spec.templates.template.spec.containers.lifecycle.preStop.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.containers.lifecycle.preStop.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.containers.livenessProbe

fn spec.templates.template.spec.containers.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.containers.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.containers.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.containers.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.containers.livenessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.containers.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.containers.livenessProbe.exec

fn spec.templates.template.spec.containers.livenessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.livenessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.livenessProbe.grpc

fn spec.templates.template.spec.containers.livenessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.containers.livenessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.containers.livenessProbe.httpGet

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.containers.livenessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.containers.livenessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.containers.livenessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.containers.livenessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.containers.livenessProbe.tcpSocket

fn spec.templates.template.spec.containers.livenessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.containers.livenessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.containers.ports

fn spec.templates.template.spec.containers.ports.withContainerPort

withContainerPort(containerPort)

fn spec.templates.template.spec.containers.ports.withHostIP

withHostIP(hostIP)

fn spec.templates.template.spec.containers.ports.withHostPort

withHostPort(hostPort)

fn spec.templates.template.spec.containers.ports.withName

withName(name)

fn spec.templates.template.spec.containers.ports.withProtocol

withProtocol(protocol)

obj spec.templates.template.spec.containers.readinessProbe

fn spec.templates.template.spec.containers.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.containers.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.containers.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.containers.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.containers.readinessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.containers.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.containers.readinessProbe.exec

fn spec.templates.template.spec.containers.readinessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.readinessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.readinessProbe.grpc

fn spec.templates.template.spec.containers.readinessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.containers.readinessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.containers.readinessProbe.httpGet

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.containers.readinessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.containers.readinessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.containers.readinessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.containers.readinessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.containers.readinessProbe.tcpSocket

fn spec.templates.template.spec.containers.readinessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.containers.readinessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.containers.resources

fn spec.templates.template.spec.containers.resources.withLimits

withLimits(limits)

fn spec.templates.template.spec.containers.resources.withRequests

withRequests(requests)

obj spec.templates.template.spec.containers.securityContext

fn spec.templates.template.spec.containers.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.templates.template.spec.containers.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.templates.template.spec.containers.securityContext.withProcMount

withProcMount(procMount)

fn spec.templates.template.spec.containers.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.templates.template.spec.containers.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.templates.template.spec.containers.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.templates.template.spec.containers.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.templates.template.spec.containers.securityContext.capabilities

fn spec.templates.template.spec.containers.securityContext.capabilities.withAdd

withAdd(add)

fn spec.templates.template.spec.containers.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.templates.template.spec.containers.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.securityContext.seLinuxOptions

fn spec.templates.template.spec.containers.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.templates.template.spec.containers.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.templates.template.spec.containers.securityContext.seLinuxOptions.withType

withType(type)

fn spec.templates.template.spec.containers.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.templates.template.spec.containers.securityContext.seccompProfile

fn spec.templates.template.spec.containers.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.templates.template.spec.containers.securityContext.seccompProfile.withType

withType(type)

obj spec.templates.template.spec.containers.securityContext.windowsOptions

fn spec.templates.template.spec.containers.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.templates.template.spec.containers.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.templates.template.spec.containers.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.templates.template.spec.containers.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.templates.template.spec.containers.startupProbe

fn spec.templates.template.spec.containers.startupProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.containers.startupProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.containers.startupProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.containers.startupProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.containers.startupProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.containers.startupProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.containers.startupProbe.exec

fn spec.templates.template.spec.containers.startupProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.containers.startupProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.containers.startupProbe.grpc

fn spec.templates.template.spec.containers.startupProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.containers.startupProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.containers.startupProbe.httpGet

fn spec.templates.template.spec.containers.startupProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.containers.startupProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.containers.startupProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.containers.startupProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.containers.startupProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.containers.startupProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.containers.startupProbe.httpGet.httpHeaders

fn spec.templates.template.spec.containers.startupProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.containers.startupProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.containers.startupProbe.tcpSocket

fn spec.templates.template.spec.containers.startupProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.containers.startupProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.containers.volumeDevices

fn spec.templates.template.spec.containers.volumeDevices.withDevicePath

withDevicePath(devicePath)

fn spec.templates.template.spec.containers.volumeDevices.withName

withName(name)

obj spec.templates.template.spec.containers.volumeMounts

fn spec.templates.template.spec.containers.volumeMounts.withMountPath

withMountPath(mountPath)

fn spec.templates.template.spec.containers.volumeMounts.withMountPropagation

withMountPropagation(mountPropagation)

fn spec.templates.template.spec.containers.volumeMounts.withName

withName(name)

fn spec.templates.template.spec.containers.volumeMounts.withReadOnly

withReadOnly(readOnly)

fn spec.templates.template.spec.containers.volumeMounts.withSubPath

withSubPath(subPath)

fn spec.templates.template.spec.containers.volumeMounts.withSubPathExpr

withSubPathExpr(subPathExpr)

obj spec.templates.template.spec.dnsConfig

fn spec.templates.template.spec.dnsConfig.withNameservers

withNameservers(nameservers)

fn spec.templates.template.spec.dnsConfig.withNameserversMixin

withNameserversMixin(nameservers)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.dnsConfig.withOptions

withOptions(options)

fn spec.templates.template.spec.dnsConfig.withOptionsMixin

withOptionsMixin(options)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.dnsConfig.withSearches

withSearches(searches)

fn spec.templates.template.spec.dnsConfig.withSearchesMixin

withSearchesMixin(searches)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.dnsConfig.options

fn spec.templates.template.spec.dnsConfig.options.withName

withName(name)

fn spec.templates.template.spec.dnsConfig.options.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers

fn spec.templates.template.spec.ephemeralContainers.withArgs

withArgs(args)

fn spec.templates.template.spec.ephemeralContainers.withArgsMixin

withArgsMixin(args)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withEnv

withEnv(env)

fn spec.templates.template.spec.ephemeralContainers.withEnvFrom

withEnvFrom(envFrom)

fn spec.templates.template.spec.ephemeralContainers.withEnvFromMixin

withEnvFromMixin(envFrom)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withImage

withImage(image)

fn spec.templates.template.spec.ephemeralContainers.withImagePullPolicy

withImagePullPolicy(imagePullPolicy)

fn spec.templates.template.spec.ephemeralContainers.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.withPorts

withPorts(ports)

fn spec.templates.template.spec.ephemeralContainers.withPortsMixin

withPortsMixin(ports)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withStdin

withStdin(stdin)

fn spec.templates.template.spec.ephemeralContainers.withStdinOnce

withStdinOnce(stdinOnce)

fn spec.templates.template.spec.ephemeralContainers.withTargetContainerName

withTargetContainerName(targetContainerName)

fn spec.templates.template.spec.ephemeralContainers.withTerminationMessagePath

withTerminationMessagePath(terminationMessagePath)

fn spec.templates.template.spec.ephemeralContainers.withTerminationMessagePolicy

withTerminationMessagePolicy(terminationMessagePolicy)

fn spec.templates.template.spec.ephemeralContainers.withTty

withTty(tty)

fn spec.templates.template.spec.ephemeralContainers.withVolumeDevices

withVolumeDevices(volumeDevices)

fn spec.templates.template.spec.ephemeralContainers.withVolumeDevicesMixin

withVolumeDevicesMixin(volumeDevices)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withVolumeMounts

withVolumeMounts(volumeMounts)

fn spec.templates.template.spec.ephemeralContainers.withVolumeMountsMixin

withVolumeMountsMixin(volumeMounts)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.withWorkingDir

withWorkingDir(workingDir)

obj spec.templates.template.spec.ephemeralContainers.env

fn spec.templates.template.spec.ephemeralContainers.env.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.env.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.env.valueFrom

obj spec.templates.template.spec.ephemeralContainers.env.valueFrom.configMapKeyRef

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.ephemeralContainers.env.valueFrom.fieldRef

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.fieldRef.withApiVersion

withApiVersion(apiVersion)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.fieldRef.withFieldPath

withFieldPath(fieldPath)

obj spec.templates.template.spec.ephemeralContainers.env.valueFrom.resourceFieldRef

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.resourceFieldRef.withContainerName

withContainerName(containerName)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.resourceFieldRef.withDivisor

withDivisor(divisor)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.resourceFieldRef.withResource

withResource(resource)

obj spec.templates.template.spec.ephemeralContainers.env.valueFrom.secretKeyRef

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.secretKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.secretKeyRef.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.env.valueFrom.secretKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.ephemeralContainers.envFrom

fn spec.templates.template.spec.ephemeralContainers.envFrom.withPrefix

withPrefix(prefix)

obj spec.templates.template.spec.ephemeralContainers.envFrom.configMapRef

fn spec.templates.template.spec.ephemeralContainers.envFrom.configMapRef.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.envFrom.configMapRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.ephemeralContainers.envFrom.secretRef

fn spec.templates.template.spec.ephemeralContainers.envFrom.secretRef.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.envFrom.secretRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.ephemeralContainers.lifecycle

obj spec.templates.template.spec.ephemeralContainers.lifecycle.postStart

obj spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.exec

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.httpHeaders

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.tcpSocket

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.postStart.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.ephemeralContainers.lifecycle.preStop

obj spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.exec

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.httpHeaders

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.tcpSocket

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.lifecycle.preStop.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.ephemeralContainers.livenessProbe

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.ephemeralContainers.livenessProbe.exec

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.livenessProbe.grpc

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.livenessProbe.tcpSocket

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.livenessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.ephemeralContainers.ports

fn spec.templates.template.spec.ephemeralContainers.ports.withContainerPort

withContainerPort(containerPort)

fn spec.templates.template.spec.ephemeralContainers.ports.withHostIP

withHostIP(hostIP)

fn spec.templates.template.spec.ephemeralContainers.ports.withHostPort

withHostPort(hostPort)

fn spec.templates.template.spec.ephemeralContainers.ports.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.ports.withProtocol

withProtocol(protocol)

obj spec.templates.template.spec.ephemeralContainers.readinessProbe

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.ephemeralContainers.readinessProbe.exec

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.readinessProbe.grpc

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.readinessProbe.tcpSocket

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.readinessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.ephemeralContainers.resources

fn spec.templates.template.spec.ephemeralContainers.resources.withLimits

withLimits(limits)

fn spec.templates.template.spec.ephemeralContainers.resources.withRequests

withRequests(requests)

obj spec.templates.template.spec.ephemeralContainers.securityContext

fn spec.templates.template.spec.ephemeralContainers.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withProcMount

withProcMount(procMount)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.templates.template.spec.ephemeralContainers.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.templates.template.spec.ephemeralContainers.securityContext.capabilities

fn spec.templates.template.spec.ephemeralContainers.securityContext.capabilities.withAdd

withAdd(add)

fn spec.templates.template.spec.ephemeralContainers.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.templates.template.spec.ephemeralContainers.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.securityContext.seLinuxOptions

fn spec.templates.template.spec.ephemeralContainers.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.templates.template.spec.ephemeralContainers.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.templates.template.spec.ephemeralContainers.securityContext.seLinuxOptions.withType

withType(type)

fn spec.templates.template.spec.ephemeralContainers.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.templates.template.spec.ephemeralContainers.securityContext.seccompProfile

fn spec.templates.template.spec.ephemeralContainers.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.templates.template.spec.ephemeralContainers.securityContext.seccompProfile.withType

withType(type)

obj spec.templates.template.spec.ephemeralContainers.securityContext.windowsOptions

fn spec.templates.template.spec.ephemeralContainers.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.templates.template.spec.ephemeralContainers.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.templates.template.spec.ephemeralContainers.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.templates.template.spec.ephemeralContainers.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.templates.template.spec.ephemeralContainers.startupProbe

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.ephemeralContainers.startupProbe.exec

fn spec.templates.template.spec.ephemeralContainers.startupProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.ephemeralContainers.startupProbe.grpc

fn spec.templates.template.spec.ephemeralContainers.startupProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.httpHeaders

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.ephemeralContainers.startupProbe.tcpSocket

fn spec.templates.template.spec.ephemeralContainers.startupProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.ephemeralContainers.startupProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.ephemeralContainers.volumeDevices

fn spec.templates.template.spec.ephemeralContainers.volumeDevices.withDevicePath

withDevicePath(devicePath)

fn spec.templates.template.spec.ephemeralContainers.volumeDevices.withName

withName(name)

obj spec.templates.template.spec.ephemeralContainers.volumeMounts

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withMountPath

withMountPath(mountPath)

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withMountPropagation

withMountPropagation(mountPropagation)

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withName

withName(name)

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withReadOnly

withReadOnly(readOnly)

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withSubPath

withSubPath(subPath)

fn spec.templates.template.spec.ephemeralContainers.volumeMounts.withSubPathExpr

withSubPathExpr(subPathExpr)

obj spec.templates.template.spec.hostAliases

fn spec.templates.template.spec.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.templates.template.spec.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.hostAliases.withIp

withIp(ip)

obj spec.templates.template.spec.imagePullSecrets

fn spec.templates.template.spec.imagePullSecrets.withName

withName(name)

obj spec.templates.template.spec.initContainers

fn spec.templates.template.spec.initContainers.withArgs

withArgs(args)

fn spec.templates.template.spec.initContainers.withArgsMixin

withArgsMixin(args)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withEnv

withEnv(env)

fn spec.templates.template.spec.initContainers.withEnvFrom

withEnvFrom(envFrom)

fn spec.templates.template.spec.initContainers.withEnvFromMixin

withEnvFromMixin(envFrom)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withEnvMixin

withEnvMixin(env)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withImage

withImage(image)

fn spec.templates.template.spec.initContainers.withImagePullPolicy

withImagePullPolicy(imagePullPolicy)

fn spec.templates.template.spec.initContainers.withName

withName(name)

fn spec.templates.template.spec.initContainers.withPorts

withPorts(ports)

fn spec.templates.template.spec.initContainers.withPortsMixin

withPortsMixin(ports)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withStdin

withStdin(stdin)

fn spec.templates.template.spec.initContainers.withStdinOnce

withStdinOnce(stdinOnce)

fn spec.templates.template.spec.initContainers.withTerminationMessagePath

withTerminationMessagePath(terminationMessagePath)

fn spec.templates.template.spec.initContainers.withTerminationMessagePolicy

withTerminationMessagePolicy(terminationMessagePolicy)

fn spec.templates.template.spec.initContainers.withTty

withTty(tty)

fn spec.templates.template.spec.initContainers.withVolumeDevices

withVolumeDevices(volumeDevices)

fn spec.templates.template.spec.initContainers.withVolumeDevicesMixin

withVolumeDevicesMixin(volumeDevices)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withVolumeMounts

withVolumeMounts(volumeMounts)

fn spec.templates.template.spec.initContainers.withVolumeMountsMixin

withVolumeMountsMixin(volumeMounts)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.withWorkingDir

withWorkingDir(workingDir)

obj spec.templates.template.spec.initContainers.env

fn spec.templates.template.spec.initContainers.env.withName

withName(name)

fn spec.templates.template.spec.initContainers.env.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.env.valueFrom

obj spec.templates.template.spec.initContainers.env.valueFrom.configMapKeyRef

fn spec.templates.template.spec.initContainers.env.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.initContainers.env.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.templates.template.spec.initContainers.env.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.initContainers.env.valueFrom.fieldRef

fn spec.templates.template.spec.initContainers.env.valueFrom.fieldRef.withApiVersion

withApiVersion(apiVersion)

fn spec.templates.template.spec.initContainers.env.valueFrom.fieldRef.withFieldPath

withFieldPath(fieldPath)

obj spec.templates.template.spec.initContainers.env.valueFrom.resourceFieldRef

fn spec.templates.template.spec.initContainers.env.valueFrom.resourceFieldRef.withContainerName

withContainerName(containerName)

fn spec.templates.template.spec.initContainers.env.valueFrom.resourceFieldRef.withDivisor

withDivisor(divisor)

fn spec.templates.template.spec.initContainers.env.valueFrom.resourceFieldRef.withResource

withResource(resource)

obj spec.templates.template.spec.initContainers.env.valueFrom.secretKeyRef

fn spec.templates.template.spec.initContainers.env.valueFrom.secretKeyRef.withKey

withKey(key)

fn spec.templates.template.spec.initContainers.env.valueFrom.secretKeyRef.withName

withName(name)

fn spec.templates.template.spec.initContainers.env.valueFrom.secretKeyRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.initContainers.envFrom

fn spec.templates.template.spec.initContainers.envFrom.withPrefix

withPrefix(prefix)

obj spec.templates.template.spec.initContainers.envFrom.configMapRef

fn spec.templates.template.spec.initContainers.envFrom.configMapRef.withName

withName(name)

fn spec.templates.template.spec.initContainers.envFrom.configMapRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.initContainers.envFrom.secretRef

fn spec.templates.template.spec.initContainers.envFrom.secretRef.withName

withName(name)

fn spec.templates.template.spec.initContainers.envFrom.secretRef.withOptional

withOptional(optional)

obj spec.templates.template.spec.initContainers.lifecycle

obj spec.templates.template.spec.initContainers.lifecycle.postStart

obj spec.templates.template.spec.initContainers.lifecycle.postStart.exec

fn spec.templates.template.spec.initContainers.lifecycle.postStart.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.httpHeaders

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.lifecycle.postStart.tcpSocket

fn spec.templates.template.spec.initContainers.lifecycle.postStart.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.lifecycle.postStart.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.initContainers.lifecycle.preStop

obj spec.templates.template.spec.initContainers.lifecycle.preStop.exec

fn spec.templates.template.spec.initContainers.lifecycle.preStop.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.httpHeaders

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.lifecycle.preStop.tcpSocket

fn spec.templates.template.spec.initContainers.lifecycle.preStop.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.lifecycle.preStop.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.initContainers.livenessProbe

fn spec.templates.template.spec.initContainers.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.initContainers.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.initContainers.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.initContainers.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.initContainers.livenessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.initContainers.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.initContainers.livenessProbe.exec

fn spec.templates.template.spec.initContainers.livenessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.livenessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.livenessProbe.grpc

fn spec.templates.template.spec.initContainers.livenessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.livenessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.initContainers.livenessProbe.httpGet

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.initContainers.livenessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.initContainers.livenessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.livenessProbe.tcpSocket

fn spec.templates.template.spec.initContainers.livenessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.livenessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.initContainers.ports

fn spec.templates.template.spec.initContainers.ports.withContainerPort

withContainerPort(containerPort)

fn spec.templates.template.spec.initContainers.ports.withHostIP

withHostIP(hostIP)

fn spec.templates.template.spec.initContainers.ports.withHostPort

withHostPort(hostPort)

fn spec.templates.template.spec.initContainers.ports.withName

withName(name)

fn spec.templates.template.spec.initContainers.ports.withProtocol

withProtocol(protocol)

obj spec.templates.template.spec.initContainers.readinessProbe

fn spec.templates.template.spec.initContainers.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.initContainers.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.initContainers.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.initContainers.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.initContainers.readinessProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.initContainers.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.initContainers.readinessProbe.exec

fn spec.templates.template.spec.initContainers.readinessProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.readinessProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.readinessProbe.grpc

fn spec.templates.template.spec.initContainers.readinessProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.readinessProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.initContainers.readinessProbe.httpGet

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.initContainers.readinessProbe.httpGet.httpHeaders

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.initContainers.readinessProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.readinessProbe.tcpSocket

fn spec.templates.template.spec.initContainers.readinessProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.readinessProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.initContainers.resources

fn spec.templates.template.spec.initContainers.resources.withLimits

withLimits(limits)

fn spec.templates.template.spec.initContainers.resources.withRequests

withRequests(requests)

obj spec.templates.template.spec.initContainers.securityContext

fn spec.templates.template.spec.initContainers.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.templates.template.spec.initContainers.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.templates.template.spec.initContainers.securityContext.withProcMount

withProcMount(procMount)

fn spec.templates.template.spec.initContainers.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.templates.template.spec.initContainers.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.templates.template.spec.initContainers.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.templates.template.spec.initContainers.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.templates.template.spec.initContainers.securityContext.capabilities

fn spec.templates.template.spec.initContainers.securityContext.capabilities.withAdd

withAdd(add)

fn spec.templates.template.spec.initContainers.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.templates.template.spec.initContainers.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.securityContext.seLinuxOptions

fn spec.templates.template.spec.initContainers.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.templates.template.spec.initContainers.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.templates.template.spec.initContainers.securityContext.seLinuxOptions.withType

withType(type)

fn spec.templates.template.spec.initContainers.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.templates.template.spec.initContainers.securityContext.seccompProfile

fn spec.templates.template.spec.initContainers.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.templates.template.spec.initContainers.securityContext.seccompProfile.withType

withType(type)

obj spec.templates.template.spec.initContainers.securityContext.windowsOptions

fn spec.templates.template.spec.initContainers.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.templates.template.spec.initContainers.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.templates.template.spec.initContainers.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.templates.template.spec.initContainers.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.templates.template.spec.initContainers.startupProbe

fn spec.templates.template.spec.initContainers.startupProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

fn spec.templates.template.spec.initContainers.startupProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

fn spec.templates.template.spec.initContainers.startupProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

fn spec.templates.template.spec.initContainers.startupProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

fn spec.templates.template.spec.initContainers.startupProbe.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

fn spec.templates.template.spec.initContainers.startupProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

obj spec.templates.template.spec.initContainers.startupProbe.exec

fn spec.templates.template.spec.initContainers.startupProbe.exec.withCommand

withCommand(command)

fn spec.templates.template.spec.initContainers.startupProbe.exec.withCommandMixin

withCommandMixin(command)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.initContainers.startupProbe.grpc

fn spec.templates.template.spec.initContainers.startupProbe.grpc.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.startupProbe.grpc.withService

withService(service)

obj spec.templates.template.spec.initContainers.startupProbe.httpGet

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withHttpHeaders

withHttpHeaders(httpHeaders)

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withHttpHeadersMixin

withHttpHeadersMixin(httpHeaders)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withPath

withPath(path)

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withPort

withPort(port)

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.withScheme

withScheme(scheme)

obj spec.templates.template.spec.initContainers.startupProbe.httpGet.httpHeaders

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.httpHeaders.withName

withName(name)

fn spec.templates.template.spec.initContainers.startupProbe.httpGet.httpHeaders.withValue

withValue(value)

obj spec.templates.template.spec.initContainers.startupProbe.tcpSocket

fn spec.templates.template.spec.initContainers.startupProbe.tcpSocket.withHost

withHost(host)

fn spec.templates.template.spec.initContainers.startupProbe.tcpSocket.withPort

withPort(port)

obj spec.templates.template.spec.initContainers.volumeDevices

fn spec.templates.template.spec.initContainers.volumeDevices.withDevicePath

withDevicePath(devicePath)

fn spec.templates.template.spec.initContainers.volumeDevices.withName

withName(name)

obj spec.templates.template.spec.initContainers.volumeMounts

fn spec.templates.template.spec.initContainers.volumeMounts.withMountPath

withMountPath(mountPath)

fn spec.templates.template.spec.initContainers.volumeMounts.withMountPropagation

withMountPropagation(mountPropagation)

fn spec.templates.template.spec.initContainers.volumeMounts.withName

withName(name)

fn spec.templates.template.spec.initContainers.volumeMounts.withReadOnly

withReadOnly(readOnly)

fn spec.templates.template.spec.initContainers.volumeMounts.withSubPath

withSubPath(subPath)

fn spec.templates.template.spec.initContainers.volumeMounts.withSubPathExpr

withSubPathExpr(subPathExpr)

obj spec.templates.template.spec.os

fn spec.templates.template.spec.os.withName

withName(name)

obj spec.templates.template.spec.readinessGates

fn spec.templates.template.spec.readinessGates.withConditionType

withConditionType(conditionType)

obj spec.templates.template.spec.securityContext

fn spec.templates.template.spec.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.templates.template.spec.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.templates.template.spec.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.templates.template.spec.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.templates.template.spec.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.templates.template.spec.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.templates.template.spec.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.securityContext.withSysctls

withSysctls(sysctls)

fn spec.templates.template.spec.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.securityContext.seLinuxOptions

fn spec.templates.template.spec.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.templates.template.spec.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.templates.template.spec.securityContext.seLinuxOptions.withType

withType(type)

fn spec.templates.template.spec.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.templates.template.spec.securityContext.seccompProfile

fn spec.templates.template.spec.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.templates.template.spec.securityContext.seccompProfile.withType

withType(type)

obj spec.templates.template.spec.securityContext.sysctls

fn spec.templates.template.spec.securityContext.sysctls.withName

withName(name)

fn spec.templates.template.spec.securityContext.sysctls.withValue

withValue(value)

obj spec.templates.template.spec.securityContext.windowsOptions

fn spec.templates.template.spec.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.templates.template.spec.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.templates.template.spec.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.templates.template.spec.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.templates.template.spec.tolerations

fn spec.templates.template.spec.tolerations.withEffect

withEffect(effect)

fn spec.templates.template.spec.tolerations.withKey

withKey(key)

fn spec.templates.template.spec.tolerations.withOperator

withOperator(operator)

fn spec.templates.template.spec.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.templates.template.spec.tolerations.withValue

withValue(value)

obj spec.templates.template.spec.topologySpreadConstraints

fn spec.templates.template.spec.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.templates.template.spec.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.templates.template.spec.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.templates.template.spec.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.templates.template.spec.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.templates.template.spec.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.templates.template.spec.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.templates.template.spec.topologySpreadConstraints.labelSelector

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.templates.template.spec.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.templates.template.spec.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values