Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs) + var SchemeGroupVersion = unversioned.GroupVersion + func Convert_api_GroupList_To_v1_GroupList(in *api.GroupList, out *GroupList, s conversion.Scope) error + func Convert_api_Group_To_v1_Group(in *api.Group, out *Group, s conversion.Scope) error + func Convert_api_IdentityList_To_v1_IdentityList(in *api.IdentityList, out *IdentityList, s conversion.Scope) error + func Convert_api_Identity_To_v1_Identity(in *api.Identity, out *Identity, s conversion.Scope) error + func Convert_api_UserIdentityMapping_To_v1_UserIdentityMapping(in *api.UserIdentityMapping, out *UserIdentityMapping, s conversion.Scope) error + func Convert_api_UserList_To_v1_UserList(in *api.UserList, out *UserList, s conversion.Scope) error + func Convert_api_User_To_v1_User(in *api.User, out *User, s conversion.Scope) error + func Convert_v1_GroupList_To_api_GroupList(in *GroupList, out *api.GroupList, s conversion.Scope) error + func Convert_v1_Group_To_api_Group(in *Group, out *api.Group, s conversion.Scope) error + func Convert_v1_IdentityList_To_api_IdentityList(in *IdentityList, out *api.IdentityList, s conversion.Scope) error + func Convert_v1_Identity_To_api_Identity(in *Identity, out *api.Identity, s conversion.Scope) error + func Convert_v1_UserIdentityMapping_To_api_UserIdentityMapping(in *UserIdentityMapping, out *api.UserIdentityMapping, s conversion.Scope) error + func Convert_v1_UserList_To_api_UserList(in *UserList, out *api.UserList, s conversion.Scope) error + func Convert_v1_User_To_api_User(in *User, out *api.User, s conversion.Scope) error + func DeepCopy_v1_Group(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_GroupList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_Identity(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_IdentityList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_User(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_UserIdentityMapping(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_UserList(in interface{}, out interface{}, c *conversion.Cloner) error + func RegisterConversions(scheme *runtime.Scheme) error + func RegisterDeepCopies(scheme *runtime.Scheme) error + type Group struct + Users OptionalNames + func (*Group) Descriptor() ([]byte, []int) + func (*Group) ProtoMessage() + func (Group) SwaggerDoc() map[string]string + func (m *Group) Marshal() (data []byte, err error) + func (m *Group) MarshalTo(data []byte) (int, error) + func (m *Group) Reset() + func (m *Group) Size() (n int) + func (m *Group) Unmarshal(data []byte) error + func (obj *Group) GetObjectKind() unversioned.ObjectKind + func (this *Group) String() string + type GroupList struct + Items []Group + func (*GroupList) Descriptor() ([]byte, []int) + func (*GroupList) ProtoMessage() + func (GroupList) SwaggerDoc() map[string]string + func (m *GroupList) Marshal() (data []byte, err error) + func (m *GroupList) MarshalTo(data []byte) (int, error) + func (m *GroupList) Reset() + func (m *GroupList) Size() (n int) + func (m *GroupList) Unmarshal(data []byte) error + func (obj *GroupList) GetObjectKind() unversioned.ObjectKind + func (this *GroupList) String() string + type Identity struct + Extra map[string]string + ProviderName string + ProviderUserName string + User kapi.ObjectReference + func (*Identity) Descriptor() ([]byte, []int) + func (*Identity) ProtoMessage() + func (Identity) SwaggerDoc() map[string]string + func (m *Identity) Marshal() (data []byte, err error) + func (m *Identity) MarshalTo(data []byte) (int, error) + func (m *Identity) Reset() + func (m *Identity) Size() (n int) + func (m *Identity) Unmarshal(data []byte) error + func (obj *Identity) GetObjectKind() unversioned.ObjectKind + func (this *Identity) String() string + type IdentityList struct + Items []Identity + func (*IdentityList) Descriptor() ([]byte, []int) + func (*IdentityList) ProtoMessage() + func (IdentityList) SwaggerDoc() map[string]string + func (m *IdentityList) Marshal() (data []byte, err error) + func (m *IdentityList) MarshalTo(data []byte) (int, error) + func (m *IdentityList) Reset() + func (m *IdentityList) Size() (n int) + func (m *IdentityList) Unmarshal(data []byte) error + func (obj *IdentityList) GetObjectKind() unversioned.ObjectKind + func (this *IdentityList) String() string + type OptionalNames []string + func (*OptionalNames) Descriptor() ([]byte, []int) + func (*OptionalNames) ProtoMessage() + func (m *OptionalNames) Reset() + func (m *OptionalNames) Unmarshal(data []byte) error + func (m OptionalNames) Marshal() (data []byte, err error) + func (m OptionalNames) MarshalTo(data []byte) (int, error) + func (m OptionalNames) Size() (n int) + func (t OptionalNames) String() string + type User struct + FullName string + Groups []string + Identities []string + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (User) SwaggerDoc() map[string]string + func (m *User) Marshal() (data []byte, err error) + func (m *User) MarshalTo(data []byte) (int, error) + func (m *User) Reset() + func (m *User) Size() (n int) + func (m *User) Unmarshal(data []byte) error + func (obj *User) GetObjectKind() unversioned.ObjectKind + func (this *User) String() string + type UserIdentityMapping struct + Identity kapi.ObjectReference + User kapi.ObjectReference + func (*UserIdentityMapping) Descriptor() ([]byte, []int) + func (*UserIdentityMapping) ProtoMessage() + func (UserIdentityMapping) SwaggerDoc() map[string]string + func (m *UserIdentityMapping) Marshal() (data []byte, err error) + func (m *UserIdentityMapping) MarshalTo(data []byte) (int, error) + func (m *UserIdentityMapping) Reset() + func (m *UserIdentityMapping) Size() (n int) + func (m *UserIdentityMapping) Unmarshal(data []byte) error + func (obj *UserIdentityMapping) GetObjectKind() unversioned.ObjectKind + func (this *UserIdentityMapping) String() string + type UserList struct + Items []User + func (*UserList) Descriptor() ([]byte, []int) + func (*UserList) ProtoMessage() + func (UserList) SwaggerDoc() map[string]string + func (m *UserList) Marshal() (data []byte, err error) + func (m *UserList) MarshalTo(data []byte) (int, error) + func (m *UserList) Reset() + func (m *UserList) Size() (n int) + func (m *UserList) Unmarshal(data []byte) error + func (obj *UserList) GetObjectKind() unversioned.ObjectKind + func (this *UserList) String() string