Documentation ¶
Index ¶
- Variables
- type LinuxIDMapping
- func (*LinuxIDMapping) Descriptor() ([]byte, []int)deprecated
- func (x *LinuxIDMapping) GetContainerId() uint32
- func (x *LinuxIDMapping) GetHostId() uint32
- func (x *LinuxIDMapping) GetSize() uint32
- func (m *LinuxIDMapping) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *LinuxIDMapping) MarshalToVT(dAtA []byte) (int, error)
- func (m *LinuxIDMapping) MarshalVT() (dAtA []byte, err error)
- func (*LinuxIDMapping) ProtoMessage()
- func (x *LinuxIDMapping) ProtoReflect() protoreflect.Message
- func (x *LinuxIDMapping) Reset()
- func (m *LinuxIDMapping) SizeVT() (n int)
- func (x *LinuxIDMapping) String() string
- func (m *LinuxIDMapping) UnmarshalVT(dAtA []byte) error
- type Mount
- func (*Mount) Descriptor() ([]byte, []int)deprecated
- func (x *Mount) GetDestination() string
- func (x *Mount) GetGidMappings() []*LinuxIDMapping
- func (x *Mount) GetOptions() []string
- func (x *Mount) GetSource() string
- func (x *Mount) GetType() string
- func (x *Mount) GetUidMappings() []*LinuxIDMapping
- func (m *Mount) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Mount) MarshalToVT(dAtA []byte) (int, error)
- func (m *Mount) MarshalVT() (dAtA []byte, err error)
- func (*Mount) ProtoMessage()
- func (x *Mount) ProtoReflect() protoreflect.Message
- func (x *Mount) Reset()
- func (m *Mount) SizeVT() (n int)
- func (x *Mount) String() string
- func (m *Mount) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_resource_definitions_proto_proto_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LinuxIDMapping ¶ added in v1.6.0
type LinuxIDMapping struct { ContainerId uint32 `protobuf:"varint,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` HostId uint32 `protobuf:"varint,2,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"` Size uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
LinuxIDMapping specifies UID/GID mappings.
func (*LinuxIDMapping) Descriptor
deprecated
added in
v1.6.0
func (*LinuxIDMapping) Descriptor() ([]byte, []int)
Deprecated: Use LinuxIDMapping.ProtoReflect.Descriptor instead.
func (*LinuxIDMapping) GetContainerId ¶ added in v1.6.0
func (x *LinuxIDMapping) GetContainerId() uint32
func (*LinuxIDMapping) GetHostId ¶ added in v1.6.0
func (x *LinuxIDMapping) GetHostId() uint32
func (*LinuxIDMapping) GetSize ¶ added in v1.6.0
func (x *LinuxIDMapping) GetSize() uint32
func (*LinuxIDMapping) MarshalToSizedBufferVT ¶ added in v1.6.0
func (m *LinuxIDMapping) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*LinuxIDMapping) MarshalToVT ¶ added in v1.6.0
func (m *LinuxIDMapping) MarshalToVT(dAtA []byte) (int, error)
func (*LinuxIDMapping) MarshalVT ¶ added in v1.6.0
func (m *LinuxIDMapping) MarshalVT() (dAtA []byte, err error)
func (*LinuxIDMapping) ProtoMessage ¶ added in v1.6.0
func (*LinuxIDMapping) ProtoMessage()
func (*LinuxIDMapping) ProtoReflect ¶ added in v1.6.0
func (x *LinuxIDMapping) ProtoReflect() protoreflect.Message
func (*LinuxIDMapping) Reset ¶ added in v1.6.0
func (x *LinuxIDMapping) Reset()
func (*LinuxIDMapping) SizeVT ¶ added in v1.6.0
func (m *LinuxIDMapping) SizeVT() (n int)
func (*LinuxIDMapping) String ¶ added in v1.6.0
func (x *LinuxIDMapping) String() string
func (*LinuxIDMapping) UnmarshalVT ¶ added in v1.6.0
func (m *LinuxIDMapping) UnmarshalVT(dAtA []byte) error
type Mount ¶
type Mount struct { Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` Options []string `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"` UidMappings []*LinuxIDMapping `protobuf:"bytes,5,rep,name=uid_mappings,json=uidMappings,proto3" json:"uid_mappings,omitempty"` GidMappings []*LinuxIDMapping `protobuf:"bytes,6,rep,name=gid_mappings,json=gidMappings,proto3" json:"gid_mappings,omitempty"` // contains filtered or unexported fields }
Mount specifies a mount for a container.
func (*Mount) Descriptor
deprecated
func (*Mount) GetDestination ¶
func (*Mount) GetGidMappings ¶ added in v1.6.0
func (x *Mount) GetGidMappings() []*LinuxIDMapping
func (*Mount) GetOptions ¶
func (*Mount) GetUidMappings ¶ added in v1.6.0
func (x *Mount) GetUidMappings() []*LinuxIDMapping
func (*Mount) MarshalToSizedBufferVT ¶
func (*Mount) ProtoMessage ¶
func (*Mount) ProtoMessage()
func (*Mount) ProtoReflect ¶
func (x *Mount) ProtoReflect() protoreflect.Message
func (*Mount) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.