Documentation ¶
Overview ¶
+groupName=user.openshift.io Package api is the internal version of the API.
Index ¶
Constants ¶
const (
GroupName = "user.openshift.io"
)
Variables ¶
var ( Install = schemeBuilder.AddToScheme // DEPRECATED kept for generated code SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal} // DEPRECATED kept for generated code AddToScheme = schemeBuilder.AddToScheme )
Functions ¶
func IdentityFieldSelector ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource kept for generated code DEPRECATED
Types ¶
type Group ¶
type Group struct { metav1.TypeMeta metav1.ObjectMeta Users []string }
Group represents a referenceable set of Users
func (*Group) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Group.
func (*Group) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Group) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GroupList ¶
func (*GroupList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupList.
func (*GroupList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GroupList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Identity ¶
type Identity struct { metav1.TypeMeta metav1.ObjectMeta // ProviderName is the source of identity information ProviderName string // ProviderUserName uniquely represents this identity in the scope of the provider ProviderUserName string // User is a reference to the user this identity is associated with // Both Name and UID must be set User core.ObjectReference Extra map[string]string }
func (*Identity) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity.
func (*Identity) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Identity) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IdentityList ¶
func (*IdentityList) DeepCopy ¶
func (in *IdentityList) DeepCopy() *IdentityList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityList.
func (*IdentityList) DeepCopyInto ¶
func (in *IdentityList) DeepCopyInto(out *IdentityList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IdentityList) DeepCopyObject ¶
func (in *IdentityList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type User ¶
type User struct { metav1.TypeMeta metav1.ObjectMeta FullName string Identities []string Groups []string }
func (*User) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new User.
func (*User) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*User) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UserIdentityMapping ¶
type UserIdentityMapping struct { metav1.TypeMeta metav1.ObjectMeta Identity core.ObjectReference User core.ObjectReference }
func (*UserIdentityMapping) DeepCopy ¶
func (in *UserIdentityMapping) DeepCopy() *UserIdentityMapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserIdentityMapping.
func (*UserIdentityMapping) DeepCopyInto ¶
func (in *UserIdentityMapping) DeepCopyInto(out *UserIdentityMapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserIdentityMapping) DeepCopyObject ¶
func (in *UserIdentityMapping) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UserList ¶
func (*UserList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserList.
func (*UserList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Directories ¶
Path | Synopsis |
---|---|
+groupName=user.openshift.io Package v1 is the v1 version of the API.
|
+groupName=user.openshift.io Package v1 is the v1 version of the API. |