Documentation ¶
Overview ¶
Package cri_runtimeoptions_v1 is a generated protocol buffer package.
It is generated from these files:
api.proto
It has these top-level messages:
Options
Index ¶
- Variables
- type Options
- func (*Options) Descriptor() ([]byte, []int)
- func (m *Options) GetConfigPath() string
- func (m *Options) GetTypeUrl() string
- func (m *Options) Marshal() (dAtA []byte, err error)
- func (m *Options) MarshalTo(dAtA []byte) (int, error)
- func (*Options) ProtoMessage()
- func (m *Options) Reset()
- func (m *Options) Size() (n int)
- func (this *Options) String() string
- func (m *Options) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
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"` }
func (*Options) Descriptor ¶
func (*Options) GetConfigPath ¶
func (*Options) GetTypeUrl ¶
func (*Options) ProtoMessage ¶
func (*Options) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.