diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index 47475405..eef47305 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -1162,6 +1162,13 @@ A single application container that you want to run within a pod. Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
false + + resizePolicy + []object + + Resources resize policy for the container.
+ + false resources object @@ -1169,6 +1176,13 @@ A single application container that you want to run within a pod. Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false + + restartPolicy + string + + RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is "Always". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.
+ + false securityContext object @@ -1651,6 +1665,13 @@ PostStart is called immediately after a container is created. If the handler fai HTTPGet specifies the http request to perform.
false + + sleep + object + + Sleep represents the duration that the container should sleep before being terminated.
+ + false tcpSocket object @@ -1761,7 +1782,7 @@ HTTPHeader describes a custom header to be used in HTTP probes name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true @@ -1775,6 +1796,34 @@ HTTPHeader describes a custom header to be used in HTTP probes +### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].lifecycle.postStart.sleep + + + +Sleep represents the duration that the container should sleep before being terminated. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
secondsinteger + Seconds is the number of seconds to sleep.
+
+ Format: int64
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].lifecycle.postStart.tcpSocket @@ -1837,6 +1886,13 @@ PreStop is called immediately before a container is terminated due to an API req HTTPGet specifies the http request to perform.
false + + sleep + object + + Sleep represents the duration that the container should sleep before being terminated.
+ + false tcpSocket object @@ -1947,7 +2003,7 @@ HTTPHeader describes a custom header to be used in HTTP probes name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true @@ -1961,6 +2017,34 @@ HTTPHeader describes a custom header to be used in HTTP probes +### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].lifecycle.preStop.sleep + + + +Sleep represents the duration that the container should sleep before being terminated. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
secondsinteger + Seconds is the number of seconds to sleep.
+
+ Format: int64
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].lifecycle.preStop.tcpSocket @@ -2029,7 +2113,7 @@ Periodic probe of container liveness. Container will be restarted if the probe f grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false @@ -2125,7 +2209,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port. @@ -2230,7 +2314,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -2372,7 +2456,7 @@ Periodic probe of container service readiness. Container will be removed from se @@ -2468,7 +2552,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port.
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false
@@ -2573,7 +2657,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -2620,6 +2704,39 @@ TCPSocket specifies an action involving a TCP port.
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
+### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].resizePolicy[index] + + + +ContainerResizePolicy represents resource resize policy for the container. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
resourceNamestring + Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.
+
true
restartPolicystring + Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalContainers[index].resources @@ -2641,7 +2758,7 @@ Compute Resources required by this container. Cannot be updated. More info: http Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false @@ -2655,7 +2772,7 @@ Compute Resources required by this container. Cannot be updated. More info: http requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false @@ -2895,7 +3012,7 @@ The seccomp options to use by this container. If seccomp options are provided at localhostProfile string - localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
+ localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.
false @@ -2935,7 +3052,7 @@ The Windows specific settings applied to all containers. If unspecified, the opt hostProcess boolean - HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.
+ HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.
false @@ -2984,7 +3101,7 @@ StartupProbe indicates that the Pod has successfully initialized. If specified, grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false @@ -3080,7 +3197,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port. @@ -3185,7 +3302,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -3418,6 +3535,13 @@ A single application container that you want to run within a pod. Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
+ + + + + @@ -3425,6 +3549,13 @@ A single application container that you want to run within a pod. Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ + + + + @@ -3907,6 +4038,13 @@ PostStart is called immediately after a container is created. If the handler fai HTTPGet specifies the http request to perform.
+ + + + + @@ -4017,7 +4155,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -4031,6 +4169,34 @@ HTTPHeader describes a custom header to be used in HTTP probes
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
false
resizePolicy[]object + Resources resize policy for the container.
+
false
resources object false
restartPolicystring + RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is "Always". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.
+
false
securityContext object false
sleepobject + Sleep represents the duration that the container should sleep before being terminated.
+
false
tcpSocket objectname string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
+### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].lifecycle.postStart.sleep + + + +Sleep represents the duration that the container should sleep before being terminated. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
secondsinteger + Seconds is the number of seconds to sleep.
+
+ Format: int64
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].lifecycle.postStart.tcpSocket @@ -4093,6 +4259,13 @@ PreStop is called immediately before a container is terminated due to an API req HTTPGet specifies the http request to perform.
false + + sleep + object + + Sleep represents the duration that the container should sleep before being terminated.
+ + false tcpSocket object @@ -4203,7 +4376,7 @@ HTTPHeader describes a custom header to be used in HTTP probes name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true @@ -4217,6 +4390,34 @@ HTTPHeader describes a custom header to be used in HTTP probes +### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].lifecycle.preStop.sleep + + + +Sleep represents the duration that the container should sleep before being terminated. + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
secondsinteger + Seconds is the number of seconds to sleep.
+
+ Format: int64
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].lifecycle.preStop.tcpSocket @@ -4285,7 +4486,7 @@ Periodic probe of container liveness. Container will be restarted if the probe f grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false @@ -4381,7 +4582,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port. @@ -4486,7 +4687,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -4628,7 +4829,7 @@ Periodic probe of container service readiness. Container will be removed from se @@ -4724,7 +4925,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port.
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false
@@ -4829,7 +5030,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -4876,6 +5077,39 @@ TCPSocket specifies an action involving a TCP port.
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
+### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].resizePolicy[index] + + + +ContainerResizePolicy represents resource resize policy for the container. + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
resourceNamestring + Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.
+
true
restartPolicystring + Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
+
true
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalInitContainers[index].resources @@ -4897,7 +5131,7 @@ Compute Resources required by this container. Cannot be updated. More info: http Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false @@ -4911,7 +5145,7 @@ Compute Resources required by this container. Cannot be updated. More info: http requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false @@ -5151,7 +5385,7 @@ The seccomp options to use by this container. If seccomp options are provided at localhostProfile string - localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
+ localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.
false @@ -5191,7 +5425,7 @@ The Windows specific settings applied to all containers. If unspecified, the opt hostProcess boolean - HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.
+ HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.
false @@ -5240,7 +5474,7 @@ StartupProbe indicates that the Pod has successfully initialized. If specified, grpc object - GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
+ GRPC specifies an action involving a GRPC port.
false @@ -5336,7 +5570,7 @@ Exec specifies the action to take. -GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. +GRPC specifies an action involving a GRPC port. @@ -5441,7 +5675,7 @@ HTTPHeader describes a custom header to be used in HTTP probes @@ -6735,7 +6969,7 @@ emptyDir represents a temporary directory that shares a pod's lifetime. More inf @@ -6868,6 +7102,13 @@ The specification for the PersistentVolumeClaim. The entire content is copied un storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
+ + + + + @@ -6989,15 +7230,6 @@ resources represents the minimum resources the volume should have. If RecoverVol - - - - -
name string - The header field name
+ The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
true
sizeLimit int or string - sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
+ sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
false
false
volumeAttributesClassNamestring + volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.
+
false
volumeMode string
claims[]object - Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. - This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
-
false
limits map[string]int or string @@ -7008,39 +7240,13 @@ resources represents the minimum resources the volume should have. If RecoverVol requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
-### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].ephemeral.volumeClaimTemplate.spec.resources.claims[index] - - - -ResourceClaim references one entry in PodSpec.ResourceClaims. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring - Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
-
true
- - ### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].ephemeral.volumeClaimTemplate.spec.selector @@ -7766,6 +7972,16 @@ Projection that may be projected along with other supported volume types + clusterTrustBundle + object + + ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file. + Alpha, gated by the ClusterTrustBundleProjection feature gate. + ClusterTrustBundle objects can either be selected by name, or by the combination of signer name and a label selector. + Kubelet performs aggressive normalization of the PEM contents written into the pod filesystem. Esoteric PEM features such as inter-block comments and block headers are stripped. Certificates are deduplicated. The ordering of certificates within the file is arbitrary, and Kubelet may change the order over time.
+ + false + configMap object @@ -7797,6 +8013,136 @@ Projection that may be projected along with other supported volume types +### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].projected.sources[index].clusterTrustBundle + + + +ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file. + Alpha, gated by the ClusterTrustBundleProjection feature gate. + ClusterTrustBundle objects can either be selected by name, or by the combination of signer name and a label selector. + Kubelet performs aggressive normalization of the PEM contents written into the pod filesystem. Esoteric PEM features such as inter-block comments and block headers are stripped. Certificates are deduplicated. The ordering of certificates within the file is arbitrary, and Kubelet may change the order over time. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
pathstring + Relative path from the volume root to write the bundle.
+
true
labelSelectorobject + Select all ClusterTrustBundles that match this label selector. Only has effect if signerName is set. Mutually-exclusive with name. If unset, interpreted as "match nothing". If set but empty, interpreted as "match everything".
+
false
namestring + Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.
+
false
optionalboolean + If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.
+
false
signerNamestring + Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.
+
false
+ + +### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].projected.sources[index].clusterTrustBundle.labelSelector + + + +Select all ClusterTrustBundles that match this label selector. Only has effect if signerName is set. Mutually-exclusive with name. If unset, interpreted as "match nothing". If set but empty, interpreted as "match everything". + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
matchExpressions[]object + matchExpressions is a list of label selector requirements. The requirements are ANDed.
+
false
matchLabelsmap[string]string + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
+
false
+ + +### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].projected.sources[index].clusterTrustBundle.labelSelector.matchExpressions[index] + + + +A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
keystring + key is the label key that the selector applies to.
+
true
operatorstring + operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
+
true
values[]string + values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
+
false
+ + ### TenantControlPlane.spec.controlPlane.deployment.additionalVolumes[index].projected.sources[index].configMap @@ -9100,7 +9446,21 @@ Required. A pod affinity term, associated with the corresponding weight. labelSelector object - A label query over a set of resources, in this case pods.
+ A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
+ + false + + matchLabelKeys + []string + + MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. Also, MatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
+ + false + + mismatchLabelKeys + []string + + MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MismatchLabelKeys and LabelSelector. Also, MismatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
false @@ -9125,7 +9485,7 @@ Required. A pod affinity term, associated with the corresponding weight. -A label query over a set of resources, in this case pods. +A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods. @@ -9293,7 +9653,21 @@ Defines a set of pods (namely those matching the labelSelector relative to the g + + + + + + + + + + @@ -9318,7 +9692,7 @@ Defines a set of pods (namely those matching the labelSelector relative to the g -A label query over a set of resources, in this case pods. +A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
labelSelector object - A label query over a set of resources, in this case pods.
+ A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
+
false
matchLabelKeys[]string + MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. Also, MatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
+
false
mismatchLabelKeys[]string + MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MismatchLabelKeys and LabelSelector. Also, MismatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
false
@@ -9554,7 +9928,21 @@ Required. A pod affinity term, associated with the corresponding weight. + + + + + + + + + + @@ -9579,7 +9967,7 @@ Required. A pod affinity term, associated with the corresponding weight. -A label query over a set of resources, in this case pods. +A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
labelSelector object - A label query over a set of resources, in this case pods.
+ A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
+
false
matchLabelKeys[]string + MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. Also, MatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
+
false
mismatchLabelKeys[]string + MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MismatchLabelKeys and LabelSelector. Also, MismatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
false
@@ -9747,7 +10135,21 @@ Defines a set of pods (namely those matching the labelSelector relative to the g + + + + + + + + + + @@ -9772,7 +10174,7 @@ Defines a set of pods (namely those matching the labelSelector relative to the g -A label query over a set of resources, in this case pods. +A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
labelSelector object - A label query over a set of resources, in this case pods.
+ A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
+
false
matchLabelKeys[]string + MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. Also, MatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
+
false
mismatchLabelKeys[]string + MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MismatchLabelKeys and LabelSelector. Also, MismatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.
false
@@ -10091,7 +10493,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10105,7 +10507,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10159,7 +10561,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10173,7 +10575,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10227,7 +10629,7 @@ Define the kine container resources. Available only if Kamaji is running using K @@ -10241,7 +10643,7 @@ Define the kine container resources. Available only if Kamaji is running using K @@ -10295,7 +10697,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10309,7 +10711,7 @@ ResourceRequirements describes the compute resource requirements. @@ -10513,7 +10915,8 @@ TopologySpreadConstraint specifies how to spread matching pods among the given t @@ -11007,7 +11410,7 @@ Resources define the amount of CPU and memory to allocate to the Konnectivity se @@ -11021,7 +11424,7 @@ Resources define the amount of CPU and memory to allocate to the Konnectivity se @@ -11813,6 +12216,13 @@ LoadBalancerIngress represents the status of a load-balancer ingress point: traf IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)
+ + + + + @@ -12873,7 +13283,7 @@ KubernetesIngressStatus defines the status for the Tenant Control Plane Ingress @@ -12884,7 +13294,7 @@ KubernetesIngressStatus defines the status for the Tenant Control Plane Ingress -LoadBalancer contains the current status of the load-balancer. +loadBalancer contains the current status of the load-balancer.
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false
requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false
requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false
requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false
requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
matchLabelKeys []string - MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector.
+ MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. MatchLabelKeys cannot be set when LabelSelector isn't set. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. + This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
false
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable.
+ This field is immutable. It can only be set for containers.
false
requests map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
false
ipModestring + IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to "VIP" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to "Proxy" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.
+
false
ports []objectloadBalancer object - LoadBalancer contains the current status of the load-balancer.
+ loadBalancer contains the current status of the load-balancer.
false
@@ -12899,7 +13309,7 @@ LoadBalancer contains the current status of the load-balancer. @@ -12925,21 +13335,21 @@ IngressLoadBalancerIngress represents the status of a load-balancer ingress poin @@ -12965,7 +13375,7 @@ IngressPortStatus represents the error condition of a service port @@ -12974,7 +13384,7 @@ IngressPortStatus represents the error condition of a service port @@ -12983,7 +13393,7 @@ IngressPortStatus represents the error condition of a service port @@ -13171,6 +13581,13 @@ LoadBalancerIngress represents the status of a load-balancer ingress point: traf IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)
+ + + + + diff --git a/docs/content/reference/versioning.md b/docs/content/reference/versioning.md index 380bccd2..edc96eaa 100644 --- a/docs/content/reference/versioning.md +++ b/docs/content/reference/versioning.md @@ -14,3 +14,4 @@ In Kamaji, there are different components that might require independent version | v0.3.4 | v1.22+ | [v1.21.0 .. v1.28.1] | | v0.3.5 | v1.22+ | [v1.21.0 .. v1.28.1] | | v0.3.5 | v1.22+ | [v1.21.0 .. v1.28.1] | +| v0.4.0 | v1.22+ | [v1.21.0 .. v1.29.0] |
ingress []object - Ingress is a list containing ingress points for the load-balancer.
+ ingress is a list containing ingress points for the load-balancer.
false
hostname string - Hostname is set for load-balancer ingress points that are DNS based.
+ hostname is set for load-balancer ingress points that are DNS based.
false
ip string - IP is set for load-balancer ingress points that are IP based.
+ ip is set for load-balancer ingress points that are IP based.
false
ports []object - Ports provides information about the ports exposed by this LoadBalancer.
+ ports provides information about the ports exposed by this LoadBalancer.
false
port integer - Port is the port number of the ingress port.
+ port is the port number of the ingress port.

Format: int32
protocol string - Protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
+ protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"

Default: TCP
error string - Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase. --- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
+ error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase. --- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
false
false
ipModestring + IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to "VIP" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to "Proxy" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.
+
false
ports []object