Uses of Class
org.cdk8s.plus23.Service
-
-
Uses of Service in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return Service Modifier and Type Method Description ServiceService.Builder. build()ServiceDeployment. exposeViaService()Expose a deployment via a service.ServiceDeployment. exposeViaService(DeploymentExposeViaServiceOptions options)Expose a deployment via a service.ServiceStatefulSetProps. getService()Service to associate with the statefulset.ServiceStatefulSetProps.Jsii$Proxy. getService()Methods in org.cdk8s.plus23 with parameters of type Service Modifier and Type Method Description static IngressBackendIngressBackend. fromService(Service serv)A Kubernetes `Service` to use as the backend for this path.static IngressBackendIngressBackend. fromService(Service serv, ServiceIngressBackendOptions options)A Kubernetes `Service` to use as the backend for this path.StatefulSet.BuilderStatefulSet.Builder. service(Service service)Service to associate with the statefulset.StatefulSetProps.BuilderStatefulSetProps.Builder. service(Service service)Sets the value ofStatefulSetProps.getService()
-