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