Uses of Interface
org.cdk8s.plus28.k8s.KubeResourceClaimV1Alpha2Props
-
Packages that use KubeResourceClaimV1Alpha2Props Package Description org.cdk8s.plus28.k8s -
-
Uses of KubeResourceClaimV1Alpha2Props in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement KubeResourceClaimV1Alpha2Props Modifier and Type Class Description static classKubeResourceClaimV1Alpha2Props.Jsii$ProxyAn implementation forKubeResourceClaimV1Alpha2PropsMethods in org.cdk8s.plus28.k8s that return KubeResourceClaimV1Alpha2Props Modifier and Type Method Description KubeResourceClaimV1Alpha2PropsKubeResourceClaimV1Alpha2Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type KubeResourceClaimV1Alpha2Props Modifier and Type Method Description List<KubeResourceClaimV1Alpha2Props>KubeResourceClaimListV1Alpha2Props. getItems()Items is the list of resource claims.List<KubeResourceClaimV1Alpha2Props>KubeResourceClaimListV1Alpha2Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus28.k8s with parameters of type KubeResourceClaimV1Alpha2Props Modifier and Type Method Description static ObjectKubeResourceClaimV1Alpha2. manifest(KubeResourceClaimV1Alpha2Props props)Renders a Kubernetes manifest for "io.k8s.api.resource.v1alpha2.ResourceClaim".Method parameters in org.cdk8s.plus28.k8s with type arguments of type KubeResourceClaimV1Alpha2Props Modifier and Type Method Description KubeResourceClaimListV1Alpha2.BuilderKubeResourceClaimListV1Alpha2.Builder. items(List<? extends KubeResourceClaimV1Alpha2Props> items)Items is the list of resource claims.KubeResourceClaimListV1Alpha2Props.BuilderKubeResourceClaimListV1Alpha2Props.Builder. items(List<? extends KubeResourceClaimV1Alpha2Props> items)Sets the value ofKubeResourceClaimListV1Alpha2Props.getItems()Constructors in org.cdk8s.plus28.k8s with parameters of type KubeResourceClaimV1Alpha2Props Constructor Description KubeResourceClaimV1Alpha2(software.constructs.Construct scope, String id, KubeResourceClaimV1Alpha2Props props)Defines a "io.k8s.api.resource.v1alpha2.ResourceClaim" API object.
-