Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static Ingress.ApiVersion |
Ingress.ApiVersion.fromValue(String value) |
Ingress.ApiVersion |
IngressFluent.getApiVersion() |
Ingress.ApiVersion |
IngressFluentImpl.getApiVersion() |
Ingress.ApiVersion |
Ingress.getApiVersion()
(Required)
|
static Ingress.ApiVersion |
Ingress.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ingress.ApiVersion[] |
Ingress.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ingress.setApiVersion(Ingress.ApiVersion apiVersion)
(Required)
|
T |
IngressFluent.withApiVersion(Ingress.ApiVersion apiVersion) |
T |
IngressFluentImpl.withApiVersion(Ingress.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableIngress(Ingress.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
IngressSpec spec,
IngressStatus status) |
Ingress(Ingress.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
IngressSpec spec,
IngressStatus status) |
Copyright © 2011–2016 Red Hat. All rights reserved.