package runtimeoptions_v1
import "github.com/containerd/containerd/pkg/runtimeoptions/v1"
Index ¶
- Variables
- type Options
- func (*Options) Descriptor() ([]byte, []int)
- func (x *Options) GetConfigBody() []byte
- func (x *Options) GetConfigPath() string
- func (x *Options) GetTypeUrl() string
- func (*Options) ProtoMessage()
- func (x *Options) ProtoReflect() protoreflect.Message
- func (x *Options) Reset()
- func (x *Options) String() string
Variables ¶
var File_github_com_containerd_containerd_pkg_runtimeoptions_v1_api_proto protoreflect.FileDescriptor
Types ¶
type Options ¶
type Options struct { // TypeUrl specifies the type of the content inside the config file. TypeUrl string `protobuf:"bytes,1,opt,name=type_url,json=typeUrl,proto3" json:"type_url,omitempty"` // ConfigPath specifies the filesystem location of the config file // used by the runtime. ConfigPath string `protobuf:"bytes,2,opt,name=config_path,json=configPath,proto3" json:"config_path,omitempty"` // Blob specifies an in-memory TOML blob passed from containerd's configuration section // for this runtime. This will be used if config_path is not specified. ConfigBody []byte `protobuf:"bytes,3,opt,name=config_body,json=configBody,proto3" json:"config_body,omitempty"` // contains filtered or unexported fields }
func (*Options) Descriptor ¶
Deprecated: Use Options.ProtoReflect.Descriptor instead.
func (*Options) GetConfigBody ¶
func (*Options) GetConfigPath ¶
func (*Options) GetTypeUrl ¶
func (*Options) ProtoMessage ¶
func (*Options) ProtoMessage()
func (*Options) ProtoReflect ¶
func (x *Options) ProtoReflect() protoreflect.Message
func (*Options) Reset ¶
func (x *Options) Reset()
func (*Options) String ¶
Source Files ¶
- Version
- v1.7.11
- Published
- Dec 8, 2023
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 10 minutes ago –
Tools for package owners.