Package org.cdk8s.plus24.k8s
Interface KubeEndpointSliceListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEndpointSliceListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.585Z") @Stability(Stable) public interface KubeEndpointSliceListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
EndpointSliceList represents a list of endpoint slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeEndpointSliceListV1Beta1Props.Builder
A builder forKubeEndpointSliceListV1Beta1Props
static class
KubeEndpointSliceListV1Beta1Props.Jsii$Proxy
An implementation forKubeEndpointSliceListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEndpointSliceListV1Beta1Props.Builder
builder()
List<KubeEndpointSliceV1Beta1Props>
getItems()
List of endpoint slices.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEndpointSliceV1Beta1Props> getItems()
List of endpoint slices.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubeEndpointSliceListV1Beta1Props.Builder builder()
-
-