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
Name | +Type | +Description | +Required | +
---|---|---|---|
seconds | +integer | +
+ Seconds is the number of seconds to sleep. + + Format: int64 + |
+ true | +
Name | +Type | +Description | +Required | +
---|---|---|---|
seconds | +integer | +
+ Seconds is the number of seconds to sleep. + + Format: int64 + |
+ true | +
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 | ||||||||||||||||||||||||||||||||||
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 |
Name | +Type | +Description | +Required | +
---|---|---|---|
resourceName | +string | +
+ Name of the resource to which this resource resize policy applies. Supported values: cpu, memory. + |
+ true | +
restartPolicy | +string | +
+ Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired. + |
+ true | +
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 | @@ -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/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 | @@ -3907,6 +4038,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 | @@ -4017,7 +4155,7 @@ HTTPHeader describes a custom header to be used in HTTP probesname | 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 |
Name | +Type | +Description | +Required | +
---|---|---|---|
seconds | +integer | +
+ Seconds is the number of seconds to sleep. + + Format: int64 + |
+ true | +
Name | +Type | +Description | +Required | +
---|---|---|---|
seconds | +integer | +
+ Seconds is the number of seconds to sleep. + + Format: int64 + |
+ true | +
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 | ||||||||||||||||||||||||||||||
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 |
Name | +Type | +Description | +Required | +
---|---|---|---|
resourceName | +string | +
+ Name of the resource to which this resource resize policy applies. Supported values: cpu, memory. + |
+ true | +
restartPolicy | +string | +
+ Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired. + |
+ true | +
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 | +||
volumeAttributesClassName | +string | +
+ 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 | @@ -6989,15 +7230,6 @@ resources represents the minimum resources the volume should have. If RecoverVol|||||
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 |
Name | -Type | -Description | -Required | -
---|---|---|---|
name | -string | -
- 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 | -
Name | +Type | +Description | +Required | +
---|---|---|---|
path | +string | +
+ Relative path from the volume root to write the bundle. + |
+ true | +
labelSelector | +object | +
+ 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 | +
name | +string | +
+ Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector. + |
+ false | +
optional | +boolean | +
+ 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 | +
signerName | +string | +
+ Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated. + |
+ false | +
Name | +Type | +Description | +Required | +
---|---|---|---|
matchExpressions | +[]object | +
+ matchExpressions is a list of label selector requirements. The requirements are ANDed. + |
+ false | +
matchLabels | +map[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 | +
Name | +Type | +Description | +Required | +
---|---|---|---|
key | +string | +
+ key is the label key that the selector applies to. + |
+ true | +
operator | +string | +
+ 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 | +
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | +|
ipMode | +string | +
+ 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 | @@ -12873,7 +13283,7 @@ KubernetesIngressStatus defines the status for the Tenant Control Plane IngressloadBalancer | object |
- LoadBalancer contains the current status of the load-balancer. + loadBalancer contains the current status of the load-balancer. |
false |
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 | @@ -12925,21 +13335,21 @@ IngressLoadBalancerIngress represents the status of a load-balancer ingress poinhostname | 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 |
@@ -12974,7 +13384,7 @@ IngressPortStatus represents the error condition of a service port
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 |
@@ -12983,7 +13393,7 @@ IngressPortStatus represents the error condition of a service port
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 | @@ -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)false | +
ipMode | +string | +
+ 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 | 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] |