Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the rbacmanager v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/schlapzz/rbac-manager/pkg/apis/rbacmanager +k8s:defaulter-gen=TypeMeta +groupName=rbacmanager.reactiveops.io
Package v1beta1 contains API Schema definitions for the rbacmanager v1beta1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/schlapzz/rbac-manager/pkg/apis/rbacmanager +k8s:defaulter-gen=TypeMeta +groupName=rbacmanager.reactiveops.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "rbacmanager.reactiveops.io", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is required by pkg/client/... AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource is required by pkg/client/listers/...
Types ¶
type ClusterRoleBinding ¶
type ClusterRoleBinding struct {
ClusterRole string `json:"clusterRole"`
}
ClusterRoleBinding is a specification for a ClusterRoleBinding resource
func (*ClusterRoleBinding) DeepCopy ¶
func (in *ClusterRoleBinding) DeepCopy() *ClusterRoleBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterRoleBinding.
func (*ClusterRoleBinding) DeepCopyInto ¶
func (in *ClusterRoleBinding) DeepCopyInto(out *ClusterRoleBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RBACBinding ¶
type RBACBinding struct { Name string `json:"name"` Subjects []Subject `json:"subjects"` ClusterRoleBindings []ClusterRoleBinding `json:"clusterRoleBindings"` RoleBindings []RoleBinding `json:"roleBindings"` }
RBACBinding is a specification for a RBACBinding resource
func (*RBACBinding) DeepCopy ¶
func (in *RBACBinding) DeepCopy() *RBACBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RBACBinding.
func (*RBACBinding) DeepCopyInto ¶
func (in *RBACBinding) DeepCopyInto(out *RBACBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RBACDefinition ¶
type RBACDefinition struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` RBACBindings []RBACBinding `json:"rbacBindings"` Status RBACDefinitionStatus `json:"status,omitempty"` }
RBACDefinition is the Schema for the rbacdefinitions API +k8s:openapi-gen=true
func (*RBACDefinition) DeepCopy ¶
func (in *RBACDefinition) DeepCopy() *RBACDefinition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RBACDefinition.
func (*RBACDefinition) DeepCopyInto ¶
func (in *RBACDefinition) DeepCopyInto(out *RBACDefinition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RBACDefinition) DeepCopyObject ¶
func (in *RBACDefinition) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RBACDefinitionList ¶
type RBACDefinitionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RBACDefinition `json:"items"` }
RBACDefinitionList contains a list of RBACDefinition
func (*RBACDefinitionList) DeepCopy ¶
func (in *RBACDefinitionList) DeepCopy() *RBACDefinitionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RBACDefinitionList.
func (*RBACDefinitionList) DeepCopyInto ¶
func (in *RBACDefinitionList) DeepCopyInto(out *RBACDefinitionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RBACDefinitionList) DeepCopyObject ¶
func (in *RBACDefinitionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RBACDefinitionStatus ¶
type RBACDefinitionStatus struct { }
RBACDefinitionStatus defines the observed state of RBACDefinition
func (*RBACDefinitionStatus) DeepCopy ¶
func (in *RBACDefinitionStatus) DeepCopy() *RBACDefinitionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RBACDefinitionStatus.
func (*RBACDefinitionStatus) DeepCopyInto ¶
func (in *RBACDefinitionStatus) DeepCopyInto(out *RBACDefinitionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RoleBinding ¶
type RoleBinding struct { ClusterRole string `json:"clusterRole,omitempty"` Role string `json:"role,omitempty"` Namespace string `json:"namespace,omitempty"` NamespaceSelector metav1.LabelSelector `json:"namespaceSelector,omitempty"` }
RoleBinding is a specification for a RoleBinding resource
func (*RoleBinding) DeepCopy ¶
func (in *RoleBinding) DeepCopy() *RoleBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoleBinding.
func (*RoleBinding) DeepCopyInto ¶
func (in *RoleBinding) DeepCopyInto(out *RoleBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.