|
7101 | 7101 | "additionalProperties": false
|
7102 | 7102 | },
|
7103 | 7103 | "io.k8s.api.core.v1.EndpointAddress": {
|
7104 |
| - "description": "EndpointAddress is a tuple that describes single IP address.", |
| 7104 | + "description": "EndpointAddress is a tuple that describes single IP address. Deprecated: This API is deprecated in v1.33+.", |
7105 | 7105 | "properties": {
|
7106 | 7106 | "hostname": {
|
7107 | 7107 | "description": "The Hostname of this endpoint",
|
|
7128 | 7128 | "additionalProperties": false
|
7129 | 7129 | },
|
7130 | 7130 | "io.k8s.api.core.v1.EndpointPort": {
|
7131 |
| - "description": "EndpointPort is a tuple that describes a single port.", |
| 7131 | + "description": "EndpointPort is a tuple that describes a single port. Deprecated: This API is deprecated in v1.33+.", |
7132 | 7132 | "properties": {
|
7133 | 7133 | "appProtocol": {
|
7134 | 7134 | "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior-\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.",
|
|
7156 | 7156 | "additionalProperties": false
|
7157 | 7157 | },
|
7158 | 7158 | "io.k8s.api.core.v1.EndpointSubset": {
|
7159 |
| - "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n\n\t{\n\t Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n\t}\n\nThe resulting set of endpoints can be viewed as:\n\n\ta: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n\tb: [ 10.10.1.1:309, 10.10.2.2:309 ]", |
| 7159 | + "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n\n\t{\n\t Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n\t}\n\nThe resulting set of endpoints can be viewed as:\n\n\ta: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n\tb: [ 10.10.1.1:309, 10.10.2.2:309 ]\n\nDeprecated: This API is deprecated in v1.33+.", |
7160 | 7160 | "properties": {
|
7161 | 7161 | "addresses": {
|
7162 | 7162 | "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.",
|
|
7187 | 7187 | "additionalProperties": false
|
7188 | 7188 | },
|
7189 | 7189 | "io.k8s.api.core.v1.Endpoints": {
|
7190 |
| - "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n\n\t Name: \"mysvc\",\n\t Subsets: [\n\t {\n\t Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n\t },\n\t {\n\t Addresses: [{\"ip\": \"10.10.3.3\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n\t },\n\t]", |
| 7190 | + "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n\n\t Name: \"mysvc\",\n\t Subsets: [\n\t {\n\t Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n\t },\n\t {\n\t Addresses: [{\"ip\": \"10.10.3.3\"}],\n\t Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n\t },\n\t]\n\nEndpoints is a legacy API and does not contain information about all Service features. Use discoveryv1.EndpointSlice for complete information about Service endpoints.\n\nDeprecated: This API is deprecated in v1.33+. Use discoveryv1.EndpointSlice.", |
7191 | 7191 | "properties": {
|
7192 | 7192 | "apiVersion": {
|
7193 | 7193 | "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",
|
|
7224 | 7224 | "additionalProperties": false
|
7225 | 7225 | },
|
7226 | 7226 | "io.k8s.api.core.v1.EndpointsList": {
|
7227 |
| - "description": "EndpointsList is a list of endpoints.", |
| 7227 | + "description": "EndpointsList is a list of endpoints. Deprecated: This API is deprecated in v1.33+.", |
7228 | 7228 | "properties": {
|
7229 | 7229 | "apiVersion": {
|
7230 | 7230 | "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",
|
|
0 commit comments