python/kubernetes/docs/V1alpha1EndpointSlice.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

2.0 KiB

V1alpha1EndpointSlice

EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Properties

Name Type Description Notes
address_type str addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. Default is IP [optional]
api_version str 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 [optional]
endpoints **list[V1alpha1Endpoint]** endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
kind str Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the kubernetes.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 [optional]
metadata V1ObjectMeta [optional]
ports **list[V1alpha1EndpointPort]** ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates &quot;all ports&quot;. Each slice may include a maximum of 100 ports. [optional]

[Back to Model list] [Back to API list] [Back to README]