KubernetesRoleBindingDetails

Contains information about the role binding that grants the permission defined in a Kubernetes role.

Types

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

Properties

Link copied to clipboard
val kind: String?

The kind of the role. For role binding, this value will be RoleBinding.

Link copied to clipboard
val name: String?

The name of the RoleBinding.

Link copied to clipboard

The type of the role being referenced. This could be either Role or ClusterRole.

Link copied to clipboard

The name of the role being referenced. This must match the name of the Role or ClusterRole that you want to bind to.

Link copied to clipboard
val uid: String?

The unique identifier of the role binding.

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