Uses of Class
org.cdk8s.plus20.Service
-
-
Uses of Service in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return Service Modifier and Type Method Description ServiceService.Builder. build()ServiceDeployment. exposeViaService()Expose a deployment via a service.ServiceDeployment. exposeViaService(ExposeDeploymentViaServiceOptions options)Expose a deployment via a service.ServiceStatefulSetProps. getService()Service to associate with the statefulset.ServiceStatefulSetProps.Jsii$Proxy. getService()Methods in org.cdk8s.plus20 with parameters of type Service Modifier and Type Method Description static IngressV1Beta1BackendIngressV1Beta1Backend. fromService(Service service)A Kubernetes `Service` to use as the backend for this path.static IngressV1Beta1BackendIngressV1Beta1Backend. fromService(Service service, ServiceIngressV1BetaBackendOptions 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()
-