proto

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Mount.ProtoReflect.Descriptor instead.

func (*Mount) GetDestination

func (x *Mount) GetDestination() string

func (*Mount) GetGidMappings added in v1.6.0

func (x *Mount) GetGidMappings() []*LinuxIDMapping

func (*Mount) GetOptions

func (x *Mount) GetOptions() []string

func (*Mount) GetSource

func (x *Mount) GetSource() string

func (*Mount) GetType

func (x *Mount) GetType() string

func (*Mount) GetUidMappings added in v1.6.0

func (x *Mount) GetUidMappings() []*LinuxIDMapping

func (*Mount) MarshalToSizedBufferVT

func (m *Mount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Mount) MarshalToVT

func (m *Mount) MarshalToVT(dAtA []byte) (int, error)

func (*Mount) MarshalVT

func (m *Mount) MarshalVT() (dAtA []byte, err error)

func (*Mount) ProtoMessage

func (*Mount) ProtoMessage()

func (*Mount) ProtoReflect

func (x *Mount) ProtoReflect() protoreflect.Message

func (*Mount) Reset

func (x *Mount) Reset()

func (*Mount) SizeVT

func (m *Mount) SizeVT() (n int)

func (*Mount) String

func (x *Mount) String() string

func (*Mount) UnmarshalVT

func (m *Mount) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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