Package org.cdk8s.plus24.k8s
Interface KubeLeaseProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeLeaseProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.668Z") @Stability(Stable) public interface KubeLeaseProps extends software.amazon.jsii.JsiiSerializable
Lease defines a lease concept.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeLeaseProps.Builder
A builder forKubeLeaseProps
static class
KubeLeaseProps.Jsii$Proxy
An implementation forKubeLeaseProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeLeaseProps.Builder
builder()
default ObjectMeta
getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.default LeaseSpec
getSpec()
Specification of the Lease.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
getSpec
@Stability(Stable) @Nullable default LeaseSpec getSpec()
Specification of the Lease.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeLeaseProps.Builder builder()
- Returns:
- a
KubeLeaseProps.Builder
ofKubeLeaseProps
-
-