| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
RBACBindingConfig |
RBACBindingConfig.clone() |
RBACBindingConfig |
ClusterUpdate.getDesiredRbacBindingConfig()
RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
created.
|
RBACBindingConfig |
Cluster.getRbacBindingConfig()
RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
created.
|
RBACBindingConfig |
RBACBindingConfig.set(String fieldName,
Object value) |
RBACBindingConfig |
RBACBindingConfig.setEnableInsecureBindingSystemAuthenticated(Boolean enableInsecureBindingSystemAuthenticated)
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects
system:authenticated.
|
RBACBindingConfig |
RBACBindingConfig.setEnableInsecureBindingSystemUnauthenticated(Boolean enableInsecureBindingSystemUnauthenticated)
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets
system:anonymous or system:unauthenticated.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredRbacBindingConfig(RBACBindingConfig desiredRbacBindingConfig)
RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
created.
|
Cluster |
Cluster.setRbacBindingConfig(RBACBindingConfig rbacBindingConfig)
RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be
created.
|
Copyright © 2011–2025 Google. All rights reserved.