Documentation
¶
Overview ¶
Package v1beta1 is a generated protocol buffer package.
It is generated from these files:
k8s.io/api/authentication/v1beta1/generated.proto
It has these top-level messages:
ExtraValue TokenReview TokenReviewSpec TokenReviewStatus UserInfo
Index ¶
- Variables
- type ExtraValue
- func (*ExtraValue) Descriptor() ([]byte, []int)
- func (m *ExtraValue) GetItems() []string
- func (m *ExtraValue) Marshal() (dAtA []byte, err error)
- func (m *ExtraValue) MarshalTo(dAtA []byte) (int, error)
- func (*ExtraValue) ProtoMessage()
- func (m *ExtraValue) Reset()
- func (m *ExtraValue) Size() (n int)
- func (m *ExtraValue) String() string
- func (m *ExtraValue) Unmarshal(dAtA []byte) error
- type TokenReview
- func (*TokenReview) Descriptor() ([]byte, []int)
- func (m *TokenReview) GetMetadata() *k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta
- func (m *TokenReview) GetSpec() *TokenReviewSpec
- func (m *TokenReview) GetStatus() *TokenReviewStatus
- func (m *TokenReview) Marshal() (dAtA []byte, err error)
- func (m *TokenReview) MarshalTo(dAtA []byte) (int, error)
- func (*TokenReview) ProtoMessage()
- func (m *TokenReview) Reset()
- func (m *TokenReview) Size() (n int)
- func (m *TokenReview) String() string
- func (m *TokenReview) Unmarshal(dAtA []byte) error
- type TokenReviewSpec
- func (*TokenReviewSpec) Descriptor() ([]byte, []int)
- func (m *TokenReviewSpec) GetToken() string
- func (m *TokenReviewSpec) Marshal() (dAtA []byte, err error)
- func (m *TokenReviewSpec) MarshalTo(dAtA []byte) (int, error)
- func (*TokenReviewSpec) ProtoMessage()
- func (m *TokenReviewSpec) Reset()
- func (m *TokenReviewSpec) Size() (n int)
- func (m *TokenReviewSpec) String() string
- func (m *TokenReviewSpec) Unmarshal(dAtA []byte) error
- type TokenReviewStatus
- func (*TokenReviewStatus) Descriptor() ([]byte, []int)
- func (m *TokenReviewStatus) GetAuthenticated() bool
- func (m *TokenReviewStatus) GetError() string
- func (m *TokenReviewStatus) GetUser() *UserInfo
- func (m *TokenReviewStatus) Marshal() (dAtA []byte, err error)
- func (m *TokenReviewStatus) MarshalTo(dAtA []byte) (int, error)
- func (*TokenReviewStatus) ProtoMessage()
- func (m *TokenReviewStatus) Reset()
- func (m *TokenReviewStatus) Size() (n int)
- func (m *TokenReviewStatus) String() string
- func (m *TokenReviewStatus) Unmarshal(dAtA []byte) error
- type UserInfo
- func (*UserInfo) Descriptor() ([]byte, []int)
- func (m *UserInfo) GetExtra() map[string]*ExtraValue
- func (m *UserInfo) GetGroups() []string
- func (m *UserInfo) GetUid() string
- func (m *UserInfo) GetUsername() string
- func (m *UserInfo) Marshal() (dAtA []byte, err error)
- func (m *UserInfo) MarshalTo(dAtA []byte) (int, error)
- func (*UserInfo) ProtoMessage()
- func (m *UserInfo) Reset()
- func (m *UserInfo) Size() (n int)
- func (m *UserInfo) String() string
- func (m *UserInfo) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ExtraValue ¶
type ExtraValue struct {
Items []string `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
ExtraValue masks the value so protobuf can generate +protobuf.nullable=true +protobuf.options.(gogoproto.goproto_stringer)=false
func (*ExtraValue) Descriptor ¶
func (*ExtraValue) Descriptor() ([]byte, []int)
func (*ExtraValue) GetItems ¶
func (m *ExtraValue) GetItems() []string
func (*ExtraValue) Marshal ¶
func (m *ExtraValue) Marshal() (dAtA []byte, err error)
func (*ExtraValue) ProtoMessage ¶
func (*ExtraValue) ProtoMessage()
func (*ExtraValue) Reset ¶
func (m *ExtraValue) Reset()
func (*ExtraValue) Size ¶
func (m *ExtraValue) Size() (n int)
func (*ExtraValue) String ¶
func (m *ExtraValue) String() string