v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the auth v1alpha1 API group +kubebuilder:object:generate=true +groupName=auth.ops42.org

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "auth.ops42.org", 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 AwsAuthSyncConfig

type AwsAuthSyncConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   AwsAuthSyncConfigSpec   `json:"spec,omitempty"`
	Status AwsAuthSyncConfigStatus `json:"status,omitempty"`
}

AwsAuthSyncConfig is the Schema for the awsauthsyncconfigs API

func (*AwsAuthSyncConfig) DeepCopy

func (in *AwsAuthSyncConfig) DeepCopy() *AwsAuthSyncConfig

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

func (*AwsAuthSyncConfig) DeepCopyInto

func (in *AwsAuthSyncConfig) DeepCopyInto(out *AwsAuthSyncConfig)

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

func (*AwsAuthSyncConfig) DeepCopyObject

func (in *AwsAuthSyncConfig) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AwsAuthSyncConfigGroupSync

type AwsAuthSyncConfigGroupSync struct {
	// Source AWS IAM group for synchronization
	Source string `json:"source"`
	// Destination K8s RBAC group for synchronization
	Dest string `json:"dest"`
}

func (*AwsAuthSyncConfigGroupSync) DeepCopy

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

func (*AwsAuthSyncConfigGroupSync) DeepCopyInto

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

type AwsAuthSyncConfigList

type AwsAuthSyncConfigList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AwsAuthSyncConfig `json:"items"`
}

AwsAuthSyncConfigList contains a list of AwsAuthSyncConfig

func (*AwsAuthSyncConfigList) DeepCopy

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

func (*AwsAuthSyncConfigList) DeepCopyInto

func (in *AwsAuthSyncConfigList) DeepCopyInto(out *AwsAuthSyncConfigList)

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

func (*AwsAuthSyncConfigList) DeepCopyObject

func (in *AwsAuthSyncConfigList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AwsAuthSyncConfigSpec

type AwsAuthSyncConfigSpec struct {

	// Sync AWS IAM groups to k8s RBAC groups
	SyncIamGroups []AwsAuthSyncConfigGroupSync `json:"syncIamGroups,omitempty"`
}

AwsAuthSyncConfigSpec defines the desired state of AwsAuthSyncConfig

func (*AwsAuthSyncConfigSpec) DeepCopy

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

func (*AwsAuthSyncConfigSpec) DeepCopyInto

func (in *AwsAuthSyncConfigSpec) DeepCopyInto(out *AwsAuthSyncConfigSpec)

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

type AwsAuthSyncConfigStatus

type AwsAuthSyncConfigStatus struct {
	// Important: Run "make" to regenerate code after modifying this file
	LastSyncTime *metav1.Time `json:"lastSyncTime,omitempty"`
	// one of: "Success", "Failure", "No Change"
	Status string `json:"status,omitempty"`
}

AwsAuthSyncConfigStatus defines the observed state of AwsAuthSyncConfig

func (*AwsAuthSyncConfigStatus) DeepCopy

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

func (*AwsAuthSyncConfigStatus) DeepCopyInto

func (in *AwsAuthSyncConfigStatus) DeepCopyInto(out *AwsAuthSyncConfigStatus)

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