Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1RoleRef |
V1RoleRef.apiGroup(String apiGroup) |
V1RoleRef |
V1RoleRefBuilder.build() |
V1RoleRef |
V1ClusterRoleBindingFluentImpl.buildRoleRef() |
V1RoleRef |
V1RoleBindingFluentImpl.buildRoleRef() |
V1RoleRef |
V1ClusterRoleBindingFluent.buildRoleRef() |
V1RoleRef |
V1RoleBindingFluent.buildRoleRef() |
V1RoleRef |
V1ClusterRoleBindingFluentImpl.getRoleRef()
Deprecated.
|
V1RoleRef |
V1RoleBindingFluentImpl.getRoleRef()
Deprecated.
|
V1RoleRef |
V1ClusterRoleBindingFluent.getRoleRef()
Deprecated.
|
V1RoleRef |
V1RoleBindingFluent.getRoleRef()
Deprecated.
|
V1RoleRef |
V1ClusterRoleBinding.getRoleRef()
RoleRef can only reference a ClusterRole in the global namespace.
|
V1RoleRef |
V1RoleBinding.getRoleRef()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
|
V1RoleRef |
V1RoleRef.kind(String kind) |
V1RoleRef |
V1RoleRef.name(String name) |
Constructor and Description |
---|
V1RoleRefBuilder(V1RoleRef instance) |
V1RoleRefBuilder(V1RoleRef instance,
Boolean validationEnabled) |
V1RoleRefBuilder(V1RoleRefFluent<?> fluent,
V1RoleRef instance) |
V1RoleRefBuilder(V1RoleRefFluent<?> fluent,
V1RoleRef instance,
Boolean validationEnabled) |
V1RoleRefFluentImpl(V1RoleRef instance) |
Copyright © 2018. All rights reserved.