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