KubernetesRoleDetails

Information about the Kubernetes role name and role type.

Types

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

Properties

Link copied to clipboard
val kind: String?

The kind of role. For this API, the value of kind will be Role.

Link copied to clipboard
val name: String?

The name of the Kubernetes role.

Link copied to clipboard
val uid: String?

The unique identifier of the Kubernetes role name.

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