Uses of Interface
org.cdk8s.plus25.k8s.KubeServiceProps
-
Packages that use KubeServiceProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeServiceProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeServiceProps Modifier and Type Class Description static classKubeServiceProps.Jsii$ProxyAn implementation forKubeServicePropsMethods in org.cdk8s.plus25.k8s that return KubeServiceProps Modifier and Type Method Description KubeServicePropsKubeServiceProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeServiceProps Modifier and Type Method Description List<KubeServiceProps>KubeServiceListProps. getItems()List of services.List<KubeServiceProps>KubeServiceListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeServiceProps Modifier and Type Method Description static ObjectKubeService. manifest(KubeServiceProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Service".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeServiceProps Modifier and Type Method Description KubeServiceList.BuilderKubeServiceList.Builder. items(List<? extends KubeServiceProps> items)List of services.KubeServiceListProps.BuilderKubeServiceListProps.Builder. items(List<? extends KubeServiceProps> items)Sets the value ofKubeServiceListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeServiceProps Constructor Description KubeService(software.constructs.Construct scope, String id, KubeServiceProps props)Defines a "io.k8s.api.core.v1.Service" API object.
-