public static interface KubernetesUserDetails.Builder extends SdkPojo, CopyableBuilder<KubernetesUserDetails.Builder,KubernetesUserDetails>
| Modifier and Type | Method and Description |
|---|---|
KubernetesUserDetails.Builder |
groups(Collection<String> groups)
The groups that include the user who called the Kubernetes API.
|
KubernetesUserDetails.Builder |
groups(String... groups)
The groups that include the user who called the Kubernetes API.
|
KubernetesUserDetails.Builder |
uid(String uid)
The user ID of the user who called the Kubernetes API.
|
KubernetesUserDetails.Builder |
username(String username)
The username of the user who called the Kubernetes API.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKubernetesUserDetails.Builder username(String username)
The username of the user who called the Kubernetes API.
username - The username of the user who called the Kubernetes API.KubernetesUserDetails.Builder uid(String uid)
The user ID of the user who called the Kubernetes API.
uid - The user ID of the user who called the Kubernetes API.KubernetesUserDetails.Builder groups(Collection<String> groups)
The groups that include the user who called the Kubernetes API.
groups - The groups that include the user who called the Kubernetes API.KubernetesUserDetails.Builder groups(String... groups)
The groups that include the user who called the Kubernetes API.
groups - The groups that include the user who called the Kubernetes API.Copyright © 2023. All rights reserved.