Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static IngressList.ApiVersion |
IngressList.ApiVersion.fromValue(String value) |
IngressList.ApiVersion |
IngressListFluentImpl.getApiVersion() |
IngressList.ApiVersion |
IngressListFluent.getApiVersion() |
IngressList.ApiVersion |
IngressList.getApiVersion()
(Required)
|
static IngressList.ApiVersion |
IngressList.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngressList.ApiVersion[] |
IngressList.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 |
IngressList.setApiVersion(IngressList.ApiVersion apiVersion)
(Required)
|
T |
IngressListFluentImpl.withApiVersion(IngressList.ApiVersion apiVersion) |
T |
IngressListFluent.withApiVersion(IngressList.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableIngressList(IngressList.ApiVersion apiVersion,
List<Ingress> items,
String kind,
ListMeta metadata) |
IngressList(IngressList.ApiVersion apiVersion,
List<Ingress> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.