Uses of Interface
org.cdk8s.plus28.k8s.KubeClusterTrustBundleV1Alpha1Props
-
Packages that use KubeClusterTrustBundleV1Alpha1Props Package Description org.cdk8s.plus28.k8s -
-
Uses of KubeClusterTrustBundleV1Alpha1Props in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement KubeClusterTrustBundleV1Alpha1Props Modifier and Type Class Description static classKubeClusterTrustBundleV1Alpha1Props.Jsii$ProxyAn implementation forKubeClusterTrustBundleV1Alpha1PropsMethods in org.cdk8s.plus28.k8s that return KubeClusterTrustBundleV1Alpha1Props Modifier and Type Method Description KubeClusterTrustBundleV1Alpha1PropsKubeClusterTrustBundleV1Alpha1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type KubeClusterTrustBundleV1Alpha1Props Modifier and Type Method Description List<KubeClusterTrustBundleV1Alpha1Props>KubeClusterTrustBundleListV1Alpha1Props. getItems()items is a collection of ClusterTrustBundle objects.List<KubeClusterTrustBundleV1Alpha1Props>KubeClusterTrustBundleListV1Alpha1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus28.k8s with parameters of type KubeClusterTrustBundleV1Alpha1Props Modifier and Type Method Description static ObjectKubeClusterTrustBundleV1Alpha1. manifest(KubeClusterTrustBundleV1Alpha1Props props)Renders a Kubernetes manifest for "io.k8s.api.certificates.v1alpha1.ClusterTrustBundle".Method parameters in org.cdk8s.plus28.k8s with type arguments of type KubeClusterTrustBundleV1Alpha1Props Modifier and Type Method Description KubeClusterTrustBundleListV1Alpha1.BuilderKubeClusterTrustBundleListV1Alpha1.Builder. items(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)items is a collection of ClusterTrustBundle objects.KubeClusterTrustBundleListV1Alpha1Props.BuilderKubeClusterTrustBundleListV1Alpha1Props.Builder. items(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)Sets the value ofKubeClusterTrustBundleListV1Alpha1Props.getItems()Constructors in org.cdk8s.plus28.k8s with parameters of type KubeClusterTrustBundleV1Alpha1Props Constructor Description KubeClusterTrustBundleV1Alpha1(software.constructs.Construct scope, String id, KubeClusterTrustBundleV1Alpha1Props props)Defines a "io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" API object.
-