KubeEndpointSliceV1Beta1.Builder |
KubeEndpointSliceV1Beta1.Builder.addressType(String addressType) |
addressType specifies the type of address carried by this EndpointSlice.
|
static KubeEndpointSliceV1Beta1.Builder |
KubeEndpointSliceV1Beta1.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeEndpointSliceV1Beta1.Builder |
KubeEndpointSliceV1Beta1.Builder.endpoints(List<? extends EndpointV1Beta1> endpoints) |
endpoints is a list of unique endpoints in this slice.
|
KubeEndpointSliceV1Beta1.Builder |
KubeEndpointSliceV1Beta1.Builder.metadata(ObjectMeta metadata) |
Standard object's metadata.
|
KubeEndpointSliceV1Beta1.Builder |
KubeEndpointSliceV1Beta1.Builder.ports(List<? extends EndpointPortV1Beta1> ports) |
ports specifies the list of network ports exposed by each endpoint in this slice.
|