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