Package org.cdk8s.plus28.k8s
Interface KubeLeaseListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeLeaseListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.758Z") @Stability(Stable) public interface KubeLeaseListProps extends software.amazon.jsii.JsiiSerializable
LeaseList is a list of Lease objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeLeaseListProps.BuilderA builder forKubeLeaseListPropsstatic classKubeLeaseListProps.Jsii$ProxyAn implementation forKubeLeaseListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeLeaseListProps.Builderbuilder()List<KubeLeaseProps>getItems()items is a list of schema objects.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeLeaseProps> getItems()
items is a list of schema objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeLeaseListProps.Builder builder()
- Returns:
- a
KubeLeaseListProps.BuilderofKubeLeaseListProps
-
-