Uses of Interface
org.cdk8s.plus25.k8s.KubeApiServiceListProps
-
Packages that use KubeApiServiceListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeApiServiceListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeApiServiceListProps Modifier and Type Class Description static classKubeApiServiceListProps.Jsii$ProxyAn implementation forKubeApiServiceListPropsMethods in org.cdk8s.plus25.k8s that return KubeApiServiceListProps Modifier and Type Method Description KubeApiServiceListPropsKubeApiServiceListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeApiServiceListProps Modifier and Type Method Description static ObjectKubeApiServiceList. manifest(KubeApiServiceListProps props)Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeApiServiceListProps Constructor Description KubeApiServiceList(software.constructs.Construct scope, String id, KubeApiServiceListProps props)Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList" API object.
-