Values.KubernetesRoleBindingDetailsSourceContains information about the role binding that grants the permission defined in a Kubernetes role.
type nonrec t = {kind : String_.t option;The kind of the role. For role binding, this value will be RoleBinding.
*)name : String_.t option;The name of the RoleBinding.
*)uid : String_.t option;The unique identifier of the role binding.
*)roleRefName : String_.t option;The name of the role being referenced. This must match the name of the Role or ClusterRole that you want to bind to.
*)roleRefKind : String_.t option;The type of the role being referenced. This could be either Role or ClusterRole.
*)}