package
4.0.0+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev
# Functions
Convert_rbac_ClusterRole_To_v1beta1_ClusterRole is an autogenerated conversion function.
Convert_rbac_ClusterRoleBinding_To_v1beta1_ClusterRoleBinding is an autogenerated conversion function.
Convert_rbac_ClusterRoleBindingBuilder_To_v1beta1_ClusterRoleBindingBuilder is an autogenerated conversion function.
Convert_rbac_ClusterRoleBindingList_To_v1beta1_ClusterRoleBindingList is an autogenerated conversion function.
Convert_rbac_ClusterRoleList_To_v1beta1_ClusterRoleList is an autogenerated conversion function.
Convert_rbac_PolicyRule_To_v1beta1_PolicyRule is an autogenerated conversion function.
Convert_rbac_PolicyRuleBuilder_To_v1beta1_PolicyRuleBuilder is an autogenerated conversion function.
Convert_rbac_Role_To_v1beta1_Role is an autogenerated conversion function.
Convert_rbac_RoleBinding_To_v1beta1_RoleBinding is an autogenerated conversion function.
Convert_rbac_RoleBindingList_To_v1beta1_RoleBindingList is an autogenerated conversion function.
Convert_rbac_RoleList_To_v1beta1_RoleList is an autogenerated conversion function.
Convert_rbac_RoleRef_To_v1beta1_RoleRef is an autogenerated conversion function.
Convert_rbac_Subject_To_v1beta1_Subject is an autogenerated conversion function.
Convert_v1beta1_ClusterRole_To_rbac_ClusterRole is an autogenerated conversion function.
Convert_v1beta1_ClusterRoleBinding_To_rbac_ClusterRoleBinding is an autogenerated conversion function.
Convert_v1beta1_ClusterRoleBindingBuilder_To_rbac_ClusterRoleBindingBuilder is an autogenerated conversion function.
Convert_v1beta1_ClusterRoleBindingList_To_rbac_ClusterRoleBindingList is an autogenerated conversion function.
Convert_v1beta1_ClusterRoleList_To_rbac_ClusterRoleList is an autogenerated conversion function.
Convert_v1beta1_PolicyRule_To_rbac_PolicyRule is an autogenerated conversion function.
Convert_v1beta1_PolicyRuleBuilder_To_rbac_PolicyRuleBuilder is an autogenerated conversion function.
Convert_v1beta1_Role_To_rbac_Role is an autogenerated conversion function.
Convert_v1beta1_RoleBinding_To_rbac_RoleBinding is an autogenerated conversion function.
Convert_v1beta1_RoleBindingList_To_rbac_RoleBindingList is an autogenerated conversion function.
Convert_v1beta1_RoleList_To_rbac_RoleList is an autogenerated conversion function.
Convert_v1beta1_RoleRef_To_rbac_RoleRef is an autogenerated conversion function.
Convert_v1beta1_Subject_To_rbac_Subject is an autogenerated conversion function.
DeepCopy_v1beta1_ClusterRole is an autogenerated deepcopy function.
DeepCopy_v1beta1_ClusterRoleBinding is an autogenerated deepcopy function.
DeepCopy_v1beta1_ClusterRoleBindingList is an autogenerated deepcopy function.
DeepCopy_v1beta1_ClusterRoleList is an autogenerated deepcopy function.
DeepCopy_v1beta1_PolicyRule is an autogenerated deepcopy function.
DeepCopy_v1beta1_Role is an autogenerated deepcopy function.
DeepCopy_v1beta1_RoleBinding is an autogenerated deepcopy function.
DeepCopy_v1beta1_RoleBindingList is an autogenerated deepcopy function.
DeepCopy_v1beta1_RoleList is an autogenerated deepcopy function.
DeepCopy_v1beta1_RoleRef is an autogenerated deepcopy function.
DeepCopy_v1beta1_Subject is an autogenerated deepcopy function.
No description provided by the author
No description provided by the author
RegisterConversions adds conversion functions to the given scheme.
RegisterDeepCopies adds deep-copy functions to the given scheme.
RegisterDefaults adds defaulters 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
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
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.
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.
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.
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.