Uses of Interface
org.cdk8s.plus24.k8s.KubeApiServiceListProps
-
Packages that use KubeApiServiceListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeApiServiceListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeApiServiceListProps Modifier and Type Class Description static class
KubeApiServiceListProps.Jsii$Proxy
An implementation forKubeApiServiceListProps
Methods in org.cdk8s.plus24.k8s that return KubeApiServiceListProps Modifier and Type Method Description KubeApiServiceListProps
KubeApiServiceListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeApiServiceListProps Modifier and Type Method Description static Object
KubeApiServiceList. manifest(KubeApiServiceListProps props)
Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList".Constructors in org.cdk8s.plus24.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.
-