Skip to content

kafka.v1beta2.kafka

Index

Fields

fn new

new(name)

new returns an instance of Kafka

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

"The specification of the Kafka and ZooKeeper clusters, and Topic Operator."

fn spec.withMaintenanceTimeWindows

withMaintenanceTimeWindows(maintenanceTimeWindows)

"A list of time windows for maintenance tasks (that is, certificates renewal). Each time window is defined by a cron expression."

fn spec.withMaintenanceTimeWindowsMixin

withMaintenanceTimeWindowsMixin(maintenanceTimeWindows)

"A list of time windows for maintenance tasks (that is, certificates renewal). Each time window is defined by a cron expression."

Note: This function appends passed data to existing values

obj spec.clientsCa

"Configuration of the clients certificate authority."

fn spec.clientsCa.withCertificateExpirationPolicy

withCertificateExpirationPolicy(certificateExpirationPolicy)

"How should CA certificate expiration be handled when generateCertificateAuthority=true. The default is for a new CA certificate to be generated reusing the existing private key."

fn spec.clientsCa.withGenerateCertificateAuthority

withGenerateCertificateAuthority(generateCertificateAuthority)

"If true then Certificate Authority certificates will be generated automatically. Otherwise the user will need to provide a Secret with the CA certificate. Default is true."

fn spec.clientsCa.withGenerateSecretOwnerReference

withGenerateSecretOwnerReference(generateSecretOwnerReference)

"If true, the Cluster and Client CA Secrets are configured with the ownerReference set to the Kafka resource. If the Kafka resource is deleted when true, the CA Secrets are also deleted. If false, the ownerReference is disabled. If the Kafka resource is deleted when false, the CA Secrets are retained and available for reuse. Default is true."

fn spec.clientsCa.withRenewalDays

withRenewalDays(renewalDays)

"The number of days in the certificate renewal period. This is the number of days before the a certificate expires during which renewal actions may be performed. When generateCertificateAuthority is true, this will cause the generation of a new certificate. When generateCertificateAuthority is true, this will cause extra logging at WARN level about the pending certificate expiry. Default is 30."

fn spec.clientsCa.withValidityDays

withValidityDays(validityDays)

"The number of days generated certificates should be valid for. The default is 365."

obj spec.clusterCa

"Configuration of the cluster certificate authority."

fn spec.clusterCa.withCertificateExpirationPolicy

withCertificateExpirationPolicy(certificateExpirationPolicy)

"How should CA certificate expiration be handled when generateCertificateAuthority=true. The default is for a new CA certificate to be generated reusing the existing private key."

fn spec.clusterCa.withGenerateCertificateAuthority

withGenerateCertificateAuthority(generateCertificateAuthority)

"If true then Certificate Authority certificates will be generated automatically. Otherwise the user will need to provide a Secret with the CA certificate. Default is true."

fn spec.clusterCa.withGenerateSecretOwnerReference

withGenerateSecretOwnerReference(generateSecretOwnerReference)

"If true, the Cluster and Client CA Secrets are configured with the ownerReference set to the Kafka resource. If the Kafka resource is deleted when true, the CA Secrets are also deleted. If false, the ownerReference is disabled. If the Kafka resource is deleted when false, the CA Secrets are retained and available for reuse. Default is true."

fn spec.clusterCa.withRenewalDays

withRenewalDays(renewalDays)

"The number of days in the certificate renewal period. This is the number of days before the a certificate expires during which renewal actions may be performed. When generateCertificateAuthority is true, this will cause the generation of a new certificate. When generateCertificateAuthority is true, this will cause extra logging at WARN level about the pending certificate expiry. Default is 30."

fn spec.clusterCa.withValidityDays

withValidityDays(validityDays)

"The number of days generated certificates should be valid for. The default is 365."

obj spec.cruiseControl

"Configuration for Cruise Control deployment. Deploys a Cruise Control instance when specified."

fn spec.cruiseControl.withConfig

withConfig(config)

"The Cruise Control configuration. For a full list of configuration options refer to https://github.com/linkedin/cruise-control/wiki/Configurations. Note that properties with the following prefixes cannot be set: bootstrap.servers, client.id, zookeeper., network., security., failed.brokers.zk.path,webserver.http., webserver.api.urlprefix, webserver.session.path, webserver.accesslog., two.step., request.reason.required,metric.reporter.sampler.bootstrap.servers, capacity.config.file, self.healing., ssl., kafka.broker.failure.detection.enable, topic.config.provider.class (with the exception of: ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols, webserver.http.cors.enabled, webserver.http.cors.origin, webserver.http.cors.exposeheaders, webserver.security.enable, webserver.ssl.enable)."

fn spec.cruiseControl.withConfigMixin

withConfigMixin(config)

"The Cruise Control configuration. For a full list of configuration options refer to https://github.com/linkedin/cruise-control/wiki/Configurations. Note that properties with the following prefixes cannot be set: bootstrap.servers, client.id, zookeeper., network., security., failed.brokers.zk.path,webserver.http., webserver.api.urlprefix, webserver.session.path, webserver.accesslog., two.step., request.reason.required,metric.reporter.sampler.bootstrap.servers, capacity.config.file, self.healing., ssl., kafka.broker.failure.detection.enable, topic.config.provider.class (with the exception of: ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols, webserver.http.cors.enabled, webserver.http.cors.origin, webserver.http.cors.exposeheaders, webserver.security.enable, webserver.ssl.enable)."

Note: This function appends passed data to existing values

fn spec.cruiseControl.withImage

withImage(image)

"The container image used for Cruise Control pods. If no image name is explicitly specified, the image name corresponds to the name specified in the Cluster Operator configuration. If an image name is not defined in the Cluster Operator configuration, a default value is used."

obj spec.cruiseControl.brokerCapacity

"The Cruise Control brokerCapacity configuration."

fn spec.cruiseControl.brokerCapacity.withCpu

withCpu(cpu)

"Broker capacity for CPU resource in cores or millicores. For example, 1, 1.500, 1500m. For more information on valid CPU resource units see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu."

fn spec.cruiseControl.brokerCapacity.withCpuUtilization

withCpuUtilization(cpuUtilization)

"Broker capacity for CPU resource utilization as a percentage (0 - 100)."

fn spec.cruiseControl.brokerCapacity.withDisk

withDisk(disk)

"Broker capacity for disk in bytes. Use a number value with either standard Kubernetes byte units (K, M, G, or T), their bibyte (power of two) equivalents (Ki, Mi, Gi, or Ti), or a byte value with or without E notation. For example, 100000M, 100000Mi, 104857600000, or 1e+11."

fn spec.cruiseControl.brokerCapacity.withInboundNetwork

withInboundNetwork(inboundNetwork)

"Broker capacity for inbound network throughput in bytes per second. Use an integer value with standard Kubernetes byte units (K, M, G) or their bibyte (power of two) equivalents (Ki, Mi, Gi) per second. For example, 10000KiB/s."

fn spec.cruiseControl.brokerCapacity.withOutboundNetwork

withOutboundNetwork(outboundNetwork)

"Broker capacity for outbound network throughput in bytes per second. Use an integer value with standard Kubernetes byte units (K, M, G) or their bibyte (power of two) equivalents (Ki, Mi, Gi) per second. For example, 10000KiB/s."

fn spec.cruiseControl.brokerCapacity.withOverrides

withOverrides(overrides)

"Overrides for individual brokers. The overrides property lets you specify a different capacity configuration for different brokers."

fn spec.cruiseControl.brokerCapacity.withOverridesMixin

withOverridesMixin(overrides)

"Overrides for individual brokers. The overrides property lets you specify a different capacity configuration for different brokers."

Note: This function appends passed data to existing values

obj spec.cruiseControl.brokerCapacity.overrides

"Overrides for individual brokers. The overrides property lets you specify a different capacity configuration for different brokers."

fn spec.cruiseControl.brokerCapacity.overrides.withBrokers

withBrokers(brokers)

"List of Kafka brokers (broker identifiers)."

fn spec.cruiseControl.brokerCapacity.overrides.withBrokersMixin

withBrokersMixin(brokers)

"List of Kafka brokers (broker identifiers)."

Note: This function appends passed data to existing values

fn spec.cruiseControl.brokerCapacity.overrides.withCpu

withCpu(cpu)

"Broker capacity for CPU resource in cores or millicores. For example, 1, 1.500, 1500m. For more information on valid CPU resource units see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu."

fn spec.cruiseControl.brokerCapacity.overrides.withInboundNetwork

withInboundNetwork(inboundNetwork)

"Broker capacity for inbound network throughput in bytes per second. Use an integer value with standard Kubernetes byte units (K, M, G) or their bibyte (power of two) equivalents (Ki, Mi, Gi) per second. For example, 10000KiB/s."

fn spec.cruiseControl.brokerCapacity.overrides.withOutboundNetwork

withOutboundNetwork(outboundNetwork)

"Broker capacity for outbound network throughput in bytes per second. Use an integer value with standard Kubernetes byte units (K, M, G) or their bibyte (power of two) equivalents (Ki, Mi, Gi) per second. For example, 10000KiB/s."

obj spec.cruiseControl.jvmOptions

"JVM Options for the Cruise Control container."

fn spec.cruiseControl.jvmOptions.withGcLoggingEnabled

withGcLoggingEnabled(gcLoggingEnabled)

"Specifies whether the Garbage Collection logging is enabled. The default is false."

fn spec.cruiseControl.jvmOptions.withJavaSystemProperties

withJavaSystemProperties(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.cruiseControl.jvmOptions.withJavaSystemPropertiesMixin

withJavaSystemPropertiesMixin(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

Note: This function appends passed data to existing values

fn spec.cruiseControl.jvmOptions.withXX

withXX(_XX)

"A map of -XX options to the JVM."

fn spec.cruiseControl.jvmOptions.withXXMixin

withXXMixin(_XX)

"A map of -XX options to the JVM."

Note: This function appends passed data to existing values

fn spec.cruiseControl.jvmOptions.withXms

withXms(_Xms)

"-Xms option to to the JVM."

fn spec.cruiseControl.jvmOptions.withXmx

withXmx(_Xmx)

"-Xmx option to to the JVM."

obj spec.cruiseControl.jvmOptions.javaSystemProperties

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.cruiseControl.jvmOptions.javaSystemProperties.withName

withName(name)

"The system property name."

fn spec.cruiseControl.jvmOptions.javaSystemProperties.withValue

withValue(value)

"The system property value."

obj spec.cruiseControl.livenessProbe

"Pod liveness checking for the Cruise Control container."

fn spec.cruiseControl.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.cruiseControl.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.cruiseControl.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.cruiseControl.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.cruiseControl.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.cruiseControl.logging

"Logging configuration (Log4j 2) for Cruise Control."

fn spec.cruiseControl.logging.withLoggers

withLoggers(loggers)

"A Map from logger name to logger level."

fn spec.cruiseControl.logging.withLoggersMixin

withLoggersMixin(loggers)

"A Map from logger name to logger level."

Note: This function appends passed data to existing values

fn spec.cruiseControl.logging.withType

withType(type)

"Logging type, must be either 'inline' or 'external'."

obj spec.cruiseControl.logging.valueFrom

"ConfigMap entry where the logging configuration is stored. "

obj spec.cruiseControl.logging.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.cruiseControl.logging.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.cruiseControl.logging.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.cruiseControl.logging.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.cruiseControl.metricsConfig

"Metrics configuration."

fn spec.cruiseControl.metricsConfig.withType

withType(type)

"Metrics type. Only 'jmxPrometheusExporter' supported currently."

obj spec.cruiseControl.metricsConfig.valueFrom

"ConfigMap entry where the Prometheus JMX Exporter configuration is stored. "

obj spec.cruiseControl.metricsConfig.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.cruiseControl.metricsConfig.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.cruiseControl.metricsConfig.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.cruiseControl.metricsConfig.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.cruiseControl.readinessProbe

"Pod readiness checking for the Cruise Control container."

fn spec.cruiseControl.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.cruiseControl.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.cruiseControl.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.cruiseControl.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.cruiseControl.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.cruiseControl.resources

"CPU and memory resources to reserve for the Cruise Control container."

fn spec.cruiseControl.resources.withClaims

withClaims(claims)

fn spec.cruiseControl.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.cruiseControl.resources.withLimits

withLimits(limits)

fn spec.cruiseControl.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.cruiseControl.resources.withRequests

withRequests(requests)

fn spec.cruiseControl.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.cruiseControl.resources.claims

fn spec.cruiseControl.resources.claims.withName

withName(name)

obj spec.cruiseControl.template

"Template to specify how Cruise Control resources, Deployments and Pods, are generated."

obj spec.cruiseControl.template.apiService

"Template for Cruise Control API Service."

fn spec.cruiseControl.template.apiService.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.cruiseControl.template.apiService.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.apiService.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

obj spec.cruiseControl.template.apiService.metadata

"Metadata applied to the resource."

fn spec.cruiseControl.template.apiService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.cruiseControl.template.apiService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.apiService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.cruiseControl.template.apiService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.cruiseControlContainer

"Template for the Cruise Control container."

fn spec.cruiseControl.template.cruiseControlContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.cruiseControl.template.cruiseControlContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.cruiseControlContainer.env

"Environment variables which should be applied to the container."

fn spec.cruiseControl.template.cruiseControlContainer.env.withName

withName(name)

"The environment variable key."

fn spec.cruiseControl.template.cruiseControlContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.cruiseControl.template.cruiseControlContainer.securityContext

"Security context for the container."

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.cruiseControl.template.cruiseControlContainer.securityContext.capabilities

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.cruiseControlContainer.securityContext.seLinuxOptions

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.cruiseControl.template.cruiseControlContainer.securityContext.seccompProfile

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.cruiseControl.template.cruiseControlContainer.securityContext.windowsOptions

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.cruiseControl.template.cruiseControlContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.cruiseControl.template.deployment

"Template for Cruise Control Deployment."

fn spec.cruiseControl.template.deployment.withDeploymentStrategy

withDeploymentStrategy(deploymentStrategy)

"Pod replacement strategy for deployment configuration changes. Valid values are RollingUpdate and Recreate. Defaults to RollingUpdate."

obj spec.cruiseControl.template.deployment.metadata

"Metadata applied to the resource."

fn spec.cruiseControl.template.deployment.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.cruiseControl.template.deployment.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.deployment.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.cruiseControl.template.deployment.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod

"Template for Cruise Control Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.cruiseControl.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.cruiseControl.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.cruiseControl.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.cruiseControl.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.cruiseControl.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.cruiseControl.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.cruiseControl.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.cruiseControl.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.cruiseControl.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity

"The pod's affinity rules."

obj spec.cruiseControl.template.pod.affinity.nodeAffinity

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity

fn spec.cruiseControl.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.cruiseControl.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.cruiseControl.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.cruiseControl.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.cruiseControl.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.hostAliases.withIp

withIp(ip)

obj spec.cruiseControl.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.cruiseControl.template.pod.imagePullSecrets.withName

withName(name)

obj spec.cruiseControl.template.pod.metadata

"Metadata applied to the resource."

fn spec.cruiseControl.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.cruiseControl.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.cruiseControl.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.cruiseControl.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.cruiseControl.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.cruiseControl.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.cruiseControl.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.cruiseControl.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.cruiseControl.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.cruiseControl.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.cruiseControl.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.securityContext.seLinuxOptions

fn spec.cruiseControl.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.cruiseControl.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.cruiseControl.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.cruiseControl.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.cruiseControl.template.pod.securityContext.seccompProfile

fn spec.cruiseControl.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.cruiseControl.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.cruiseControl.template.pod.securityContext.sysctls

fn spec.cruiseControl.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.cruiseControl.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.cruiseControl.template.pod.securityContext.windowsOptions

fn spec.cruiseControl.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.cruiseControl.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.cruiseControl.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.cruiseControl.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.cruiseControl.template.pod.tolerations

"The pod's tolerations."

fn spec.cruiseControl.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.cruiseControl.template.pod.tolerations.withKey

withKey(key)

fn spec.cruiseControl.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.cruiseControl.template.pod.tolerations.withValue

withValue(value)

obj spec.cruiseControl.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.cruiseControl.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.podDisruptionBudget

"Template for Cruise Control PodDisruptionBudget."

fn spec.cruiseControl.template.podDisruptionBudget.withMaxUnavailable

withMaxUnavailable(maxUnavailable)

"Maximum number of unavailable pods to allow automatic Pod eviction. A Pod eviction is allowed when the maxUnavailable number of pods or fewer are unavailable after the eviction. Setting this value to 0 prevents all voluntary evictions, so the pods must be evicted manually. Defaults to 1."

obj spec.cruiseControl.template.podDisruptionBudget.metadata

"Metadata to apply to the PodDisruptionBudgetTemplate resource."

fn spec.cruiseControl.template.podDisruptionBudget.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.cruiseControl.template.podDisruptionBudget.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.podDisruptionBudget.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.cruiseControl.template.podDisruptionBudget.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.serviceAccount

"Template for the Cruise Control service account."

obj spec.cruiseControl.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.cruiseControl.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.cruiseControl.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.cruiseControl.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.tlsSidecarContainer

"Template for the Cruise Control TLS sidecar container."

fn spec.cruiseControl.template.tlsSidecarContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.cruiseControl.template.tlsSidecarContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.tlsSidecarContainer.env

"Environment variables which should be applied to the container."

fn spec.cruiseControl.template.tlsSidecarContainer.env.withName

withName(name)

"The environment variable key."

fn spec.cruiseControl.template.tlsSidecarContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.cruiseControl.template.tlsSidecarContainer.securityContext

"Security context for the container."

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.cruiseControl.template.tlsSidecarContainer.securityContext.capabilities

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.cruiseControl.template.tlsSidecarContainer.securityContext.seLinuxOptions

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.cruiseControl.template.tlsSidecarContainer.securityContext.seccompProfile

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.cruiseControl.template.tlsSidecarContainer.securityContext.windowsOptions

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.cruiseControl.template.tlsSidecarContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.cruiseControl.tlsSidecar

"TLS sidecar configuration."

fn spec.cruiseControl.tlsSidecar.withImage

withImage(image)

"The docker image for the container."

fn spec.cruiseControl.tlsSidecar.withLogLevel

withLogLevel(logLevel)

"The log level for the TLS sidecar. Default value is notice."

obj spec.cruiseControl.tlsSidecar.livenessProbe

"Pod liveness checking."

fn spec.cruiseControl.tlsSidecar.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.cruiseControl.tlsSidecar.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.cruiseControl.tlsSidecar.readinessProbe

"Pod readiness checking."

fn spec.cruiseControl.tlsSidecar.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.cruiseControl.tlsSidecar.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.cruiseControl.tlsSidecar.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.cruiseControl.tlsSidecar.resources

"CPU and memory resources to reserve."

fn spec.cruiseControl.tlsSidecar.resources.withClaims

withClaims(claims)

fn spec.cruiseControl.tlsSidecar.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.cruiseControl.tlsSidecar.resources.withLimits

withLimits(limits)

fn spec.cruiseControl.tlsSidecar.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.cruiseControl.tlsSidecar.resources.withRequests

withRequests(requests)

fn spec.cruiseControl.tlsSidecar.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.cruiseControl.tlsSidecar.resources.claims

fn spec.cruiseControl.tlsSidecar.resources.claims.withName

withName(name)

obj spec.entityOperator

"Configuration of the Entity Operator."

obj spec.entityOperator.template

"Template for Entity Operator resources. The template allows users to specify how a Deployment and Pod is generated."

obj spec.entityOperator.template.deployment

"Template for Entity Operator Deployment."

fn spec.entityOperator.template.deployment.withDeploymentStrategy

withDeploymentStrategy(deploymentStrategy)

"Pod replacement strategy for deployment configuration changes. Valid values are RollingUpdate and Recreate. Defaults to RollingUpdate."

obj spec.entityOperator.template.deployment.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.deployment.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.deployment.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.deployment.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.deployment.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.entityOperatorRole

"Template for the Entity Operator Role."

obj spec.entityOperator.template.entityOperatorRole.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.entityOperatorRole.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.entityOperatorRole.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.entityOperatorRole.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.entityOperatorRole.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod

"Template for Entity Operator Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.entityOperator.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.entityOperator.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.entityOperator.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.entityOperator.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.entityOperator.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.entityOperator.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.entityOperator.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.entityOperator.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.entityOperator.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity

"The pod's affinity rules."

obj spec.entityOperator.template.pod.affinity.nodeAffinity

fn spec.entityOperator.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity

fn spec.entityOperator.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.entityOperator.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.entityOperator.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.entityOperator.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.entityOperator.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.hostAliases.withIp

withIp(ip)

obj spec.entityOperator.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.entityOperator.template.pod.imagePullSecrets.withName

withName(name)

obj spec.entityOperator.template.pod.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.entityOperator.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.entityOperator.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.entityOperator.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.entityOperator.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.entityOperator.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.entityOperator.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.entityOperator.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.entityOperator.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.securityContext.seLinuxOptions

fn spec.entityOperator.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.entityOperator.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.entityOperator.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.entityOperator.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.entityOperator.template.pod.securityContext.seccompProfile

fn spec.entityOperator.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.entityOperator.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.entityOperator.template.pod.securityContext.sysctls

fn spec.entityOperator.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.entityOperator.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.entityOperator.template.pod.securityContext.windowsOptions

fn spec.entityOperator.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.entityOperator.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.entityOperator.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.entityOperator.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.entityOperator.template.pod.tolerations

"The pod's tolerations."

fn spec.entityOperator.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.entityOperator.template.pod.tolerations.withKey

withKey(key)

fn spec.entityOperator.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.entityOperator.template.pod.tolerations.withValue

withValue(value)

obj spec.entityOperator.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.entityOperator.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.entityOperator.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.entityOperator.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.serviceAccount

"Template for the Entity Operator service account."

obj spec.entityOperator.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.tlsSidecarContainer

"Template for the Entity Operator TLS sidecar container."

fn spec.entityOperator.template.tlsSidecarContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.tlsSidecarContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.tlsSidecarContainer.env

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.tlsSidecarContainer.env.withName

withName(name)

"The environment variable key."

fn spec.entityOperator.template.tlsSidecarContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.entityOperator.template.tlsSidecarContainer.securityContext

"Security context for the container."

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.entityOperator.template.tlsSidecarContainer.securityContext.capabilities

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.tlsSidecarContainer.securityContext.seLinuxOptions

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.entityOperator.template.tlsSidecarContainer.securityContext.seccompProfile

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.entityOperator.template.tlsSidecarContainer.securityContext.windowsOptions

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.entityOperator.template.tlsSidecarContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.entityOperator.template.topicOperatorContainer

"Template for the Entity Topic Operator container."

fn spec.entityOperator.template.topicOperatorContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.topicOperatorContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.topicOperatorContainer.env

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.topicOperatorContainer.env.withName

withName(name)

"The environment variable key."

fn spec.entityOperator.template.topicOperatorContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.entityOperator.template.topicOperatorContainer.securityContext

"Security context for the container."

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.entityOperator.template.topicOperatorContainer.securityContext.capabilities

fn spec.entityOperator.template.topicOperatorContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.topicOperatorContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.topicOperatorContainer.securityContext.seLinuxOptions

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.entityOperator.template.topicOperatorContainer.securityContext.seccompProfile

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.entityOperator.template.topicOperatorContainer.securityContext.windowsOptions

fn spec.entityOperator.template.topicOperatorContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.entityOperator.template.topicOperatorContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.entityOperator.template.topicOperatorRoleBinding

"Template for the Entity Topic Operator RoleBinding."

obj spec.entityOperator.template.topicOperatorRoleBinding.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.topicOperatorRoleBinding.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.topicOperatorRoleBinding.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.topicOperatorRoleBinding.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.topicOperatorRoleBinding.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.userOperatorContainer

"Template for the Entity User Operator container."

fn spec.entityOperator.template.userOperatorContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.userOperatorContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.entityOperator.template.userOperatorContainer.env

"Environment variables which should be applied to the container."

fn spec.entityOperator.template.userOperatorContainer.env.withName

withName(name)

"The environment variable key."

fn spec.entityOperator.template.userOperatorContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.entityOperator.template.userOperatorContainer.securityContext

"Security context for the container."

fn spec.entityOperator.template.userOperatorContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.entityOperator.template.userOperatorContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.entityOperator.template.userOperatorContainer.securityContext.capabilities

fn spec.entityOperator.template.userOperatorContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.entityOperator.template.userOperatorContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.entityOperator.template.userOperatorContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.entityOperator.template.userOperatorContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.entityOperator.template.userOperatorContainer.securityContext.seLinuxOptions

fn spec.entityOperator.template.userOperatorContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.entityOperator.template.userOperatorContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.entityOperator.template.userOperatorContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.entityOperator.template.userOperatorContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.entityOperator.template.userOperatorContainer.securityContext.seccompProfile

fn spec.entityOperator.template.userOperatorContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.entityOperator.template.userOperatorContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.entityOperator.template.userOperatorContainer.securityContext.windowsOptions

fn spec.entityOperator.template.userOperatorContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.entityOperator.template.userOperatorContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.entityOperator.template.userOperatorContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.entityOperator.template.userOperatorContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.entityOperator.template.userOperatorRoleBinding

"Template for the Entity Topic Operator RoleBinding."

obj spec.entityOperator.template.userOperatorRoleBinding.metadata

"Metadata applied to the resource."

fn spec.entityOperator.template.userOperatorRoleBinding.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.entityOperator.template.userOperatorRoleBinding.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.entityOperator.template.userOperatorRoleBinding.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.entityOperator.template.userOperatorRoleBinding.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.entityOperator.tlsSidecar

"TLS sidecar configuration."

fn spec.entityOperator.tlsSidecar.withImage

withImage(image)

"The docker image for the container."

fn spec.entityOperator.tlsSidecar.withLogLevel

withLogLevel(logLevel)

"The log level for the TLS sidecar. Default value is notice."

obj spec.entityOperator.tlsSidecar.livenessProbe

"Pod liveness checking."

fn spec.entityOperator.tlsSidecar.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.tlsSidecar.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.tlsSidecar.readinessProbe

"Pod readiness checking."

fn spec.entityOperator.tlsSidecar.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.tlsSidecar.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.tlsSidecar.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.tlsSidecar.resources

"CPU and memory resources to reserve."

fn spec.entityOperator.tlsSidecar.resources.withClaims

withClaims(claims)

fn spec.entityOperator.tlsSidecar.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.entityOperator.tlsSidecar.resources.withLimits

withLimits(limits)

fn spec.entityOperator.tlsSidecar.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.entityOperator.tlsSidecar.resources.withRequests

withRequests(requests)

fn spec.entityOperator.tlsSidecar.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.entityOperator.tlsSidecar.resources.claims

fn spec.entityOperator.tlsSidecar.resources.claims.withName

withName(name)

obj spec.entityOperator.topicOperator

"Configuration of the Topic Operator."

fn spec.entityOperator.topicOperator.withImage

withImage(image)

"The image to use for the Topic Operator."

fn spec.entityOperator.topicOperator.withReconciliationIntervalSeconds

withReconciliationIntervalSeconds(reconciliationIntervalSeconds)

"Interval between periodic reconciliations."

fn spec.entityOperator.topicOperator.withTopicMetadataMaxAttempts

withTopicMetadataMaxAttempts(topicMetadataMaxAttempts)

"The number of attempts at getting topic metadata."

fn spec.entityOperator.topicOperator.withWatchedNamespace

withWatchedNamespace(watchedNamespace)

"The namespace the Topic Operator should watch."

fn spec.entityOperator.topicOperator.withZookeeperSessionTimeoutSeconds

withZookeeperSessionTimeoutSeconds(zookeeperSessionTimeoutSeconds)

"Timeout for the ZooKeeper session."

obj spec.entityOperator.topicOperator.jvmOptions

"JVM Options for pods."

fn spec.entityOperator.topicOperator.jvmOptions.withGcLoggingEnabled

withGcLoggingEnabled(gcLoggingEnabled)

"Specifies whether the Garbage Collection logging is enabled. The default is false."

fn spec.entityOperator.topicOperator.jvmOptions.withJavaSystemProperties

withJavaSystemProperties(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.entityOperator.topicOperator.jvmOptions.withJavaSystemPropertiesMixin

withJavaSystemPropertiesMixin(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

Note: This function appends passed data to existing values

fn spec.entityOperator.topicOperator.jvmOptions.withXX

withXX(_XX)

"A map of -XX options to the JVM."

fn spec.entityOperator.topicOperator.jvmOptions.withXXMixin

withXXMixin(_XX)

"A map of -XX options to the JVM."

Note: This function appends passed data to existing values

fn spec.entityOperator.topicOperator.jvmOptions.withXms

withXms(_Xms)

"-Xms option to to the JVM."

fn spec.entityOperator.topicOperator.jvmOptions.withXmx

withXmx(_Xmx)

"-Xmx option to to the JVM."

obj spec.entityOperator.topicOperator.jvmOptions.javaSystemProperties

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.entityOperator.topicOperator.jvmOptions.javaSystemProperties.withName

withName(name)

"The system property name."

fn spec.entityOperator.topicOperator.jvmOptions.javaSystemProperties.withValue

withValue(value)

"The system property value."

obj spec.entityOperator.topicOperator.livenessProbe

"Pod liveness checking."

fn spec.entityOperator.topicOperator.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.topicOperator.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.topicOperator.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.topicOperator.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.topicOperator.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.topicOperator.logging

"Logging configuration."

fn spec.entityOperator.topicOperator.logging.withLoggers

withLoggers(loggers)

"A Map from logger name to logger level."

fn spec.entityOperator.topicOperator.logging.withLoggersMixin

withLoggersMixin(loggers)

"A Map from logger name to logger level."

Note: This function appends passed data to existing values

fn spec.entityOperator.topicOperator.logging.withType

withType(type)

"Logging type, must be either 'inline' or 'external'."

obj spec.entityOperator.topicOperator.logging.valueFrom

"ConfigMap entry where the logging configuration is stored. "

obj spec.entityOperator.topicOperator.logging.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.entityOperator.topicOperator.logging.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.entityOperator.topicOperator.logging.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.entityOperator.topicOperator.logging.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.entityOperator.topicOperator.readinessProbe

"Pod readiness checking."

fn spec.entityOperator.topicOperator.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.topicOperator.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.topicOperator.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.topicOperator.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.topicOperator.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.topicOperator.resources

"CPU and memory resources to reserve."

fn spec.entityOperator.topicOperator.resources.withClaims

withClaims(claims)

fn spec.entityOperator.topicOperator.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.entityOperator.topicOperator.resources.withLimits

withLimits(limits)

fn spec.entityOperator.topicOperator.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.entityOperator.topicOperator.resources.withRequests

withRequests(requests)

fn spec.entityOperator.topicOperator.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.entityOperator.topicOperator.resources.claims

fn spec.entityOperator.topicOperator.resources.claims.withName

withName(name)

obj spec.entityOperator.topicOperator.startupProbe

"Pod startup checking."

fn spec.entityOperator.topicOperator.startupProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.topicOperator.startupProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.topicOperator.startupProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.topicOperator.startupProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.topicOperator.startupProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.userOperator

"Configuration of the User Operator."

fn spec.entityOperator.userOperator.withImage

withImage(image)

"The image to use for the User Operator."

fn spec.entityOperator.userOperator.withReconciliationIntervalSeconds

withReconciliationIntervalSeconds(reconciliationIntervalSeconds)

"Interval between periodic reconciliations."

fn spec.entityOperator.userOperator.withSecretPrefix

withSecretPrefix(secretPrefix)

"The prefix that will be added to the KafkaUser name to be used as the Secret name."

fn spec.entityOperator.userOperator.withWatchedNamespace

withWatchedNamespace(watchedNamespace)

"The namespace the User Operator should watch."

fn spec.entityOperator.userOperator.withZookeeperSessionTimeoutSeconds

withZookeeperSessionTimeoutSeconds(zookeeperSessionTimeoutSeconds)

"Timeout for the ZooKeeper session."

obj spec.entityOperator.userOperator.jvmOptions

"JVM Options for pods."

fn spec.entityOperator.userOperator.jvmOptions.withGcLoggingEnabled

withGcLoggingEnabled(gcLoggingEnabled)

"Specifies whether the Garbage Collection logging is enabled. The default is false."

fn spec.entityOperator.userOperator.jvmOptions.withJavaSystemProperties

withJavaSystemProperties(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.entityOperator.userOperator.jvmOptions.withJavaSystemPropertiesMixin

withJavaSystemPropertiesMixin(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

Note: This function appends passed data to existing values

fn spec.entityOperator.userOperator.jvmOptions.withXX

withXX(_XX)

"A map of -XX options to the JVM."

fn spec.entityOperator.userOperator.jvmOptions.withXXMixin

withXXMixin(_XX)

"A map of -XX options to the JVM."

Note: This function appends passed data to existing values

fn spec.entityOperator.userOperator.jvmOptions.withXms

withXms(_Xms)

"-Xms option to to the JVM."

fn spec.entityOperator.userOperator.jvmOptions.withXmx

withXmx(_Xmx)

"-Xmx option to to the JVM."

obj spec.entityOperator.userOperator.jvmOptions.javaSystemProperties

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.entityOperator.userOperator.jvmOptions.javaSystemProperties.withName

withName(name)

"The system property name."

fn spec.entityOperator.userOperator.jvmOptions.javaSystemProperties.withValue

withValue(value)

"The system property value."

obj spec.entityOperator.userOperator.livenessProbe

"Pod liveness checking."

fn spec.entityOperator.userOperator.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.userOperator.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.userOperator.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.userOperator.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.userOperator.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.userOperator.logging

"Logging configuration."

fn spec.entityOperator.userOperator.logging.withLoggers

withLoggers(loggers)

"A Map from logger name to logger level."

fn spec.entityOperator.userOperator.logging.withLoggersMixin

withLoggersMixin(loggers)

"A Map from logger name to logger level."

Note: This function appends passed data to existing values

fn spec.entityOperator.userOperator.logging.withType

withType(type)

"Logging type, must be either 'inline' or 'external'."

obj spec.entityOperator.userOperator.logging.valueFrom

"ConfigMap entry where the logging configuration is stored. "

obj spec.entityOperator.userOperator.logging.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.entityOperator.userOperator.logging.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.entityOperator.userOperator.logging.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.entityOperator.userOperator.logging.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.entityOperator.userOperator.readinessProbe

"Pod readiness checking."

fn spec.entityOperator.userOperator.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.entityOperator.userOperator.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.entityOperator.userOperator.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.entityOperator.userOperator.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.entityOperator.userOperator.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.entityOperator.userOperator.resources

"CPU and memory resources to reserve."

fn spec.entityOperator.userOperator.resources.withClaims

withClaims(claims)

fn spec.entityOperator.userOperator.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.entityOperator.userOperator.resources.withLimits

withLimits(limits)

fn spec.entityOperator.userOperator.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.entityOperator.userOperator.resources.withRequests

withRequests(requests)

fn spec.entityOperator.userOperator.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.entityOperator.userOperator.resources.claims

fn spec.entityOperator.userOperator.resources.claims.withName

withName(name)

obj spec.jmxTrans

"As of Strimzi 0.35.0, JMXTrans is not supported anymore and this option is ignored."

fn spec.jmxTrans.withImage

withImage(image)

"The image to use for the JmxTrans."

fn spec.jmxTrans.withKafkaQueries

withKafkaQueries(kafkaQueries)

"Queries to send to the Kafka brokers to define what data should be read from each broker. For more information on these properties see, xref:type-JmxTransQueryTemplate-reference[JmxTransQueryTemplate schema reference]."

fn spec.jmxTrans.withKafkaQueriesMixin

withKafkaQueriesMixin(kafkaQueries)

"Queries to send to the Kafka brokers to define what data should be read from each broker. For more information on these properties see, xref:type-JmxTransQueryTemplate-reference[JmxTransQueryTemplate schema reference]."

Note: This function appends passed data to existing values

fn spec.jmxTrans.withLogLevel

withLogLevel(logLevel)

"Sets the logging level of the JmxTrans deployment.For more information see, https://github.com/jmxtrans/jmxtrans-agent/wiki/Troubleshooting[JmxTrans Logging Level]."

fn spec.jmxTrans.withOutputDefinitions

withOutputDefinitions(outputDefinitions)

"Defines the output hosts that will be referenced later on. For more information on these properties see, xref:type-JmxTransOutputDefinitionTemplate-reference[JmxTransOutputDefinitionTemplate schema reference]."

fn spec.jmxTrans.withOutputDefinitionsMixin

withOutputDefinitionsMixin(outputDefinitions)

"Defines the output hosts that will be referenced later on. For more information on these properties see, xref:type-JmxTransOutputDefinitionTemplate-reference[JmxTransOutputDefinitionTemplate schema reference]."

Note: This function appends passed data to existing values

obj spec.jmxTrans.kafkaQueries

"Queries to send to the Kafka brokers to define what data should be read from each broker. For more information on these properties see, xref:type-JmxTransQueryTemplate-reference[JmxTransQueryTemplate schema reference]."

fn spec.jmxTrans.kafkaQueries.withAttributes

withAttributes(attributes)

"Determine which attributes of the targeted MBean should be included."

fn spec.jmxTrans.kafkaQueries.withAttributesMixin

withAttributesMixin(attributes)

"Determine which attributes of the targeted MBean should be included."

Note: This function appends passed data to existing values

fn spec.jmxTrans.kafkaQueries.withOutputs

withOutputs(outputs)

"List of the names of output definitions specified in the spec.kafka.jmxTrans.outputDefinitions that have defined where JMX metrics are pushed to, and in which data format."

fn spec.jmxTrans.kafkaQueries.withOutputsMixin

withOutputsMixin(outputs)

"List of the names of output definitions specified in the spec.kafka.jmxTrans.outputDefinitions that have defined where JMX metrics are pushed to, and in which data format."

Note: This function appends passed data to existing values

fn spec.jmxTrans.kafkaQueries.withTargetMBean

withTargetMBean(targetMBean)

"If using wildcards instead of a specific MBean then the data is gathered from multiple MBeans. Otherwise if specifying an MBean then data is gathered from that specified MBean."

obj spec.jmxTrans.outputDefinitions

"Defines the output hosts that will be referenced later on. For more information on these properties see, xref:type-JmxTransOutputDefinitionTemplate-reference[JmxTransOutputDefinitionTemplate schema reference]."

fn spec.jmxTrans.outputDefinitions.withFlushDelayInSeconds

withFlushDelayInSeconds(flushDelayInSeconds)

"How many seconds the JmxTrans waits before pushing a new set of data out."

fn spec.jmxTrans.outputDefinitions.withHost

withHost(host)

"The DNS/hostname of the remote host that the data is pushed to."

fn spec.jmxTrans.outputDefinitions.withName

withName(name)

"Template for setting the name of the output definition. This is used to identify where to send the results of queries should be sent."

fn spec.jmxTrans.outputDefinitions.withOutputType

withOutputType(outputType)

"Template for setting the format of the data that will be pushed.For more information see https://github.com/jmxtrans/jmxtrans/wiki/OutputWriters[JmxTrans OutputWriters]."

fn spec.jmxTrans.outputDefinitions.withPort

withPort(port)

"The port of the remote host that the data is pushed to."

fn spec.jmxTrans.outputDefinitions.withTypeNames

withTypeNames(typeNames)

"Template for filtering data to be included in response to a wildcard query. For more information see https://github.com/jmxtrans/jmxtrans/wiki/Queries[JmxTrans queries]."

fn spec.jmxTrans.outputDefinitions.withTypeNamesMixin

withTypeNamesMixin(typeNames)

"Template for filtering data to be included in response to a wildcard query. For more information see https://github.com/jmxtrans/jmxtrans/wiki/Queries[JmxTrans queries]."

Note: This function appends passed data to existing values

obj spec.jmxTrans.resources

"CPU and memory resources to reserve."

fn spec.jmxTrans.resources.withClaims

withClaims(claims)

fn spec.jmxTrans.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.jmxTrans.resources.withLimits

withLimits(limits)

fn spec.jmxTrans.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.jmxTrans.resources.withRequests

withRequests(requests)

fn spec.jmxTrans.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.jmxTrans.resources.claims

fn spec.jmxTrans.resources.claims.withName

withName(name)

obj spec.jmxTrans.template

"Template for JmxTrans resources."

obj spec.jmxTrans.template.container

"Template for JmxTrans container."

fn spec.jmxTrans.template.container.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.jmxTrans.template.container.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.container.env

"Environment variables which should be applied to the container."

fn spec.jmxTrans.template.container.env.withName

withName(name)

"The environment variable key."

fn spec.jmxTrans.template.container.env.withValue

withValue(value)

"The environment variable value."

obj spec.jmxTrans.template.container.securityContext

"Security context for the container."

fn spec.jmxTrans.template.container.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.jmxTrans.template.container.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.jmxTrans.template.container.securityContext.withProcMount

withProcMount(procMount)

fn spec.jmxTrans.template.container.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.jmxTrans.template.container.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.jmxTrans.template.container.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.jmxTrans.template.container.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.jmxTrans.template.container.securityContext.capabilities

fn spec.jmxTrans.template.container.securityContext.capabilities.withAdd

withAdd(add)

fn spec.jmxTrans.template.container.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.container.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.jmxTrans.template.container.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.container.securityContext.seLinuxOptions

fn spec.jmxTrans.template.container.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.jmxTrans.template.container.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.jmxTrans.template.container.securityContext.seLinuxOptions.withType

withType(type)

fn spec.jmxTrans.template.container.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.jmxTrans.template.container.securityContext.seccompProfile

fn spec.jmxTrans.template.container.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.jmxTrans.template.container.securityContext.seccompProfile.withType

withType(type)

obj spec.jmxTrans.template.container.securityContext.windowsOptions

fn spec.jmxTrans.template.container.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.jmxTrans.template.container.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.jmxTrans.template.container.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.jmxTrans.template.container.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.jmxTrans.template.deployment

"Template for JmxTrans Deployment."

fn spec.jmxTrans.template.deployment.withDeploymentStrategy

withDeploymentStrategy(deploymentStrategy)

"Pod replacement strategy for deployment configuration changes. Valid values are RollingUpdate and Recreate. Defaults to RollingUpdate."

obj spec.jmxTrans.template.deployment.metadata

"Metadata applied to the resource."

fn spec.jmxTrans.template.deployment.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.jmxTrans.template.deployment.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.deployment.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.jmxTrans.template.deployment.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod

"Template for JmxTrans Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.jmxTrans.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.jmxTrans.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.jmxTrans.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.jmxTrans.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.jmxTrans.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.jmxTrans.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.jmxTrans.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.jmxTrans.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.jmxTrans.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity

"The pod's affinity rules."

obj spec.jmxTrans.template.pod.affinity.nodeAffinity

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity

fn spec.jmxTrans.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.jmxTrans.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.jmxTrans.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.jmxTrans.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.jmxTrans.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.hostAliases.withIp

withIp(ip)

obj spec.jmxTrans.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.jmxTrans.template.pod.imagePullSecrets.withName

withName(name)

obj spec.jmxTrans.template.pod.metadata

"Metadata applied to the resource."

fn spec.jmxTrans.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.jmxTrans.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.jmxTrans.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.jmxTrans.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.jmxTrans.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.jmxTrans.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.jmxTrans.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.jmxTrans.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.jmxTrans.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.jmxTrans.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.jmxTrans.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.securityContext.seLinuxOptions

fn spec.jmxTrans.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.jmxTrans.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.jmxTrans.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.jmxTrans.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.jmxTrans.template.pod.securityContext.seccompProfile

fn spec.jmxTrans.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.jmxTrans.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.jmxTrans.template.pod.securityContext.sysctls

fn spec.jmxTrans.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.jmxTrans.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.jmxTrans.template.pod.securityContext.windowsOptions

fn spec.jmxTrans.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.jmxTrans.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.jmxTrans.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.jmxTrans.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.jmxTrans.template.pod.tolerations

"The pod's tolerations."

fn spec.jmxTrans.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.jmxTrans.template.pod.tolerations.withKey

withKey(key)

fn spec.jmxTrans.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.jmxTrans.template.pod.tolerations.withValue

withValue(value)

obj spec.jmxTrans.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.jmxTrans.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.jmxTrans.template.serviceAccount

"Template for the JmxTrans service account."

obj spec.jmxTrans.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.jmxTrans.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.jmxTrans.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.jmxTrans.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.jmxTrans.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka

"Configuration of the Kafka cluster."

fn spec.kafka.withBrokerRackInitImage

withBrokerRackInitImage(brokerRackInitImage)

"The image of the init container used for initializing the broker.rack."

fn spec.kafka.withConfig

withConfig(config)

"Kafka broker config properties with the following prefixes cannot be set: listeners, advertised., broker., listener., host.name, port, inter.broker.listener.name, sasl., ssl., security., password., log.dir, zookeeper.connect, zookeeper.set.acl, zookeeper.ssl, zookeeper.clientCnxnSocket, authorizer., super.user, cruise.control.metrics.topic, cruise.control.metrics.reporter.bootstrap.servers, node.id, process.roles, controller., metadata.log.dir, zookeeper.metadata.migration.enable (with the exception of: zookeeper.connection.timeout.ms, sasl.server.max.receive.size, ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols, ssl.secure.random.implementation, cruise.control.metrics.topic.num.partitions, cruise.control.metrics.topic.replication.factor, cruise.control.metrics.topic.retention.ms, cruise.control.metrics.topic.auto.create.retries, cruise.control.metrics.topic.auto.create.timeout.ms, cruise.control.metrics.topic.min.insync.replicas, controller.quorum.election.backoff.max.ms, controller.quorum.election.timeout.ms, controller.quorum.fetch.timeout.ms)."

fn spec.kafka.withConfigMixin

withConfigMixin(config)

"Kafka broker config properties with the following prefixes cannot be set: listeners, advertised., broker., listener., host.name, port, inter.broker.listener.name, sasl., ssl., security., password., log.dir, zookeeper.connect, zookeeper.set.acl, zookeeper.ssl, zookeeper.clientCnxnSocket, authorizer., super.user, cruise.control.metrics.topic, cruise.control.metrics.reporter.bootstrap.servers, node.id, process.roles, controller., metadata.log.dir, zookeeper.metadata.migration.enable (with the exception of: zookeeper.connection.timeout.ms, sasl.server.max.receive.size, ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols, ssl.secure.random.implementation, cruise.control.metrics.topic.num.partitions, cruise.control.metrics.topic.replication.factor, cruise.control.metrics.topic.retention.ms, cruise.control.metrics.topic.auto.create.retries, cruise.control.metrics.topic.auto.create.timeout.ms, cruise.control.metrics.topic.min.insync.replicas, controller.quorum.election.backoff.max.ms, controller.quorum.election.timeout.ms, controller.quorum.fetch.timeout.ms)."

Note: This function appends passed data to existing values

fn spec.kafka.withImage

withImage(image)

"The container image used for Kafka pods. If the property is not set, the default Kafka image version is determined based on the version configuration. The image names are specifically mapped to corresponding versions in the Cluster Operator configuration. Changing the Kafka image version does not automatically update the image versions for other components, such as Kafka Exporter. "

fn spec.kafka.withListeners

withListeners(listeners)

"Configures listeners of Kafka brokers."

fn spec.kafka.withListenersMixin

withListenersMixin(listeners)

"Configures listeners of Kafka brokers."

Note: This function appends passed data to existing values

fn spec.kafka.withMetadataVersion

withMetadataVersion(metadataVersion)

"The KRaft metadata version used by the Kafka cluster. This property is ignored when running in ZooKeeper mode. If the property is not set, it defaults to the metadata version that corresponds to the version property."

fn spec.kafka.withReplicas

withReplicas(replicas)

"The number of pods in the cluster. This property is required when node pools are not used."

fn spec.kafka.withVersion

withVersion(version)

"The Kafka broker version. Defaults to the latest version. Consult the user documentation to understand the process required to upgrade or downgrade the version."

obj spec.kafka.authorization

"Authorization configuration for Kafka brokers."

fn spec.kafka.authorization.withAllowOnError

withAllowOnError(allowOnError)

"Defines whether a Kafka client should be allowed or denied by default when the authorizer fails to query the Open Policy Agent, for example, when it is temporarily unavailable). Defaults to false - all actions will be denied."

fn spec.kafka.authorization.withAuthorizerClass

withAuthorizerClass(authorizerClass)

"Authorization implementation class, which must be available in classpath."

fn spec.kafka.authorization.withClientId

withClientId(clientId)

"OAuth Client ID which the Kafka client can use to authenticate against the OAuth server and use the token endpoint URI."

fn spec.kafka.authorization.withConnectTimeoutSeconds

withConnectTimeoutSeconds(connectTimeoutSeconds)

"The connect timeout in seconds when connecting to authorization server. If not set, the effective connect timeout is 60 seconds."

fn spec.kafka.authorization.withDelegateToKafkaAcls

withDelegateToKafkaAcls(delegateToKafkaAcls)

"Whether authorization decision should be delegated to the 'Simple' authorizer if DENIED by Keycloak Authorization Services policies. Default value is false."

fn spec.kafka.authorization.withDisableTlsHostnameVerification

withDisableTlsHostnameVerification(disableTlsHostnameVerification)

"Enable or disable TLS hostname verification. Default value is false."

fn spec.kafka.authorization.withEnableMetrics

withEnableMetrics(enableMetrics)

"Enable or disable OAuth metrics. The default value is false."

fn spec.kafka.authorization.withExpireAfterMs

withExpireAfterMs(expireAfterMs)

"The expiration of the records kept in the local cache to avoid querying the Open Policy Agent for every request. Defines how often the cached authorization decisions are reloaded from the Open Policy Agent server. In milliseconds. Defaults to 3600000."

fn spec.kafka.authorization.withGrantsAlwaysLatest

withGrantsAlwaysLatest(grantsAlwaysLatest)

"Controls whether the latest grants are fetched for a new session. When enabled, grants are retrieved from Keycloak and cached for the user. The default value is false."

fn spec.kafka.authorization.withGrantsGcPeriodSeconds

withGrantsGcPeriodSeconds(grantsGcPeriodSeconds)

"The time, in seconds, between consecutive runs of a job that cleans stale grants from the cache. The default value is 300."

fn spec.kafka.authorization.withGrantsMaxIdleTimeSeconds

withGrantsMaxIdleTimeSeconds(grantsMaxIdleTimeSeconds)

"The time, in seconds, after which an idle grant can be evicted from the cache. The default value is 300."

fn spec.kafka.authorization.withGrantsRefreshPeriodSeconds

withGrantsRefreshPeriodSeconds(grantsRefreshPeriodSeconds)

"The time between two consecutive grants refresh runs in seconds. The default value is 60."

fn spec.kafka.authorization.withGrantsRefreshPoolSize

withGrantsRefreshPoolSize(grantsRefreshPoolSize)

"The number of threads to use to refresh grants for active sessions. The more threads, the more parallelism, so the sooner the job completes. However, using more threads places a heavier load on the authorization server. The default value is 5."

fn spec.kafka.authorization.withHttpRetries

withHttpRetries(httpRetries)

"The maximum number of retries to attempt if an initial HTTP request fails. If not set, the default is to not attempt any retries."

fn spec.kafka.authorization.withIncludeAcceptHeader

withIncludeAcceptHeader(includeAcceptHeader)

"Whether the Accept header should be set in requests to the authorization servers. The default value is true."

fn spec.kafka.authorization.withInitialCacheCapacity

withInitialCacheCapacity(initialCacheCapacity)

"Initial capacity of the local cache used by the authorizer to avoid querying the Open Policy Agent for every request Defaults to 5000."

fn spec.kafka.authorization.withMaximumCacheSize

withMaximumCacheSize(maximumCacheSize)

"Maximum capacity of the local cache used by the authorizer to avoid querying the Open Policy Agent for every request. Defaults to 50000."

fn spec.kafka.authorization.withReadTimeoutSeconds

withReadTimeoutSeconds(readTimeoutSeconds)

"The read timeout in seconds when connecting to authorization server. If not set, the effective read timeout is 60 seconds."

fn spec.kafka.authorization.withSuperUsers

withSuperUsers(superUsers)

"List of super users, which are user principals with unlimited access rights."

fn spec.kafka.authorization.withSuperUsersMixin

withSuperUsersMixin(superUsers)

"List of super users, which are user principals with unlimited access rights."

Note: This function appends passed data to existing values

fn spec.kafka.authorization.withSupportsAdminApi

withSupportsAdminApi(supportsAdminApi)

"Indicates whether the custom authorizer supports the APIs for managing ACLs using the Kafka Admin API. Defaults to false."

fn spec.kafka.authorization.withTlsTrustedCertificates

withTlsTrustedCertificates(tlsTrustedCertificates)

"Trusted certificates for TLS connection to the OAuth server."

fn spec.kafka.authorization.withTlsTrustedCertificatesMixin

withTlsTrustedCertificatesMixin(tlsTrustedCertificates)

"Trusted certificates for TLS connection to the OAuth server."

Note: This function appends passed data to existing values

fn spec.kafka.authorization.withTokenEndpointUri

withTokenEndpointUri(tokenEndpointUri)

"Authorization server token endpoint URI."

fn spec.kafka.authorization.withType

withType(type)

"Authorization type. Currently, the supported types are simple, keycloak, opa and custom. simple authorization type uses Kafka's built-in authorizer for authorization. keycloak authorization type uses Keycloak Authorization Services for authorization. opa authorization type uses Open Policy Agent based authorization.custom authorization type uses user-provided implementation for authorization."

fn spec.kafka.authorization.withUrl

withUrl(url)

"The URL used to connect to the Open Policy Agent server. The URL has to include the policy which will be queried by the authorizer. This option is required."

obj spec.kafka.authorization.tlsTrustedCertificates

"Trusted certificates for TLS connection to the OAuth server."

fn spec.kafka.authorization.tlsTrustedCertificates.withCertificate

withCertificate(certificate)

"The name of the file certificate in the Secret."

fn spec.kafka.authorization.tlsTrustedCertificates.withSecretName

withSecretName(secretName)

"The name of the Secret containing the certificate."

obj spec.kafka.jmxOptions

"JMX Options for Kafka brokers."

obj spec.kafka.jmxOptions.authentication

"Authentication configuration for connecting to the JMX port."

fn spec.kafka.jmxOptions.authentication.withType

withType(type)

"Authentication type. Currently the only supported types are password.password type creates a username and protected port with no TLS."

obj spec.kafka.jvmOptions

"JVM Options for pods."

fn spec.kafka.jvmOptions.withGcLoggingEnabled

withGcLoggingEnabled(gcLoggingEnabled)

"Specifies whether the Garbage Collection logging is enabled. The default is false."

fn spec.kafka.jvmOptions.withJavaSystemProperties

withJavaSystemProperties(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.kafka.jvmOptions.withJavaSystemPropertiesMixin

withJavaSystemPropertiesMixin(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

Note: This function appends passed data to existing values

fn spec.kafka.jvmOptions.withXX

withXX(_XX)

"A map of -XX options to the JVM."

fn spec.kafka.jvmOptions.withXXMixin

withXXMixin(_XX)

"A map of -XX options to the JVM."

Note: This function appends passed data to existing values

fn spec.kafka.jvmOptions.withXms

withXms(_Xms)

"-Xms option to to the JVM."

fn spec.kafka.jvmOptions.withXmx

withXmx(_Xmx)

"-Xmx option to to the JVM."

obj spec.kafka.jvmOptions.javaSystemProperties

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.kafka.jvmOptions.javaSystemProperties.withName

withName(name)

"The system property name."

fn spec.kafka.jvmOptions.javaSystemProperties.withValue

withValue(value)

"The system property value."

obj spec.kafka.listeners

"Configures listeners of Kafka brokers."

fn spec.kafka.listeners.withName

withName(name)

"Name of the listener. The name will be used to identify the listener and the related Kubernetes objects. The name has to be unique within given a Kafka cluster. The name can consist of lowercase characters and numbers and be up to 11 characters long."

fn spec.kafka.listeners.withNetworkPolicyPeers

withNetworkPolicyPeers(networkPolicyPeers)

"List of peers which should be able to connect to this listener. Peers in this list are combined using a logical OR operation. If this field is empty or missing, all connections will be allowed for this listener. If this field is present and contains at least one item, the listener only allows the traffic which matches at least one item in this list."

fn spec.kafka.listeners.withNetworkPolicyPeersMixin

withNetworkPolicyPeersMixin(networkPolicyPeers)

"List of peers which should be able to connect to this listener. Peers in this list are combined using a logical OR operation. If this field is empty or missing, all connections will be allowed for this listener. If this field is present and contains at least one item, the listener only allows the traffic which matches at least one item in this list."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.withPort

withPort(port)

"Port number used by the listener inside Kafka. The port number has to be unique within a given Kafka cluster. Allowed port numbers are 9092 and higher with the exception of ports 9404 and 9999, which are already used for Prometheus and JMX. Depending on the listener type, the port number might not be the same as the port number that connects Kafka clients."

fn spec.kafka.listeners.withTls

withTls(tls)

"Enables TLS encryption on the listener. This is a required property."

fn spec.kafka.listeners.withType

withType(type)

"Type of the listener. The supported types are as follows: \n\n internal type exposes Kafka internally only within the Kubernetes cluster.\n route type uses OpenShift Routes to expose Kafka.\n loadbalancer type uses LoadBalancer type services to expose Kafka.\n nodeport type uses NodePort type services to expose Kafka.\n ingress type uses Kubernetes Nginx Ingress to expose Kafka with TLS passthrough.\n cluster-ip type uses a per-broker ClusterIP service.\n"

obj spec.kafka.listeners.authentication

"Authentication configuration for this listener."

fn spec.kafka.listeners.authentication.withAccessTokenIsJwt

withAccessTokenIsJwt(accessTokenIsJwt)

"Configure whether the access token is treated as JWT. This must be set to false if the authorization server returns opaque tokens. Defaults to true."

fn spec.kafka.listeners.authentication.withCheckAccessTokenType

withCheckAccessTokenType(checkAccessTokenType)

"Configure whether the access token type check is performed or not. This should be set to false if the authorization server does not include 'typ' claim in JWT token. Defaults to true."

fn spec.kafka.listeners.authentication.withCheckAudience

withCheckAudience(checkAudience)

"Enable or disable audience checking. Audience checks identify the recipients of tokens. If audience checking is enabled, the OAuth Client ID also has to be configured using the clientId property. The Kafka broker will reject tokens that do not have its clientId in their aud (audience) claim.Default value is false."

fn spec.kafka.listeners.authentication.withCheckIssuer

withCheckIssuer(checkIssuer)

"Enable or disable issuer checking. By default issuer is checked using the value configured by validIssuerUri. Default value is true."

fn spec.kafka.listeners.authentication.withClientAudience

withClientAudience(clientAudience)

"The audience to use when making requests to the authorization server's token endpoint. Used for inter-broker authentication and for configuring OAuth 2.0 over PLAIN using the clientId and secret method."

fn spec.kafka.listeners.authentication.withClientId

withClientId(clientId)

"OAuth Client ID which the Kafka broker can use to authenticate against the authorization server and use the introspect endpoint URI."

fn spec.kafka.listeners.authentication.withClientScope

withClientScope(clientScope)

"The scope to use when making requests to the authorization server's token endpoint. Used for inter-broker authentication and for configuring OAuth 2.0 over PLAIN using the clientId and secret method."

fn spec.kafka.listeners.authentication.withConnectTimeoutSeconds

withConnectTimeoutSeconds(connectTimeoutSeconds)

"The connect timeout in seconds when connecting to authorization server. If not set, the effective connect timeout is 60 seconds."

fn spec.kafka.listeners.authentication.withCustomClaimCheck

withCustomClaimCheck(customClaimCheck)

"JsonPath filter query to be applied to the JWT token or to the response of the introspection endpoint for additional token validation. Not set by default."

fn spec.kafka.listeners.authentication.withDisableTlsHostnameVerification

withDisableTlsHostnameVerification(disableTlsHostnameVerification)

"Enable or disable TLS hostname verification. Default value is false."

fn spec.kafka.listeners.authentication.withEnableECDSA

withEnableECDSA(enableECDSA)

"Enable or disable ECDSA support by installing BouncyCastle crypto provider. ECDSA support is always enabled. The BouncyCastle libraries are no longer packaged with Strimzi. Value is ignored."

fn spec.kafka.listeners.authentication.withEnableMetrics

withEnableMetrics(enableMetrics)

"Enable or disable OAuth metrics. Default value is false."

fn spec.kafka.listeners.authentication.withEnableOauthBearer

withEnableOauthBearer(enableOauthBearer)

"Enable or disable OAuth authentication over SASL_OAUTHBEARER. Default value is true."

fn spec.kafka.listeners.authentication.withEnablePlain

withEnablePlain(enablePlain)

"Enable or disable OAuth authentication over SASL_PLAIN. There is no re-authentication support when this mechanism is used. Default value is false."

fn spec.kafka.listeners.authentication.withFailFast

withFailFast(failFast)

"Enable or disable termination of Kafka broker processes due to potentially recoverable runtime errors during startup. Default value is true."

fn spec.kafka.listeners.authentication.withFallbackUserNameClaim

withFallbackUserNameClaim(fallbackUserNameClaim)

"The fallback username claim to be used for the user id if the claim specified by userNameClaim is not present. This is useful when client_credentials authentication only results in the client id being provided in another claim. It only takes effect if userNameClaim is set."

fn spec.kafka.listeners.authentication.withFallbackUserNamePrefix

withFallbackUserNamePrefix(fallbackUserNamePrefix)

"The prefix to use with the value of fallbackUserNameClaim to construct the user id. This only takes effect if fallbackUserNameClaim is true, and the value is present for the claim. Mapping usernames and client ids into the same user id space is useful in preventing name collisions."

fn spec.kafka.listeners.authentication.withGroupsClaim

withGroupsClaim(groupsClaim)

"JsonPath query used to extract groups for the user during authentication. Extracted groups can be used by a custom authorizer. By default no groups are extracted."

fn spec.kafka.listeners.authentication.withGroupsClaimDelimiter

withGroupsClaimDelimiter(groupsClaimDelimiter)

"A delimiter used to parse groups when they are extracted as a single String value rather than a JSON array. Default value is ',' (comma)."

fn spec.kafka.listeners.authentication.withHttpRetries

withHttpRetries(httpRetries)

"The maximum number of retries to attempt if an initial HTTP request fails. If not set, the default is to not attempt any retries."

fn spec.kafka.listeners.authentication.withHttpRetryPauseMs

withHttpRetryPauseMs(httpRetryPauseMs)

"The pause to take before retrying a failed HTTP request. If not set, the default is to not pause at all but to immediately repeat a request."

fn spec.kafka.listeners.authentication.withIncludeAcceptHeader

withIncludeAcceptHeader(includeAcceptHeader)

"Whether the Accept header should be set in requests to the authorization servers. The default value is true."

fn spec.kafka.listeners.authentication.withIntrospectionEndpointUri

withIntrospectionEndpointUri(introspectionEndpointUri)

"URI of the token introspection endpoint which can be used to validate opaque non-JWT tokens."

fn spec.kafka.listeners.authentication.withJwksEndpointUri

withJwksEndpointUri(jwksEndpointUri)

"URI of the JWKS certificate endpoint, which can be used for local JWT validation."

fn spec.kafka.listeners.authentication.withJwksExpirySeconds

withJwksExpirySeconds(jwksExpirySeconds)

"Configures how often are the JWKS certificates considered valid. The expiry interval has to be at least 60 seconds longer then the refresh interval specified in jwksRefreshSeconds. Defaults to 360 seconds."

fn spec.kafka.listeners.authentication.withJwksIgnoreKeyUse

withJwksIgnoreKeyUse(jwksIgnoreKeyUse)

"Flag to ignore the 'use' attribute of key declarations in a JWKS endpoint response. Default value is false."

fn spec.kafka.listeners.authentication.withJwksMinRefreshPauseSeconds

withJwksMinRefreshPauseSeconds(jwksMinRefreshPauseSeconds)

"The minimum pause between two consecutive refreshes. When an unknown signing key is encountered the refresh is scheduled immediately, but will always wait for this minimum pause. Defaults to 1 second."

fn spec.kafka.listeners.authentication.withJwksRefreshSeconds

withJwksRefreshSeconds(jwksRefreshSeconds)

"Configures how often are the JWKS certificates refreshed. The refresh interval has to be at least 60 seconds shorter then the expiry interval specified in jwksExpirySeconds. Defaults to 300 seconds."

fn spec.kafka.listeners.authentication.withListenerConfig

withListenerConfig(listenerConfig)

"Configuration to be used for a specific listener. All values are prefixed with listener.name.."

fn spec.kafka.listeners.authentication.withListenerConfigMixin

withListenerConfigMixin(listenerConfig)

"Configuration to be used for a specific listener. All values are prefixed with listener.name.."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.authentication.withMaxSecondsWithoutReauthentication

withMaxSecondsWithoutReauthentication(maxSecondsWithoutReauthentication)

"Maximum number of seconds the authenticated session remains valid without re-authentication. This enables Apache Kafka re-authentication feature, and causes sessions to expire when the access token expires. If the access token expires before max time or if max time is reached, the client has to re-authenticate, otherwise the server will drop the connection. Not set by default - the authenticated session does not expire when the access token expires. This option only applies to SASL_OAUTHBEARER authentication mechanism (when enableOauthBearer is true)."

fn spec.kafka.listeners.authentication.withReadTimeoutSeconds

withReadTimeoutSeconds(readTimeoutSeconds)

"The read timeout in seconds when connecting to authorization server. If not set, the effective read timeout is 60 seconds."

fn spec.kafka.listeners.authentication.withSasl

withSasl(sasl)

"Enable or disable SASL on this listener."

fn spec.kafka.listeners.authentication.withSecrets

withSecrets(secrets)

"Secrets to be mounted to /opt/kafka/custom-authn-secrets/custom-listener--/."

fn spec.kafka.listeners.authentication.withSecretsMixin

withSecretsMixin(secrets)

"Secrets to be mounted to /opt/kafka/custom-authn-secrets/custom-listener--/."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.authentication.withTlsTrustedCertificates

withTlsTrustedCertificates(tlsTrustedCertificates)

"Trusted certificates for TLS connection to the OAuth server."

fn spec.kafka.listeners.authentication.withTlsTrustedCertificatesMixin

withTlsTrustedCertificatesMixin(tlsTrustedCertificates)

"Trusted certificates for TLS connection to the OAuth server."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.authentication.withTokenEndpointUri

withTokenEndpointUri(tokenEndpointUri)

"URI of the Token Endpoint to use with SASL_PLAIN mechanism when the client authenticates with clientId and a secret. If set, the client can authenticate over SASL_PLAIN by either setting username to clientId, and setting password to client secret, or by setting username to account username, and password to access token prefixed with $accessToken:. If this option is not set, the password is always interpreted as an access token (without a prefix), and username as the account username (a so called 'no-client-credentials' mode)."

fn spec.kafka.listeners.authentication.withType

withType(type)

"Authentication type. oauth type uses SASL OAUTHBEARER Authentication. scram-sha-512 type uses SASL SCRAM-SHA-512 Authentication. tls type uses TLS Client Authentication. tls type is supported only on TLS listeners.custom type allows for any authentication type to be used."

fn spec.kafka.listeners.authentication.withUserInfoEndpointUri

withUserInfoEndpointUri(userInfoEndpointUri)

"URI of the User Info Endpoint to use as a fallback to obtaining the user id when the Introspection Endpoint does not return information that can be used for the user id. "

fn spec.kafka.listeners.authentication.withUserNameClaim

withUserNameClaim(userNameClaim)

"Name of the claim from the JWT authentication token, Introspection Endpoint response or User Info Endpoint response which will be used to extract the user id. Defaults to sub."

fn spec.kafka.listeners.authentication.withValidIssuerUri

withValidIssuerUri(validIssuerUri)

"URI of the token issuer used for authentication."

fn spec.kafka.listeners.authentication.withValidTokenType

withValidTokenType(validTokenType)

"Valid value for the token_type attribute returned by the Introspection Endpoint. No default value, and not checked by default."

obj spec.kafka.listeners.authentication.clientSecret

"Link to Kubernetes Secret containing the OAuth client secret which the Kafka broker can use to authenticate against the authorization server and use the introspect endpoint URI."

fn spec.kafka.listeners.authentication.clientSecret.withKey

withKey(key)

"The key under which the secret value is stored in the Kubernetes Secret."

fn spec.kafka.listeners.authentication.clientSecret.withSecretName

withSecretName(secretName)

"The name of the Kubernetes Secret containing the secret value."

obj spec.kafka.listeners.authentication.secrets

"Secrets to be mounted to /opt/kafka/custom-authn-secrets/custom-listener--/."

fn spec.kafka.listeners.authentication.secrets.withKey

withKey(key)

"The key under which the secret value is stored in the Kubernetes Secret."

fn spec.kafka.listeners.authentication.secrets.withSecretName

withSecretName(secretName)

"The name of the Kubernetes Secret containing the secret value."

obj spec.kafka.listeners.authentication.tlsTrustedCertificates

"Trusted certificates for TLS connection to the OAuth server."

fn spec.kafka.listeners.authentication.tlsTrustedCertificates.withCertificate

withCertificate(certificate)

"The name of the file certificate in the Secret."

fn spec.kafka.listeners.authentication.tlsTrustedCertificates.withSecretName

withSecretName(secretName)

"The name of the Secret containing the certificate."

obj spec.kafka.listeners.configuration

"Additional listener configuration."

fn spec.kafka.listeners.configuration.withBrokers

withBrokers(brokers)

"Per-broker configurations."

fn spec.kafka.listeners.configuration.withBrokersMixin

withBrokersMixin(brokers)

"Per-broker configurations."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.withClass

withClass(class)

"Configures a specific class for Ingress and LoadBalancer that defines which controller will be used. This field can only be used with ingress and loadbalancer type listeners. If not specified, the default controller is used. For an ingress listener, set the ingressClassName property in the Ingress resources. For a loadbalancer listener, set the loadBalancerClass property in the Service resources."

fn spec.kafka.listeners.configuration.withCreateBootstrapService

withCreateBootstrapService(createBootstrapService)

"Whether to create the bootstrap service or not. The bootstrap service is created by default (if not specified differently). This field can be used with the loadBalancer type listener."

fn spec.kafka.listeners.configuration.withExternalTrafficPolicy

withExternalTrafficPolicy(externalTrafficPolicy)

"Specifies whether the service routes external traffic to node-local or cluster-wide endpoints. Cluster may cause a second hop to another node and obscures the client source IP. Local avoids a second hop for LoadBalancer and Nodeport type services and preserves the client source IP (when supported by the infrastructure). If unspecified, Kubernetes will use Cluster as the default.This field can be used only with loadbalancer or nodeport type listener."

fn spec.kafka.listeners.configuration.withFinalizers

withFinalizers(finalizers)

"A list of finalizers which will be configured for the LoadBalancer type Services created for this listener. If supported by the platform, the finalizer service.kubernetes.io/load-balancer-cleanup to make sure that the external load balancer is deleted together with the service.For more information, see https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#garbage-collecting-load-balancers. This field can be used only with loadbalancer type listeners."

fn spec.kafka.listeners.configuration.withFinalizersMixin

withFinalizersMixin(finalizers)

"A list of finalizers which will be configured for the LoadBalancer type Services created for this listener. If supported by the platform, the finalizer service.kubernetes.io/load-balancer-cleanup to make sure that the external load balancer is deleted together with the service.For more information, see https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#garbage-collecting-load-balancers. This field can be used only with loadbalancer type listeners."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.kafka.listeners.configuration.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

fn spec.kafka.listeners.configuration.withLoadBalancerSourceRanges

withLoadBalancerSourceRanges(loadBalancerSourceRanges)

"A list of CIDR ranges (for example 10.0.0.0/8 or 130.211.204.1/32) from which clients can connect to load balancer type listeners. If supported by the platform, traffic through the loadbalancer is restricted to the specified CIDR ranges. This field is applicable only for loadbalancer type services and is ignored if the cloud provider does not support the feature. This field can be used only with loadbalancer type listener."

fn spec.kafka.listeners.configuration.withLoadBalancerSourceRangesMixin

withLoadBalancerSourceRangesMixin(loadBalancerSourceRanges)

"A list of CIDR ranges (for example 10.0.0.0/8 or 130.211.204.1/32) from which clients can connect to load balancer type listeners. If supported by the platform, traffic through the loadbalancer is restricted to the specified CIDR ranges. This field is applicable only for loadbalancer type services and is ignored if the cloud provider does not support the feature. This field can be used only with loadbalancer type listener."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.withMaxConnectionCreationRate

withMaxConnectionCreationRate(maxConnectionCreationRate)

"The maximum connection creation rate we allow in this listener at any time. New connections will be throttled if the limit is reached."

fn spec.kafka.listeners.configuration.withMaxConnections

withMaxConnections(maxConnections)

"The maximum number of connections we allow for this listener in the broker at any time. New connections are blocked if the limit is reached."

fn spec.kafka.listeners.configuration.withPreferredNodePortAddressType

withPreferredNodePortAddressType(preferredNodePortAddressType)

"Defines which address type should be used as the node address. Available types are: ExternalDNS, ExternalIP, InternalDNS, InternalIP and Hostname. By default, the addresses will be used in the following order (the first one found will be used):\n\n ExternalDNS\n ExternalIP\n InternalDNS\n InternalIP\n* Hostname\n\nThis field is used to select the preferred address type, which is checked first. If no address is found for this address type, the other types are checked in the default order. This field can only be used with nodeport type listener."

fn spec.kafka.listeners.configuration.withUseServiceDnsDomain

withUseServiceDnsDomain(useServiceDnsDomain)

"Configures whether the Kubernetes service DNS domain should be used or not. If set to true, the generated addresses will contain the service DNS domain suffix (by default .cluster.local, can be configured using environment variable KUBERNETES_SERVICE_DNS_DOMAIN). Defaults to false.This field can be used only with internal and cluster-ip type listeners."

obj spec.kafka.listeners.configuration.bootstrap

"Bootstrap configuration."

fn spec.kafka.listeners.configuration.bootstrap.withAlternativeNames

withAlternativeNames(alternativeNames)

"Additional alternative names for the bootstrap service. The alternative names will be added to the list of subject alternative names of the TLS certificates."

fn spec.kafka.listeners.configuration.bootstrap.withAlternativeNamesMixin

withAlternativeNamesMixin(alternativeNames)

"Additional alternative names for the bootstrap service. The alternative names will be added to the list of subject alternative names of the TLS certificates."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.bootstrap.withAnnotations

withAnnotations(annotations)

"Annotations that will be added to the Ingress, Route, or Service resource. You can use this field to configure DNS providers such as External DNS. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

fn spec.kafka.listeners.configuration.bootstrap.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations that will be added to the Ingress, Route, or Service resource. You can use this field to configure DNS providers such as External DNS. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.bootstrap.withExternalIPs

withExternalIPs(externalIPs)

"External IPs associated to the nodeport service. These IPs are used by clients external to the Kubernetes cluster to access the Kafka brokers. This field is helpful when nodeport without externalIP is not sufficient. For example on bare-metal Kubernetes clusters that do not support Loadbalancer service types. This field can only be used with nodeport type listener."

fn spec.kafka.listeners.configuration.bootstrap.withExternalIPsMixin

withExternalIPsMixin(externalIPs)

"External IPs associated to the nodeport service. These IPs are used by clients external to the Kubernetes cluster to access the Kafka brokers. This field is helpful when nodeport without externalIP is not sufficient. For example on bare-metal Kubernetes clusters that do not support Loadbalancer service types. This field can only be used with nodeport type listener."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.bootstrap.withHost

withHost(host)

"The bootstrap host. This field will be used in the Ingress resource or in the Route resource to specify the desired hostname. This field can be used only with route (optional) or ingress (required) type listeners."

fn spec.kafka.listeners.configuration.bootstrap.withLabels

withLabels(labels)

"Labels that will be added to the Ingress, Route, or Service resource. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

fn spec.kafka.listeners.configuration.bootstrap.withLabelsMixin

withLabelsMixin(labels)

"Labels that will be added to the Ingress, Route, or Service resource. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.bootstrap.withLoadBalancerIP

withLoadBalancerIP(loadBalancerIP)

"The loadbalancer is requested with the IP address specified in this field. This feature depends on whether the underlying cloud provider supports specifying the loadBalancerIP when a load balancer is created. This field is ignored if the cloud provider does not support the feature.This field can be used only with loadbalancer type listener."

fn spec.kafka.listeners.configuration.bootstrap.withNodePort

withNodePort(nodePort)

"Node port for the bootstrap service. This field can be used only with nodeport type listener."

obj spec.kafka.listeners.configuration.brokerCertChainAndKey

"Reference to the Secret which holds the certificate and private key pair which will be used for this listener. The certificate can optionally contain the whole chain. This field can be used only with listeners with enabled TLS encryption."

fn spec.kafka.listeners.configuration.brokerCertChainAndKey.withCertificate

withCertificate(certificate)

"The name of the file certificate in the Secret."

fn spec.kafka.listeners.configuration.brokerCertChainAndKey.withKey

withKey(key)

"The name of the private key in the Secret."

fn spec.kafka.listeners.configuration.brokerCertChainAndKey.withSecretName

withSecretName(secretName)

"The name of the Secret containing the certificate."

obj spec.kafka.listeners.configuration.brokers

"Per-broker configurations."

fn spec.kafka.listeners.configuration.brokers.withAdvertisedHost

withAdvertisedHost(advertisedHost)

"The host name used in the brokers' advertised.listeners."

fn spec.kafka.listeners.configuration.brokers.withAdvertisedPort

withAdvertisedPort(advertisedPort)

"The port number used in the brokers' advertised.listeners."

fn spec.kafka.listeners.configuration.brokers.withAnnotations

withAnnotations(annotations)

"Annotations that will be added to the Ingress or Service resource. You can use this field to configure DNS providers such as External DNS. This field can be used only with loadbalancer, nodeport, or ingress type listeners."

fn spec.kafka.listeners.configuration.brokers.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations that will be added to the Ingress or Service resource. You can use this field to configure DNS providers such as External DNS. This field can be used only with loadbalancer, nodeport, or ingress type listeners."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.brokers.withBroker

withBroker(broker)

"ID of the kafka broker (broker identifier). Broker IDs start from 0 and correspond to the number of broker replicas."

fn spec.kafka.listeners.configuration.brokers.withExternalIPs

withExternalIPs(externalIPs)

"External IPs associated to the nodeport service. These IPs are used by clients external to the Kubernetes cluster to access the Kafka brokers. This field is helpful when nodeport without externalIP is not sufficient. For example on bare-metal Kubernetes clusters that do not support Loadbalancer service types. This field can only be used with nodeport type listener."

fn spec.kafka.listeners.configuration.brokers.withExternalIPsMixin

withExternalIPsMixin(externalIPs)

"External IPs associated to the nodeport service. These IPs are used by clients external to the Kubernetes cluster to access the Kafka brokers. This field is helpful when nodeport without externalIP is not sufficient. For example on bare-metal Kubernetes clusters that do not support Loadbalancer service types. This field can only be used with nodeport type listener."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.brokers.withHost

withHost(host)

"The broker host. This field will be used in the Ingress resource or in the Route resource to specify the desired hostname. This field can be used only with route (optional) or ingress (required) type listeners."

fn spec.kafka.listeners.configuration.brokers.withLabels

withLabels(labels)

"Labels that will be added to the Ingress, Route, or Service resource. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

fn spec.kafka.listeners.configuration.brokers.withLabelsMixin

withLabelsMixin(labels)

"Labels that will be added to the Ingress, Route, or Service resource. This field can be used only with loadbalancer, nodeport, route, or ingress type listeners."

Note: This function appends passed data to existing values

fn spec.kafka.listeners.configuration.brokers.withLoadBalancerIP

withLoadBalancerIP(loadBalancerIP)

"The loadbalancer is requested with the IP address specified in this field. This feature depends on whether the underlying cloud provider supports specifying the loadBalancerIP when a load balancer is created. This field is ignored if the cloud provider does not support the feature.This field can be used only with loadbalancer type listener."

fn spec.kafka.listeners.configuration.brokers.withNodePort

withNodePort(nodePort)

"Node port for the per-broker service. This field can be used only with nodeport type listener."

obj spec.kafka.listeners.networkPolicyPeers

"List of peers which should be able to connect to this listener. Peers in this list are combined using a logical OR operation. If this field is empty or missing, all connections will be allowed for this listener. If this field is present and contains at least one item, the listener only allows the traffic which matches at least one item in this list."

obj spec.kafka.listeners.networkPolicyPeers.ipBlock

fn spec.kafka.listeners.networkPolicyPeers.ipBlock.withCidr

withCidr(cidr)

fn spec.kafka.listeners.networkPolicyPeers.ipBlock.withExcept

withExcept(except)

fn spec.kafka.listeners.networkPolicyPeers.ipBlock.withExceptMixin

withExceptMixin(except)

Note: This function appends passed data to existing values

obj spec.kafka.listeners.networkPolicyPeers.namespaceSelector

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.listeners.networkPolicyPeers.namespaceSelector.matchExpressions

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.listeners.networkPolicyPeers.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.listeners.networkPolicyPeers.podSelector

fn spec.kafka.listeners.networkPolicyPeers.podSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.listeners.networkPolicyPeers.podSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.listeners.networkPolicyPeers.podSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.listeners.networkPolicyPeers.podSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.listeners.networkPolicyPeers.podSelector.matchExpressions

fn spec.kafka.listeners.networkPolicyPeers.podSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.listeners.networkPolicyPeers.podSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.listeners.networkPolicyPeers.podSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.listeners.networkPolicyPeers.podSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.livenessProbe

"Pod liveness checking."

fn spec.kafka.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.kafka.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.kafka.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.kafka.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.kafka.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.kafka.logging

"Logging configuration for Kafka."

fn spec.kafka.logging.withLoggers

withLoggers(loggers)

"A Map from logger name to logger level."

fn spec.kafka.logging.withLoggersMixin

withLoggersMixin(loggers)

"A Map from logger name to logger level."

Note: This function appends passed data to existing values

fn spec.kafka.logging.withType

withType(type)

"Logging type, must be either 'inline' or 'external'."

obj spec.kafka.logging.valueFrom

"ConfigMap entry where the logging configuration is stored. "

obj spec.kafka.logging.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.kafka.logging.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.kafka.logging.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.kafka.logging.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.kafka.metricsConfig

"Metrics configuration."

fn spec.kafka.metricsConfig.withType

withType(type)

"Metrics type. Only 'jmxPrometheusExporter' supported currently."

obj spec.kafka.metricsConfig.valueFrom

"ConfigMap entry where the Prometheus JMX Exporter configuration is stored. "

obj spec.kafka.metricsConfig.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.kafka.metricsConfig.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.kafka.metricsConfig.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.kafka.metricsConfig.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.kafka.rack

"Configuration of the broker.rack broker config."

fn spec.kafka.rack.withTopologyKey

withTopologyKey(topologyKey)

"A key that matches labels assigned to the Kubernetes cluster nodes. The value of the label is used to set a broker's broker.rack config, and the client.rack config for Kafka Connect or MirrorMaker 2."

obj spec.kafka.readinessProbe

"Pod readiness checking."

fn spec.kafka.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.kafka.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.kafka.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.kafka.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.kafka.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.kafka.resources

"CPU and memory resources to reserve."

fn spec.kafka.resources.withClaims

withClaims(claims)

fn spec.kafka.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.kafka.resources.withLimits

withLimits(limits)

fn spec.kafka.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.kafka.resources.withRequests

withRequests(requests)

fn spec.kafka.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.kafka.resources.claims

fn spec.kafka.resources.claims.withName

withName(name)

obj spec.kafka.storage

"Storage configuration (disk). Cannot be updated. This property is required when node pools are not used."

fn spec.kafka.storage.withClass

withClass(class)

"The storage class to use for dynamic volume allocation."

fn spec.kafka.storage.withDeleteClaim

withDeleteClaim(deleteClaim)

"Specifies if the persistent volume claim has to be deleted when the cluster is un-deployed."

fn spec.kafka.storage.withId

withId(id)

"Storage identification number. It is mandatory only for storage volumes defined in a storage of type 'jbod'."

fn spec.kafka.storage.withKraftMetadata

withKraftMetadata(kraftMetadata)

"Specifies whether this volume should be used for storing KRaft metadata. This property is optional. When set, the only currently supported value is shared. At most one volume can have this property set."

fn spec.kafka.storage.withOverrides

withOverrides(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.kafka.storage.withOverridesMixin

withOverridesMixin(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

Note: This function appends passed data to existing values

fn spec.kafka.storage.withSelector

withSelector(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

fn spec.kafka.storage.withSelectorMixin

withSelectorMixin(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

Note: This function appends passed data to existing values

fn spec.kafka.storage.withSize

withSize(size)

"When type=persistent-claim, defines the size of the persistent volume claim, such as 100Gi. Mandatory when type=persistent-claim."

fn spec.kafka.storage.withSizeLimit

withSizeLimit(sizeLimit)

"When type=ephemeral, defines the total amount of local storage required for this EmptyDir volume (for example 1Gi)."

fn spec.kafka.storage.withType

withType(type)

"Storage type, must be either 'ephemeral', 'persistent-claim', or 'jbod'."

fn spec.kafka.storage.withVolumes

withVolumes(volumes)

"List of volumes as Storage objects representing the JBOD disks array."

fn spec.kafka.storage.withVolumesMixin

withVolumesMixin(volumes)

"List of volumes as Storage objects representing the JBOD disks array."

Note: This function appends passed data to existing values

obj spec.kafka.storage.overrides

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.kafka.storage.overrides.withBroker

withBroker(broker)

"Id of the kafka broker (broker identifier)."

fn spec.kafka.storage.overrides.withClass

withClass(class)

"The storage class to use for dynamic volume allocation for this broker."

obj spec.kafka.storage.volumes

"List of volumes as Storage objects representing the JBOD disks array."

fn spec.kafka.storage.volumes.withClass

withClass(class)

"The storage class to use for dynamic volume allocation."

fn spec.kafka.storage.volumes.withDeleteClaim

withDeleteClaim(deleteClaim)

"Specifies if the persistent volume claim has to be deleted when the cluster is un-deployed."

fn spec.kafka.storage.volumes.withId

withId(id)

"Storage identification number. Mandatory for storage volumes defined with a jbod storage type configuration."

fn spec.kafka.storage.volumes.withKraftMetadata

withKraftMetadata(kraftMetadata)

"Specifies whether this volume should be used for storing KRaft metadata. This property is optional. When set, the only currently supported value is shared. At most one volume can have this property set."

fn spec.kafka.storage.volumes.withOverrides

withOverrides(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.kafka.storage.volumes.withOverridesMixin

withOverridesMixin(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

Note: This function appends passed data to existing values

fn spec.kafka.storage.volumes.withSelector

withSelector(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

fn spec.kafka.storage.volumes.withSelectorMixin

withSelectorMixin(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

Note: This function appends passed data to existing values

fn spec.kafka.storage.volumes.withSize

withSize(size)

"When type=persistent-claim, defines the size of the persistent volume claim, such as 100Gi. Mandatory when type=persistent-claim."

fn spec.kafka.storage.volumes.withSizeLimit

withSizeLimit(sizeLimit)

"When type=ephemeral, defines the total amount of local storage required for this EmptyDir volume (for example 1Gi)."

fn spec.kafka.storage.volumes.withType

withType(type)

"Storage type, must be either 'ephemeral' or 'persistent-claim'."

obj spec.kafka.storage.volumes.overrides

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.kafka.storage.volumes.overrides.withBroker

withBroker(broker)

"Id of the kafka broker (broker identifier)."

fn spec.kafka.storage.volumes.overrides.withClass

withClass(class)

"The storage class to use for dynamic volume allocation for this broker."

obj spec.kafka.template

"Template for Kafka cluster resources. The template allows users to specify how the Kubernetes resources are generated."

obj spec.kafka.template.bootstrapService

"Template for Kafka bootstrap Service."

fn spec.kafka.template.bootstrapService.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.kafka.template.bootstrapService.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.kafka.template.bootstrapService.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

obj spec.kafka.template.bootstrapService.metadata

"Metadata applied to the resource."

fn spec.kafka.template.bootstrapService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.bootstrapService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.bootstrapService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.bootstrapService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.brokersService

"Template for Kafka broker Service."

fn spec.kafka.template.brokersService.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.kafka.template.brokersService.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.kafka.template.brokersService.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

obj spec.kafka.template.brokersService.metadata

"Metadata applied to the resource."

fn spec.kafka.template.brokersService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.brokersService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.brokersService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.brokersService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.clusterCaCert

"Template for Secret with Kafka Cluster certificate public key."

obj spec.kafka.template.clusterCaCert.metadata

"Metadata applied to the resource."

fn spec.kafka.template.clusterCaCert.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.clusterCaCert.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.clusterCaCert.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.clusterCaCert.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.clusterRoleBinding

"Template for the Kafka ClusterRoleBinding."

obj spec.kafka.template.clusterRoleBinding.metadata

"Metadata applied to the resource."

fn spec.kafka.template.clusterRoleBinding.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.clusterRoleBinding.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.clusterRoleBinding.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.clusterRoleBinding.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.externalBootstrapIngress

"Template for Kafka external bootstrap Ingress."

obj spec.kafka.template.externalBootstrapIngress.metadata

"Metadata applied to the resource."

fn spec.kafka.template.externalBootstrapIngress.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapIngress.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.externalBootstrapIngress.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapIngress.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.externalBootstrapRoute

"Template for Kafka external bootstrap Route."

obj spec.kafka.template.externalBootstrapRoute.metadata

"Metadata applied to the resource."

fn spec.kafka.template.externalBootstrapRoute.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapRoute.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.externalBootstrapRoute.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapRoute.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.externalBootstrapService

"Template for Kafka external bootstrap Service."

obj spec.kafka.template.externalBootstrapService.metadata

"Metadata applied to the resource."

fn spec.kafka.template.externalBootstrapService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.externalBootstrapService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.externalBootstrapService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.initContainer

"Template for the Kafka init container."

fn spec.kafka.template.initContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.kafka.template.initContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.kafka.template.initContainer.env

"Environment variables which should be applied to the container."

fn spec.kafka.template.initContainer.env.withName

withName(name)

"The environment variable key."

fn spec.kafka.template.initContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.kafka.template.initContainer.securityContext

"Security context for the container."

fn spec.kafka.template.initContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.kafka.template.initContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.kafka.template.initContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.kafka.template.initContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.kafka.template.initContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.kafka.template.initContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.kafka.template.initContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.kafka.template.initContainer.securityContext.capabilities

fn spec.kafka.template.initContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.kafka.template.initContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.kafka.template.initContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.kafka.template.initContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.kafka.template.initContainer.securityContext.seLinuxOptions

fn spec.kafka.template.initContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.kafka.template.initContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.kafka.template.initContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.kafka.template.initContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.kafka.template.initContainer.securityContext.seccompProfile

fn spec.kafka.template.initContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.kafka.template.initContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.kafka.template.initContainer.securityContext.windowsOptions

fn spec.kafka.template.initContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.kafka.template.initContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.kafka.template.initContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.kafka.template.initContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.kafka.template.jmxSecret

"Template for Secret of the Kafka Cluster JMX authentication."

obj spec.kafka.template.jmxSecret.metadata

"Metadata applied to the resource."

fn spec.kafka.template.jmxSecret.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.jmxSecret.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.jmxSecret.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.jmxSecret.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.kafkaContainer

"Template for the Kafka broker container."

fn spec.kafka.template.kafkaContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.kafka.template.kafkaContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.kafka.template.kafkaContainer.env

"Environment variables which should be applied to the container."

fn spec.kafka.template.kafkaContainer.env.withName

withName(name)

"The environment variable key."

fn spec.kafka.template.kafkaContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.kafka.template.kafkaContainer.securityContext

"Security context for the container."

fn spec.kafka.template.kafkaContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.kafka.template.kafkaContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.kafka.template.kafkaContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.kafka.template.kafkaContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.kafka.template.kafkaContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.kafka.template.kafkaContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.kafka.template.kafkaContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.kafka.template.kafkaContainer.securityContext.capabilities

fn spec.kafka.template.kafkaContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.kafka.template.kafkaContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.kafka.template.kafkaContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.kafka.template.kafkaContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.kafka.template.kafkaContainer.securityContext.seLinuxOptions

fn spec.kafka.template.kafkaContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.kafka.template.kafkaContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.kafka.template.kafkaContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.kafka.template.kafkaContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.kafka.template.kafkaContainer.securityContext.seccompProfile

fn spec.kafka.template.kafkaContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.kafka.template.kafkaContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.kafka.template.kafkaContainer.securityContext.windowsOptions

fn spec.kafka.template.kafkaContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.kafka.template.kafkaContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.kafka.template.kafkaContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.kafka.template.kafkaContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.kafka.template.perPodIngress

"Template for Kafka per-pod Ingress used for access from outside of Kubernetes."

obj spec.kafka.template.perPodIngress.metadata

"Metadata applied to the resource."

fn spec.kafka.template.perPodIngress.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.perPodIngress.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.perPodIngress.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.perPodIngress.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.perPodRoute

"Template for Kafka per-pod Routes used for access from outside of OpenShift."

obj spec.kafka.template.perPodRoute.metadata

"Metadata applied to the resource."

fn spec.kafka.template.perPodRoute.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.perPodRoute.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.perPodRoute.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.perPodRoute.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.perPodService

"Template for Kafka per-pod Services used for access from outside of Kubernetes."

obj spec.kafka.template.perPodService.metadata

"Metadata applied to the resource."

fn spec.kafka.template.perPodService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.perPodService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.perPodService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.perPodService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.persistentVolumeClaim

"Template for all Kafka PersistentVolumeClaims."

obj spec.kafka.template.persistentVolumeClaim.metadata

"Metadata applied to the resource."

fn spec.kafka.template.persistentVolumeClaim.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.persistentVolumeClaim.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.persistentVolumeClaim.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.persistentVolumeClaim.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.pod

"Template for Kafka Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.kafka.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.kafka.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.kafka.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.kafka.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.kafka.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.kafka.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.kafka.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.kafka.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.kafka.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity

"The pod's affinity rules."

obj spec.kafka.template.pod.affinity.nodeAffinity

fn spec.kafka.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafka.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity

fn spec.kafka.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafka.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.kafka.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity

fn spec.kafka.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafka.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.kafka.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.kafka.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.kafka.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.hostAliases.withIp

withIp(ip)

obj spec.kafka.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.kafka.template.pod.imagePullSecrets.withName

withName(name)

obj spec.kafka.template.pod.metadata

"Metadata applied to the resource."

fn spec.kafka.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.kafka.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.kafka.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.kafka.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.kafka.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.kafka.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.kafka.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.kafka.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.kafka.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.securityContext.seLinuxOptions

fn spec.kafka.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.kafka.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.kafka.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.kafka.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.kafka.template.pod.securityContext.seccompProfile

fn spec.kafka.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.kafka.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.kafka.template.pod.securityContext.sysctls

fn spec.kafka.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.kafka.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.kafka.template.pod.securityContext.windowsOptions

fn spec.kafka.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.kafka.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.kafka.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.kafka.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.kafka.template.pod.tolerations

"The pod's tolerations."

fn spec.kafka.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.kafka.template.pod.tolerations.withKey

withKey(key)

fn spec.kafka.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.kafka.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.kafka.template.pod.tolerations.withValue

withValue(value)

obj spec.kafka.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.kafka.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafka.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.kafka.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.kafka.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.kafka.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.kafka.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.kafka.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.kafka.template.pod.topologySpreadConstraints.labelSelector

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafka.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafka.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafka.template.podDisruptionBudget

"Template for Kafka PodDisruptionBudget."

fn spec.kafka.template.podDisruptionBudget.withMaxUnavailable

withMaxUnavailable(maxUnavailable)

"Maximum number of unavailable pods to allow automatic Pod eviction. A Pod eviction is allowed when the maxUnavailable number of pods or fewer are unavailable after the eviction. Setting this value to 0 prevents all voluntary evictions, so the pods must be evicted manually. Defaults to 1."

obj spec.kafka.template.podDisruptionBudget.metadata

"Metadata to apply to the PodDisruptionBudgetTemplate resource."

fn spec.kafka.template.podDisruptionBudget.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.podDisruptionBudget.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.podDisruptionBudget.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.podDisruptionBudget.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.podSet

"Template for Kafka StrimziPodSet resource."

obj spec.kafka.template.podSet.metadata

"Metadata applied to the resource."

fn spec.kafka.template.podSet.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.podSet.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.podSet.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.podSet.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.serviceAccount

"Template for the Kafka service account."

obj spec.kafka.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.kafka.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.template.statefulset

"Template for Kafka StatefulSet."

fn spec.kafka.template.statefulset.withPodManagementPolicy

withPodManagementPolicy(podManagementPolicy)

"PodManagementPolicy which will be used for this StatefulSet. Valid values are Parallel and OrderedReady. Defaults to Parallel."

obj spec.kafka.template.statefulset.metadata

"Metadata applied to the resource."

fn spec.kafka.template.statefulset.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafka.template.statefulset.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafka.template.statefulset.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafka.template.statefulset.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafka.tieredStorage

"Configure the tiered storage feature for Kafka brokers."

fn spec.kafka.tieredStorage.withType

withType(type)

"Storage type, only 'custom' is supported at the moment."

obj spec.kafka.tieredStorage.remoteStorageManager

"Configuration for the Remote Storage Manager."

fn spec.kafka.tieredStorage.remoteStorageManager.withClassName

withClassName(className)

"The class name for the RemoteStorageManager implementation."

fn spec.kafka.tieredStorage.remoteStorageManager.withClassPath

withClassPath(classPath)

"The class path for the RemoteStorageManager implementation."

fn spec.kafka.tieredStorage.remoteStorageManager.withConfig

withConfig(config)

"The additional configuration map for the RemoteStorageManager implementation. Keys will be automatically prefixed with rsm.config., and added to Kafka broker configuration."

fn spec.kafka.tieredStorage.remoteStorageManager.withConfigMixin

withConfigMixin(config)

"The additional configuration map for the RemoteStorageManager implementation. Keys will be automatically prefixed with rsm.config., and added to Kafka broker configuration."

Note: This function appends passed data to existing values

obj spec.kafkaExporter

"Configuration of the Kafka Exporter. Kafka Exporter can provide additional metrics, for example lag of consumer group at topic/partition."

fn spec.kafkaExporter.withEnableSaramaLogging

withEnableSaramaLogging(enableSaramaLogging)

"Enable Sarama logging, a Go client library used by the Kafka Exporter."

fn spec.kafkaExporter.withGroupExcludeRegex

withGroupExcludeRegex(groupExcludeRegex)

"Regular expression to specify which consumer groups to exclude."

fn spec.kafkaExporter.withGroupRegex

withGroupRegex(groupRegex)

"Regular expression to specify which consumer groups to collect. Default value is .*."

fn spec.kafkaExporter.withImage

withImage(image)

"The container image used for the Kafka Exporter pods. If no image name is explicitly specified, the image name corresponds to the version specified in the Cluster Operator configuration. If an image name is not defined in the Cluster Operator configuration, a default value is used."

fn spec.kafkaExporter.withLogging

withLogging(logging)

"Only log messages with the given severity or above. Valid levels: [info, debug, trace]. Default log level is info."

fn spec.kafkaExporter.withShowAllOffsets

withShowAllOffsets(showAllOffsets)

"Whether show the offset/lag for all consumer group, otherwise, only show connected consumer groups."

fn spec.kafkaExporter.withTopicExcludeRegex

withTopicExcludeRegex(topicExcludeRegex)

"Regular expression to specify which topics to exclude."

fn spec.kafkaExporter.withTopicRegex

withTopicRegex(topicRegex)

"Regular expression to specify which topics to collect. Default value is .*."

obj spec.kafkaExporter.livenessProbe

"Pod liveness check."

fn spec.kafkaExporter.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.kafkaExporter.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.kafkaExporter.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.kafkaExporter.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.kafkaExporter.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.kafkaExporter.readinessProbe

"Pod readiness check."

fn spec.kafkaExporter.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.kafkaExporter.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.kafkaExporter.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.kafkaExporter.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.kafkaExporter.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.kafkaExporter.resources

"CPU and memory resources to reserve."

fn spec.kafkaExporter.resources.withClaims

withClaims(claims)

fn spec.kafkaExporter.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.resources.withLimits

withLimits(limits)

fn spec.kafkaExporter.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.resources.withRequests

withRequests(requests)

fn spec.kafkaExporter.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.resources.claims

fn spec.kafkaExporter.resources.claims.withName

withName(name)

obj spec.kafkaExporter.template

"Customization of deployment templates and pods."

obj spec.kafkaExporter.template.container

"Template for the Kafka Exporter container."

fn spec.kafkaExporter.template.container.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.kafkaExporter.template.container.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.container.env

"Environment variables which should be applied to the container."

fn spec.kafkaExporter.template.container.env.withName

withName(name)

"The environment variable key."

fn spec.kafkaExporter.template.container.env.withValue

withValue(value)

"The environment variable value."

obj spec.kafkaExporter.template.container.securityContext

"Security context for the container."

fn spec.kafkaExporter.template.container.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.kafkaExporter.template.container.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.kafkaExporter.template.container.securityContext.withProcMount

withProcMount(procMount)

fn spec.kafkaExporter.template.container.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.kafkaExporter.template.container.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.kafkaExporter.template.container.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.kafkaExporter.template.container.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.kafkaExporter.template.container.securityContext.capabilities

fn spec.kafkaExporter.template.container.securityContext.capabilities.withAdd

withAdd(add)

fn spec.kafkaExporter.template.container.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.container.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.kafkaExporter.template.container.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.container.securityContext.seLinuxOptions

fn spec.kafkaExporter.template.container.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.kafkaExporter.template.container.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.kafkaExporter.template.container.securityContext.seLinuxOptions.withType

withType(type)

fn spec.kafkaExporter.template.container.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.kafkaExporter.template.container.securityContext.seccompProfile

fn spec.kafkaExporter.template.container.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.kafkaExporter.template.container.securityContext.seccompProfile.withType

withType(type)

obj spec.kafkaExporter.template.container.securityContext.windowsOptions

fn spec.kafkaExporter.template.container.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.kafkaExporter.template.container.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.kafkaExporter.template.container.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.kafkaExporter.template.container.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.kafkaExporter.template.deployment

"Template for Kafka Exporter Deployment."

fn spec.kafkaExporter.template.deployment.withDeploymentStrategy

withDeploymentStrategy(deploymentStrategy)

"Pod replacement strategy for deployment configuration changes. Valid values are RollingUpdate and Recreate. Defaults to RollingUpdate."

obj spec.kafkaExporter.template.deployment.metadata

"Metadata applied to the resource."

fn spec.kafkaExporter.template.deployment.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafkaExporter.template.deployment.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.deployment.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafkaExporter.template.deployment.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod

"Template for Kafka Exporter Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.kafkaExporter.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.kafkaExporter.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.kafkaExporter.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.kafkaExporter.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.kafkaExporter.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.kafkaExporter.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.kafkaExporter.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.kafkaExporter.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.kafkaExporter.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity

"The pod's affinity rules."

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity

fn spec.kafkaExporter.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.kafkaExporter.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.kafkaExporter.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.hostAliases.withIp

withIp(ip)

obj spec.kafkaExporter.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.kafkaExporter.template.pod.imagePullSecrets.withName

withName(name)

obj spec.kafkaExporter.template.pod.metadata

"Metadata applied to the resource."

fn spec.kafkaExporter.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafkaExporter.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafkaExporter.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.kafkaExporter.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.kafkaExporter.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.kafkaExporter.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.kafkaExporter.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.kafkaExporter.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.kafkaExporter.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.kafkaExporter.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.kafkaExporter.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.securityContext.seLinuxOptions

fn spec.kafkaExporter.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.kafkaExporter.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.kafkaExporter.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.kafkaExporter.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.kafkaExporter.template.pod.securityContext.seccompProfile

fn spec.kafkaExporter.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.kafkaExporter.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.kafkaExporter.template.pod.securityContext.sysctls

fn spec.kafkaExporter.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.kafkaExporter.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.kafkaExporter.template.pod.securityContext.windowsOptions

fn spec.kafkaExporter.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.kafkaExporter.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.kafkaExporter.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.kafkaExporter.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.kafkaExporter.template.pod.tolerations

"The pod's tolerations."

fn spec.kafkaExporter.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.kafkaExporter.template.pod.tolerations.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.kafkaExporter.template.pod.tolerations.withValue

withValue(value)

obj spec.kafkaExporter.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.kafkaExporter.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.service

"Template for Kafka Exporter Service."

obj spec.kafkaExporter.template.service.metadata

"Metadata applied to the resource."

fn spec.kafkaExporter.template.service.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafkaExporter.template.service.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.service.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafkaExporter.template.service.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.kafkaExporter.template.serviceAccount

"Template for the Kafka Exporter service account."

obj spec.kafkaExporter.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.kafkaExporter.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.kafkaExporter.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.kafkaExporter.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.kafkaExporter.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper

"Configuration of the ZooKeeper cluster. This section is required when running a ZooKeeper-based Apache Kafka cluster."

fn spec.zookeeper.withConfig

withConfig(config)

"The ZooKeeper broker config. Properties with the following prefixes cannot be set: server., dataDir, dataLogDir, clientPort, authProvider, quorum.auth, requireClientAuthScheme, snapshot.trust.empty, standaloneEnabled, reconfigEnabled, 4lw.commands.whitelist, secureClientPort, ssl., serverCnxnFactory, sslQuorum (with the exception of: ssl.protocol, ssl.quorum.protocol, ssl.enabledProtocols, ssl.quorum.enabledProtocols, ssl.ciphersuites, ssl.quorum.ciphersuites, ssl.hostnameVerification, ssl.quorum.hostnameVerification)."

fn spec.zookeeper.withConfigMixin

withConfigMixin(config)

"The ZooKeeper broker config. Properties with the following prefixes cannot be set: server., dataDir, dataLogDir, clientPort, authProvider, quorum.auth, requireClientAuthScheme, snapshot.trust.empty, standaloneEnabled, reconfigEnabled, 4lw.commands.whitelist, secureClientPort, ssl., serverCnxnFactory, sslQuorum (with the exception of: ssl.protocol, ssl.quorum.protocol, ssl.enabledProtocols, ssl.quorum.enabledProtocols, ssl.ciphersuites, ssl.quorum.ciphersuites, ssl.hostnameVerification, ssl.quorum.hostnameVerification)."

Note: This function appends passed data to existing values

fn spec.zookeeper.withImage

withImage(image)

"The container image used for ZooKeeper pods. If no image name is explicitly specified, it is determined based on the Kafka version set in spec.kafka.version. The image names are specifically mapped to corresponding versions in the Cluster Operator configuration."

fn spec.zookeeper.withReplicas

withReplicas(replicas)

"The number of pods in the cluster."

obj spec.zookeeper.jmxOptions

"JMX Options for Zookeeper nodes."

obj spec.zookeeper.jmxOptions.authentication

"Authentication configuration for connecting to the JMX port."

fn spec.zookeeper.jmxOptions.authentication.withType

withType(type)

"Authentication type. Currently the only supported types are password.password type creates a username and protected port with no TLS."

obj spec.zookeeper.jvmOptions

"JVM Options for pods."

fn spec.zookeeper.jvmOptions.withGcLoggingEnabled

withGcLoggingEnabled(gcLoggingEnabled)

"Specifies whether the Garbage Collection logging is enabled. The default is false."

fn spec.zookeeper.jvmOptions.withJavaSystemProperties

withJavaSystemProperties(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.zookeeper.jvmOptions.withJavaSystemPropertiesMixin

withJavaSystemPropertiesMixin(javaSystemProperties)

"A map of additional system properties which will be passed using the -D option to the JVM."

Note: This function appends passed data to existing values

fn spec.zookeeper.jvmOptions.withXX

withXX(_XX)

"A map of -XX options to the JVM."

fn spec.zookeeper.jvmOptions.withXXMixin

withXXMixin(_XX)

"A map of -XX options to the JVM."

Note: This function appends passed data to existing values

fn spec.zookeeper.jvmOptions.withXms

withXms(_Xms)

"-Xms option to to the JVM."

fn spec.zookeeper.jvmOptions.withXmx

withXmx(_Xmx)

"-Xmx option to to the JVM."

obj spec.zookeeper.jvmOptions.javaSystemProperties

"A map of additional system properties which will be passed using the -D option to the JVM."

fn spec.zookeeper.jvmOptions.javaSystemProperties.withName

withName(name)

"The system property name."

fn spec.zookeeper.jvmOptions.javaSystemProperties.withValue

withValue(value)

"The system property value."

obj spec.zookeeper.livenessProbe

"Pod liveness checking."

fn spec.zookeeper.livenessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.zookeeper.livenessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.zookeeper.livenessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.zookeeper.livenessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.zookeeper.livenessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.zookeeper.logging

"Logging configuration for ZooKeeper."

fn spec.zookeeper.logging.withLoggers

withLoggers(loggers)

"A Map from logger name to logger level."

fn spec.zookeeper.logging.withLoggersMixin

withLoggersMixin(loggers)

"A Map from logger name to logger level."

Note: This function appends passed data to existing values

fn spec.zookeeper.logging.withType

withType(type)

"Logging type, must be either 'inline' or 'external'."

obj spec.zookeeper.logging.valueFrom

"ConfigMap entry where the logging configuration is stored. "

obj spec.zookeeper.logging.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.zookeeper.logging.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.zookeeper.logging.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.zookeeper.logging.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.zookeeper.metricsConfig

"Metrics configuration."

fn spec.zookeeper.metricsConfig.withType

withType(type)

"Metrics type. Only 'jmxPrometheusExporter' supported currently."

obj spec.zookeeper.metricsConfig.valueFrom

"ConfigMap entry where the Prometheus JMX Exporter configuration is stored. "

obj spec.zookeeper.metricsConfig.valueFrom.configMapKeyRef

"Reference to the key in the ConfigMap containing the configuration."

fn spec.zookeeper.metricsConfig.valueFrom.configMapKeyRef.withKey

withKey(key)

fn spec.zookeeper.metricsConfig.valueFrom.configMapKeyRef.withName

withName(name)

fn spec.zookeeper.metricsConfig.valueFrom.configMapKeyRef.withOptional

withOptional(optional)

obj spec.zookeeper.readinessProbe

"Pod readiness checking."

fn spec.zookeeper.readinessProbe.withFailureThreshold

withFailureThreshold(failureThreshold)

"Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."

fn spec.zookeeper.readinessProbe.withInitialDelaySeconds

withInitialDelaySeconds(initialDelaySeconds)

"The initial delay before first the health is first checked. Default to 15 seconds. Minimum value is 0."

fn spec.zookeeper.readinessProbe.withPeriodSeconds

withPeriodSeconds(periodSeconds)

"How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."

fn spec.zookeeper.readinessProbe.withSuccessThreshold

withSuccessThreshold(successThreshold)

"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."

fn spec.zookeeper.readinessProbe.withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"The timeout for each attempted health check. Default to 5 seconds. Minimum value is 1."

obj spec.zookeeper.resources

"CPU and memory resources to reserve."

fn spec.zookeeper.resources.withClaims

withClaims(claims)

fn spec.zookeeper.resources.withClaimsMixin

withClaimsMixin(claims)

Note: This function appends passed data to existing values

fn spec.zookeeper.resources.withLimits

withLimits(limits)

fn spec.zookeeper.resources.withLimitsMixin

withLimitsMixin(limits)

Note: This function appends passed data to existing values

fn spec.zookeeper.resources.withRequests

withRequests(requests)

fn spec.zookeeper.resources.withRequestsMixin

withRequestsMixin(requests)

Note: This function appends passed data to existing values

obj spec.zookeeper.resources.claims

fn spec.zookeeper.resources.claims.withName

withName(name)

obj spec.zookeeper.storage

"Storage configuration (disk). Cannot be updated."

fn spec.zookeeper.storage.withClass

withClass(class)

"The storage class to use for dynamic volume allocation."

fn spec.zookeeper.storage.withDeleteClaim

withDeleteClaim(deleteClaim)

"Specifies if the persistent volume claim has to be deleted when the cluster is un-deployed."

fn spec.zookeeper.storage.withId

withId(id)

"Storage identification number. Mandatory for storage volumes defined with a jbod storage type configuration."

fn spec.zookeeper.storage.withKraftMetadata

withKraftMetadata(kraftMetadata)

"Specifies whether this volume should be used for storing KRaft metadata. This property is optional. When set, the only currently supported value is shared. At most one volume can have this property set."

fn spec.zookeeper.storage.withOverrides

withOverrides(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.zookeeper.storage.withOverridesMixin

withOverridesMixin(overrides)

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

Note: This function appends passed data to existing values

fn spec.zookeeper.storage.withSelector

withSelector(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

fn spec.zookeeper.storage.withSelectorMixin

withSelectorMixin(selector)

"Specifies a specific persistent volume to use. It contains key:value pairs representing labels for selecting such a volume."

Note: This function appends passed data to existing values

fn spec.zookeeper.storage.withSize

withSize(size)

"When type=persistent-claim, defines the size of the persistent volume claim, such as 100Gi. Mandatory when type=persistent-claim."

fn spec.zookeeper.storage.withSizeLimit

withSizeLimit(sizeLimit)

"When type=ephemeral, defines the total amount of local storage required for this EmptyDir volume (for example 1Gi)."

fn spec.zookeeper.storage.withType

withType(type)

"Storage type, must be either 'ephemeral' or 'persistent-claim'."

obj spec.zookeeper.storage.overrides

"Overrides for individual brokers. The overrides field allows to specify a different configuration for different brokers."

fn spec.zookeeper.storage.overrides.withBroker

withBroker(broker)

"Id of the kafka broker (broker identifier)."

fn spec.zookeeper.storage.overrides.withClass

withClass(class)

"The storage class to use for dynamic volume allocation for this broker."

obj spec.zookeeper.template

"Template for ZooKeeper cluster resources. The template allows users to specify how the Kubernetes resources are generated."

obj spec.zookeeper.template.clientService

"Template for ZooKeeper client Service."

fn spec.zookeeper.template.clientService.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.zookeeper.template.clientService.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.clientService.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

obj spec.zookeeper.template.clientService.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.clientService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.clientService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.clientService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.clientService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.jmxSecret

"Template for Secret of the Zookeeper Cluster JMX authentication."

obj spec.zookeeper.template.jmxSecret.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.jmxSecret.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.jmxSecret.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.jmxSecret.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.jmxSecret.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.nodesService

"Template for ZooKeeper nodes Service."

fn spec.zookeeper.template.nodesService.withIpFamilies

withIpFamilies(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

fn spec.zookeeper.template.nodesService.withIpFamiliesMixin

withIpFamiliesMixin(ipFamilies)

"Specifies the IP Families used by the service. Available options are IPv4 and IPv6. If unspecified, Kubernetes will choose the default value based on the ipFamilyPolicy setting."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.nodesService.withIpFamilyPolicy

withIpFamilyPolicy(ipFamilyPolicy)

"Specifies the IP Family Policy used by the service. Available options are SingleStack, PreferDualStack and RequireDualStack. SingleStack is for a single IP family. PreferDualStack is for two IP families on dual-stack configured clusters or a single IP family on single-stack clusters. RequireDualStack fails unless there are two IP families on dual-stack configured clusters. If unspecified, Kubernetes will choose the default value based on the service type."

obj spec.zookeeper.template.nodesService.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.nodesService.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.nodesService.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.nodesService.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.nodesService.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.persistentVolumeClaim

"Template for all ZooKeeper PersistentVolumeClaims."

obj spec.zookeeper.template.persistentVolumeClaim.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.persistentVolumeClaim.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.persistentVolumeClaim.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.persistentVolumeClaim.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.persistentVolumeClaim.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod

"Template for ZooKeeper Pods."

withEnableServiceLinks(enableServiceLinks)

"Indicates whether information about services should be injected into Pod's environment variables."

fn spec.zookeeper.template.pod.withHostAliases

withHostAliases(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.zookeeper.template.pod.withHostAliasesMixin

withHostAliasesMixin(hostAliases)

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.withImagePullSecrets

withImagePullSecrets(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.zookeeper.template.pod.withImagePullSecretsMixin

withImagePullSecretsMixin(imagePullSecrets)

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.withPriorityClassName

withPriorityClassName(priorityClassName)

"The name of the priority class used to assign priority to the pods. "

fn spec.zookeeper.template.pod.withSchedulerName

withSchedulerName(schedulerName)

"The name of the scheduler used to dispatch this Pod. If not specified, the default scheduler will be used."

fn spec.zookeeper.template.pod.withTerminationGracePeriodSeconds

withTerminationGracePeriodSeconds(terminationGracePeriodSeconds)

"The grace period is the duration in seconds after the processes running in the pod are sent a termination signal, and the time when the processes are forcibly halted with a kill signal. Set this value to longer than the expected cleanup time for your process. Value must be a non-negative integer. A zero value indicates delete immediately. You might need to increase the grace period for very large Kafka clusters, so that the Kafka brokers have enough time to transfer their work to another broker before they are terminated. Defaults to 30 seconds."

fn spec.zookeeper.template.pod.withTmpDirSizeLimit

withTmpDirSizeLimit(tmpDirSizeLimit)

"Defines the total amount (for example 1Gi) of local storage required for temporary EmptyDir volume (/tmp). Default value is 5Mi."

fn spec.zookeeper.template.pod.withTolerations

withTolerations(tolerations)

"The pod's tolerations."

fn spec.zookeeper.template.pod.withTolerationsMixin

withTolerationsMixin(tolerations)

"The pod's tolerations."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.withTopologySpreadConstraints

withTopologySpreadConstraints(topologySpreadConstraints)

"The pod's topology spread constraints."

fn spec.zookeeper.template.pod.withTopologySpreadConstraintsMixin

withTopologySpreadConstraintsMixin(topologySpreadConstraints)

"The pod's topology spread constraints."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity

"The pod's affinity rules."

obj spec.zookeeper.template.pod.affinity.nodeAffinity

fn spec.zookeeper.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFields

withMatchFields(matchFields)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution.preference.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTerms

withNodeSelectorTerms(nodeSelectorTerms)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNodeSelectorTermsMixin

withNodeSelectorTermsMixin(nodeSelectorTerms)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFields

withMatchFields(matchFields)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.withMatchFieldsMixin

withMatchFieldsMixin(matchFields)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms.matchFields.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity

fn spec.zookeeper.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.zookeeper.template.pod.affinity.podAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.zookeeper.template.pod.affinity.podAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecution

withPreferredDuringSchedulingIgnoredDuringExecution(preferredDuringSchedulingIgnoredDuringExecution)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.withPreferredDuringSchedulingIgnoredDuringExecutionMixin

withPreferredDuringSchedulingIgnoredDuringExecutionMixin(preferredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecution

withRequiredDuringSchedulingIgnoredDuringExecution(requiredDuringSchedulingIgnoredDuringExecution)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.withRequiredDuringSchedulingIgnoredDuringExecutionMixin

withRequiredDuringSchedulingIgnoredDuringExecutionMixin(requiredDuringSchedulingIgnoredDuringExecution)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.withWeight

withWeight(weight)

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespaces

withNamespaces(namespaces)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.withTopologyKey

withTopologyKey(topologyKey)

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution.podAffinityTerm.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeys

withMismatchLabelKeys(mismatchLabelKeys)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withMismatchLabelKeysMixin

withMismatchLabelKeysMixin(mismatchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespaces

withNamespaces(namespaces)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withNamespacesMixin

withNamespacesMixin(namespaces)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.withTopologyKey

withTopologyKey(topologyKey)

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution.namespaceSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.hostAliases

"The pod's HostAliases. HostAliases is an optional list of hosts and IPs that will be injected into the Pod's hosts file if specified."

fn spec.zookeeper.template.pod.hostAliases.withHostnames

withHostnames(hostnames)

fn spec.zookeeper.template.pod.hostAliases.withHostnamesMixin

withHostnamesMixin(hostnames)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.hostAliases.withIp

withIp(ip)

obj spec.zookeeper.template.pod.imagePullSecrets

"List of references to secrets in the same namespace to use for pulling any of the images used by this Pod. When the STRIMZI_IMAGE_PULL_SECRETS environment variable in Cluster Operator and the imagePullSecrets option are specified, only the imagePullSecrets variable is used and the STRIMZI_IMAGE_PULL_SECRETS variable is ignored."

fn spec.zookeeper.template.pod.imagePullSecrets.withName

withName(name)

obj spec.zookeeper.template.pod.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.pod.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.pod.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.pod.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.securityContext

"Configures pod-level security attributes and common container settings."

fn spec.zookeeper.template.pod.securityContext.withFsGroup

withFsGroup(fsGroup)

fn spec.zookeeper.template.pod.securityContext.withFsGroupChangePolicy

withFsGroupChangePolicy(fsGroupChangePolicy)

fn spec.zookeeper.template.pod.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.zookeeper.template.pod.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.zookeeper.template.pod.securityContext.withRunAsUser

withRunAsUser(runAsUser)

fn spec.zookeeper.template.pod.securityContext.withSupplementalGroups

withSupplementalGroups(supplementalGroups)

fn spec.zookeeper.template.pod.securityContext.withSupplementalGroupsMixin

withSupplementalGroupsMixin(supplementalGroups)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.securityContext.withSysctls

withSysctls(sysctls)

fn spec.zookeeper.template.pod.securityContext.withSysctlsMixin

withSysctlsMixin(sysctls)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.securityContext.seLinuxOptions

fn spec.zookeeper.template.pod.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.zookeeper.template.pod.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.zookeeper.template.pod.securityContext.seLinuxOptions.withType

withType(type)

fn spec.zookeeper.template.pod.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.zookeeper.template.pod.securityContext.seccompProfile

fn spec.zookeeper.template.pod.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.zookeeper.template.pod.securityContext.seccompProfile.withType

withType(type)

obj spec.zookeeper.template.pod.securityContext.sysctls

fn spec.zookeeper.template.pod.securityContext.sysctls.withName

withName(name)

fn spec.zookeeper.template.pod.securityContext.sysctls.withValue

withValue(value)

obj spec.zookeeper.template.pod.securityContext.windowsOptions

fn spec.zookeeper.template.pod.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.zookeeper.template.pod.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.zookeeper.template.pod.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.zookeeper.template.pod.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)

obj spec.zookeeper.template.pod.tolerations

"The pod's tolerations."

fn spec.zookeeper.template.pod.tolerations.withEffect

withEffect(effect)

fn spec.zookeeper.template.pod.tolerations.withKey

withKey(key)

fn spec.zookeeper.template.pod.tolerations.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.tolerations.withTolerationSeconds

withTolerationSeconds(tolerationSeconds)

fn spec.zookeeper.template.pod.tolerations.withValue

withValue(value)

obj spec.zookeeper.template.pod.topologySpreadConstraints

"The pod's topology spread constraints."

fn spec.zookeeper.template.pod.topologySpreadConstraints.withMatchLabelKeys

withMatchLabelKeys(matchLabelKeys)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withMatchLabelKeysMixin

withMatchLabelKeysMixin(matchLabelKeys)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.topologySpreadConstraints.withMaxSkew

withMaxSkew(maxSkew)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withMinDomains

withMinDomains(minDomains)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withNodeAffinityPolicy

withNodeAffinityPolicy(nodeAffinityPolicy)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withNodeTaintsPolicy

withNodeTaintsPolicy(nodeTaintsPolicy)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withTopologyKey

withTopologyKey(topologyKey)

fn spec.zookeeper.template.pod.topologySpreadConstraints.withWhenUnsatisfiable

withWhenUnsatisfiable(whenUnsatisfiable)

obj spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressions

withMatchExpressions(matchExpressions)

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.withMatchExpressionsMixin

withMatchExpressionsMixin(matchExpressions)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.withMatchLabels

withMatchLabels(matchLabels)

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.matchExpressions

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withKey

withKey(key)

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withOperator

withOperator(operator)

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValues

withValues(values)

fn spec.zookeeper.template.pod.topologySpreadConstraints.labelSelector.matchExpressions.withValuesMixin

withValuesMixin(values)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.podDisruptionBudget

"Template for ZooKeeper PodDisruptionBudget."

fn spec.zookeeper.template.podDisruptionBudget.withMaxUnavailable

withMaxUnavailable(maxUnavailable)

"Maximum number of unavailable pods to allow automatic Pod eviction. A Pod eviction is allowed when the maxUnavailable number of pods or fewer are unavailable after the eviction. Setting this value to 0 prevents all voluntary evictions, so the pods must be evicted manually. Defaults to 1."

obj spec.zookeeper.template.podDisruptionBudget.metadata

"Metadata to apply to the PodDisruptionBudgetTemplate resource."

fn spec.zookeeper.template.podDisruptionBudget.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.podDisruptionBudget.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.podDisruptionBudget.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.podDisruptionBudget.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.podSet

"Template for ZooKeeper StrimziPodSet resource."

obj spec.zookeeper.template.podSet.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.podSet.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.podSet.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.podSet.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.podSet.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.serviceAccount

"Template for the ZooKeeper service account."

obj spec.zookeeper.template.serviceAccount.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.serviceAccount.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.serviceAccount.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.serviceAccount.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.serviceAccount.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.statefulset

"Template for ZooKeeper StatefulSet."

fn spec.zookeeper.template.statefulset.withPodManagementPolicy

withPodManagementPolicy(podManagementPolicy)

"PodManagementPolicy which will be used for this StatefulSet. Valid values are Parallel and OrderedReady. Defaults to Parallel."

obj spec.zookeeper.template.statefulset.metadata

"Metadata applied to the resource."

fn spec.zookeeper.template.statefulset.metadata.withAnnotations

withAnnotations(annotations)

"Annotations added to the Kubernetes resource."

fn spec.zookeeper.template.statefulset.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations added to the Kubernetes resource."

Note: This function appends passed data to existing values

fn spec.zookeeper.template.statefulset.metadata.withLabels

withLabels(labels)

"Labels added to the Kubernetes resource."

fn spec.zookeeper.template.statefulset.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels added to the Kubernetes resource."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.zookeeperContainer

"Template for the ZooKeeper container."

fn spec.zookeeper.template.zookeeperContainer.withEnv

withEnv(env)

"Environment variables which should be applied to the container."

fn spec.zookeeper.template.zookeeperContainer.withEnvMixin

withEnvMixin(env)

"Environment variables which should be applied to the container."

Note: This function appends passed data to existing values

obj spec.zookeeper.template.zookeeperContainer.env

"Environment variables which should be applied to the container."

fn spec.zookeeper.template.zookeeperContainer.env.withName

withName(name)

"The environment variable key."

fn spec.zookeeper.template.zookeeperContainer.env.withValue

withValue(value)

"The environment variable value."

obj spec.zookeeper.template.zookeeperContainer.securityContext

"Security context for the container."

fn spec.zookeeper.template.zookeeperContainer.securityContext.withAllowPrivilegeEscalation

withAllowPrivilegeEscalation(allowPrivilegeEscalation)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withPrivileged

withPrivileged(privileged)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withProcMount

withProcMount(procMount)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withReadOnlyRootFilesystem

withReadOnlyRootFilesystem(readOnlyRootFilesystem)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withRunAsGroup

withRunAsGroup(runAsGroup)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withRunAsNonRoot

withRunAsNonRoot(runAsNonRoot)

fn spec.zookeeper.template.zookeeperContainer.securityContext.withRunAsUser

withRunAsUser(runAsUser)

obj spec.zookeeper.template.zookeeperContainer.securityContext.capabilities

fn spec.zookeeper.template.zookeeperContainer.securityContext.capabilities.withAdd

withAdd(add)

fn spec.zookeeper.template.zookeeperContainer.securityContext.capabilities.withAddMixin

withAddMixin(add)

Note: This function appends passed data to existing values

fn spec.zookeeper.template.zookeeperContainer.securityContext.capabilities.withDrop

withDrop(drop)

fn spec.zookeeper.template.zookeeperContainer.securityContext.capabilities.withDropMixin

withDropMixin(drop)

Note: This function appends passed data to existing values

obj spec.zookeeper.template.zookeeperContainer.securityContext.seLinuxOptions

fn spec.zookeeper.template.zookeeperContainer.securityContext.seLinuxOptions.withLevel

withLevel(level)

fn spec.zookeeper.template.zookeeperContainer.securityContext.seLinuxOptions.withRole

withRole(role)

fn spec.zookeeper.template.zookeeperContainer.securityContext.seLinuxOptions.withType

withType(type)

fn spec.zookeeper.template.zookeeperContainer.securityContext.seLinuxOptions.withUser

withUser(user)

obj spec.zookeeper.template.zookeeperContainer.securityContext.seccompProfile

fn spec.zookeeper.template.zookeeperContainer.securityContext.seccompProfile.withLocalhostProfile

withLocalhostProfile(localhostProfile)

fn spec.zookeeper.template.zookeeperContainer.securityContext.seccompProfile.withType

withType(type)

obj spec.zookeeper.template.zookeeperContainer.securityContext.windowsOptions

fn spec.zookeeper.template.zookeeperContainer.securityContext.windowsOptions.withGmsaCredentialSpec

withGmsaCredentialSpec(gmsaCredentialSpec)

fn spec.zookeeper.template.zookeeperContainer.securityContext.windowsOptions.withGmsaCredentialSpecName

withGmsaCredentialSpecName(gmsaCredentialSpecName)

fn spec.zookeeper.template.zookeeperContainer.securityContext.windowsOptions.withHostProcess

withHostProcess(hostProcess)

fn spec.zookeeper.template.zookeeperContainer.securityContext.windowsOptions.withRunAsUserName

withRunAsUserName(runAsUserName)