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