KubernetesPermissionCheckedDetails
Information about the Kubernetes API for which you check if you have permission to call.
Contents
- allowed
-
Information whether the user has the permission to call the Kubernetes API.
Type: Boolean
Required: No
- namespace
-
The namespace where the Kubernetes API action will take place.
Type: String
Required: No
- resource
-
The Kubernetes resource with which your Kubernetes API call will interact.
Type: String
Required: No
- verb
-
The verb component of the Kubernetes API call. For example, when you check whether or not you have the permission to call the
CreatePod
API, the verb component will beCreate
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: