make update
This commit is contained in:
244
api/openapi-spec/swagger.json
generated
244
api/openapi-spec/swagger.json
generated
@@ -14064,7 +14064,7 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.IPAddress": {
|
||||
"io.k8s.api.networking.v1beta1.IPAddress": {
|
||||
"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",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
@@ -14080,7 +14080,7 @@
|
||||
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
|
||||
},
|
||||
"spec": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec",
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddressSpec",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
@@ -14089,11 +14089,11 @@
|
||||
{
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.IPAddressList": {
|
||||
"io.k8s.api.networking.v1beta1.IPAddressList": {
|
||||
"description": "IPAddressList contains a list of IPAddress.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
@@ -14103,7 +14103,7 @@
|
||||
"items": {
|
||||
"description": "items is the list of IPAddresses.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
@@ -14124,15 +14124,15 @@
|
||||
{
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddressList",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.IPAddressSpec": {
|
||||
"io.k8s.api.networking.v1beta1.IPAddressSpec": {
|
||||
"description": "IPAddressSpec describe the attributes in an IP Address.",
|
||||
"properties": {
|
||||
"parentRef": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ParentReference",
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ParentReference",
|
||||
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
|
||||
}
|
||||
},
|
||||
@@ -14141,7 +14141,7 @@
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.ParentReference": {
|
||||
"io.k8s.api.networking.v1beta1.ParentReference": {
|
||||
"description": "ParentReference describes a reference to a parent object.",
|
||||
"properties": {
|
||||
"group": {
|
||||
@@ -14167,7 +14167,7 @@
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.ServiceCIDR": {
|
||||
"io.k8s.api.networking.v1beta1.ServiceCIDR": {
|
||||
"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.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
@@ -14183,11 +14183,11 @@
|
||||
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
|
||||
},
|
||||
"spec": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDRSpec",
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDRSpec",
|
||||
"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"
|
||||
},
|
||||
"status": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDRStatus",
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDRStatus",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
@@ -14196,11 +14196,11 @@
|
||||
{
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.ServiceCIDRList": {
|
||||
"io.k8s.api.networking.v1beta1.ServiceCIDRList": {
|
||||
"description": "ServiceCIDRList contains a list of ServiceCIDR objects.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
@@ -14210,7 +14210,7 @@
|
||||
"items": {
|
||||
"description": "items is the list of ServiceCIDRs.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
@@ -14231,15 +14231,15 @@
|
||||
{
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDRList",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.ServiceCIDRSpec": {
|
||||
"io.k8s.api.networking.v1beta1.ServiceCIDRSpec": {
|
||||
"description": "ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.",
|
||||
"properties": {
|
||||
"cidrs": {
|
||||
"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. The network address of each CIDR, the address that identifies the subnet of a host, is reserved and will not be allocated. The broadcast address for IPv4 CIDRs is also reserved and will not be allocated. This field is immutable.",
|
||||
"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.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -14249,7 +14249,7 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.networking.v1alpha1.ServiceCIDRStatus": {
|
||||
"io.k8s.api.networking.v1beta1.ServiceCIDRStatus": {
|
||||
"description": "ServiceCIDRStatus describes the current state of the ServiceCIDR.",
|
||||
"properties": {
|
||||
"conditions": {
|
||||
@@ -64233,7 +64233,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/": {
|
||||
"/apis/networking.k8s.io/v1beta1/": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"application/json",
|
||||
@@ -64241,7 +64241,7 @@
|
||||
"application/vnd.kubernetes.protobuf"
|
||||
],
|
||||
"description": "get available resources",
|
||||
"operationId": "getNetworkingV1alpha1APIResources",
|
||||
"operationId": "getNetworkingV1beta1APIResources",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -64262,17 +64262,17 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/ipaddresses": {
|
||||
"/apis/networking.k8s.io/v1beta1/ipaddresses": {
|
||||
"delete": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "delete collection of IPAddress",
|
||||
"operationId": "deleteNetworkingV1alpha1CollectionIPAddress",
|
||||
"operationId": "deleteNetworkingV1beta1CollectionIPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-2Y1dVQaQ"
|
||||
@@ -64338,13 +64338,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "deletecollection",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"get": {
|
||||
@@ -64352,7 +64352,7 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "list or watch objects of kind IPAddress",
|
||||
"operationId": "listNetworkingV1alpha1IPAddress",
|
||||
"operationId": "listNetworkingV1beta1IPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
|
||||
@@ -64396,7 +64396,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddressList"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddressList"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64407,13 +64407,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "list",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -64426,14 +64426,14 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "create an IPAddress",
|
||||
"operationId": "createNetworkingV1alpha1IPAddress",
|
||||
"operationId": "createNetworkingV1beta1IPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64463,19 +64463,19 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64486,23 +64486,23 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "post",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/ipaddresses/{name}": {
|
||||
"/apis/networking.k8s.io/v1beta1/ipaddresses/{name}": {
|
||||
"delete": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "delete an IPAddress",
|
||||
"operationId": "deleteNetworkingV1alpha1IPAddress",
|
||||
"operationId": "deleteNetworkingV1beta1IPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-2Y1dVQaQ"
|
||||
@@ -64550,13 +64550,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "delete",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"get": {
|
||||
@@ -64564,7 +64564,7 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "read the specified IPAddress",
|
||||
"operationId": "readNetworkingV1alpha1IPAddress",
|
||||
"operationId": "readNetworkingV1beta1IPAddress",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -64574,7 +64574,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64585,13 +64585,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "get",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -64615,7 +64615,7 @@
|
||||
"application/apply-patch+yaml"
|
||||
],
|
||||
"description": "partially update the specified IPAddress",
|
||||
"operationId": "patchNetworkingV1alpha1IPAddress",
|
||||
"operationId": "patchNetworkingV1beta1IPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-78PwaGsr"
|
||||
@@ -64650,13 +64650,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64667,13 +64667,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "patch",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"put": {
|
||||
@@ -64681,14 +64681,14 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "replace the specified IPAddress",
|
||||
"operationId": "replaceNetworkingV1alpha1IPAddress",
|
||||
"operationId": "replaceNetworkingV1beta1IPAddress",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64718,13 +64718,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.IPAddress"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.IPAddress"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64735,23 +64735,23 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "put",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/servicecidrs": {
|
||||
"/apis/networking.k8s.io/v1beta1/servicecidrs": {
|
||||
"delete": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "delete collection of ServiceCIDR",
|
||||
"operationId": "deleteNetworkingV1alpha1CollectionServiceCIDR",
|
||||
"operationId": "deleteNetworkingV1beta1CollectionServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-2Y1dVQaQ"
|
||||
@@ -64817,13 +64817,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "deletecollection",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"get": {
|
||||
@@ -64831,7 +64831,7 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "list or watch objects of kind ServiceCIDR",
|
||||
"operationId": "listNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "listNetworkingV1beta1ServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/allowWatchBookmarks-HC2hJt-J"
|
||||
@@ -64875,7 +64875,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDRList"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDRList"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64886,13 +64886,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "list",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -64905,14 +64905,14 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "create a ServiceCIDR",
|
||||
"operationId": "createNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "createNetworkingV1beta1ServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64942,19 +64942,19 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -64965,23 +64965,23 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "post",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/servicecidrs/{name}": {
|
||||
"/apis/networking.k8s.io/v1beta1/servicecidrs/{name}": {
|
||||
"delete": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "delete a ServiceCIDR",
|
||||
"operationId": "deleteNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "deleteNetworkingV1beta1ServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-2Y1dVQaQ"
|
||||
@@ -65029,13 +65029,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "delete",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"get": {
|
||||
@@ -65043,7 +65043,7 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "read the specified ServiceCIDR",
|
||||
"operationId": "readNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "readNetworkingV1beta1ServiceCIDR",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65053,7 +65053,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65064,13 +65064,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "get",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -65094,7 +65094,7 @@
|
||||
"application/apply-patch+yaml"
|
||||
],
|
||||
"description": "partially update the specified ServiceCIDR",
|
||||
"operationId": "patchNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "patchNetworkingV1beta1ServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-78PwaGsr"
|
||||
@@ -65129,13 +65129,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65146,13 +65146,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "patch",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"put": {
|
||||
@@ -65160,14 +65160,14 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "replace the specified ServiceCIDR",
|
||||
"operationId": "replaceNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "replaceNetworkingV1beta1ServiceCIDR",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -65197,13 +65197,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65214,23 +65214,23 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "put",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/servicecidrs/{name}/status": {
|
||||
"/apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "read status of the specified ServiceCIDR",
|
||||
"operationId": "readNetworkingV1alpha1ServiceCIDRStatus",
|
||||
"operationId": "readNetworkingV1beta1ServiceCIDRStatus",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65240,7 +65240,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65251,13 +65251,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "get",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -65281,7 +65281,7 @@
|
||||
"application/apply-patch+yaml"
|
||||
],
|
||||
"description": "partially update status of the specified ServiceCIDR",
|
||||
"operationId": "patchNetworkingV1alpha1ServiceCIDRStatus",
|
||||
"operationId": "patchNetworkingV1beta1ServiceCIDRStatus",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/body-78PwaGsr"
|
||||
@@ -65316,13 +65316,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65333,13 +65333,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "patch",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"put": {
|
||||
@@ -65347,14 +65347,14 @@
|
||||
"*/*"
|
||||
],
|
||||
"description": "replace status of the specified ServiceCIDR",
|
||||
"operationId": "replaceNetworkingV1alpha1ServiceCIDRStatus",
|
||||
"operationId": "replaceNetworkingV1beta1ServiceCIDRStatus",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -65384,13 +65384,13 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
"description": "Created",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
|
||||
"$ref": "#/definitions/io.k8s.api.networking.v1beta1.ServiceCIDR"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
@@ -65401,23 +65401,23 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "put",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/watch/ipaddresses": {
|
||||
"/apis/networking.k8s.io/v1beta1/watch/ipaddresses": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.",
|
||||
"operationId": "watchNetworkingV1alpha1IPAddressList",
|
||||
"operationId": "watchNetworkingV1beta1IPAddressList",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65440,13 +65440,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "watchlist",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -65485,13 +65485,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/watch/ipaddresses/{name}": {
|
||||
"/apis/networking.k8s.io/v1beta1/watch/ipaddresses/{name}": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
|
||||
"operationId": "watchNetworkingV1alpha1IPAddress",
|
||||
"operationId": "watchNetworkingV1beta1IPAddress",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65514,13 +65514,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "watch",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "IPAddress",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -65567,13 +65567,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/watch/servicecidrs": {
|
||||
"/apis/networking.k8s.io/v1beta1/watch/servicecidrs": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead.",
|
||||
"operationId": "watchNetworkingV1alpha1ServiceCIDRList",
|
||||
"operationId": "watchNetworkingV1beta1ServiceCIDRList",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65596,13 +65596,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "watchlist",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
@@ -65641,13 +65641,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/networking.k8s.io/v1alpha1/watch/servicecidrs/{name}": {
|
||||
"/apis/networking.k8s.io/v1beta1/watch/servicecidrs/{name}": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"description": "watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
|
||||
"operationId": "watchNetworkingV1alpha1ServiceCIDR",
|
||||
"operationId": "watchNetworkingV1beta1ServiceCIDR",
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
@@ -65670,13 +65670,13 @@
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"networking_v1alpha1"
|
||||
"networking_v1beta1"
|
||||
],
|
||||
"x-kubernetes-action": "watch",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "networking.k8s.io",
|
||||
"kind": "ServiceCIDR",
|
||||
"version": "v1alpha1"
|
||||
"version": "v1beta1"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user