public interface AuthorizationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdminUsers()
public abstract ClusterUser getAdminUsers()Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.
.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ClusterUser | The adminUsers. |
getAdminUsersOrBuilder()
public abstract ClusterUserOrBuilder getAdminUsersOrBuilder()Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.
.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ClusterUserOrBuilder |
hasAdminUsers()
public abstract boolean hasAdminUsers()Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.
.google.cloud.edgecontainer.v1.ClusterUser admin_users = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the adminUsers field is set. |