You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master-local/_definitions.json
+216
Original file line number
Diff line number
Diff line change
@@ -13363,6 +13363,89 @@
13363
13363
],
13364
13364
"type": "object"
13365
13365
},
13366
+
"io.k8s.api.networking.v1.IPAddress": {
13367
+
"description": "IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1",
13368
+
"properties": {
13369
+
"apiVersion": {
13370
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
13371
+
"type": "string"
13372
+
},
13373
+
"kind": {
13374
+
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description": "spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
13387
+
}
13388
+
},
13389
+
"type": "object",
13390
+
"x-kubernetes-group-version-kind": [
13391
+
{
13392
+
"group": "networking.k8s.io",
13393
+
"kind": "IPAddress",
13394
+
"version": "v1"
13395
+
}
13396
+
]
13397
+
},
13398
+
"io.k8s.api.networking.v1.IPAddressList": {
13399
+
"description": "IPAddressList contains a list of IPAddress.",
13400
+
"properties": {
13401
+
"apiVersion": {
13402
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
13403
+
"type": "string"
13404
+
},
13405
+
"items": {
13406
+
"description": "items is the list of IPAddresses.",
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
13442
+
}
13443
+
},
13444
+
"required": [
13445
+
"parentRef"
13446
+
],
13447
+
"type": "object"
13448
+
},
13366
13449
"io.k8s.api.networking.v1.IPBlock": {
13367
13450
"description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.0/24\",\"2001:db8::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.",
13368
13451
"properties": {
@@ -13921,6 +14004,32 @@
13921
14004
],
13922
14005
"type": "object"
13923
14006
},
14007
+
"io.k8s.api.networking.v1.ParentReference": {
14008
+
"description": "ParentReference describes a reference to a parent object.",
14009
+
"properties": {
14010
+
"group": {
14011
+
"description": "Group is the group of the object being referenced.",
14012
+
"type": "string"
14013
+
},
14014
+
"name": {
14015
+
"description": "Name is the name of the object being referenced.",
14016
+
"type": "string"
14017
+
},
14018
+
"namespace": {
14019
+
"description": "Namespace is the namespace of the object being referenced.",
14020
+
"type": "string"
14021
+
},
14022
+
"resource": {
14023
+
"description": "Resource is the resource of the object being referenced.",
14024
+
"type": "string"
14025
+
}
14026
+
},
14027
+
"required": [
14028
+
"resource",
14029
+
"name"
14030
+
],
14031
+
"type": "object"
14032
+
},
13924
14033
"io.k8s.api.networking.v1.ServiceBackendPort": {
13925
14034
"description": "ServiceBackendPort is the service port being referenced.",
13926
14035
"properties": {
@@ -13937,6 +14046,113 @@
13937
14046
"type": "object",
13938
14047
"x-kubernetes-map-type": "atomic"
13939
14048
},
14049
+
"io.k8s.api.networking.v1.ServiceCIDR": {
14050
+
"description": "ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.",
14051
+
"properties": {
14052
+
"apiVersion": {
14053
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
14054
+
"type": "string"
14055
+
},
14056
+
"kind": {
14057
+
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description": "spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
"description": "status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
14074
+
}
14075
+
},
14076
+
"type": "object",
14077
+
"x-kubernetes-group-version-kind": [
14078
+
{
14079
+
"group": "networking.k8s.io",
14080
+
"kind": "ServiceCIDR",
14081
+
"version": "v1"
14082
+
}
14083
+
]
14084
+
},
14085
+
"io.k8s.api.networking.v1.ServiceCIDRList": {
14086
+
"description": "ServiceCIDRList contains a list of ServiceCIDR objects.",
14087
+
"properties": {
14088
+
"apiVersion": {
14089
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
14090
+
"type": "string"
14091
+
},
14092
+
"items": {
14093
+
"description": "items is the list of ServiceCIDRs.",
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
14109
+
}
14110
+
},
14111
+
"required": [
14112
+
"items"
14113
+
],
14114
+
"type": "object",
14115
+
"x-kubernetes-group-version-kind": [
14116
+
{
14117
+
"group": "networking.k8s.io",
14118
+
"kind": "ServiceCIDRList",
14119
+
"version": "v1"
14120
+
}
14121
+
]
14122
+
},
14123
+
"io.k8s.api.networking.v1.ServiceCIDRSpec": {
14124
+
"description": "ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.",
14125
+
"properties": {
14126
+
"cidrs": {
14127
+
"description": "CIDRs defines the IP blocks in CIDR notation (e.g. \"192.168.0.0/24\" or \"2001:db8::/64\") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.",
14128
+
"items": {
14129
+
"type": "string"
14130
+
},
14131
+
"type": "array",
14132
+
"x-kubernetes-list-type": "atomic"
14133
+
}
14134
+
},
14135
+
"type": "object"
14136
+
},
14137
+
"io.k8s.api.networking.v1.ServiceCIDRStatus": {
14138
+
"description": "ServiceCIDRStatus describes the current state of the ServiceCIDR.",
14139
+
"properties": {
14140
+
"conditions": {
14141
+
"description": "conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state",
"description": "IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1",
"description": "IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1",
3
+
"properties": {
4
+
"apiVersion": {
5
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
6
+
"type": [
7
+
"string",
8
+
"null"
9
+
],
10
+
"enum": [
11
+
"networking.k8s.io/v1"
12
+
]
13
+
},
14
+
"kind": {
15
+
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"description": "spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
"description": "IPAddressList contains a list of IPAddress.",
3
+
"properties": {
4
+
"apiVersion": {
5
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
6
+
"type": [
7
+
"string",
8
+
"null"
9
+
],
10
+
"enum": [
11
+
"networking.k8s.io/v1"
12
+
]
13
+
},
14
+
"items": {
15
+
"description": "items is the list of IPAddresses.",
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
0 commit comments