Uses of Interface
org.cdk8s.plus25.k8s.KubeServiceListProps
-
Packages that use KubeServiceListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeServiceListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeServiceListProps Modifier and Type Class Description static classKubeServiceListProps.Jsii$ProxyAn implementation forKubeServiceListPropsMethods in org.cdk8s.plus25.k8s that return KubeServiceListProps Modifier and Type Method Description KubeServiceListPropsKubeServiceListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeServiceListProps Modifier and Type Method Description static ObjectKubeServiceList. manifest(KubeServiceListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ServiceList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeServiceListProps Constructor Description KubeServiceList(software.constructs.Construct scope, String id, KubeServiceListProps props)Defines a "io.k8s.api.core.v1.ServiceList" API object.
-