diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index 7f1aa5a..b72b823 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -85,9 +85,11 @@ DataStoreSpec defines the desired state of DataStore.
| string |
NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
- If this value is nil, the behavior is equivalent to the Honor policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + If this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. |
false | ||||
| string |
NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included.
- If this value is nil, the behavior is equivalent to the Ignore policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + If this value is nil, the behavior is equivalent to the Ignore policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. |
false | ||||
| proxyPort | -integer | +agent | +object |
- Port of Konnectivity proxy server. - Format: int32 + + Default: map[image:registry.k8s.io/kas-network-proxy/proxy-agent version:v0.0.32] |
- true | +false |
| agentImage | +server | +object | +
+ + + Default: map[image:registry.k8s.io/kas-network-proxy/proxy-server port:8132 version:v0.0.32] + |
+ false | +
| Name | +Type | +Description | +Required | +
|---|---|---|---|
| extraArgs | +[]string | +
+ ExtraArgs allows adding additional arguments to said component. + |
+ false | +
| image | string |
AgentImage defines the container image for Konnectivity's agent. @@ -2963,27 +3007,11 @@ Enables the Konnectivity addon in the Tenant Cluster, required if the worker nod Default: registry.k8s.io/kas-network-proxy/proxy-agent |
false | -
| resources | -object | -
- Resources define the amount of CPU and memory to allocate to the Konnectivity server. - |
- false | -
| serverImage | -string | -
- ServerImage defines the container image for Konnectivity's server. - - Default: registry.k8s.io/kas-network-proxy/proxy-server - |
- false |
| version | string |
- Version for Konnectivity server and agent. + Version for Konnectivity agent. Default: v0.0.32 |
@@ -2992,7 +3020,67 @@ Enables the Konnectivity addon in the Tenant Cluster, required if the worker nod
| Name | +Type | +Description | +Required | +
|---|---|---|---|
| port | +integer | +
+ The port which Konnectivity server is listening to. + + Format: int32 + |
+ true | +
| extraArgs | +[]string | +
+ ExtraArgs allows adding additional arguments to said component. + |
+ false | +
| image | +string | +
+ Container image used by the Konnectivity server. + + Default: registry.k8s.io/kas-network-proxy/proxy-server + |
+ false | +
| resources | +object | +
+ Resources define the amount of CPU and memory to allocate to the Konnectivity server. + |
+ false | +
| version | +string | +
+ Container image version of the Konnectivity server. + + Default: v0.0.32 + |
+ false | +
| Name | -Type | -Description | -Required | -
|---|---|---|---|
| checksum | -string | -
- - |
- false | -
| lastUpdate | -string | -
- - - Format: date-time - |
- false | -
| Name | -Type | -Description | -Required | -
|---|---|---|---|
| checksum | -string | -
- - |
- false | -
| lastUpdate | -string | -
- - - Format: date-time - |
- false | -
| ingress | []object |
- Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. + Ingress is a list containing ingress points for the load-balancer. |
false | @@ -5000,7 +4969,7 @@ LoadBalancer contains the current status of the load-balancer. -LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point. +IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
| hostname | string |
- Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) + 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 (typically GCE or OpenStack load-balancers) + IP is set for load-balancer ingress points that are IP based. |
false |
| ports | []object |
- Ports is a list of records of service ports If used, every port defined in the service should have an entry in it + Ports provides information about the ports exposed by this LoadBalancer. |
false |
| port | integer |
- Port is the port number of the service port of which status is recorded here + Port is the port number of the ingress port. Format: int32 |
@@ -5064,7 +5033,7 @@ LoadBalancerIngress represents the status of a load-balancer ingress point: traf
protocol | string |
- Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP" + Protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP" Default: TCP |
@@ -5337,7 +5306,7 @@ KubernetesVersion contains the information regarding the running Kubernetes vers
Status returns the current status of the Kubernetes version, such as its provisioning state, or completed upgrade. - Enum: Provisioning, Upgrading, Ready, NotReady + Enum: Provisioning, Upgrading, Migrating, Ready, NotReady Default: Provisioning |
false |