Documentation ¶
Overview ¶
hcsshimopts holds the windows runtime specific options
Package hcsshimopts is a generated protocol buffer package. It is generated from these files: github.com/containerd/containerd/windows/hcsshimopts/hcsshim.proto It has these top-level messages: CreateOptions
Index ¶
- Variables
- type CreateOptions
- func (*CreateOptions) Descriptor() ([]byte, []int)
- func (m *CreateOptions) Marshal() (dAtA []byte, err error)
- func (m *CreateOptions) MarshalTo(dAtA []byte) (int, error)
- func (*CreateOptions) ProtoMessage()
- func (m *CreateOptions) Reset()
- func (m *CreateOptions) Size() (n int)
- func (this *CreateOptions) String() string
- func (m *CreateOptions) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthHcsshim = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowHcsshim = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type CreateOptions ¶
type CreateOptions struct {
TerminateDuration time.Duration `protobuf:"bytes,1,opt,name=terminate_duration,json=terminateDuration,stdduration" json:"terminate_duration"`
}
func (*CreateOptions) Descriptor ¶
func (*CreateOptions) Descriptor() ([]byte, []int)
func (*CreateOptions) Marshal ¶
func (m *CreateOptions) Marshal() (dAtA []byte, err error)
func (*CreateOptions) ProtoMessage ¶
func (*CreateOptions) ProtoMessage()
func (*CreateOptions) Reset ¶
func (m *CreateOptions) Reset()
func (*CreateOptions) Size ¶
func (m *CreateOptions) Size() (n int)
func (*CreateOptions) String ¶
func (this *CreateOptions) String() string
func (*CreateOptions) Unmarshal ¶
func (m *CreateOptions) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.