v1

package
v3.7.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+groupName=user.openshift.io Package v1 is the v1 version of the API.

Package v1 is a generated protocol buffer package.

It is generated from these files:
	github.com/openshift/origin/pkg/user/apis/user/v1/generated.proto

It has these top-level messages:
	Group
	GroupList
	Identity
	IdentityList
	OptionalNames
	User
	UserIdentityMapping
	UserList

Index

Constants

View Source
const (
	GroupName       = "user.openshift.io"
	LegacyGroupName = ""
)

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	SchemeGroupVersion       = schema.GroupVersion{Group: GroupName, Version: "v1"}
	LegacySchemeGroupVersion = schema.GroupVersion{Group: LegacyGroupName, Version: "v1"}

	LegacySchemeBuilder    = runtime.NewSchemeBuilder(addLegacyKnownTypes, addConversionFuncs, addLegacyFieldSelectorKeyConversions)
	AddToSchemeInCoreGroup = LegacySchemeBuilder.AddToScheme

	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs, addFieldSelectorKeyConversions)
	AddToScheme   = SchemeBuilder.AddToScheme
)

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_user_GroupList_To_v1_GroupList

func Convert_user_GroupList_To_v1_GroupList(in *user.GroupList, out *GroupList, s conversion.Scope) error

Convert_user_GroupList_To_v1_GroupList is an autogenerated conversion function.

func Convert_user_Group_To_v1_Group

func Convert_user_Group_To_v1_Group(in *user.Group, out *Group, s conversion.Scope) error

Convert_user_Group_To_v1_Group is an autogenerated conversion function.

func Convert_user_IdentityList_To_v1_IdentityList

func Convert_user_IdentityList_To_v1_IdentityList(in *user.IdentityList, out *IdentityList, s conversion.Scope) error

Convert_user_IdentityList_To_v1_IdentityList is an autogenerated conversion function.

func Convert_user_Identity_To_v1_Identity

func Convert_user_Identity_To_v1_Identity(in *user.Identity, out *Identity, s conversion.Scope) error

Convert_user_Identity_To_v1_Identity is an autogenerated conversion function.

func Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping

func Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping(in *user.UserIdentityMapping, out *UserIdentityMapping, s conversion.Scope) error

Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping is an autogenerated conversion function.

func Convert_user_UserList_To_v1_UserList

func Convert_user_UserList_To_v1_UserList(in *user.UserList, out *UserList, s conversion.Scope) error

Convert_user_UserList_To_v1_UserList is an autogenerated conversion function.

func Convert_user_User_To_v1_User

func Convert_user_User_To_v1_User(in *user.User, out *User, s conversion.Scope) error

Convert_user_User_To_v1_User is an autogenerated conversion function.

func Convert_v1_GroupList_To_user_GroupList

func Convert_v1_GroupList_To_user_GroupList(in *GroupList, out *user.GroupList, s conversion.Scope) error

Convert_v1_GroupList_To_user_GroupList is an autogenerated conversion function.

func Convert_v1_Group_To_user_Group

func Convert_v1_Group_To_user_Group(in *Group, out *user.Group, s conversion.Scope) error

Convert_v1_Group_To_user_Group is an autogenerated conversion function.

func Convert_v1_IdentityList_To_user_IdentityList

func Convert_v1_IdentityList_To_user_IdentityList(in *IdentityList, out *user.IdentityList, s conversion.Scope) error

Convert_v1_IdentityList_To_user_IdentityList is an autogenerated conversion function.

func Convert_v1_Identity_To_user_Identity

func Convert_v1_Identity_To_user_Identity(in *Identity, out *user.Identity, s conversion.Scope) error

Convert_v1_Identity_To_user_Identity is an autogenerated conversion function.

func Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping

func Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping(in *UserIdentityMapping, out *user.UserIdentityMapping, s conversion.Scope) error

Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping is an autogenerated conversion function.

func Convert_v1_UserList_To_user_UserList

func Convert_v1_UserList_To_user_UserList(in *UserList, out *user.UserList, s conversion.Scope) error

Convert_v1_UserList_To_user_UserList is an autogenerated conversion function.

func Convert_v1_User_To_user_User

func Convert_v1_User_To_user_User(in *User, out *user.User, s conversion.Scope) error

Convert_v1_User_To_user_User is an autogenerated conversion function.

func DeepCopy_v1_Group

func DeepCopy_v1_Group(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_Group is an autogenerated deepcopy function.

func DeepCopy_v1_GroupList

func DeepCopy_v1_GroupList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GroupList is an autogenerated deepcopy function.

func DeepCopy_v1_Identity

func DeepCopy_v1_Identity(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_Identity is an autogenerated deepcopy function.

func DeepCopy_v1_IdentityList

func DeepCopy_v1_IdentityList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_IdentityList is an autogenerated deepcopy function.

func DeepCopy_v1_User

func DeepCopy_v1_User(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_User is an autogenerated deepcopy function.

func DeepCopy_v1_UserIdentityMapping

func DeepCopy_v1_UserIdentityMapping(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_UserIdentityMapping is an autogenerated deepcopy function.

func DeepCopy_v1_UserList

func DeepCopy_v1_UserList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_UserList is an autogenerated deepcopy function.

func RegisterConversions

func RegisterConversions(scheme *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDeepCopies

func RegisterDeepCopies(scheme *runtime.Scheme) error

RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource

func Resource(resource string) schema.GroupResource

Types

type Group

type Group struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Users is the list of users in this group.
	Users OptionalNames `json:"users" protobuf:"bytes,2,rep,name=users"`
}

Group represents a referenceable set of Users

func (*Group) Descriptor

func (*Group) Descriptor() ([]byte, []int)

func (*Group) Marshal

func (m *Group) Marshal() (dAtA []byte, err error)

func (*Group) MarshalTo

func (m *Group) MarshalTo(dAtA []byte) (int, error)

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) Reset

func (m *Group) Reset()

func (*Group) Size

func (m *Group) Size() (n int)

func (*Group) String

func (this *Group) String() string

func (Group) SwaggerDoc

func (Group) SwaggerDoc() map[string]string

func (*Group) Unmarshal

func (m *Group) Unmarshal(dAtA []byte) error

type GroupList

type GroupList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	// Items is the list of groups
	Items []Group `json:"items" protobuf:"bytes,2,rep,name=items"`
}

GroupList is a collection of Groups

func (*GroupList) Descriptor

func (*GroupList) Descriptor() ([]byte, []int)

func (*GroupList) Marshal

func (m *GroupList) Marshal() (dAtA []byte, err error)

func (*GroupList) MarshalTo

func (m *GroupList) MarshalTo(dAtA []byte) (int, error)

func (*GroupList) ProtoMessage

func (*GroupList) ProtoMessage()

func (*GroupList) Reset

func (m *GroupList) Reset()

func (*GroupList) Size

func (m *GroupList) Size() (n int)

func (*GroupList) String

func (this *GroupList) String() string

func (GroupList) SwaggerDoc

func (GroupList) SwaggerDoc() map[string]string

func (*GroupList) Unmarshal

func (m *GroupList) Unmarshal(dAtA []byte) error

type Identity

type Identity struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// ProviderName is the source of identity information
	ProviderName string `json:"providerName" protobuf:"bytes,2,opt,name=providerName"`

	// ProviderUserName uniquely represents this identity in the scope of the provider
	ProviderUserName string `json:"providerUserName" protobuf:"bytes,3,opt,name=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" protobuf:"bytes,4,opt,name=user"`

	// Extra holds extra information about this identity
	Extra map[string]string `json:"extra,omitempty" protobuf:"bytes,5,rep,name=extra"`
}

Identity records a successful authentication of a user with an identity provider. The information about the source of authentication is stored on the identity, and the identity is then associated with a single user object. Multiple identities can reference a single user. Information retrieved from the authentication provider is stored in the extra field using a schema determined by the provider.

func (*Identity) Descriptor

func (*Identity) Descriptor() ([]byte, []int)

func (*Identity) Marshal

func (m *Identity) Marshal() (dAtA []byte, err error)

func (*Identity) MarshalTo

func (m *Identity) MarshalTo(dAtA []byte) (int, error)

func (*Identity) ProtoMessage

func (*Identity) ProtoMessage()

func (*Identity) Reset

func (m *Identity) Reset()

func (*Identity) Size

func (m *Identity) Size() (n int)

func (*Identity) String

func (this *Identity) String() string

func (Identity) SwaggerDoc

func (Identity) SwaggerDoc() map[string]string

func (*Identity) Unmarshal

func (m *Identity) Unmarshal(dAtA []byte) error

type IdentityList

type IdentityList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	// Items is the list of identities
	Items []Identity `json:"items" protobuf:"bytes,2,rep,name=items"`
}

IdentityList is a collection of Identities

func (*IdentityList) Descriptor

func (*IdentityList) Descriptor() ([]byte, []int)

func (*IdentityList) Marshal

func (m *IdentityList) Marshal() (dAtA []byte, err error)

func (*IdentityList) MarshalTo

func (m *IdentityList) MarshalTo(dAtA []byte) (int, error)

func (*IdentityList) ProtoMessage

func (*IdentityList) ProtoMessage()

func (*IdentityList) Reset

func (m *IdentityList) Reset()

func (*IdentityList) Size

func (m *IdentityList) Size() (n int)

func (*IdentityList) String

func (this *IdentityList) String() string

func (IdentityList) SwaggerDoc

func (IdentityList) SwaggerDoc() map[string]string

func (*IdentityList) Unmarshal

func (m *IdentityList) Unmarshal(dAtA []byte) error

type OptionalNames

type OptionalNames []string

OptionalNames is an array that may also be left nil to distinguish between set and unset. +protobuf.nullable=true +protobuf.options.(gogoproto.goproto_stringer)=false

func (*OptionalNames) Descriptor

func (*OptionalNames) Descriptor() ([]byte, []int)

func (OptionalNames) Marshal

func (m OptionalNames) Marshal() (dAtA []byte, err error)

func (OptionalNames) MarshalTo

func (m OptionalNames) MarshalTo(dAtA []byte) (int, error)

func (*OptionalNames) ProtoMessage

func (*OptionalNames) ProtoMessage()

func (*OptionalNames) Reset

func (m *OptionalNames) Reset()

func (OptionalNames) Size

func (m OptionalNames) Size() (n int)

func (OptionalNames) String

func (t OptionalNames) String() string

func (*OptionalNames) Unmarshal

func (m *OptionalNames) Unmarshal(dAtA []byte) error

type User

type User struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// FullName is the full name of user
	FullName string `json:"fullName,omitempty" protobuf:"bytes,2,opt,name=fullName"`

	// Identities are the identities associated with this user
	Identities []string `json:"identities" protobuf:"bytes,3,rep,name=identities"`

	// Groups specifies group names this user is a member of.
	// This field is deprecated and will be removed in a future release.
	// Instead, create a Group object containing the name of this User.
	Groups []string `json:"groups" protobuf:"bytes,4,rep,name=groups"`
}

Upon log in, every user of the system receives a User and Identity resource. Administrators may directly manipulate the attributes of the users for their own tracking, or set groups via the API. The user name is unique and is chosen based on the value provided by the identity provider - if a user already exists with the incoming name, the user name may have a number appended to it depending on the configuration of the system.

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) Marshal

func (m *User) Marshal() (dAtA []byte, err error)

func (*User) MarshalTo

func (m *User) MarshalTo(dAtA []byte) (int, error)

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) Size

func (m *User) Size() (n int)

func (*User) String

func (this *User) String() string

func (User) SwaggerDoc

func (User) SwaggerDoc() map[string]string

func (*User) Unmarshal

func (m *User) Unmarshal(dAtA []byte) error

type UserIdentityMapping

type UserIdentityMapping struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Identity is a reference to an identity
	Identity kapi.ObjectReference `json:"identity,omitempty" protobuf:"bytes,2,opt,name=identity"`
	// User is a reference to a user
	User kapi.ObjectReference `json:"user,omitempty" protobuf:"bytes,3,opt,name=user"`
}

UserIdentityMapping maps a user to an identity

func (*UserIdentityMapping) Descriptor

func (*UserIdentityMapping) Descriptor() ([]byte, []int)

func (*UserIdentityMapping) Marshal

func (m *UserIdentityMapping) Marshal() (dAtA []byte, err error)

func (*UserIdentityMapping) MarshalTo

func (m *UserIdentityMapping) MarshalTo(dAtA []byte) (int, error)

func (*UserIdentityMapping) ProtoMessage

func (*UserIdentityMapping) ProtoMessage()

func (*UserIdentityMapping) Reset

func (m *UserIdentityMapping) Reset()

func (*UserIdentityMapping) Size

func (m *UserIdentityMapping) Size() (n int)

func (*UserIdentityMapping) String

func (this *UserIdentityMapping) String() string

func (UserIdentityMapping) SwaggerDoc

func (UserIdentityMapping) SwaggerDoc() map[string]string

func (*UserIdentityMapping) Unmarshal

func (m *UserIdentityMapping) Unmarshal(dAtA []byte) error

type UserList

type UserList struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	// Items is the list of users
	Items []User `json:"items" protobuf:"bytes,2,rep,name=items"`
}

UserList is a collection of Users

func (*UserList) Descriptor

func (*UserList) Descriptor() ([]byte, []int)

func (*UserList) Marshal

func (m *UserList) Marshal() (dAtA []byte, err error)

func (*UserList) MarshalTo

func (m *UserList) MarshalTo(dAtA []byte) (int, error)

func (*UserList) ProtoMessage

func (*UserList) ProtoMessage()

func (*UserList) Reset

func (m *UserList) Reset()

func (*UserList) Size

func (m *UserList) Size() (n int)

func (*UserList) String

func (this *UserList) String() string

func (UserList) SwaggerDoc

func (UserList) SwaggerDoc() map[string]string

func (*UserList) Unmarshal

func (m *UserList) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL