Versions in this module Expand all Collapse all v0 v0.0.3 Nov 23, 2022 v0.0.1 Nov 23, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type IAMIdentityMapping struct + Spec IAMIdentityMappingSpec + Status IAMIdentityMappingStatus + func (in *IAMIdentityMapping) DeepCopy() *IAMIdentityMapping + func (in *IAMIdentityMapping) DeepCopyInto(out *IAMIdentityMapping) + func (in *IAMIdentityMapping) DeepCopyObject() runtime.Object + type IAMIdentityMappingList struct + Items []IAMIdentityMapping + func (in *IAMIdentityMappingList) DeepCopy() *IAMIdentityMappingList + func (in *IAMIdentityMappingList) DeepCopyInto(out *IAMIdentityMappingList) + func (in *IAMIdentityMappingList) DeepCopyObject() runtime.Object + type IAMIdentityMappingSpec struct + ARN string + Groups []string + Username string + func (in *IAMIdentityMappingSpec) DeepCopy() *IAMIdentityMappingSpec + func (in *IAMIdentityMappingSpec) DeepCopyInto(out *IAMIdentityMappingSpec) + type IAMIdentityMappingStatus struct + CanonicalARN string + UserID string + func (in *IAMIdentityMappingStatus) DeepCopy() *IAMIdentityMappingStatus + func (in *IAMIdentityMappingStatus) DeepCopyInto(out *IAMIdentityMappingStatus)