Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the rbac v1alpha1 API group +kubebuilder:object:generate=true +groupName=rbac.crd.gocardless.com
Index ¶
Constants ¶
const ( // GoogleGroupKind is a subject kind that tells our controller to interpret the entity // as a Google group GoogleGroupKind = "GoogleGroup" )
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "rbac.crd.gocardless.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type DirectoryRoleBinding ¶
type DirectoryRoleBinding struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DirectoryRoleBindingSpec `json:"spec,omitempty"` Status DirectoryRoleBindingStatus `json:"status,omitempty"` }
DirectoryRoleBinding is the Schema for the directoryrolebindings API
func (*DirectoryRoleBinding) DeepCopy ¶
func (in *DirectoryRoleBinding) DeepCopy() *DirectoryRoleBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryRoleBinding.
func (*DirectoryRoleBinding) DeepCopyInto ¶
func (in *DirectoryRoleBinding) DeepCopyInto(out *DirectoryRoleBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DirectoryRoleBinding) DeepCopyObject ¶
func (in *DirectoryRoleBinding) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DirectoryRoleBindingList ¶
type DirectoryRoleBindingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DirectoryRoleBinding `json:"items"` }
DirectoryRoleBindingList contains a list of DirectoryRoleBinding
func (*DirectoryRoleBindingList) DeepCopy ¶
func (in *DirectoryRoleBindingList) DeepCopy() *DirectoryRoleBindingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryRoleBindingList.
func (*DirectoryRoleBindingList) DeepCopyInto ¶
func (in *DirectoryRoleBindingList) DeepCopyInto(out *DirectoryRoleBindingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DirectoryRoleBindingList) DeepCopyObject ¶
func (in *DirectoryRoleBindingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DirectoryRoleBindingSpec ¶
type DirectoryRoleBindingSpec struct { Subjects []rbacv1.Subject `json:"subjects"` RoleRef rbacv1.RoleRef `json:"roleRef"` }
DirectoryRoleBindingSpec defines the desired state of DirectoryRoleBinding
func (*DirectoryRoleBindingSpec) DeepCopy ¶
func (in *DirectoryRoleBindingSpec) DeepCopy() *DirectoryRoleBindingSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryRoleBindingSpec.
func (*DirectoryRoleBindingSpec) DeepCopyInto ¶
func (in *DirectoryRoleBindingSpec) DeepCopyInto(out *DirectoryRoleBindingSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DirectoryRoleBindingStatus ¶
type DirectoryRoleBindingStatus struct{}
DirectoryRoleBindingStatus defines the observed state of DirectoryRoleBinding
func (*DirectoryRoleBindingStatus) DeepCopy ¶
func (in *DirectoryRoleBindingStatus) DeepCopy() *DirectoryRoleBindingStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryRoleBindingStatus.
func (*DirectoryRoleBindingStatus) DeepCopyInto ¶
func (in *DirectoryRoleBindingStatus) DeepCopyInto(out *DirectoryRoleBindingStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.