| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
Service |
Deployment.expose(Number port)
(experimental) Expose a deployment via a service.
|
Service |
Deployment.expose(Number port,
ExposeOptions options)
(experimental) Expose a deployment via a service.
|
| Modifier and Type | Method and Description |
|---|---|
static IngressBackend |
IngressBackend.fromService(Service service)
(experimental) A Kubernetes `Service` to use as the backend for this path.
|
static IngressBackend |
IngressBackend.fromService(Service service,
ServiceIngressBackendOptions options)
(experimental) A Kubernetes `Service` to use as the backend for this path.
|
Copyright © 2020. All rights reserved.