 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- Variables
- func AddToScheme(scheme *runtime.Scheme)
- func Convert_api_GroupList_To_v1_GroupList(in *user_api.GroupList, out *GroupList, s conversion.Scope) error
- func Convert_api_Group_To_v1_Group(in *user_api.Group, out *Group, s conversion.Scope) error
- func Convert_api_IdentityList_To_v1_IdentityList(in *user_api.IdentityList, out *IdentityList, s conversion.Scope) error
- func Convert_api_Identity_To_v1_Identity(in *user_api.Identity, out *Identity, s conversion.Scope) error
- func Convert_api_UserIdentityMapping_To_v1_UserIdentityMapping(in *user_api.UserIdentityMapping, out *UserIdentityMapping, s conversion.Scope) error
- func Convert_api_UserList_To_v1_UserList(in *user_api.UserList, out *UserList, s conversion.Scope) error
- func Convert_api_User_To_v1_User(in *user_api.User, out *User, s conversion.Scope) error
- func Convert_v1_GroupList_To_api_GroupList(in *GroupList, out *user_api.GroupList, s conversion.Scope) error
- func Convert_v1_Group_To_api_Group(in *Group, out *user_api.Group, s conversion.Scope) error
- func Convert_v1_IdentityList_To_api_IdentityList(in *IdentityList, out *user_api.IdentityList, s conversion.Scope) error
- func Convert_v1_Identity_To_api_Identity(in *Identity, out *user_api.Identity, s conversion.Scope) error
- func Convert_v1_UserIdentityMapping_To_api_UserIdentityMapping(in *UserIdentityMapping, out *user_api.UserIdentityMapping, s conversion.Scope) error
- func Convert_v1_UserList_To_api_UserList(in *UserList, out *user_api.UserList, s conversion.Scope) error
- func Convert_v1_User_To_api_User(in *User, out *user_api.User, s conversion.Scope) error
- func DeepCopy_v1_Group(in Group, out *Group, c *conversion.Cloner) error
- func DeepCopy_v1_GroupList(in GroupList, out *GroupList, c *conversion.Cloner) error
- func DeepCopy_v1_Identity(in Identity, out *Identity, c *conversion.Cloner) error
- func DeepCopy_v1_IdentityList(in IdentityList, out *IdentityList, c *conversion.Cloner) error
- func DeepCopy_v1_User(in User, out *User, c *conversion.Cloner) error
- func DeepCopy_v1_UserIdentityMapping(in UserIdentityMapping, out *UserIdentityMapping, c *conversion.Cloner) error
- func DeepCopy_v1_UserList(in UserList, out *UserList, c *conversion.Cloner) error
- type Group
- type GroupList
- type Identity
- type IdentityList
- type User
- type UserIdentityMapping
- type UserList
Constants ¶
      View Source
      
  
const GroupName = ""
    Variables ¶
      View Source
      
  var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1"}
    SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_api_GroupList_To_v1_GroupList ¶ added in v1.3.0
func Convert_api_Group_To_v1_Group ¶ added in v1.3.0
func Convert_api_IdentityList_To_v1_IdentityList ¶ added in v1.3.0
func Convert_api_IdentityList_To_v1_IdentityList(in *user_api.IdentityList, out *IdentityList, s conversion.Scope) error
func Convert_api_Identity_To_v1_Identity ¶ added in v1.3.0
func Convert_api_UserIdentityMapping_To_v1_UserIdentityMapping ¶ added in v1.3.0
func Convert_api_UserIdentityMapping_To_v1_UserIdentityMapping(in *user_api.UserIdentityMapping, out *UserIdentityMapping, s conversion.Scope) error
func Convert_api_UserList_To_v1_UserList ¶ added in v1.3.0
func Convert_api_User_To_v1_User ¶ added in v1.3.0
func Convert_v1_GroupList_To_api_GroupList ¶ added in v1.3.0
func Convert_v1_Group_To_api_Group ¶ added in v1.3.0
func Convert_v1_IdentityList_To_api_IdentityList ¶ added in v1.3.0
func Convert_v1_IdentityList_To_api_IdentityList(in *IdentityList, out *user_api.IdentityList, s conversion.Scope) error
func Convert_v1_Identity_To_api_Identity ¶ added in v1.3.0
func Convert_v1_UserIdentityMapping_To_api_UserIdentityMapping ¶ added in v1.3.0
func Convert_v1_UserIdentityMapping_To_api_UserIdentityMapping(in *UserIdentityMapping, out *user_api.UserIdentityMapping, s conversion.Scope) error
func Convert_v1_UserList_To_api_UserList ¶ added in v1.3.0
func Convert_v1_User_To_api_User ¶ added in v1.3.0
func DeepCopy_v1_Group ¶ added in v1.3.0
func DeepCopy_v1_Group(in Group, out *Group, c *conversion.Cloner) error
func DeepCopy_v1_GroupList ¶ added in v1.3.0
func DeepCopy_v1_GroupList(in GroupList, out *GroupList, c *conversion.Cloner) error
func DeepCopy_v1_Identity ¶ added in v1.3.0
func DeepCopy_v1_Identity(in Identity, out *Identity, c *conversion.Cloner) error
func DeepCopy_v1_IdentityList ¶ added in v1.3.0
func DeepCopy_v1_IdentityList(in IdentityList, out *IdentityList, c *conversion.Cloner) error
func DeepCopy_v1_User ¶ added in v1.3.0
func DeepCopy_v1_User(in User, out *User, c *conversion.Cloner) error
func DeepCopy_v1_UserIdentityMapping ¶ added in v1.3.0
func DeepCopy_v1_UserIdentityMapping(in UserIdentityMapping, out *UserIdentityMapping, c *conversion.Cloner) error
Types ¶
type Group ¶ added in v1.0.4
type Group struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	kapi.ObjectMeta `json:"metadata,omitempty"`
	// Users is the list of users in this group.
	Users []string `json:"users"`
}
    Group represents a referenceable set of Users
func (*Group) GetObjectKind ¶ added in v1.1.4
func (obj *Group) GetObjectKind() unversioned.ObjectKind
type GroupList ¶ added in v1.0.4
type GroupList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	unversioned.ListMeta `json:"metadata,omitempty"`
	// Items is the list of groups
	Items []Group `json:"items"`
}
    GroupList is a collection of Groups
func (*GroupList) GetObjectKind ¶ added in v1.1.4
func (obj *GroupList) GetObjectKind() unversioned.ObjectKind
type Identity ¶
type Identity struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	kapi.ObjectMeta `json:"metadata,omitempty"`
	// ProviderName is the source of identity information
	ProviderName string `json:"providerName"`
	// ProviderUserName uniquely represents this identity in the scope of the provider
	ProviderUserName string `json:"providerUserName"`
	// User is a reference to the user this identity is associated with
	// Both Name and UID must be set
	User kapi.ObjectReference `json:"user"`
	// Extra holds extra information about this identity
	Extra map[string]string `json:"extra,omitempty"`
}
    Identity records a successful authentication of a user with an identity provider
func (*Identity) GetObjectKind ¶ added in v1.1.4
func (obj *Identity) GetObjectKind() unversioned.ObjectKind
type IdentityList ¶
type IdentityList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	unversioned.ListMeta `json:"metadata,omitempty"`
	// Items is the list of identities
	Items []Identity `json:"items"`
}
    IdentityList is a collection of Identities
func (*IdentityList) GetObjectKind ¶ added in v1.1.4
func (obj *IdentityList) GetObjectKind() unversioned.ObjectKind
func (IdentityList) SwaggerDoc ¶ added in v1.1.4
func (IdentityList) SwaggerDoc() map[string]string
type User ¶
type User struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	kapi.ObjectMeta `json:"metadata,omitempty"`
	// FullName is the full name of user
	FullName string `json:"fullName,omitempty"`
	// Identities are the identities associated with this user
	Identities []string `json:"identities"`
	// Groups are the groups that this user is a member of
	Groups []string `json:"groups"`
}
    User describes someone that makes requests to the API
func (*User) GetObjectKind ¶ added in v1.1.4
func (obj *User) GetObjectKind() unversioned.ObjectKind
type UserIdentityMapping ¶
type UserIdentityMapping struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	kapi.ObjectMeta `json:"metadata,omitempty"`
	// Identity is a reference to an identity
	Identity kapi.ObjectReference `json:"identity,omitempty"`
	// User is a reference to a user
	User kapi.ObjectReference `json:"user,omitempty"`
}
    UserIdentityMapping maps a user to an identity
func (*UserIdentityMapping) GetObjectKind ¶ added in v1.1.4
func (obj *UserIdentityMapping) GetObjectKind() unversioned.ObjectKind
func (UserIdentityMapping) SwaggerDoc ¶ added in v1.1.4
func (UserIdentityMapping) SwaggerDoc() map[string]string
type UserList ¶
type UserList struct {
	unversioned.TypeMeta `json:",inline"`
	// Standard object's metadata.
	unversioned.ListMeta `json:"metadata,omitempty"`
	// Items is the list of users
	Items []User `json:"items"`
}
    UserList is a collection of Users
func (*UserList) GetObjectKind ¶ added in v1.1.4
func (obj *UserList) GetObjectKind() unversioned.ObjectKind
       Source Files
      ¶
      Source Files
      ¶
    
- conversion.go
- conversion_generated.go
- deep_copy_generated.go
- register.go
- swagger_doc.go
- types.go
 Click to show internal directories. 
   Click to hide internal directories.