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