Package org.cdk8s.plus24.k8s
Interface KubeEndpointSliceListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEndpointSliceListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.676Z") @Stability(Stable) public interface KubeEndpointSliceListProps extends software.amazon.jsii.JsiiSerializable
EndpointSliceList represents a list of endpoint slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeEndpointSliceListProps.Builder
A builder forKubeEndpointSliceListProps
static class
KubeEndpointSliceListProps.Jsii$Proxy
An implementation forKubeEndpointSliceListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEndpointSliceListProps.Builder
builder()
List<KubeEndpointSliceProps>
getItems()
List of endpoint slices.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEndpointSliceProps> getItems()
List of endpoint slices.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubeEndpointSliceListProps.Builder builder()
- Returns:
- a
KubeEndpointSliceListProps.Builder
ofKubeEndpointSliceListProps
-
-