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