@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.5
6+ controller-gen.kubebuilder.io/version : v0.17.2
77 name : etcds.druid.gardener.cloud
88spec :
99 group : druid.gardener.cloud
@@ -404,6 +404,13 @@ spec:
404404 description : Labels specify the labels that should be added
405405 to the client service
406406 type : object
407+ trafficDistribution :
408+ description : |-
409+ TrafficDistribution defines the traffic distribution preference that should be added to the client service.
410+ More info: https://kubernetes.io/docs/reference/networking/virtual-ips/#traffic-distribution
411+ enum :
412+ - PreferClose
413+ type : string
407414 type : object
408415 clientUrlTls :
409416 description : ClientUrlTLS contains the ca, server TLS and client
@@ -1834,12 +1841,6 @@ spec:
18341841 status :
18351842 description : EtcdStatus defines the observed state of Etcd.
18361843 properties :
1837- clusterSize :
1838- description : |-
1839- Cluster size is the current size of the etcd cluster.
1840- Deprecated: this field will not be populated with any value and will be removed in the future.
1841- format : int32
1842- type : integer
18431844 conditions :
18441845 description : Conditions represents the latest available observations
18451846 of an etcd's current state.
@@ -1949,11 +1950,6 @@ spec:
19491950 type : object
19501951 type : object
19511952 x-kubernetes-map-type : atomic
1952- lastError :
1953- description : |-
1954- LastError represents the last occurred error.
1955- Deprecated: Use LastErrors instead.
1956- type : string
19571953 lastErrors :
19581954 description : LastErrors captures errors that occurred during the last
19591955 operation.
@@ -2068,17 +2064,6 @@ spec:
20682064 description : Replicas is the replica count of the etcd cluster.
20692065 format : int32
20702066 type : integer
2071- serviceName :
2072- description : |-
2073- ServiceName is the name of the etcd service.
2074- Deprecated: this field will be removed in the future.
2075- type : string
2076- updatedReplicas :
2077- description : |-
2078- UpdatedReplicas is the count of updated replicas in the etcd cluster.
2079- Deprecated: this field will be removed in the future.
2080- format : int32
2081- type : integer
20822067 type : object
20832068 type : object
20842069 served : true
0 commit comments