Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupToSelectableFields ¶ added in v1.0.8
GroupToSelectableFields returns a label set that represents the object changes to the returned keys require registering conversions for existing versions using Scheme.AddFieldLabelConversionFunc
func IdentityToSelectableFields ¶ added in v1.0.8
IdentityToSelectableFields returns a label set that represents the object changes to the returned keys require registering conversions for existing versions using Scheme.AddFieldLabelConversionFunc
Types ¶
type Group ¶ added in v1.0.4
type Group struct {
	unversioned.TypeMeta
	kapi.ObjectMeta
	Users []string
}
    Group represents a referenceable set of Users
type GroupList ¶ added in v1.0.4
type GroupList struct {
	unversioned.TypeMeta
	unversioned.ListMeta
	Items []Group
}
    type Identity ¶
type Identity struct {
	unversioned.TypeMeta
	kapi.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 kapi.ObjectReference
	Extra map[string]string
}
    type IdentityList ¶
type IdentityList struct {
	unversioned.TypeMeta
	unversioned.ListMeta
	Items []Identity
}
    func (*IdentityList) IsAnAPIObject ¶
func (*IdentityList) IsAnAPIObject()
type User ¶
type User struct {
	unversioned.TypeMeta
	kapi.ObjectMeta
	FullName string
	Identities []string
	Groups []string
}
    type UserIdentityMapping ¶
type UserIdentityMapping struct {
	unversioned.TypeMeta
	kapi.ObjectMeta
	Identity kapi.ObjectReference
	User     kapi.ObjectReference
}
    func (*UserIdentityMapping) IsAnAPIObject ¶
func (*UserIdentityMapping) IsAnAPIObject()
type UserList ¶
type UserList struct {
	unversioned.TypeMeta
	unversioned.ListMeta
	Items []User
}
    
      
      Source Files
      ¶
    
- fields.go
 - register.go
 - types.go
 
 Click to show internal directories. 
   Click to hide internal directories.