Update API Reference multi-pages for v1.24
This commit is contained in:
@@ -46,10 +46,7 @@ EndpointSlice represents a subset of the endpoints that implement a service. For
|
||||
|
||||
addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
||||
|
||||
Possible enum values:
|
||||
- `"FQDN"` represents a FQDN.
|
||||
- `"IPv4"` represents an IPv4 Address.
|
||||
- `"IPv6"` represents an IPv6 Address.
|
||||
|
||||
|
||||
- **endpoints** ([]Endpoint), required
|
||||
|
||||
@@ -64,7 +61,7 @@ EndpointSlice represents a subset of the endpoints that implement a service. For
|
||||
|
||||
*Set: unique values will be kept during a merge*
|
||||
|
||||
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
||||
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
||||
|
||||
- **endpoints.conditions** (EndpointConditions)
|
||||
|
||||
@@ -148,7 +145,7 @@ EndpointSlice represents a subset of the endpoints that implement a service. For
|
||||
|
||||
- **ports.appProtocol** (string)
|
||||
|
||||
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.
|
||||
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user