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 `json:",inline"` kapi.ObjectMeta `json:"metadata,omitempty"` // Users is the list of users in this group. Users []string `json:"users" description:"list of users in this group"` }
Group represents a referenceable set of Users
type GroupList ¶ added in v1.0.4
type Identity ¶
type Identity struct { kapi.TypeMeta `json:",inline"` 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 map[string]string `json:"extra,omitempty"` }
type IdentityList ¶
type IdentityList struct { kapi.TypeMeta `json:",inline"` kapi.ListMeta `json:"metadata,omitempty"` Items []Identity `json:"items"` }
func (*IdentityList) IsAnAPIObject ¶
func (*IdentityList) IsAnAPIObject()
type User ¶
type UserIdentityMapping ¶
type UserIdentityMapping struct { kapi.TypeMeta `json:",inline"` kapi.ObjectMeta `json:"metadata,omitempty"` Identity kapi.ObjectReference `json:"identity,omitempty"` User kapi.ObjectReference `json:"user,omitempty"` }
func (*UserIdentityMapping) IsAnAPIObject ¶
func (*UserIdentityMapping) IsAnAPIObject()
Click to show internal directories.
Click to hide internal directories.