| Modifier and Type | Class and Description |
|---|---|
static class |
IngressV1Beta1Rule.Jsii$Proxy
An implementation for
IngressV1Beta1Rule |
| Modifier and Type | Method and Description |
|---|---|
IngressV1Beta1Rule |
IngressV1Beta1Rule.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IngressV1Beta1Rule> |
IngressV1Beta1Props.getRules()
Routing rules for this ingress.
|
List<IngressV1Beta1Rule> |
IngressV1Beta1Props.Jsii$Proxy.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
IngressV1Beta1.addRules(IngressV1Beta1Rule... rules)
Adds rules to this ingress.
|
| Modifier and Type | Method and Description |
|---|---|
IngressV1Beta1.Builder |
IngressV1Beta1.Builder.rules(List<? extends IngressV1Beta1Rule> rules)
Routing rules for this ingress.
|
IngressV1Beta1Props.Builder |
IngressV1Beta1Props.Builder.rules(List<? extends IngressV1Beta1Rule> rules)
Sets the value of
IngressV1Beta1Props.getRules() |
| Constructor and Description |
|---|
Jsii$Proxy(IngressV1Beta1Backend defaultBackend,
List<? extends IngressV1Beta1Rule> rules,
List<? extends IngressV1Beta1Tls> tls,
org.cdk8s.ApiObjectMetadata metadata)
Constructor that initializes the object based on literal property values passed by the
IngressV1Beta1Props.Builder. |
Copyright © 2021. All rights reserved.