 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶ added in v1.0.4
type Group struct {
	kapi.TypeMeta
	kapi.ObjectMeta
	Users []string
}
    Group represents a referenceable set of Users
func (*Group) IsAnAPIObject ¶ added in v1.0.4
func (*Group) IsAnAPIObject()
type GroupList ¶ added in v1.0.4
func (*GroupList) IsAnAPIObject ¶ added in v1.0.4
func (*GroupList) IsAnAPIObject()
type Identity ¶
type Identity struct {
	kapi.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
}
    func (*Identity) IsAnAPIObject ¶
func (*Identity) IsAnAPIObject()
type IdentityList ¶
func (*IdentityList) IsAnAPIObject ¶
func (*IdentityList) IsAnAPIObject()
type User ¶
type User struct {
	kapi.TypeMeta
	kapi.ObjectMeta
	FullName string
	Identities []string
	Groups []string
}
    func (*User) IsAnAPIObject ¶
func (*User) IsAnAPIObject()
type UserIdentityMapping ¶
type UserIdentityMapping struct {
	kapi.TypeMeta
	kapi.ObjectMeta
	Identity kapi.ObjectReference
	User     kapi.ObjectReference
}
    func (*UserIdentityMapping) IsAnAPIObject ¶
func (*UserIdentityMapping) IsAnAPIObject()
 Click to show internal directories. 
   Click to hide internal directories.