package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
+groupName=rbac.authorization.k8s.io.
+groupName=rbac.authorization.k8s.io.
+groupName=rbac.authorization.k8s.io.
No description provided by the author

# Functions

No description provided by the author
Kind takes an unqualified kind and returns a Group qualified GroupKind.
No description provided by the author
NewRoleBinding creates a RoleBinding builder that can be used to define the subjects of a role binding.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterDeepCopies adds deep-copy functions to the given scheme.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
No description provided by the author
No description provided by the author
No description provided by the author
subjectsStrings returns users, groups, serviceaccounts, unknown for display purposes.
No description provided by the author

# Constants

No description provided by the author
AutoUpdateAnnotationKey is the name of an annotation which prevents reconciliation if set to "false".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.

# Structs

ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
ClusterRoleBinding references a ClusterRole, but not contain it.
+k8s:deepcopy-gen=false ClusterRoleBindingBuilder let's us attach methods.
ClusterRoleBindingList is a collection of ClusterRoleBindings.
ClusterRoleList is a collection of ClusterRoles.
PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
+k8s:deepcopy-gen=false PolicyRuleBuilder let's us attach methods.
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
RoleBinding references a role, but does not contain it.
+k8s:deepcopy-gen=false RoleBindingBuilder let's us attach methods.
RoleBindingList is a collection of RoleBindings.
RoleList is a collection of Roles.
RoleRef contains information that points to the role being used.
Subject contains a reference to the object or user identities a role binding applies to.

# Type aliases

No description provided by the author