@@ -14663,6 +14663,23 @@ spec:
14663
14663
- Local
14664
14664
maxLength: 10
14665
14665
type: string
14666
+ ipFamilies:
14667
+ items:
14668
+ description: |-
14669
+ IPFamily represents the IP Family (IPv4 or IPv6). This type is used
14670
+ to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies).
14671
+ enum:
14672
+ - IPv4
14673
+ - IPv6
14674
+ type: string
14675
+ type: array
14676
+ ipFamilyPolicy:
14677
+ description: 'More info: https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/'
14678
+ enum:
14679
+ - SingleStack
14680
+ - PreferDualStack
14681
+ - RequireDualStack
14682
+ type: string
14666
14683
metadata:
14667
14684
description: Metadata contains metadata for custom resources
14668
14685
properties:
@@ -15005,6 +15022,23 @@ spec:
15005
15022
- Local
15006
15023
maxLength: 10
15007
15024
type: string
15025
+ ipFamilies:
15026
+ items:
15027
+ description: |-
15028
+ IPFamily represents the IP Family (IPv4 or IPv6). This type is used
15029
+ to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies).
15030
+ enum:
15031
+ - IPv4
15032
+ - IPv6
15033
+ type: string
15034
+ type: array
15035
+ ipFamilyPolicy:
15036
+ description: 'More info: https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/'
15037
+ enum:
15038
+ - SingleStack
15039
+ - PreferDualStack
15040
+ - RequireDualStack
15041
+ type: string
15008
15042
metadata:
15009
15043
description: Metadata contains metadata for custom resources
15010
15044
properties:
@@ -15053,6 +15087,23 @@ spec:
15053
15087
- Local
15054
15088
maxLength: 10
15055
15089
type: string
15090
+ ipFamilies:
15091
+ items:
15092
+ description: |-
15093
+ IPFamily represents the IP Family (IPv4 or IPv6). This type is used
15094
+ to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies).
15095
+ enum:
15096
+ - IPv4
15097
+ - IPv6
15098
+ type: string
15099
+ type: array
15100
+ ipFamilyPolicy:
15101
+ description: 'More info: https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/'
15102
+ enum:
15103
+ - SingleStack
15104
+ - PreferDualStack
15105
+ - RequireDualStack
15106
+ type: string
15056
15107
metadata:
15057
15108
description: Metadata contains metadata for custom resources
15058
15109
properties:
@@ -16749,6 +16800,23 @@ spec:
16749
16800
- Local
16750
16801
maxLength: 10
16751
16802
type: string
16803
+ ipFamilies:
16804
+ items:
16805
+ description: |-
16806
+ IPFamily represents the IP Family (IPv4 or IPv6). This type is used
16807
+ to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies).
16808
+ enum:
16809
+ - IPv4
16810
+ - IPv6
16811
+ type: string
16812
+ type: array
16813
+ ipFamilyPolicy:
16814
+ description: 'More info: https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/'
16815
+ enum:
16816
+ - SingleStack
16817
+ - PreferDualStack
16818
+ - RequireDualStack
16819
+ type: string
16752
16820
metadata:
16753
16821
description: Metadata contains metadata for custom resources
16754
16822
properties:
0 commit comments