Uses of Interface
org.cdk8s.plus25.k8s.KubeLeaseListProps
-
Packages that use KubeLeaseListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeLeaseListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeLeaseListProps Modifier and Type Class Description static classKubeLeaseListProps.Jsii$ProxyAn implementation forKubeLeaseListPropsMethods in org.cdk8s.plus25.k8s that return KubeLeaseListProps Modifier and Type Method Description KubeLeaseListPropsKubeLeaseListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeLeaseListProps Modifier and Type Method Description static ObjectKubeLeaseList. manifest(KubeLeaseListProps props)Renders a Kubernetes manifest for "io.k8s.api.coordination.v1.LeaseList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeLeaseListProps Constructor Description KubeLeaseList(software.constructs.Construct scope, String id, KubeLeaseListProps props)Defines a "io.k8s.api.coordination.v1.LeaseList" API object.
-