v1alpha1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: iamauthenticator.GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type IAMIdentityMapping

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

	Spec   IAMIdentityMappingSpec   `json:"spec"`
	Status IAMIdentityMappingStatus `json:"status"`
}

IAMIdentityMapping is a specification for a IAMIdentityMapping resource

func (*IAMIdentityMapping) DeepCopy

func (in *IAMIdentityMapping) DeepCopy() *IAMIdentityMapping

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

func (*IAMIdentityMapping) DeepCopyInto

func (in *IAMIdentityMapping) DeepCopyInto(out *IAMIdentityMapping)

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

func (*IAMIdentityMapping) DeepCopyObject

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

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

type IAMIdentityMappingList

type IAMIdentityMappingList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []IAMIdentityMapping `json:"items"`
}

IAMIdentityMappingList is a list of IAMIdentityMapping resources

func (*IAMIdentityMappingList) DeepCopy

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

func (*IAMIdentityMappingList) DeepCopyInto

func (in *IAMIdentityMappingList) DeepCopyInto(out *IAMIdentityMappingList)

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

func (*IAMIdentityMappingList) DeepCopyObject

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

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

type IAMIdentityMappingSpec

type IAMIdentityMappingSpec struct {
	ARN      string   `json:"arn"`
	Username string   `json:"username"`
	Groups   []string `json:"groups"`
}

IAMIdentityMappingSpec is the spec for a IAMIdentityMapping resource

func (*IAMIdentityMappingSpec) DeepCopy

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

func (*IAMIdentityMappingSpec) DeepCopyInto

func (in *IAMIdentityMappingSpec) DeepCopyInto(out *IAMIdentityMappingSpec)

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

type IAMIdentityMappingStatus

type IAMIdentityMappingStatus struct {
	CanonicalARN string `json:"canonicalARN"`
	UserID       string `json:"userID"`
}

IAMIdentityMappingStatus is the status for a IAMIdentityMapping resource

func (*IAMIdentityMappingStatus) DeepCopy

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

func (*IAMIdentityMappingStatus) DeepCopyInto

func (in *IAMIdentityMappingStatus) DeepCopyInto(out *IAMIdentityMappingStatus)

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