| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
Service |
Deployment.exposeViaService()
Expose a deployment via a service.
|
Service |
Deployment.exposeViaService(ExposeDeploymentViaServiceOptions options)
Expose a deployment via a service.
|
Service |
StatefulSetProps.getService()
Service to associate with the statefulset.
|
Service |
StatefulSetProps.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
static IngressV1Beta1Backend |
IngressV1Beta1Backend.fromService(Service service)
A Kubernetes `Service` to use as the backend for this path.
|
static IngressV1Beta1Backend |
IngressV1Beta1Backend.fromService(Service service,
ServiceIngressV1BetaBackendOptions options)
A Kubernetes `Service` to use as the backend for this path.
|
StatefulSet.Builder |
StatefulSet.Builder.service(Service service)
Service to associate with the statefulset.
|
StatefulSetProps.Builder |
StatefulSetProps.Builder.service(Service service)
Sets the value of
StatefulSetProps.getService() |
| Constructor and Description |
|---|
Jsii$Proxy(Service service,
Boolean defaultSelector,
PodManagementPolicy podManagementPolicy,
Number replicas,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
StatefulSetProps.Builder. |
Copyright © 2021. All rights reserved.