package hcsshimtypes
import "github.com/containerd/containerd/windows/hcsshimtypes"
Package hcsshimtypes holds the windows runtime specific types
Package hcsshimtypes is a generated protocol buffer package. It is generated from these files: github.com/containerd/containerd/windows/hcsshimtypes/hcsshim.proto It has these top-level messages: CreateOptions ProcessDetails
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
- type ProcessDetails
- func (*ProcessDetails) Descriptor() ([]byte, []int)
- func (m *ProcessDetails) Marshal() (dAtA []byte, err error)
- func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error)
- func (*ProcessDetails) ProtoMessage()
- func (m *ProcessDetails) Reset()
- func (m *ProcessDetails) Size() (n int)
- func (this *ProcessDetails) String() string
- func (m *ProcessDetails) Unmarshal(dAtA []byte) error
Variables ¶
var ( ErrInvalidLengthHcsshim = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowHcsshim = fmt.Errorf("proto: integer overflow") )
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) MarshalTo ¶
func (m *CreateOptions) MarshalTo(dAtA []byte) (int, 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
type ProcessDetails ¶
type ProcessDetails struct { ImageName string `protobuf:"bytes,1,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"` CreatedAt time.Time `protobuf:"bytes,2,opt,name=created_at,json=createdAt,stdtime" json:"created_at"` KernelTime_100Ns uint64 `protobuf:"varint,3,opt,name=kernel_time_100_ns,json=kernelTime100Ns,proto3" json:"kernel_time_100_ns,omitempty"` MemoryCommitBytes uint64 `protobuf:"varint,4,opt,name=memory_commit_bytes,json=memoryCommitBytes,proto3" json:"memory_commit_bytes,omitempty"` MemoryWorkingSetPrivateBytes uint64 `protobuf:"varint,5,opt,name=memory_working_set_private_bytes,json=memoryWorkingSetPrivateBytes,proto3" json:"memory_working_set_private_bytes,omitempty"` uint64 `protobuf:"varint,6,opt,name=memory_working_set_shared_bytes,json=memoryWorkingSetSharedBytes,proto3" json:"memory_working_set_shared_bytes,omitempty"` ProcessID uint32 `protobuf:"varint,7,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"` UserTime_100Ns uint64 `protobuf:"varint,8,opt,name=user_time_100_ns,json=userTime100Ns,proto3" json:"user_time_100_ns,omitempty"` ExecID string `protobuf:"bytes,9,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"` }
ProcessDetails contains additional information about a process ProcessDetails is made of the same fields as found in hcsshim.ProcessListItem
func (*ProcessDetails) Descriptor ¶
func (*ProcessDetails) Descriptor() ([]byte, []int)
func (*ProcessDetails) Marshal ¶
func (m *ProcessDetails) Marshal() (dAtA []byte, err error)
func (*ProcessDetails) MarshalTo ¶
func (m *ProcessDetails) MarshalTo(dAtA []byte) (int, error)
func (*ProcessDetails) ProtoMessage ¶
func (*ProcessDetails) ProtoMessage()
func (*ProcessDetails) Reset ¶
func (m *ProcessDetails) Reset()
func (*ProcessDetails) Size ¶
func (m *ProcessDetails) Size() (n int)
func (*ProcessDetails) String ¶
func (this *ProcessDetails) String() string
func (*ProcessDetails) Unmarshal ¶
func (m *ProcessDetails) Unmarshal(dAtA []byte) error
Source Files ¶
- Version
- v1.2.0-beta.2
- Published
- Aug 28, 2018
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 29 minutes ago –
Tools for package owners.