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