Builder

class Builder

Properties

Link copied to clipboard
var kind: String?

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

Link copied to clipboard
var 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
var uid: String?

The unique identifier of the role binding.