v1alpha1

package
v3.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 5 Imported by: 0

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

View Source
const (
	// GoogleGroupKind is a subject kind that tells our controller to interpret the entity
	// as a Google group
	GoogleGroupKind = "GoogleGroup"
)

Variables

View Source
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

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

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectoryRoleBindingStatus.

func (*DirectoryRoleBindingStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL