| Modifier and Type | Method and Description |
|---|---|
static IngressV1Beta1.Builder |
IngressV1Beta1.Builder.create(software.constructs.Construct scope,
String id) |
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.defaultBackend(IngressV1Beta1Backend defaultBackend)
The default backend services requests that do not match any rule.
|
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.metadata(org.cdk8s.ApiObjectMetadata metadata)
Metadata that all persisted resources must have, which includes all objects users must create.
|
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.rules(List<? extends IngressV1Beta1Rule> rules)
Routing rules for this ingress.
|
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.tls(List<? extends IngressV1Beta1Tls> tls)
TLS settings for this ingress.
|
Copyright © 2021. All rights reserved.