Documentation ¶
Index ¶
- Variables
- type UidGidExtent
- func (*UidGidExtent) Descriptor() ([]byte, []int)deprecated
- func (x *UidGidExtent) GetCount() uint32
- func (x *UidGidExtent) GetFirst() uint32
- func (x *UidGidExtent) GetLowerFirst() uint32
- func (*UidGidExtent) ProtoMessage()
- func (x *UidGidExtent) ProtoReflect() protoreflect.Message
- func (x *UidGidExtent) Reset()
- func (x *UidGidExtent) String() string
- type UsernsEntry
- func (*UsernsEntry) Descriptor() ([]byte, []int)deprecated
- func (x *UsernsEntry) GetGidMap() []*UidGidExtent
- func (x *UsernsEntry) GetUidMap() []*UidGidExtent
- func (*UsernsEntry) ProtoMessage()
- func (x *UsernsEntry) ProtoReflect() protoreflect.Message
- func (x *UsernsEntry) Reset()
- func (x *UsernsEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_userns_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UidGidExtent ¶
type UidGidExtent struct { First *uint32 `protobuf:"varint,1,req,name=first" json:"first,omitempty"` LowerFirst *uint32 `protobuf:"varint,2,req,name=lower_first,json=lowerFirst" json:"lower_first,omitempty"` Count *uint32 `protobuf:"varint,3,req,name=count" json:"count,omitempty"` // contains filtered or unexported fields }
func (*UidGidExtent) Descriptor
deprecated
func (*UidGidExtent) Descriptor() ([]byte, []int)
Deprecated: Use UidGidExtent.ProtoReflect.Descriptor instead.
func (*UidGidExtent) GetCount ¶
func (x *UidGidExtent) GetCount() uint32
func (*UidGidExtent) GetFirst ¶
func (x *UidGidExtent) GetFirst() uint32
func (*UidGidExtent) GetLowerFirst ¶
func (x *UidGidExtent) GetLowerFirst() uint32
func (*UidGidExtent) ProtoMessage ¶
func (*UidGidExtent) ProtoMessage()
func (*UidGidExtent) ProtoReflect ¶
func (x *UidGidExtent) ProtoReflect() protoreflect.Message
func (*UidGidExtent) Reset ¶
func (x *UidGidExtent) Reset()
func (*UidGidExtent) String ¶
func (x *UidGidExtent) String() string
type UsernsEntry ¶
type UsernsEntry struct { UidMap []*UidGidExtent `protobuf:"bytes,1,rep,name=uid_map,json=uidMap" json:"uid_map,omitempty"` GidMap []*UidGidExtent `protobuf:"bytes,2,rep,name=gid_map,json=gidMap" json:"gid_map,omitempty"` // contains filtered or unexported fields }
func (*UsernsEntry) Descriptor
deprecated
func (*UsernsEntry) Descriptor() ([]byte, []int)
Deprecated: Use UsernsEntry.ProtoReflect.Descriptor instead.
func (*UsernsEntry) GetGidMap ¶
func (x *UsernsEntry) GetGidMap() []*UidGidExtent
func (*UsernsEntry) GetUidMap ¶
func (x *UsernsEntry) GetUidMap() []*UidGidExtent
func (*UsernsEntry) ProtoMessage ¶
func (*UsernsEntry) ProtoMessage()
func (*UsernsEntry) ProtoReflect ¶
func (x *UsernsEntry) ProtoReflect() protoreflect.Message
func (*UsernsEntry) Reset ¶
func (x *UsernsEntry) Reset()
func (*UsernsEntry) String ¶
func (x *UsernsEntry) String() string
Click to show internal directories.
Click to hide internal directories.