Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: iamauthenticator.GroupName, Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
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 ¶
func (in *IAMIdentityMappingList) DeepCopy() *IAMIdentityMappingList
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 ¶
func (in *IAMIdentityMappingSpec) DeepCopy() *IAMIdentityMappingSpec
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 ¶
func (in *IAMIdentityMappingStatus) DeepCopy() *IAMIdentityMappingStatus
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.