KubernetesPermissionCheckedDetails

Information about the Kubernetes API for which you check if you have permission to call.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information whether the user has the permission to call the Kubernetes API.

Link copied to clipboard

The namespace where the Kubernetes API action will take place.

Link copied to clipboard

The Kubernetes resource with which your Kubernetes API call will interact.

Link copied to clipboard
val verb: String?

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 be Create.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String