Uses of Interface
org.cdk8s.plus25.k8s.ServiceSpec
-
Packages that use ServiceSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of ServiceSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ServiceSpec Modifier and Type Class Description static classServiceSpec.Jsii$ProxyAn implementation forServiceSpecMethods in org.cdk8s.plus25.k8s that return ServiceSpec Modifier and Type Method Description ServiceSpecServiceSpec.Builder. build()Builds the configured instance.default ServiceSpecKubeServiceProps. getSpec()Spec defines the behavior of a service.ServiceSpecKubeServiceProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type ServiceSpec Modifier and Type Method Description KubeService.BuilderKubeService.Builder. spec(ServiceSpec spec)Spec defines the behavior of a service.KubeServiceProps.BuilderKubeServiceProps.Builder. spec(ServiceSpec spec)Sets the value ofKubeServiceProps.getSpec()
-