Package org.cdk8s.plus25.k8s
Interface KubeLeaseListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeLeaseListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.652Z") @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
-
-