@@ -886,24 +886,6 @@ spec:
886886 properties :
887887 enabled :
888888 type : boolean
889- iam_service_account_key :
890- description : SecretKeySelector selects a key of a Secret.
891- properties :
892- key :
893- description : The key of the secret to select from. Must be
894- a valid secret key.
895- type : string
896- name :
897- description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
898- TODO: Add other useful fields. apiVersion, kind, uid?'
899- type : string
900- optional :
901- description : Specify whether the Secret or its key must be
902- defined
903- type : boolean
904- required :
905- - key
906- type : object
907889 required :
908890 - enabled
909891 type : object
@@ -1208,7 +1190,9 @@ spec:
12081190 to be used in HTTP probes
12091191 properties :
12101192 name :
1211- description : The header field name
1193+ description : The header field name. This will
1194+ be canonicalized upon output, so case-variant
1195+ names will be understood as the same header.
12121196 type : string
12131197 value :
12141198 description : The header field value
@@ -1304,7 +1288,9 @@ spec:
13041288 to be used in HTTP probes
13051289 properties :
13061290 name :
1307- description : The header field name
1291+ description : The header field name. This will
1292+ be canonicalized upon output, so case-variant
1293+ names will be understood as the same header.
13081294 type : string
13091295 value :
13101296 description : The header field value
@@ -1417,7 +1403,9 @@ spec:
14171403 to be used in HTTP probes
14181404 properties :
14191405 name :
1420- description : The header field name
1406+ description : The header field name. This will
1407+ be canonicalized upon output, so case-variant
1408+ names will be understood as the same header.
14211409 type : string
14221410 value :
14231411 description : The header field value
@@ -1619,7 +1607,9 @@ spec:
16191607 to be used in HTTP probes
16201608 properties :
16211609 name :
1622- description : The header field name
1610+ description : The header field name. This will
1611+ be canonicalized upon output, so case-variant
1612+ names will be understood as the same header.
16231613 type : string
16241614 value :
16251615 description : The header field value
@@ -1716,7 +1706,8 @@ spec:
17161706 description : " Claims lists the names of resources, defined
17171707 in spec.resourceClaims, that are used by this container.
17181708 \n This is an alpha field and requires enabling the DynamicResourceAllocation
1719- feature gate. \n This field is immutable."
1709+ feature gate. \n This field is immutable. It can only
1710+ be set for containers."
17201711 items :
17211712 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
17221713 properties :
@@ -2000,7 +1991,9 @@ spec:
20001991 to be used in HTTP probes
20011992 properties :
20021993 name :
2003- description : The header field name
1994+ description : The header field name. This will
1995+ be canonicalized upon output, so case-variant
1996+ names will be understood as the same header.
20041997 type : string
20051998 value :
20061999 description : The header field value
@@ -3204,7 +3197,7 @@ spec:
32043197 in spec.resourceClaims, that are used by this container.
32053198 \n This is an alpha field and requires enabling the
32063199 DynamicResourceAllocation feature gate. \n This field
3207- is immutable."
3200+ is immutable. It can only be set for containers. "
32083201 items :
32093202 description : ResourceClaim references one entry in
32103203 PodSpec.ResourceClaims.
@@ -3280,7 +3273,7 @@ spec:
32803273 in spec.resourceClaims, that are used by this container.
32813274 \n This is an alpha field and requires enabling the
32823275 DynamicResourceAllocation feature gate. \n This field
3283- is immutable."
3276+ is immutable. It can only be set for containers. "
32843277 items :
32853278 description : ResourceClaim references one entry in
32863279 PodSpec.ResourceClaims.
@@ -3614,7 +3607,8 @@ spec:
36143607 description : " Claims lists the names of resources, defined
36153608 in spec.resourceClaims, that are used by this container.
36163609 \n This is an alpha field and requires enabling the DynamicResourceAllocation
3617- feature gate. \n This field is immutable."
3610+ feature gate. \n This field is immutable. It can only be
3611+ set for containers."
36183612 items :
36193613 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
36203614 properties :
@@ -3811,6 +3805,20 @@ spec:
38113805 type : object
38123806 externalHost :
38133807 type : string
3808+ ipDiscovery :
3809+ properties :
3810+ enabled :
3811+ type : boolean
3812+ ipFamily :
3813+ description : IPFamily represents the IP Family (IPv4 or
3814+ IPv6). This type is used to express the family of an
3815+ IP expressed by a type (e.g. service.spec.ipFamilies).
3816+ type : string
3817+ targetNameOverride :
3818+ type : string
3819+ required :
3820+ - enabled
3821+ type : object
38143822 ipFamilies :
38153823 items :
38163824 description : IPFamily represents the IP Family (IPv4 or
@@ -4072,7 +4080,8 @@ spec:
40724080 description : " Claims lists the names of resources, defined
40734081 in spec.resourceClaims, that are used by this container.
40744082 \n This is an alpha field and requires enabling the DynamicResourceAllocation
4075- feature gate. \n This field is immutable."
4083+ feature gate. \n This field is immutable. It can only be
4084+ set for containers."
40764085 items :
40774086 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
40784087 properties :
@@ -4925,7 +4934,8 @@ spec:
49254934 defined in spec.resourceClaims, that are used
49264935 by this container. \n This is an alpha field
49274936 and requires enabling the DynamicResourceAllocation
4928- feature gate. \n This field is immutable."
4937+ feature gate. \n This field is immutable.
4938+ It can only be set for containers."
49294939 items :
49304940 description : ResourceClaim references one
49314941 entry in PodSpec.ResourceClaims.
0 commit comments