| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1IngressSpec |
V1IngressSpec.addRulesItem(V1IngressRule rulesItem) |
V1IngressSpec |
V1IngressSpec.addTlsItem(V1IngressTLS tlsItem) |
V1IngressSpec |
V1IngressSpecBuilder.build() |
V1IngressSpec |
V1IngressFluent.buildSpec() |
V1IngressSpec |
V1IngressFluentImpl.buildSpec() |
V1IngressSpec |
V1IngressSpec.defaultBackend(V1IngressBackend defaultBackend) |
V1IngressSpec |
V1IngressFluent.getSpec()
Deprecated.
|
V1IngressSpec |
V1IngressFluentImpl.getSpec()
Deprecated.
|
V1IngressSpec |
V1Ingress.getSpec()
Get spec
|
V1IngressSpec |
V1IngressSpec.ingressClassName(String ingressClassName) |
V1IngressSpec |
V1IngressSpec.rules(List<V1IngressRule> rules) |
V1IngressSpec |
V1IngressSpec.tls(List<V1IngressTLS> tls) |
| Modifier and Type | Method and Description |
|---|---|
V1IngressFluent.SpecNested<A> |
V1IngressFluent.editOrNewSpecLike(V1IngressSpec item) |
V1IngressFluent.SpecNested<A> |
V1IngressFluentImpl.editOrNewSpecLike(V1IngressSpec item) |
void |
V1Ingress.setSpec(V1IngressSpec spec) |
V1Ingress |
V1Ingress.spec(V1IngressSpec spec) |
V1IngressFluent.SpecNested<A> |
V1IngressFluent.withNewSpecLike(V1IngressSpec item) |
V1IngressFluent.SpecNested<A> |
V1IngressFluentImpl.withNewSpecLike(V1IngressSpec item) |
A |
V1IngressFluent.withSpec(V1IngressSpec spec) |
A |
V1IngressFluentImpl.withSpec(V1IngressSpec spec) |
| Constructor and Description |
|---|
V1IngressSpecBuilder(V1IngressSpec instance) |
V1IngressSpecBuilder(V1IngressSpec instance,
Boolean validationEnabled) |
V1IngressSpecBuilder(V1IngressSpecFluent<?> fluent,
V1IngressSpec instance) |
V1IngressSpecBuilder(V1IngressSpecFluent<?> fluent,
V1IngressSpec instance,
Boolean validationEnabled) |
V1IngressSpecFluentImpl(V1IngressSpec instance) |
Copyright © 2021. All rights reserved.