Uses of Interface
org.cdk8s.plus25.k8s.KubeApiServiceProps
-
Packages that use KubeApiServiceProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeApiServiceProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeApiServiceProps Modifier and Type Class Description static classKubeApiServiceProps.Jsii$ProxyAn implementation forKubeApiServicePropsMethods in org.cdk8s.plus25.k8s that return KubeApiServiceProps Modifier and Type Method Description KubeApiServicePropsKubeApiServiceProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeApiServiceProps Modifier and Type Method Description List<KubeApiServiceProps>KubeApiServiceListProps. getItems()Items is the list of APIService.List<KubeApiServiceProps>KubeApiServiceListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeApiServiceProps Modifier and Type Method Description static ObjectKubeApiService. manifest(KubeApiServiceProps props)Renders a Kubernetes manifest for "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeApiServiceProps Modifier and Type Method Description KubeApiServiceList.BuilderKubeApiServiceList.Builder. items(List<? extends KubeApiServiceProps> items)Items is the list of APIService.KubeApiServiceListProps.BuilderKubeApiServiceListProps.Builder. items(List<? extends KubeApiServiceProps> items)Sets the value ofKubeApiServiceListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeApiServiceProps Constructor Description KubeApiService(software.constructs.Construct scope, String id, KubeApiServiceProps props)Defines a "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" API object.
-