Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterImageServiceServer(s *grpc.Server, srv ImageServiceServer)
- func RegisterRuntimeServiceServer(s *grpc.Server, srv RuntimeServiceServer)
- type AttachRequest
- func (*AttachRequest) Descriptor() ([]byte, []int)
- func (m *AttachRequest) GetContainerId() string
- func (m *AttachRequest) GetStderr() bool
- func (m *AttachRequest) GetStdin() bool
- func (m *AttachRequest) GetStdout() bool
- func (m *AttachRequest) GetTty() bool
- func (m *AttachRequest) Marshal() (dAtA []byte, err error)
- func (m *AttachRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AttachRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AttachRequest) ProtoMessage()
- func (m *AttachRequest) Reset()
- func (m *AttachRequest) Size() (n int)
- func (this *AttachRequest) String() string
- func (m *AttachRequest) Unmarshal(dAtA []byte) error
- func (m *AttachRequest) XXX_DiscardUnknown()
- func (m *AttachRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachRequest) XXX_Merge(src proto.Message)
- func (m *AttachRequest) XXX_Size() int
- func (m *AttachRequest) XXX_Unmarshal(b []byte) error
- type AttachResponse
- func (*AttachResponse) Descriptor() ([]byte, []int)
- func (m *AttachResponse) GetUrl() string
- func (m *AttachResponse) Marshal() (dAtA []byte, err error)
- func (m *AttachResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *AttachResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AttachResponse) ProtoMessage()
- func (m *AttachResponse) Reset()
- func (m *AttachResponse) Size() (n int)
- func (this *AttachResponse) String() string
- func (m *AttachResponse) Unmarshal(dAtA []byte) error
- func (m *AttachResponse) XXX_DiscardUnknown()
- func (m *AttachResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachResponse) XXX_Merge(src proto.Message)
- func (m *AttachResponse) XXX_Size() int
- func (m *AttachResponse) XXX_Unmarshal(b []byte) error
- type AuthConfig
- func (*AuthConfig) Descriptor() ([]byte, []int)
- func (m *AuthConfig) GetAuth() string
- func (m *AuthConfig) GetIdentityToken() string
- func (m *AuthConfig) GetPassword() string
- func (m *AuthConfig) GetRegistryToken() string
- func (m *AuthConfig) GetServerAddress() string
- func (m *AuthConfig) GetUsername() string
- func (m *AuthConfig) Marshal() (dAtA []byte, err error)
- func (m *AuthConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *AuthConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AuthConfig) ProtoMessage()
- func (m *AuthConfig) Reset()
- func (m *AuthConfig) Size() (n int)
- func (this *AuthConfig) String() string
- func (m *AuthConfig) Unmarshal(dAtA []byte) error
- func (m *AuthConfig) XXX_DiscardUnknown()
- func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthConfig) XXX_Merge(src proto.Message)
- func (m *AuthConfig) XXX_Size() int
- func (m *AuthConfig) XXX_Unmarshal(b []byte) error
- type CDIDevice
- func (*CDIDevice) Descriptor() ([]byte, []int)
- func (m *CDIDevice) GetName() string
- func (m *CDIDevice) Marshal() (dAtA []byte, err error)
- func (m *CDIDevice) MarshalTo(dAtA []byte) (int, error)
- func (m *CDIDevice) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CDIDevice) ProtoMessage()
- func (m *CDIDevice) Reset()
- func (m *CDIDevice) Size() (n int)
- func (this *CDIDevice) String() string
- func (m *CDIDevice) Unmarshal(dAtA []byte) error
- func (m *CDIDevice) XXX_DiscardUnknown()
- func (m *CDIDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CDIDevice) XXX_Merge(src proto.Message)
- func (m *CDIDevice) XXX_Size() int
- func (m *CDIDevice) XXX_Unmarshal(b []byte) error
- type Capability
- func (*Capability) Descriptor() ([]byte, []int)
- func (m *Capability) GetAddAmbientCapabilities() []string
- func (m *Capability) GetAddCapabilities() []string
- func (m *Capability) GetDropCapabilities() []string
- func (m *Capability) Marshal() (dAtA []byte, err error)
- func (m *Capability) MarshalTo(dAtA []byte) (int, error)
- func (m *Capability) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Capability) ProtoMessage()
- func (m *Capability) Reset()
- func (m *Capability) Size() (n int)
- func (this *Capability) String() string
- func (m *Capability) Unmarshal(dAtA []byte) error
- func (m *Capability) XXX_DiscardUnknown()
- func (m *Capability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Capability) XXX_Merge(src proto.Message)
- func (m *Capability) XXX_Size() int
- func (m *Capability) XXX_Unmarshal(b []byte) error
- type CgroupDriver
- type CheckpointContainerRequest
- func (*CheckpointContainerRequest) Descriptor() ([]byte, []int)
- func (m *CheckpointContainerRequest) GetContainerId() string
- func (m *CheckpointContainerRequest) GetLocation() string
- func (m *CheckpointContainerRequest) GetTimeout() int64
- func (m *CheckpointContainerRequest) Marshal() (dAtA []byte, err error)
- func (m *CheckpointContainerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CheckpointContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CheckpointContainerRequest) ProtoMessage()
- func (m *CheckpointContainerRequest) Reset()
- func (m *CheckpointContainerRequest) Size() (n int)
- func (this *CheckpointContainerRequest) String() string
- func (m *CheckpointContainerRequest) Unmarshal(dAtA []byte) error
- func (m *CheckpointContainerRequest) XXX_DiscardUnknown()
- func (m *CheckpointContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckpointContainerRequest) XXX_Merge(src proto.Message)
- func (m *CheckpointContainerRequest) XXX_Size() int
- func (m *CheckpointContainerRequest) XXX_Unmarshal(b []byte) error
- type CheckpointContainerResponse
- func (*CheckpointContainerResponse) Descriptor() ([]byte, []int)
- func (m *CheckpointContainerResponse) Marshal() (dAtA []byte, err error)
- func (m *CheckpointContainerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CheckpointContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CheckpointContainerResponse) ProtoMessage()
- func (m *CheckpointContainerResponse) Reset()
- func (m *CheckpointContainerResponse) Size() (n int)
- func (this *CheckpointContainerResponse) String() string
- func (m *CheckpointContainerResponse) Unmarshal(dAtA []byte) error
- func (m *CheckpointContainerResponse) XXX_DiscardUnknown()
- func (m *CheckpointContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckpointContainerResponse) XXX_Merge(src proto.Message)
- func (m *CheckpointContainerResponse) XXX_Size() int
- func (m *CheckpointContainerResponse) XXX_Unmarshal(b []byte) error
- type Container
- func (*Container) Descriptor() ([]byte, []int)
- func (m *Container) GetAnnotations() map[string]string
- func (m *Container) GetCreatedAt() int64
- func (m *Container) GetId() string
- func (m *Container) GetImage() *ImageSpec
- func (m *Container) GetImageId() string
- func (m *Container) GetImageRef() string
- func (m *Container) GetLabels() map[string]string
- func (m *Container) GetMetadata() *ContainerMetadata
- func (m *Container) GetPodSandboxId() string
- func (m *Container) GetState() ContainerState
- func (m *Container) Marshal() (dAtA []byte, err error)
- func (m *Container) MarshalTo(dAtA []byte) (int, error)
- func (m *Container) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Container) ProtoMessage()
- func (m *Container) Reset()
- func (m *Container) Size() (n int)
- func (this *Container) String() string
- func (m *Container) Unmarshal(dAtA []byte) error
- func (m *Container) XXX_DiscardUnknown()
- func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Container) XXX_Merge(src proto.Message)
- func (m *Container) XXX_Size() int
- func (m *Container) XXX_Unmarshal(b []byte) error
- type ContainerAttributes
- func (*ContainerAttributes) Descriptor() ([]byte, []int)
- func (m *ContainerAttributes) GetAnnotations() map[string]string
- func (m *ContainerAttributes) GetId() string
- func (m *ContainerAttributes) GetLabels() map[string]string
- func (m *ContainerAttributes) GetMetadata() *ContainerMetadata
- func (m *ContainerAttributes) Marshal() (dAtA []byte, err error)
- func (m *ContainerAttributes) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerAttributes) ProtoMessage()
- func (m *ContainerAttributes) Reset()
- func (m *ContainerAttributes) Size() (n int)
- func (this *ContainerAttributes) String() string
- func (m *ContainerAttributes) Unmarshal(dAtA []byte) error
- func (m *ContainerAttributes) XXX_DiscardUnknown()
- func (m *ContainerAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerAttributes) XXX_Merge(src proto.Message)
- func (m *ContainerAttributes) XXX_Size() int
- func (m *ContainerAttributes) XXX_Unmarshal(b []byte) error
- type ContainerConfig
- func (*ContainerConfig) Descriptor() ([]byte, []int)
- func (m *ContainerConfig) GetAnnotations() map[string]string
- func (m *ContainerConfig) GetArgs() []string
- func (m *ContainerConfig) GetCDIDevices() []*CDIDevice
- func (m *ContainerConfig) GetCommand() []string
- func (m *ContainerConfig) GetDevices() []*Device
- func (m *ContainerConfig) GetEnvs() []*KeyValue
- func (m *ContainerConfig) GetImage() *ImageSpec
- func (m *ContainerConfig) GetLabels() map[string]string
- func (m *ContainerConfig) GetLinux() *LinuxContainerConfig
- func (m *ContainerConfig) GetLogPath() string
- func (m *ContainerConfig) GetMetadata() *ContainerMetadata
- func (m *ContainerConfig) GetMounts() []*Mount
- func (m *ContainerConfig) GetStdin() bool
- func (m *ContainerConfig) GetStdinOnce() bool
- func (m *ContainerConfig) GetTty() bool
- func (m *ContainerConfig) GetWindows() *WindowsContainerConfig
- func (m *ContainerConfig) GetWorkingDir() string
- func (m *ContainerConfig) Marshal() (dAtA []byte, err error)
- func (m *ContainerConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerConfig) ProtoMessage()
- func (m *ContainerConfig) Reset()
- func (m *ContainerConfig) Size() (n int)
- func (this *ContainerConfig) String() string
- func (m *ContainerConfig) Unmarshal(dAtA []byte) error
- func (m *ContainerConfig) XXX_DiscardUnknown()
- func (m *ContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerConfig) XXX_Merge(src proto.Message)
- func (m *ContainerConfig) XXX_Size() int
- func (m *ContainerConfig) XXX_Unmarshal(b []byte) error
- type ContainerEventResponse
- func (*ContainerEventResponse) Descriptor() ([]byte, []int)
- func (m *ContainerEventResponse) GetContainerEventType() ContainerEventType
- func (m *ContainerEventResponse) GetContainerId() string
- func (m *ContainerEventResponse) GetContainersStatuses() []*ContainerStatus
- func (m *ContainerEventResponse) GetCreatedAt() int64
- func (m *ContainerEventResponse) GetPodSandboxStatus() *PodSandboxStatus
- func (m *ContainerEventResponse) Marshal() (dAtA []byte, err error)
- func (m *ContainerEventResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerEventResponse) ProtoMessage()
- func (m *ContainerEventResponse) Reset()
- func (m *ContainerEventResponse) Size() (n int)
- func (this *ContainerEventResponse) String() string
- func (m *ContainerEventResponse) Unmarshal(dAtA []byte) error
- func (m *ContainerEventResponse) XXX_DiscardUnknown()
- func (m *ContainerEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerEventResponse) XXX_Merge(src proto.Message)
- func (m *ContainerEventResponse) XXX_Size() int
- func (m *ContainerEventResponse) XXX_Unmarshal(b []byte) error
- type ContainerEventType
- type ContainerFilter
- func (*ContainerFilter) Descriptor() ([]byte, []int)
- func (m *ContainerFilter) GetId() string
- func (m *ContainerFilter) GetLabelSelector() map[string]string
- func (m *ContainerFilter) GetPodSandboxId() string
- func (m *ContainerFilter) GetState() *ContainerStateValue
- func (m *ContainerFilter) Marshal() (dAtA []byte, err error)
- func (m *ContainerFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerFilter) ProtoMessage()
- func (m *ContainerFilter) Reset()
- func (m *ContainerFilter) Size() (n int)
- func (this *ContainerFilter) String() string
- func (m *ContainerFilter) Unmarshal(dAtA []byte) error
- func (m *ContainerFilter) XXX_DiscardUnknown()
- func (m *ContainerFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerFilter) XXX_Merge(src proto.Message)
- func (m *ContainerFilter) XXX_Size() int
- func (m *ContainerFilter) XXX_Unmarshal(b []byte) error
- type ContainerMetadata
- func (*ContainerMetadata) Descriptor() ([]byte, []int)
- func (m *ContainerMetadata) GetAttempt() uint32
- func (m *ContainerMetadata) GetName() string
- func (m *ContainerMetadata) Marshal() (dAtA []byte, err error)
- func (m *ContainerMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerMetadata) ProtoMessage()
- func (m *ContainerMetadata) Reset()
- func (m *ContainerMetadata) Size() (n int)
- func (this *ContainerMetadata) String() string
- func (m *ContainerMetadata) Unmarshal(dAtA []byte) error
- func (m *ContainerMetadata) XXX_DiscardUnknown()
- func (m *ContainerMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerMetadata) XXX_Merge(src proto.Message)
- func (m *ContainerMetadata) XXX_Size() int
- func (m *ContainerMetadata) XXX_Unmarshal(b []byte) error
- type ContainerMetrics
- func (*ContainerMetrics) Descriptor() ([]byte, []int)
- func (m *ContainerMetrics) GetContainerId() string
- func (m *ContainerMetrics) GetMetrics() []*Metric
- func (m *ContainerMetrics) Marshal() (dAtA []byte, err error)
- func (m *ContainerMetrics) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerMetrics) ProtoMessage()
- func (m *ContainerMetrics) Reset()
- func (m *ContainerMetrics) Size() (n int)
- func (this *ContainerMetrics) String() string
- func (m *ContainerMetrics) Unmarshal(dAtA []byte) error
- func (m *ContainerMetrics) XXX_DiscardUnknown()
- func (m *ContainerMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerMetrics) XXX_Merge(src proto.Message)
- func (m *ContainerMetrics) XXX_Size() int
- func (m *ContainerMetrics) XXX_Unmarshal(b []byte) error
- type ContainerResources
- func (*ContainerResources) Descriptor() ([]byte, []int)
- func (m *ContainerResources) GetLinux() *LinuxContainerResources
- func (m *ContainerResources) GetWindows() *WindowsContainerResources
- func (m *ContainerResources) Marshal() (dAtA []byte, err error)
- func (m *ContainerResources) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerResources) ProtoMessage()
- func (m *ContainerResources) Reset()
- func (m *ContainerResources) Size() (n int)
- func (this *ContainerResources) String() string
- func (m *ContainerResources) Unmarshal(dAtA []byte) error
- func (m *ContainerResources) XXX_DiscardUnknown()
- func (m *ContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerResources) XXX_Merge(src proto.Message)
- func (m *ContainerResources) XXX_Size() int
- func (m *ContainerResources) XXX_Unmarshal(b []byte) error
- type ContainerState
- type ContainerStateValue
- func (*ContainerStateValue) Descriptor() ([]byte, []int)
- func (m *ContainerStateValue) GetState() ContainerState
- func (m *ContainerStateValue) Marshal() (dAtA []byte, err error)
- func (m *ContainerStateValue) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStateValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStateValue) ProtoMessage()
- func (m *ContainerStateValue) Reset()
- func (m *ContainerStateValue) Size() (n int)
- func (this *ContainerStateValue) String() string
- func (m *ContainerStateValue) Unmarshal(dAtA []byte) error
- func (m *ContainerStateValue) XXX_DiscardUnknown()
- func (m *ContainerStateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStateValue) XXX_Merge(src proto.Message)
- func (m *ContainerStateValue) XXX_Size() int
- func (m *ContainerStateValue) XXX_Unmarshal(b []byte) error
- type ContainerStats
- func (*ContainerStats) Descriptor() ([]byte, []int)
- func (m *ContainerStats) GetAttributes() *ContainerAttributes
- func (m *ContainerStats) GetCpu() *CpuUsage
- func (m *ContainerStats) GetMemory() *MemoryUsage
- func (m *ContainerStats) GetSwap() *SwapUsage
- func (m *ContainerStats) GetWritableLayer() *FilesystemUsage
- func (m *ContainerStats) Marshal() (dAtA []byte, err error)
- func (m *ContainerStats) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStats) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStats) ProtoMessage()
- func (m *ContainerStats) Reset()
- func (m *ContainerStats) Size() (n int)
- func (this *ContainerStats) String() string
- func (m *ContainerStats) Unmarshal(dAtA []byte) error
- func (m *ContainerStats) XXX_DiscardUnknown()
- func (m *ContainerStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStats) XXX_Merge(src proto.Message)
- func (m *ContainerStats) XXX_Size() int
- func (m *ContainerStats) XXX_Unmarshal(b []byte) error
- type ContainerStatsFilter
- func (*ContainerStatsFilter) Descriptor() ([]byte, []int)
- func (m *ContainerStatsFilter) GetId() string
- func (m *ContainerStatsFilter) GetLabelSelector() map[string]string
- func (m *ContainerStatsFilter) GetPodSandboxId() string
- func (m *ContainerStatsFilter) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatsFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatsFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatsFilter) ProtoMessage()
- func (m *ContainerStatsFilter) Reset()
- func (m *ContainerStatsFilter) Size() (n int)
- func (this *ContainerStatsFilter) String() string
- func (m *ContainerStatsFilter) Unmarshal(dAtA []byte) error
- func (m *ContainerStatsFilter) XXX_DiscardUnknown()
- func (m *ContainerStatsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatsFilter) XXX_Merge(src proto.Message)
- func (m *ContainerStatsFilter) XXX_Size() int
- func (m *ContainerStatsFilter) XXX_Unmarshal(b []byte) error
- type ContainerStatsRequest
- func (*ContainerStatsRequest) Descriptor() ([]byte, []int)
- func (m *ContainerStatsRequest) GetContainerId() string
- func (m *ContainerStatsRequest) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatsRequest) ProtoMessage()
- func (m *ContainerStatsRequest) Reset()
- func (m *ContainerStatsRequest) Size() (n int)
- func (this *ContainerStatsRequest) String() string
- func (m *ContainerStatsRequest) Unmarshal(dAtA []byte) error
- func (m *ContainerStatsRequest) XXX_DiscardUnknown()
- func (m *ContainerStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatsRequest) XXX_Merge(src proto.Message)
- func (m *ContainerStatsRequest) XXX_Size() int
- func (m *ContainerStatsRequest) XXX_Unmarshal(b []byte) error
- type ContainerStatsResponse
- func (*ContainerStatsResponse) Descriptor() ([]byte, []int)
- func (m *ContainerStatsResponse) GetStats() *ContainerStats
- func (m *ContainerStatsResponse) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatsResponse) ProtoMessage()
- func (m *ContainerStatsResponse) Reset()
- func (m *ContainerStatsResponse) Size() (n int)
- func (this *ContainerStatsResponse) String() string
- func (m *ContainerStatsResponse) Unmarshal(dAtA []byte) error
- func (m *ContainerStatsResponse) XXX_DiscardUnknown()
- func (m *ContainerStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatsResponse) XXX_Merge(src proto.Message)
- func (m *ContainerStatsResponse) XXX_Size() int
- func (m *ContainerStatsResponse) XXX_Unmarshal(b []byte) error
- type ContainerStatus
- func (*ContainerStatus) Descriptor() ([]byte, []int)
- func (m *ContainerStatus) GetAnnotations() map[string]string
- func (m *ContainerStatus) GetCreatedAt() int64
- func (m *ContainerStatus) GetExitCode() int32
- func (m *ContainerStatus) GetFinishedAt() int64
- func (m *ContainerStatus) GetId() string
- func (m *ContainerStatus) GetImage() *ImageSpec
- func (m *ContainerStatus) GetImageId() string
- func (m *ContainerStatus) GetImageRef() string
- func (m *ContainerStatus) GetLabels() map[string]string
- func (m *ContainerStatus) GetLogPath() string
- func (m *ContainerStatus) GetMessage() string
- func (m *ContainerStatus) GetMetadata() *ContainerMetadata
- func (m *ContainerStatus) GetMounts() []*Mount
- func (m *ContainerStatus) GetReason() string
- func (m *ContainerStatus) GetResources() *ContainerResources
- func (m *ContainerStatus) GetStartedAt() int64
- func (m *ContainerStatus) GetState() ContainerState
- func (m *ContainerStatus) GetUser() *ContainerUser
- func (m *ContainerStatus) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatus) ProtoMessage()
- func (m *ContainerStatus) Reset()
- func (m *ContainerStatus) Size() (n int)
- func (this *ContainerStatus) String() string
- func (m *ContainerStatus) Unmarshal(dAtA []byte) error
- func (m *ContainerStatus) XXX_DiscardUnknown()
- func (m *ContainerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatus) XXX_Merge(src proto.Message)
- func (m *ContainerStatus) XXX_Size() int
- func (m *ContainerStatus) XXX_Unmarshal(b []byte) error
- type ContainerStatusRequest
- func (*ContainerStatusRequest) Descriptor() ([]byte, []int)
- func (m *ContainerStatusRequest) GetContainerId() string
- func (m *ContainerStatusRequest) GetVerbose() bool
- func (m *ContainerStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatusRequest) ProtoMessage()
- func (m *ContainerStatusRequest) Reset()
- func (m *ContainerStatusRequest) Size() (n int)
- func (this *ContainerStatusRequest) String() string
- func (m *ContainerStatusRequest) Unmarshal(dAtA []byte) error
- func (m *ContainerStatusRequest) XXX_DiscardUnknown()
- func (m *ContainerStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatusRequest) XXX_Merge(src proto.Message)
- func (m *ContainerStatusRequest) XXX_Size() int
- func (m *ContainerStatusRequest) XXX_Unmarshal(b []byte) error
- type ContainerStatusResponse
- func (*ContainerStatusResponse) Descriptor() ([]byte, []int)
- func (m *ContainerStatusResponse) GetInfo() map[string]string
- func (m *ContainerStatusResponse) GetStatus() *ContainerStatus
- func (m *ContainerStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatusResponse) ProtoMessage()
- func (m *ContainerStatusResponse) Reset()
- func (m *ContainerStatusResponse) Size() (n int)
- func (this *ContainerStatusResponse) String() string
- func (m *ContainerStatusResponse) Unmarshal(dAtA []byte) error
- func (m *ContainerStatusResponse) XXX_DiscardUnknown()
- func (m *ContainerStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatusResponse) XXX_Merge(src proto.Message)
- func (m *ContainerStatusResponse) XXX_Size() int
- func (m *ContainerStatusResponse) XXX_Unmarshal(b []byte) error
- type ContainerUser
- func (*ContainerUser) Descriptor() ([]byte, []int)
- func (m *ContainerUser) GetLinux() *LinuxContainerUser
- func (m *ContainerUser) Marshal() (dAtA []byte, err error)
- func (m *ContainerUser) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerUser) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerUser) ProtoMessage()
- func (m *ContainerUser) Reset()
- func (m *ContainerUser) Size() (n int)
- func (this *ContainerUser) String() string
- func (m *ContainerUser) Unmarshal(dAtA []byte) error
- func (m *ContainerUser) XXX_DiscardUnknown()
- func (m *ContainerUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerUser) XXX_Merge(src proto.Message)
- func (m *ContainerUser) XXX_Size() int
- func (m *ContainerUser) XXX_Unmarshal(b []byte) error
- type CpuUsage
- func (*CpuUsage) Descriptor() ([]byte, []int)
- func (m *CpuUsage) GetTimestamp() int64
- func (m *CpuUsage) GetUsageCoreNanoSeconds() *UInt64Value
- func (m *CpuUsage) GetUsageNanoCores() *UInt64Value
- func (m *CpuUsage) Marshal() (dAtA []byte, err error)
- func (m *CpuUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *CpuUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CpuUsage) ProtoMessage()
- func (m *CpuUsage) Reset()
- func (m *CpuUsage) Size() (n int)
- func (this *CpuUsage) String() string
- func (m *CpuUsage) Unmarshal(dAtA []byte) error
- func (m *CpuUsage) XXX_DiscardUnknown()
- func (m *CpuUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CpuUsage) XXX_Merge(src proto.Message)
- func (m *CpuUsage) XXX_Size() int
- func (m *CpuUsage) XXX_Unmarshal(b []byte) error
- type CreateContainerRequest
- func (*CreateContainerRequest) Descriptor() ([]byte, []int)
- func (m *CreateContainerRequest) GetConfig() *ContainerConfig
- func (m *CreateContainerRequest) GetPodSandboxId() string
- func (m *CreateContainerRequest) GetSandboxConfig() *PodSandboxConfig
- func (m *CreateContainerRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateContainerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateContainerRequest) ProtoMessage()
- func (m *CreateContainerRequest) Reset()
- func (m *CreateContainerRequest) Size() (n int)
- func (this *CreateContainerRequest) String() string
- func (m *CreateContainerRequest) Unmarshal(dAtA []byte) error
- func (m *CreateContainerRequest) XXX_DiscardUnknown()
- func (m *CreateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerRequest) XXX_Merge(src proto.Message)
- func (m *CreateContainerRequest) XXX_Size() int
- func (m *CreateContainerRequest) XXX_Unmarshal(b []byte) error
- type CreateContainerResponse
- func (*CreateContainerResponse) Descriptor() ([]byte, []int)
- func (m *CreateContainerResponse) GetContainerId() string
- func (m *CreateContainerResponse) Marshal() (dAtA []byte, err error)
- func (m *CreateContainerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateContainerResponse) ProtoMessage()
- func (m *CreateContainerResponse) Reset()
- func (m *CreateContainerResponse) Size() (n int)
- func (this *CreateContainerResponse) String() string
- func (m *CreateContainerResponse) Unmarshal(dAtA []byte) error
- func (m *CreateContainerResponse) XXX_DiscardUnknown()
- func (m *CreateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerResponse) XXX_Merge(src proto.Message)
- func (m *CreateContainerResponse) XXX_Size() int
- func (m *CreateContainerResponse) XXX_Unmarshal(b []byte) error
- type DNSConfig
- func (*DNSConfig) Descriptor() ([]byte, []int)
- func (m *DNSConfig) GetOptions() []string
- func (m *DNSConfig) GetSearches() []string
- func (m *DNSConfig) GetServers() []string
- func (m *DNSConfig) Marshal() (dAtA []byte, err error)
- func (m *DNSConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *DNSConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DNSConfig) ProtoMessage()
- func (m *DNSConfig) Reset()
- func (m *DNSConfig) Size() (n int)
- func (this *DNSConfig) String() string
- func (m *DNSConfig) Unmarshal(dAtA []byte) error
- func (m *DNSConfig) XXX_DiscardUnknown()
- func (m *DNSConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DNSConfig) XXX_Merge(src proto.Message)
- func (m *DNSConfig) XXX_Size() int
- func (m *DNSConfig) XXX_Unmarshal(b []byte) error
- type Device
- func (*Device) Descriptor() ([]byte, []int)
- func (m *Device) GetContainerPath() string
- func (m *Device) GetHostPath() string
- func (m *Device) GetPermissions() string
- func (m *Device) Marshal() (dAtA []byte, err error)
- func (m *Device) MarshalTo(dAtA []byte) (int, error)
- func (m *Device) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Device) ProtoMessage()
- func (m *Device) Reset()
- func (m *Device) Size() (n int)
- func (this *Device) String() string
- func (m *Device) Unmarshal(dAtA []byte) error
- func (m *Device) XXX_DiscardUnknown()
- func (m *Device) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Device) XXX_Merge(src proto.Message)
- func (m *Device) XXX_Size() int
- func (m *Device) XXX_Unmarshal(b []byte) error
- type ExecRequest
- func (*ExecRequest) Descriptor() ([]byte, []int)
- func (m *ExecRequest) GetCmd() []string
- func (m *ExecRequest) GetContainerId() string
- func (m *ExecRequest) GetStderr() bool
- func (m *ExecRequest) GetStdin() bool
- func (m *ExecRequest) GetStdout() bool
- func (m *ExecRequest) GetTty() bool
- func (m *ExecRequest) Marshal() (dAtA []byte, err error)
- func (m *ExecRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecRequest) ProtoMessage()
- func (m *ExecRequest) Reset()
- func (m *ExecRequest) Size() (n int)
- func (this *ExecRequest) String() string
- func (m *ExecRequest) Unmarshal(dAtA []byte) error
- func (m *ExecRequest) XXX_DiscardUnknown()
- func (m *ExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecRequest) XXX_Merge(src proto.Message)
- func (m *ExecRequest) XXX_Size() int
- func (m *ExecRequest) XXX_Unmarshal(b []byte) error
- type ExecResponse
- func (*ExecResponse) Descriptor() ([]byte, []int)
- func (m *ExecResponse) GetUrl() string
- func (m *ExecResponse) Marshal() (dAtA []byte, err error)
- func (m *ExecResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecResponse) ProtoMessage()
- func (m *ExecResponse) Reset()
- func (m *ExecResponse) Size() (n int)
- func (this *ExecResponse) String() string
- func (m *ExecResponse) Unmarshal(dAtA []byte) error
- func (m *ExecResponse) XXX_DiscardUnknown()
- func (m *ExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecResponse) XXX_Merge(src proto.Message)
- func (m *ExecResponse) XXX_Size() int
- func (m *ExecResponse) XXX_Unmarshal(b []byte) error
- type ExecSyncRequest
- func (*ExecSyncRequest) Descriptor() ([]byte, []int)
- func (m *ExecSyncRequest) GetCmd() []string
- func (m *ExecSyncRequest) GetContainerId() string
- func (m *ExecSyncRequest) GetTimeout() int64
- func (m *ExecSyncRequest) Marshal() (dAtA []byte, err error)
- func (m *ExecSyncRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecSyncRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecSyncRequest) ProtoMessage()
- func (m *ExecSyncRequest) Reset()
- func (m *ExecSyncRequest) Size() (n int)
- func (this *ExecSyncRequest) String() string
- func (m *ExecSyncRequest) Unmarshal(dAtA []byte) error
- func (m *ExecSyncRequest) XXX_DiscardUnknown()
- func (m *ExecSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecSyncRequest) XXX_Merge(src proto.Message)
- func (m *ExecSyncRequest) XXX_Size() int
- func (m *ExecSyncRequest) XXX_Unmarshal(b []byte) error
- type ExecSyncResponse
- func (*ExecSyncResponse) Descriptor() ([]byte, []int)
- func (m *ExecSyncResponse) GetExitCode() int32
- func (m *ExecSyncResponse) GetStderr() []byte
- func (m *ExecSyncResponse) GetStdout() []byte
- func (m *ExecSyncResponse) Marshal() (dAtA []byte, err error)
- func (m *ExecSyncResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecSyncResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecSyncResponse) ProtoMessage()
- func (m *ExecSyncResponse) Reset()
- func (m *ExecSyncResponse) Size() (n int)
- func (this *ExecSyncResponse) String() string
- func (m *ExecSyncResponse) Unmarshal(dAtA []byte) error
- func (m *ExecSyncResponse) XXX_DiscardUnknown()
- func (m *ExecSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecSyncResponse) XXX_Merge(src proto.Message)
- func (m *ExecSyncResponse) XXX_Size() int
- func (m *ExecSyncResponse) XXX_Unmarshal(b []byte) error
- type FilesystemIdentifier
- func (*FilesystemIdentifier) Descriptor() ([]byte, []int)
- func (m *FilesystemIdentifier) GetMountpoint() string
- func (m *FilesystemIdentifier) Marshal() (dAtA []byte, err error)
- func (m *FilesystemIdentifier) MarshalTo(dAtA []byte) (int, error)
- func (m *FilesystemIdentifier) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FilesystemIdentifier) ProtoMessage()
- func (m *FilesystemIdentifier) Reset()
- func (m *FilesystemIdentifier) Size() (n int)
- func (this *FilesystemIdentifier) String() string
- func (m *FilesystemIdentifier) Unmarshal(dAtA []byte) error
- func (m *FilesystemIdentifier) XXX_DiscardUnknown()
- func (m *FilesystemIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FilesystemIdentifier) XXX_Merge(src proto.Message)
- func (m *FilesystemIdentifier) XXX_Size() int
- func (m *FilesystemIdentifier) XXX_Unmarshal(b []byte) error
- type FilesystemUsage
- func (*FilesystemUsage) Descriptor() ([]byte, []int)
- func (m *FilesystemUsage) GetFsId() *FilesystemIdentifier
- func (m *FilesystemUsage) GetInodesUsed() *UInt64Value
- func (m *FilesystemUsage) GetTimestamp() int64
- func (m *FilesystemUsage) GetUsedBytes() *UInt64Value
- func (m *FilesystemUsage) Marshal() (dAtA []byte, err error)
- func (m *FilesystemUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *FilesystemUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FilesystemUsage) ProtoMessage()
- func (m *FilesystemUsage) Reset()
- func (m *FilesystemUsage) Size() (n int)
- func (this *FilesystemUsage) String() string
- func (m *FilesystemUsage) Unmarshal(dAtA []byte) error
- func (m *FilesystemUsage) XXX_DiscardUnknown()
- func (m *FilesystemUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FilesystemUsage) XXX_Merge(src proto.Message)
- func (m *FilesystemUsage) XXX_Size() int
- func (m *FilesystemUsage) XXX_Unmarshal(b []byte) error
- type GetEventsRequest
- func (*GetEventsRequest) Descriptor() ([]byte, []int)
- func (m *GetEventsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetEventsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetEventsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetEventsRequest) ProtoMessage()
- func (m *GetEventsRequest) Reset()
- func (m *GetEventsRequest) Size() (n int)
- func (this *GetEventsRequest) String() string
- func (m *GetEventsRequest) Unmarshal(dAtA []byte) error
- func (m *GetEventsRequest) XXX_DiscardUnknown()
- func (m *GetEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetEventsRequest) XXX_Merge(src proto.Message)
- func (m *GetEventsRequest) XXX_Size() int
- func (m *GetEventsRequest) XXX_Unmarshal(b []byte) error
- type HugepageLimit
- func (*HugepageLimit) Descriptor() ([]byte, []int)
- func (m *HugepageLimit) GetLimit() uint64
- func (m *HugepageLimit) GetPageSize() string
- func (m *HugepageLimit) Marshal() (dAtA []byte, err error)
- func (m *HugepageLimit) MarshalTo(dAtA []byte) (int, error)
- func (m *HugepageLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HugepageLimit) ProtoMessage()
- func (m *HugepageLimit) Reset()
- func (m *HugepageLimit) Size() (n int)
- func (this *HugepageLimit) String() string
- func (m *HugepageLimit) Unmarshal(dAtA []byte) error
- func (m *HugepageLimit) XXX_DiscardUnknown()
- func (m *HugepageLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HugepageLimit) XXX_Merge(src proto.Message)
- func (m *HugepageLimit) XXX_Size() int
- func (m *HugepageLimit) XXX_Unmarshal(b []byte) error
- type IDMapping
- func (*IDMapping) Descriptor() ([]byte, []int)
- func (m *IDMapping) GetContainerId() uint32
- func (m *IDMapping) GetHostId() uint32
- func (m *IDMapping) GetLength() uint32
- func (m *IDMapping) Marshal() (dAtA []byte, err error)
- func (m *IDMapping) MarshalTo(dAtA []byte) (int, error)
- func (m *IDMapping) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IDMapping) ProtoMessage()
- func (m *IDMapping) Reset()
- func (m *IDMapping) Size() (n int)
- func (this *IDMapping) String() string
- func (m *IDMapping) Unmarshal(dAtA []byte) error
- func (m *IDMapping) XXX_DiscardUnknown()
- func (m *IDMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDMapping) XXX_Merge(src proto.Message)
- func (m *IDMapping) XXX_Size() int
- func (m *IDMapping) XXX_Unmarshal(b []byte) error
- type Image
- func (*Image) Descriptor() ([]byte, []int)
- func (m *Image) GetId() string
- func (m *Image) GetPinned() bool
- func (m *Image) GetRepoDigests() []string
- func (m *Image) GetRepoTags() []string
- func (m *Image) GetSize_() uint64
- func (m *Image) GetSpec() *ImageSpec
- func (m *Image) GetUid() *Int64Value
- func (m *Image) GetUsername() string
- func (m *Image) Marshal() (dAtA []byte, err error)
- func (m *Image) MarshalTo(dAtA []byte) (int, error)
- func (m *Image) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Image) ProtoMessage()
- func (m *Image) Reset()
- func (m *Image) Size() (n int)
- func (this *Image) String() string
- func (m *Image) Unmarshal(dAtA []byte) error
- func (m *Image) XXX_DiscardUnknown()
- func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Image) XXX_Merge(src proto.Message)
- func (m *Image) XXX_Size() int
- func (m *Image) XXX_Unmarshal(b []byte) error
- type ImageFilter
- func (*ImageFilter) Descriptor() ([]byte, []int)
- func (m *ImageFilter) GetImage() *ImageSpec
- func (m *ImageFilter) Marshal() (dAtA []byte, err error)
- func (m *ImageFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageFilter) ProtoMessage()
- func (m *ImageFilter) Reset()
- func (m *ImageFilter) Size() (n int)
- func (this *ImageFilter) String() string
- func (m *ImageFilter) Unmarshal(dAtA []byte) error
- func (m *ImageFilter) XXX_DiscardUnknown()
- func (m *ImageFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageFilter) XXX_Merge(src proto.Message)
- func (m *ImageFilter) XXX_Size() int
- func (m *ImageFilter) XXX_Unmarshal(b []byte) error
- type ImageFsInfoRequest
- func (*ImageFsInfoRequest) Descriptor() ([]byte, []int)
- func (m *ImageFsInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *ImageFsInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageFsInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageFsInfoRequest) ProtoMessage()
- func (m *ImageFsInfoRequest) Reset()
- func (m *ImageFsInfoRequest) Size() (n int)
- func (this *ImageFsInfoRequest) String() string
- func (m *ImageFsInfoRequest) Unmarshal(dAtA []byte) error
- func (m *ImageFsInfoRequest) XXX_DiscardUnknown()
- func (m *ImageFsInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageFsInfoRequest) XXX_Merge(src proto.Message)
- func (m *ImageFsInfoRequest) XXX_Size() int
- func (m *ImageFsInfoRequest) XXX_Unmarshal(b []byte) error
- type ImageFsInfoResponse
- func (*ImageFsInfoResponse) Descriptor() ([]byte, []int)
- func (m *ImageFsInfoResponse) GetContainerFilesystems() []*FilesystemUsage
- func (m *ImageFsInfoResponse) GetImageFilesystems() []*FilesystemUsage
- func (m *ImageFsInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *ImageFsInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageFsInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageFsInfoResponse) ProtoMessage()
- func (m *ImageFsInfoResponse) Reset()
- func (m *ImageFsInfoResponse) Size() (n int)
- func (this *ImageFsInfoResponse) String() string
- func (m *ImageFsInfoResponse) Unmarshal(dAtA []byte) error
- func (m *ImageFsInfoResponse) XXX_DiscardUnknown()
- func (m *ImageFsInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageFsInfoResponse) XXX_Merge(src proto.Message)
- func (m *ImageFsInfoResponse) XXX_Size() int
- func (m *ImageFsInfoResponse) XXX_Unmarshal(b []byte) error
- type ImageServiceClient
- type ImageServiceServer
- type ImageSpec
- func (*ImageSpec) Descriptor() ([]byte, []int)
- func (m *ImageSpec) GetAnnotations() map[string]string
- func (m *ImageSpec) GetImage() string
- func (m *ImageSpec) GetRuntimeHandler() string
- func (m *ImageSpec) GetUserSpecifiedImage() string
- func (m *ImageSpec) Marshal() (dAtA []byte, err error)
- func (m *ImageSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageSpec) ProtoMessage()
- func (m *ImageSpec) Reset()
- func (m *ImageSpec) Size() (n int)
- func (this *ImageSpec) String() string
- func (m *ImageSpec) Unmarshal(dAtA []byte) error
- func (m *ImageSpec) XXX_DiscardUnknown()
- func (m *ImageSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageSpec) XXX_Merge(src proto.Message)
- func (m *ImageSpec) XXX_Size() int
- func (m *ImageSpec) XXX_Unmarshal(b []byte) error
- type ImageStatusRequest
- func (*ImageStatusRequest) Descriptor() ([]byte, []int)
- func (m *ImageStatusRequest) GetImage() *ImageSpec
- func (m *ImageStatusRequest) GetVerbose() bool
- func (m *ImageStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *ImageStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageStatusRequest) ProtoMessage()
- func (m *ImageStatusRequest) Reset()
- func (m *ImageStatusRequest) Size() (n int)
- func (this *ImageStatusRequest) String() string
- func (m *ImageStatusRequest) Unmarshal(dAtA []byte) error
- func (m *ImageStatusRequest) XXX_DiscardUnknown()
- func (m *ImageStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageStatusRequest) XXX_Merge(src proto.Message)
- func (m *ImageStatusRequest) XXX_Size() int
- func (m *ImageStatusRequest) XXX_Unmarshal(b []byte) error
- type ImageStatusResponse
- func (*ImageStatusResponse) Descriptor() ([]byte, []int)
- func (m *ImageStatusResponse) GetImage() *Image
- func (m *ImageStatusResponse) GetInfo() map[string]string
- func (m *ImageStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *ImageStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ImageStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImageStatusResponse) ProtoMessage()
- func (m *ImageStatusResponse) Reset()
- func (m *ImageStatusResponse) Size() (n int)
- func (this *ImageStatusResponse) String() string
- func (m *ImageStatusResponse) Unmarshal(dAtA []byte) error
- func (m *ImageStatusResponse) XXX_DiscardUnknown()
- func (m *ImageStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImageStatusResponse) XXX_Merge(src proto.Message)
- func (m *ImageStatusResponse) XXX_Size() int
- func (m *ImageStatusResponse) XXX_Unmarshal(b []byte) error
- type Int64Value
- func (*Int64Value) Descriptor() ([]byte, []int)
- func (m *Int64Value) GetValue() int64
- func (m *Int64Value) Marshal() (dAtA []byte, err error)
- func (m *Int64Value) MarshalTo(dAtA []byte) (int, error)
- func (m *Int64Value) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Int64Value) ProtoMessage()
- func (m *Int64Value) Reset()
- func (m *Int64Value) Size() (n int)
- func (this *Int64Value) String() string
- func (m *Int64Value) Unmarshal(dAtA []byte) error
- func (m *Int64Value) XXX_DiscardUnknown()
- func (m *Int64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Int64Value) XXX_Merge(src proto.Message)
- func (m *Int64Value) XXX_Size() int
- func (m *Int64Value) XXX_Unmarshal(b []byte) error
- type KeyValue
- func (*KeyValue) Descriptor() ([]byte, []int)
- func (m *KeyValue) GetKey() string
- func (m *KeyValue) GetValue() string
- func (m *KeyValue) Marshal() (dAtA []byte, err error)
- func (m *KeyValue) MarshalTo(dAtA []byte) (int, error)
- func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KeyValue) ProtoMessage()
- func (m *KeyValue) Reset()
- func (m *KeyValue) Size() (n int)
- func (this *KeyValue) String() string
- func (m *KeyValue) Unmarshal(dAtA []byte) error
- func (m *KeyValue) XXX_DiscardUnknown()
- func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyValue) XXX_Merge(src proto.Message)
- func (m *KeyValue) XXX_Size() int
- func (m *KeyValue) XXX_Unmarshal(b []byte) error
- type LinuxContainerConfig
- func (*LinuxContainerConfig) Descriptor() ([]byte, []int)
- func (m *LinuxContainerConfig) GetResources() *LinuxContainerResources
- func (m *LinuxContainerConfig) GetSecurityContext() *LinuxContainerSecurityContext
- func (m *LinuxContainerConfig) Marshal() (dAtA []byte, err error)
- func (m *LinuxContainerConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxContainerConfig) ProtoMessage()
- func (m *LinuxContainerConfig) Reset()
- func (m *LinuxContainerConfig) Size() (n int)
- func (this *LinuxContainerConfig) String() string
- func (m *LinuxContainerConfig) Unmarshal(dAtA []byte) error
- func (m *LinuxContainerConfig) XXX_DiscardUnknown()
- func (m *LinuxContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxContainerConfig) XXX_Merge(src proto.Message)
- func (m *LinuxContainerConfig) XXX_Size() int
- func (m *LinuxContainerConfig) XXX_Unmarshal(b []byte) error
- type LinuxContainerResources
- func (*LinuxContainerResources) Descriptor() ([]byte, []int)
- func (m *LinuxContainerResources) GetCpuPeriod() int64
- func (m *LinuxContainerResources) GetCpuQuota() int64
- func (m *LinuxContainerResources) GetCpuShares() int64
- func (m *LinuxContainerResources) GetCpusetCpus() string
- func (m *LinuxContainerResources) GetCpusetMems() string
- func (m *LinuxContainerResources) GetHugepageLimits() []*HugepageLimit
- func (m *LinuxContainerResources) GetMemoryLimitInBytes() int64
- func (m *LinuxContainerResources) GetMemorySwapLimitInBytes() int64
- func (m *LinuxContainerResources) GetOomScoreAdj() int64
- func (m *LinuxContainerResources) GetUnified() map[string]string
- func (m *LinuxContainerResources) Marshal() (dAtA []byte, err error)
- func (m *LinuxContainerResources) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxContainerResources) ProtoMessage()
- func (m *LinuxContainerResources) Reset()
- func (m *LinuxContainerResources) Size() (n int)
- func (this *LinuxContainerResources) String() string
- func (m *LinuxContainerResources) Unmarshal(dAtA []byte) error
- func (m *LinuxContainerResources) XXX_DiscardUnknown()
- func (m *LinuxContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxContainerResources) XXX_Merge(src proto.Message)
- func (m *LinuxContainerResources) XXX_Size() int
- func (m *LinuxContainerResources) XXX_Unmarshal(b []byte) error
- type LinuxContainerSecurityContext
- func (*LinuxContainerSecurityContext) Descriptor() ([]byte, []int)
- func (m *LinuxContainerSecurityContext) GetApparmor() *SecurityProfile
- func (m *LinuxContainerSecurityContext) GetApparmorProfile() stringdeprecated
- func (m *LinuxContainerSecurityContext) GetCapabilities() *Capability
- func (m *LinuxContainerSecurityContext) GetMaskedPaths() []string
- func (m *LinuxContainerSecurityContext) GetNamespaceOptions() *NamespaceOption
- func (m *LinuxContainerSecurityContext) GetNoNewPrivs() bool
- func (m *LinuxContainerSecurityContext) GetPrivileged() bool
- func (m *LinuxContainerSecurityContext) GetReadonlyPaths() []string
- func (m *LinuxContainerSecurityContext) GetReadonlyRootfs() bool
- func (m *LinuxContainerSecurityContext) GetRunAsGroup() *Int64Value
- func (m *LinuxContainerSecurityContext) GetRunAsUser() *Int64Value
- func (m *LinuxContainerSecurityContext) GetRunAsUsername() string
- func (m *LinuxContainerSecurityContext) GetSeccomp() *SecurityProfile
- func (m *LinuxContainerSecurityContext) GetSeccompProfilePath() stringdeprecated
- func (m *LinuxContainerSecurityContext) GetSelinuxOptions() *SELinuxOption
- func (m *LinuxContainerSecurityContext) GetSupplementalGroups() []int64
- func (m *LinuxContainerSecurityContext) GetSupplementalGroupsPolicy() SupplementalGroupsPolicy
- func (m *LinuxContainerSecurityContext) Marshal() (dAtA []byte, err error)
- func (m *LinuxContainerSecurityContext) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxContainerSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxContainerSecurityContext) ProtoMessage()
- func (m *LinuxContainerSecurityContext) Reset()
- func (m *LinuxContainerSecurityContext) Size() (n int)
- func (this *LinuxContainerSecurityContext) String() string
- func (m *LinuxContainerSecurityContext) Unmarshal(dAtA []byte) error
- func (m *LinuxContainerSecurityContext) XXX_DiscardUnknown()
- func (m *LinuxContainerSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxContainerSecurityContext) XXX_Merge(src proto.Message)
- func (m *LinuxContainerSecurityContext) XXX_Size() int
- func (m *LinuxContainerSecurityContext) XXX_Unmarshal(b []byte) error
- type LinuxContainerUser
- func (*LinuxContainerUser) Descriptor() ([]byte, []int)
- func (m *LinuxContainerUser) GetGid() int64
- func (m *LinuxContainerUser) GetSupplementalGroups() []int64
- func (m *LinuxContainerUser) GetUid() int64
- func (m *LinuxContainerUser) Marshal() (dAtA []byte, err error)
- func (m *LinuxContainerUser) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxContainerUser) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxContainerUser) ProtoMessage()
- func (m *LinuxContainerUser) Reset()
- func (m *LinuxContainerUser) Size() (n int)
- func (this *LinuxContainerUser) String() string
- func (m *LinuxContainerUser) Unmarshal(dAtA []byte) error
- func (m *LinuxContainerUser) XXX_DiscardUnknown()
- func (m *LinuxContainerUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxContainerUser) XXX_Merge(src proto.Message)
- func (m *LinuxContainerUser) XXX_Size() int
- func (m *LinuxContainerUser) XXX_Unmarshal(b []byte) error
- type LinuxPodSandboxConfig
- func (*LinuxPodSandboxConfig) Descriptor() ([]byte, []int)
- func (m *LinuxPodSandboxConfig) GetCgroupParent() string
- func (m *LinuxPodSandboxConfig) GetOverhead() *LinuxContainerResources
- func (m *LinuxPodSandboxConfig) GetResources() *LinuxContainerResources
- func (m *LinuxPodSandboxConfig) GetSecurityContext() *LinuxSandboxSecurityContext
- func (m *LinuxPodSandboxConfig) GetSysctls() map[string]string
- func (m *LinuxPodSandboxConfig) Marshal() (dAtA []byte, err error)
- func (m *LinuxPodSandboxConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxPodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxPodSandboxConfig) ProtoMessage()
- func (m *LinuxPodSandboxConfig) Reset()
- func (m *LinuxPodSandboxConfig) Size() (n int)
- func (this *LinuxPodSandboxConfig) String() string
- func (m *LinuxPodSandboxConfig) Unmarshal(dAtA []byte) error
- func (m *LinuxPodSandboxConfig) XXX_DiscardUnknown()
- func (m *LinuxPodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxPodSandboxConfig) XXX_Merge(src proto.Message)
- func (m *LinuxPodSandboxConfig) XXX_Size() int
- func (m *LinuxPodSandboxConfig) XXX_Unmarshal(b []byte) error
- type LinuxPodSandboxStats
- func (*LinuxPodSandboxStats) Descriptor() ([]byte, []int)
- func (m *LinuxPodSandboxStats) GetContainers() []*ContainerStats
- func (m *LinuxPodSandboxStats) GetCpu() *CpuUsage
- func (m *LinuxPodSandboxStats) GetMemory() *MemoryUsage
- func (m *LinuxPodSandboxStats) GetNetwork() *NetworkUsage
- func (m *LinuxPodSandboxStats) GetProcess() *ProcessUsage
- func (m *LinuxPodSandboxStats) Marshal() (dAtA []byte, err error)
- func (m *LinuxPodSandboxStats) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxPodSandboxStats) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxPodSandboxStats) ProtoMessage()
- func (m *LinuxPodSandboxStats) Reset()
- func (m *LinuxPodSandboxStats) Size() (n int)
- func (this *LinuxPodSandboxStats) String() string
- func (m *LinuxPodSandboxStats) Unmarshal(dAtA []byte) error
- func (m *LinuxPodSandboxStats) XXX_DiscardUnknown()
- func (m *LinuxPodSandboxStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxPodSandboxStats) XXX_Merge(src proto.Message)
- func (m *LinuxPodSandboxStats) XXX_Size() int
- func (m *LinuxPodSandboxStats) XXX_Unmarshal(b []byte) error
- type LinuxPodSandboxStatus
- func (*LinuxPodSandboxStatus) Descriptor() ([]byte, []int)
- func (m *LinuxPodSandboxStatus) GetNamespaces() *Namespace
- func (m *LinuxPodSandboxStatus) Marshal() (dAtA []byte, err error)
- func (m *LinuxPodSandboxStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxPodSandboxStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxPodSandboxStatus) ProtoMessage()
- func (m *LinuxPodSandboxStatus) Reset()
- func (m *LinuxPodSandboxStatus) Size() (n int)
- func (this *LinuxPodSandboxStatus) String() string
- func (m *LinuxPodSandboxStatus) Unmarshal(dAtA []byte) error
- func (m *LinuxPodSandboxStatus) XXX_DiscardUnknown()
- func (m *LinuxPodSandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxPodSandboxStatus) XXX_Merge(src proto.Message)
- func (m *LinuxPodSandboxStatus) XXX_Size() int
- func (m *LinuxPodSandboxStatus) XXX_Unmarshal(b []byte) error
- type LinuxRuntimeConfiguration
- func (*LinuxRuntimeConfiguration) Descriptor() ([]byte, []int)
- func (m *LinuxRuntimeConfiguration) GetCgroupDriver() CgroupDriver
- func (m *LinuxRuntimeConfiguration) Marshal() (dAtA []byte, err error)
- func (m *LinuxRuntimeConfiguration) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxRuntimeConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxRuntimeConfiguration) ProtoMessage()
- func (m *LinuxRuntimeConfiguration) Reset()
- func (m *LinuxRuntimeConfiguration) Size() (n int)
- func (this *LinuxRuntimeConfiguration) String() string
- func (m *LinuxRuntimeConfiguration) Unmarshal(dAtA []byte) error
- func (m *LinuxRuntimeConfiguration) XXX_DiscardUnknown()
- func (m *LinuxRuntimeConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxRuntimeConfiguration) XXX_Merge(src proto.Message)
- func (m *LinuxRuntimeConfiguration) XXX_Size() int
- func (m *LinuxRuntimeConfiguration) XXX_Unmarshal(b []byte) error
- type LinuxSandboxSecurityContext
- func (*LinuxSandboxSecurityContext) Descriptor() ([]byte, []int)
- func (m *LinuxSandboxSecurityContext) GetApparmor() *SecurityProfile
- func (m *LinuxSandboxSecurityContext) GetNamespaceOptions() *NamespaceOption
- func (m *LinuxSandboxSecurityContext) GetPrivileged() bool
- func (m *LinuxSandboxSecurityContext) GetReadonlyRootfs() bool
- func (m *LinuxSandboxSecurityContext) GetRunAsGroup() *Int64Value
- func (m *LinuxSandboxSecurityContext) GetRunAsUser() *Int64Value
- func (m *LinuxSandboxSecurityContext) GetSeccomp() *SecurityProfile
- func (m *LinuxSandboxSecurityContext) GetSeccompProfilePath() stringdeprecated
- func (m *LinuxSandboxSecurityContext) GetSelinuxOptions() *SELinuxOption
- func (m *LinuxSandboxSecurityContext) GetSupplementalGroups() []int64
- func (m *LinuxSandboxSecurityContext) GetSupplementalGroupsPolicy() SupplementalGroupsPolicy
- func (m *LinuxSandboxSecurityContext) Marshal() (dAtA []byte, err error)
- func (m *LinuxSandboxSecurityContext) MarshalTo(dAtA []byte) (int, error)
- func (m *LinuxSandboxSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LinuxSandboxSecurityContext) ProtoMessage()
- func (m *LinuxSandboxSecurityContext) Reset()
- func (m *LinuxSandboxSecurityContext) Size() (n int)
- func (this *LinuxSandboxSecurityContext) String() string
- func (m *LinuxSandboxSecurityContext) Unmarshal(dAtA []byte) error
- func (m *LinuxSandboxSecurityContext) XXX_DiscardUnknown()
- func (m *LinuxSandboxSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LinuxSandboxSecurityContext) XXX_Merge(src proto.Message)
- func (m *LinuxSandboxSecurityContext) XXX_Size() int
- func (m *LinuxSandboxSecurityContext) XXX_Unmarshal(b []byte) error
- type ListContainerStatsRequest
- func (*ListContainerStatsRequest) Descriptor() ([]byte, []int)
- func (m *ListContainerStatsRequest) GetFilter() *ContainerStatsFilter
- func (m *ListContainerStatsRequest) Marshal() (dAtA []byte, err error)
- func (m *ListContainerStatsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListContainerStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListContainerStatsRequest) ProtoMessage()
- func (m *ListContainerStatsRequest) Reset()
- func (m *ListContainerStatsRequest) Size() (n int)
- func (this *ListContainerStatsRequest) String() string
- func (m *ListContainerStatsRequest) Unmarshal(dAtA []byte) error
- func (m *ListContainerStatsRequest) XXX_DiscardUnknown()
- func (m *ListContainerStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainerStatsRequest) XXX_Merge(src proto.Message)
- func (m *ListContainerStatsRequest) XXX_Size() int
- func (m *ListContainerStatsRequest) XXX_Unmarshal(b []byte) error
- type ListContainerStatsResponse
- func (*ListContainerStatsResponse) Descriptor() ([]byte, []int)
- func (m *ListContainerStatsResponse) GetStats() []*ContainerStats
- func (m *ListContainerStatsResponse) Marshal() (dAtA []byte, err error)
- func (m *ListContainerStatsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListContainerStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListContainerStatsResponse) ProtoMessage()
- func (m *ListContainerStatsResponse) Reset()
- func (m *ListContainerStatsResponse) Size() (n int)
- func (this *ListContainerStatsResponse) String() string
- func (m *ListContainerStatsResponse) Unmarshal(dAtA []byte) error
- func (m *ListContainerStatsResponse) XXX_DiscardUnknown()
- func (m *ListContainerStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainerStatsResponse) XXX_Merge(src proto.Message)
- func (m *ListContainerStatsResponse) XXX_Size() int
- func (m *ListContainerStatsResponse) XXX_Unmarshal(b []byte) error
- type ListContainersRequest
- func (*ListContainersRequest) Descriptor() ([]byte, []int)
- func (m *ListContainersRequest) GetFilter() *ContainerFilter
- func (m *ListContainersRequest) Marshal() (dAtA []byte, err error)
- func (m *ListContainersRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListContainersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListContainersRequest) ProtoMessage()
- func (m *ListContainersRequest) Reset()
- func (m *ListContainersRequest) Size() (n int)
- func (this *ListContainersRequest) String() string
- func (m *ListContainersRequest) Unmarshal(dAtA []byte) error
- func (m *ListContainersRequest) XXX_DiscardUnknown()
- func (m *ListContainersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainersRequest) XXX_Merge(src proto.Message)
- func (m *ListContainersRequest) XXX_Size() int
- func (m *ListContainersRequest) XXX_Unmarshal(b []byte) error
- type ListContainersResponse
- func (*ListContainersResponse) Descriptor() ([]byte, []int)
- func (m *ListContainersResponse) GetContainers() []*Container
- func (m *ListContainersResponse) Marshal() (dAtA []byte, err error)
- func (m *ListContainersResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListContainersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListContainersResponse) ProtoMessage()
- func (m *ListContainersResponse) Reset()
- func (m *ListContainersResponse) Size() (n int)
- func (this *ListContainersResponse) String() string
- func (m *ListContainersResponse) Unmarshal(dAtA []byte) error
- func (m *ListContainersResponse) XXX_DiscardUnknown()
- func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainersResponse) XXX_Merge(src proto.Message)
- func (m *ListContainersResponse) XXX_Size() int
- func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error
- type ListImagesRequest
- func (*ListImagesRequest) Descriptor() ([]byte, []int)
- func (m *ListImagesRequest) GetFilter() *ImageFilter
- func (m *ListImagesRequest) Marshal() (dAtA []byte, err error)
- func (m *ListImagesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListImagesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListImagesRequest) ProtoMessage()
- func (m *ListImagesRequest) Reset()
- func (m *ListImagesRequest) Size() (n int)
- func (this *ListImagesRequest) String() string
- func (m *ListImagesRequest) Unmarshal(dAtA []byte) error
- func (m *ListImagesRequest) XXX_DiscardUnknown()
- func (m *ListImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListImagesRequest) XXX_Merge(src proto.Message)
- func (m *ListImagesRequest) XXX_Size() int
- func (m *ListImagesRequest) XXX_Unmarshal(b []byte) error
- type ListImagesResponse
- func (*ListImagesResponse) Descriptor() ([]byte, []int)
- func (m *ListImagesResponse) GetImages() []*Image
- func (m *ListImagesResponse) Marshal() (dAtA []byte, err error)
- func (m *ListImagesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListImagesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListImagesResponse) ProtoMessage()
- func (m *ListImagesResponse) Reset()
- func (m *ListImagesResponse) Size() (n int)
- func (this *ListImagesResponse) String() string
- func (m *ListImagesResponse) Unmarshal(dAtA []byte) error
- func (m *ListImagesResponse) XXX_DiscardUnknown()
- func (m *ListImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListImagesResponse) XXX_Merge(src proto.Message)
- func (m *ListImagesResponse) XXX_Size() int
- func (m *ListImagesResponse) XXX_Unmarshal(b []byte) error
- type ListMetricDescriptorsRequest
- func (*ListMetricDescriptorsRequest) Descriptor() ([]byte, []int)
- func (m *ListMetricDescriptorsRequest) Marshal() (dAtA []byte, err error)
- func (m *ListMetricDescriptorsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListMetricDescriptorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListMetricDescriptorsRequest) ProtoMessage()
- func (m *ListMetricDescriptorsRequest) Reset()
- func (m *ListMetricDescriptorsRequest) Size() (n int)
- func (this *ListMetricDescriptorsRequest) String() string
- func (m *ListMetricDescriptorsRequest) Unmarshal(dAtA []byte) error
- func (m *ListMetricDescriptorsRequest) XXX_DiscardUnknown()
- func (m *ListMetricDescriptorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListMetricDescriptorsRequest) XXX_Merge(src proto.Message)
- func (m *ListMetricDescriptorsRequest) XXX_Size() int
- func (m *ListMetricDescriptorsRequest) XXX_Unmarshal(b []byte) error
- type ListMetricDescriptorsResponse
- func (*ListMetricDescriptorsResponse) Descriptor() ([]byte, []int)
- func (m *ListMetricDescriptorsResponse) GetDescriptors() []*MetricDescriptor
- func (m *ListMetricDescriptorsResponse) Marshal() (dAtA []byte, err error)
- func (m *ListMetricDescriptorsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListMetricDescriptorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListMetricDescriptorsResponse) ProtoMessage()
- func (m *ListMetricDescriptorsResponse) Reset()
- func (m *ListMetricDescriptorsResponse) Size() (n int)
- func (this *ListMetricDescriptorsResponse) String() string
- func (m *ListMetricDescriptorsResponse) Unmarshal(dAtA []byte) error
- func (m *ListMetricDescriptorsResponse) XXX_DiscardUnknown()
- func (m *ListMetricDescriptorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListMetricDescriptorsResponse) XXX_Merge(src proto.Message)
- func (m *ListMetricDescriptorsResponse) XXX_Size() int
- func (m *ListMetricDescriptorsResponse) XXX_Unmarshal(b []byte) error
- type ListPodSandboxMetricsRequest
- func (*ListPodSandboxMetricsRequest) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxMetricsRequest) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxMetricsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxMetricsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxMetricsRequest) ProtoMessage()
- func (m *ListPodSandboxMetricsRequest) Reset()
- func (m *ListPodSandboxMetricsRequest) Size() (n int)
- func (this *ListPodSandboxMetricsRequest) String() string
- func (m *ListPodSandboxMetricsRequest) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxMetricsRequest) XXX_DiscardUnknown()
- func (m *ListPodSandboxMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxMetricsRequest) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxMetricsRequest) XXX_Size() int
- func (m *ListPodSandboxMetricsRequest) XXX_Unmarshal(b []byte) error
- type ListPodSandboxMetricsResponse
- func (*ListPodSandboxMetricsResponse) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxMetricsResponse) GetPodMetrics() []*PodSandboxMetrics
- func (m *ListPodSandboxMetricsResponse) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxMetricsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxMetricsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxMetricsResponse) ProtoMessage()
- func (m *ListPodSandboxMetricsResponse) Reset()
- func (m *ListPodSandboxMetricsResponse) Size() (n int)
- func (this *ListPodSandboxMetricsResponse) String() string
- func (m *ListPodSandboxMetricsResponse) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxMetricsResponse) XXX_DiscardUnknown()
- func (m *ListPodSandboxMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxMetricsResponse) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxMetricsResponse) XXX_Size() int
- func (m *ListPodSandboxMetricsResponse) XXX_Unmarshal(b []byte) error
- type ListPodSandboxRequest
- func (*ListPodSandboxRequest) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxRequest) GetFilter() *PodSandboxFilter
- func (m *ListPodSandboxRequest) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxRequest) ProtoMessage()
- func (m *ListPodSandboxRequest) Reset()
- func (m *ListPodSandboxRequest) Size() (n int)
- func (this *ListPodSandboxRequest) String() string
- func (m *ListPodSandboxRequest) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxRequest) XXX_DiscardUnknown()
- func (m *ListPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxRequest) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxRequest) XXX_Size() int
- func (m *ListPodSandboxRequest) XXX_Unmarshal(b []byte) error
- type ListPodSandboxResponse
- func (*ListPodSandboxResponse) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxResponse) GetItems() []*PodSandbox
- func (m *ListPodSandboxResponse) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxResponse) ProtoMessage()
- func (m *ListPodSandboxResponse) Reset()
- func (m *ListPodSandboxResponse) Size() (n int)
- func (this *ListPodSandboxResponse) String() string
- func (m *ListPodSandboxResponse) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxResponse) XXX_DiscardUnknown()
- func (m *ListPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxResponse) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxResponse) XXX_Size() int
- func (m *ListPodSandboxResponse) XXX_Unmarshal(b []byte) error
- type ListPodSandboxStatsRequest
- func (*ListPodSandboxStatsRequest) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxStatsRequest) GetFilter() *PodSandboxStatsFilter
- func (m *ListPodSandboxStatsRequest) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxStatsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxStatsRequest) ProtoMessage()
- func (m *ListPodSandboxStatsRequest) Reset()
- func (m *ListPodSandboxStatsRequest) Size() (n int)
- func (this *ListPodSandboxStatsRequest) String() string
- func (m *ListPodSandboxStatsRequest) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxStatsRequest) XXX_DiscardUnknown()
- func (m *ListPodSandboxStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxStatsRequest) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxStatsRequest) XXX_Size() int
- func (m *ListPodSandboxStatsRequest) XXX_Unmarshal(b []byte) error
- type ListPodSandboxStatsResponse
- func (*ListPodSandboxStatsResponse) Descriptor() ([]byte, []int)
- func (m *ListPodSandboxStatsResponse) GetStats() []*PodSandboxStats
- func (m *ListPodSandboxStatsResponse) Marshal() (dAtA []byte, err error)
- func (m *ListPodSandboxStatsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPodSandboxStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPodSandboxStatsResponse) ProtoMessage()
- func (m *ListPodSandboxStatsResponse) Reset()
- func (m *ListPodSandboxStatsResponse) Size() (n int)
- func (this *ListPodSandboxStatsResponse) String() string
- func (m *ListPodSandboxStatsResponse) Unmarshal(dAtA []byte) error
- func (m *ListPodSandboxStatsResponse) XXX_DiscardUnknown()
- func (m *ListPodSandboxStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPodSandboxStatsResponse) XXX_Merge(src proto.Message)
- func (m *ListPodSandboxStatsResponse) XXX_Size() int
- func (m *ListPodSandboxStatsResponse) XXX_Unmarshal(b []byte) error
- type LogStreamType
- type LogTag
- type MemoryUsage
- func (*MemoryUsage) Descriptor() ([]byte, []int)
- func (m *MemoryUsage) GetAvailableBytes() *UInt64Value
- func (m *MemoryUsage) GetMajorPageFaults() *UInt64Value
- func (m *MemoryUsage) GetPageFaults() *UInt64Value
- func (m *MemoryUsage) GetRssBytes() *UInt64Value
- func (m *MemoryUsage) GetTimestamp() int64
- func (m *MemoryUsage) GetUsageBytes() *UInt64Value
- func (m *MemoryUsage) GetWorkingSetBytes() *UInt64Value
- func (m *MemoryUsage) Marshal() (dAtA []byte, err error)
- func (m *MemoryUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *MemoryUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MemoryUsage) ProtoMessage()
- func (m *MemoryUsage) Reset()
- func (m *MemoryUsage) Size() (n int)
- func (this *MemoryUsage) String() string
- func (m *MemoryUsage) Unmarshal(dAtA []byte) error
- func (m *MemoryUsage) XXX_DiscardUnknown()
- func (m *MemoryUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MemoryUsage) XXX_Merge(src proto.Message)
- func (m *MemoryUsage) XXX_Size() int
- func (m *MemoryUsage) XXX_Unmarshal(b []byte) error
- type Metric
- func (*Metric) Descriptor() ([]byte, []int)
- func (m *Metric) GetLabelValues() []string
- func (m *Metric) GetMetricType() MetricType
- func (m *Metric) GetName() string
- func (m *Metric) GetTimestamp() int64
- func (m *Metric) GetValue() *UInt64Value
- func (m *Metric) Marshal() (dAtA []byte, err error)
- func (m *Metric) MarshalTo(dAtA []byte) (int, error)
- func (m *Metric) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Metric) ProtoMessage()
- func (m *Metric) Reset()
- func (m *Metric) Size() (n int)
- func (this *Metric) String() string
- func (m *Metric) Unmarshal(dAtA []byte) error
- func (m *Metric) XXX_DiscardUnknown()
- func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Metric) XXX_Merge(src proto.Message)
- func (m *Metric) XXX_Size() int
- func (m *Metric) XXX_Unmarshal(b []byte) error
- type MetricDescriptor
- func (*MetricDescriptor) Descriptor() ([]byte, []int)
- func (m *MetricDescriptor) GetHelp() string
- func (m *MetricDescriptor) GetLabelKeys() []string
- func (m *MetricDescriptor) GetName() string
- func (m *MetricDescriptor) Marshal() (dAtA []byte, err error)
- func (m *MetricDescriptor) MarshalTo(dAtA []byte) (int, error)
- func (m *MetricDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MetricDescriptor) ProtoMessage()
- func (m *MetricDescriptor) Reset()
- func (m *MetricDescriptor) Size() (n int)
- func (this *MetricDescriptor) String() string
- func (m *MetricDescriptor) Unmarshal(dAtA []byte) error
- func (m *MetricDescriptor) XXX_DiscardUnknown()
- func (m *MetricDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MetricDescriptor) XXX_Merge(src proto.Message)
- func (m *MetricDescriptor) XXX_Size() int
- func (m *MetricDescriptor) XXX_Unmarshal(b []byte) error
- type MetricType
- type Mount
- func (*Mount) Descriptor() ([]byte, []int)
- func (m *Mount) GetContainerPath() string
- func (m *Mount) GetGidMappings() []*IDMapping
- func (m *Mount) GetHostPath() string
- func (m *Mount) GetImage() *ImageSpec
- func (m *Mount) GetPropagation() MountPropagation
- func (m *Mount) GetReadonly() bool
- func (m *Mount) GetRecursiveReadOnly() bool
- func (m *Mount) GetSelinuxRelabel() bool
- func (m *Mount) GetUidMappings() []*IDMapping
- func (m *Mount) Marshal() (dAtA []byte, err error)
- func (m *Mount) MarshalTo(dAtA []byte) (int, error)
- func (m *Mount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Mount) ProtoMessage()
- func (m *Mount) Reset()
- func (m *Mount) Size() (n int)
- func (this *Mount) String() string
- func (m *Mount) Unmarshal(dAtA []byte) error
- func (m *Mount) XXX_DiscardUnknown()
- func (m *Mount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Mount) XXX_Merge(src proto.Message)
- func (m *Mount) XXX_Size() int
- func (m *Mount) XXX_Unmarshal(b []byte) error
- type MountPropagation
- type Namespace
- func (*Namespace) Descriptor() ([]byte, []int)
- func (m *Namespace) GetOptions() *NamespaceOption
- func (m *Namespace) Marshal() (dAtA []byte, err error)
- func (m *Namespace) MarshalTo(dAtA []byte) (int, error)
- func (m *Namespace) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Namespace) ProtoMessage()
- func (m *Namespace) Reset()
- func (m *Namespace) Size() (n int)
- func (this *Namespace) String() string
- func (m *Namespace) Unmarshal(dAtA []byte) error
- func (m *Namespace) XXX_DiscardUnknown()
- func (m *Namespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Namespace) XXX_Merge(src proto.Message)
- func (m *Namespace) XXX_Size() int
- func (m *Namespace) XXX_Unmarshal(b []byte) error
- type NamespaceMode
- type NamespaceOption
- func (*NamespaceOption) Descriptor() ([]byte, []int)
- func (m *NamespaceOption) GetIpc() NamespaceMode
- func (m *NamespaceOption) GetNetwork() NamespaceMode
- func (m *NamespaceOption) GetPid() NamespaceMode
- func (m *NamespaceOption) GetTargetId() string
- func (m *NamespaceOption) GetUsernsOptions() *UserNamespace
- func (m *NamespaceOption) Marshal() (dAtA []byte, err error)
- func (m *NamespaceOption) MarshalTo(dAtA []byte) (int, error)
- func (m *NamespaceOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NamespaceOption) ProtoMessage()
- func (m *NamespaceOption) Reset()
- func (m *NamespaceOption) Size() (n int)
- func (this *NamespaceOption) String() string
- func (m *NamespaceOption) Unmarshal(dAtA []byte) error
- func (m *NamespaceOption) XXX_DiscardUnknown()
- func (m *NamespaceOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NamespaceOption) XXX_Merge(src proto.Message)
- func (m *NamespaceOption) XXX_Size() int
- func (m *NamespaceOption) XXX_Unmarshal(b []byte) error
- type NetworkConfig
- func (*NetworkConfig) Descriptor() ([]byte, []int)
- func (m *NetworkConfig) GetPodCidr() string
- func (m *NetworkConfig) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfig) ProtoMessage()
- func (m *NetworkConfig) Reset()
- func (m *NetworkConfig) Size() (n int)
- func (this *NetworkConfig) String() string
- func (m *NetworkConfig) Unmarshal(dAtA []byte) error
- func (m *NetworkConfig) XXX_DiscardUnknown()
- func (m *NetworkConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfig) XXX_Merge(src proto.Message)
- func (m *NetworkConfig) XXX_Size() int
- func (m *NetworkConfig) XXX_Unmarshal(b []byte) error
- type NetworkInterfaceUsage
- func (*NetworkInterfaceUsage) Descriptor() ([]byte, []int)
- func (m *NetworkInterfaceUsage) GetName() string
- func (m *NetworkInterfaceUsage) GetRxBytes() *UInt64Value
- func (m *NetworkInterfaceUsage) GetRxErrors() *UInt64Value
- func (m *NetworkInterfaceUsage) GetTxBytes() *UInt64Value
- func (m *NetworkInterfaceUsage) GetTxErrors() *UInt64Value
- func (m *NetworkInterfaceUsage) Marshal() (dAtA []byte, err error)
- func (m *NetworkInterfaceUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkInterfaceUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkInterfaceUsage) ProtoMessage()
- func (m *NetworkInterfaceUsage) Reset()
- func (m *NetworkInterfaceUsage) Size() (n int)
- func (this *NetworkInterfaceUsage) String() string
- func (m *NetworkInterfaceUsage) Unmarshal(dAtA []byte) error
- func (m *NetworkInterfaceUsage) XXX_DiscardUnknown()
- func (m *NetworkInterfaceUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkInterfaceUsage) XXX_Merge(src proto.Message)
- func (m *NetworkInterfaceUsage) XXX_Size() int
- func (m *NetworkInterfaceUsage) XXX_Unmarshal(b []byte) error
- type NetworkUsage
- func (*NetworkUsage) Descriptor() ([]byte, []int)
- func (m *NetworkUsage) GetDefaultInterface() *NetworkInterfaceUsage
- func (m *NetworkUsage) GetInterfaces() []*NetworkInterfaceUsage
- func (m *NetworkUsage) GetTimestamp() int64
- func (m *NetworkUsage) Marshal() (dAtA []byte, err error)
- func (m *NetworkUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkUsage) ProtoMessage()
- func (m *NetworkUsage) Reset()
- func (m *NetworkUsage) Size() (n int)
- func (this *NetworkUsage) String() string
- func (m *NetworkUsage) Unmarshal(dAtA []byte) error
- func (m *NetworkUsage) XXX_DiscardUnknown()
- func (m *NetworkUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkUsage) XXX_Merge(src proto.Message)
- func (m *NetworkUsage) XXX_Size() int
- func (m *NetworkUsage) XXX_Unmarshal(b []byte) error
- type PodIP
- func (*PodIP) Descriptor() ([]byte, []int)
- func (m *PodIP) GetIp() string
- func (m *PodIP) Marshal() (dAtA []byte, err error)
- func (m *PodIP) MarshalTo(dAtA []byte) (int, error)
- func (m *PodIP) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodIP) ProtoMessage()
- func (m *PodIP) Reset()
- func (m *PodIP) Size() (n int)
- func (this *PodIP) String() string
- func (m *PodIP) Unmarshal(dAtA []byte) error
- func (m *PodIP) XXX_DiscardUnknown()
- func (m *PodIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodIP) XXX_Merge(src proto.Message)
- func (m *PodIP) XXX_Size() int
- func (m *PodIP) XXX_Unmarshal(b []byte) error
- type PodSandbox
- func (*PodSandbox) Descriptor() ([]byte, []int)
- func (m *PodSandbox) GetAnnotations() map[string]string
- func (m *PodSandbox) GetCreatedAt() int64
- func (m *PodSandbox) GetId() string
- func (m *PodSandbox) GetLabels() map[string]string
- func (m *PodSandbox) GetMetadata() *PodSandboxMetadata
- func (m *PodSandbox) GetRuntimeHandler() string
- func (m *PodSandbox) GetState() PodSandboxState
- func (m *PodSandbox) Marshal() (dAtA []byte, err error)
- func (m *PodSandbox) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandbox) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandbox) ProtoMessage()
- func (m *PodSandbox) Reset()
- func (m *PodSandbox) Size() (n int)
- func (this *PodSandbox) String() string
- func (m *PodSandbox) Unmarshal(dAtA []byte) error
- func (m *PodSandbox) XXX_DiscardUnknown()
- func (m *PodSandbox) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandbox) XXX_Merge(src proto.Message)
- func (m *PodSandbox) XXX_Size() int
- func (m *PodSandbox) XXX_Unmarshal(b []byte) error
- type PodSandboxAttributes
- func (*PodSandboxAttributes) Descriptor() ([]byte, []int)
- func (m *PodSandboxAttributes) GetAnnotations() map[string]string
- func (m *PodSandboxAttributes) GetId() string
- func (m *PodSandboxAttributes) GetLabels() map[string]string
- func (m *PodSandboxAttributes) GetMetadata() *PodSandboxMetadata
- func (m *PodSandboxAttributes) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxAttributes) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxAttributes) ProtoMessage()
- func (m *PodSandboxAttributes) Reset()
- func (m *PodSandboxAttributes) Size() (n int)
- func (this *PodSandboxAttributes) String() string
- func (m *PodSandboxAttributes) Unmarshal(dAtA []byte) error
- func (m *PodSandboxAttributes) XXX_DiscardUnknown()
- func (m *PodSandboxAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxAttributes) XXX_Merge(src proto.Message)
- func (m *PodSandboxAttributes) XXX_Size() int
- func (m *PodSandboxAttributes) XXX_Unmarshal(b []byte) error
- type PodSandboxConfig
- func (*PodSandboxConfig) Descriptor() ([]byte, []int)
- func (m *PodSandboxConfig) GetAnnotations() map[string]string
- func (m *PodSandboxConfig) GetDnsConfig() *DNSConfig
- func (m *PodSandboxConfig) GetHostname() string
- func (m *PodSandboxConfig) GetLabels() map[string]string
- func (m *PodSandboxConfig) GetLinux() *LinuxPodSandboxConfig
- func (m *PodSandboxConfig) GetLogDirectory() string
- func (m *PodSandboxConfig) GetMetadata() *PodSandboxMetadata
- func (m *PodSandboxConfig) GetPortMappings() []*PortMapping
- func (m *PodSandboxConfig) GetWindows() *WindowsPodSandboxConfig
- func (m *PodSandboxConfig) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxConfig) ProtoMessage()
- func (m *PodSandboxConfig) Reset()
- func (m *PodSandboxConfig) Size() (n int)
- func (this *PodSandboxConfig) String() string
- func (m *PodSandboxConfig) Unmarshal(dAtA []byte) error
- func (m *PodSandboxConfig) XXX_DiscardUnknown()
- func (m *PodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxConfig) XXX_Merge(src proto.Message)
- func (m *PodSandboxConfig) XXX_Size() int
- func (m *PodSandboxConfig) XXX_Unmarshal(b []byte) error
- type PodSandboxFilter
- func (*PodSandboxFilter) Descriptor() ([]byte, []int)
- func (m *PodSandboxFilter) GetId() string
- func (m *PodSandboxFilter) GetLabelSelector() map[string]string
- func (m *PodSandboxFilter) GetState() *PodSandboxStateValue
- func (m *PodSandboxFilter) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxFilter) ProtoMessage()
- func (m *PodSandboxFilter) Reset()
- func (m *PodSandboxFilter) Size() (n int)
- func (this *PodSandboxFilter) String() string
- func (m *PodSandboxFilter) Unmarshal(dAtA []byte) error
- func (m *PodSandboxFilter) XXX_DiscardUnknown()
- func (m *PodSandboxFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxFilter) XXX_Merge(src proto.Message)
- func (m *PodSandboxFilter) XXX_Size() int
- func (m *PodSandboxFilter) XXX_Unmarshal(b []byte) error
- type PodSandboxMetadata
- func (*PodSandboxMetadata) Descriptor() ([]byte, []int)
- func (m *PodSandboxMetadata) GetAttempt() uint32
- func (m *PodSandboxMetadata) GetName() string
- func (m *PodSandboxMetadata) GetNamespace() string
- func (m *PodSandboxMetadata) GetUid() string
- func (m *PodSandboxMetadata) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxMetadata) ProtoMessage()
- func (m *PodSandboxMetadata) Reset()
- func (m *PodSandboxMetadata) Size() (n int)
- func (this *PodSandboxMetadata) String() string
- func (m *PodSandboxMetadata) Unmarshal(dAtA []byte) error
- func (m *PodSandboxMetadata) XXX_DiscardUnknown()
- func (m *PodSandboxMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxMetadata) XXX_Merge(src proto.Message)
- func (m *PodSandboxMetadata) XXX_Size() int
- func (m *PodSandboxMetadata) XXX_Unmarshal(b []byte) error
- type PodSandboxMetrics
- func (*PodSandboxMetrics) Descriptor() ([]byte, []int)
- func (m *PodSandboxMetrics) GetContainerMetrics() []*ContainerMetrics
- func (m *PodSandboxMetrics) GetMetrics() []*Metric
- func (m *PodSandboxMetrics) GetPodSandboxId() string
- func (m *PodSandboxMetrics) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxMetrics) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxMetrics) ProtoMessage()
- func (m *PodSandboxMetrics) Reset()
- func (m *PodSandboxMetrics) Size() (n int)
- func (this *PodSandboxMetrics) String() string
- func (m *PodSandboxMetrics) Unmarshal(dAtA []byte) error
- func (m *PodSandboxMetrics) XXX_DiscardUnknown()
- func (m *PodSandboxMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxMetrics) XXX_Merge(src proto.Message)
- func (m *PodSandboxMetrics) XXX_Size() int
- func (m *PodSandboxMetrics) XXX_Unmarshal(b []byte) error
- type PodSandboxNetworkStatus
- func (*PodSandboxNetworkStatus) Descriptor() ([]byte, []int)
- func (m *PodSandboxNetworkStatus) GetAdditionalIps() []*PodIP
- func (m *PodSandboxNetworkStatus) GetIp() string
- func (m *PodSandboxNetworkStatus) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxNetworkStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxNetworkStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxNetworkStatus) ProtoMessage()
- func (m *PodSandboxNetworkStatus) Reset()
- func (m *PodSandboxNetworkStatus) Size() (n int)
- func (this *PodSandboxNetworkStatus) String() string
- func (m *PodSandboxNetworkStatus) Unmarshal(dAtA []byte) error
- func (m *PodSandboxNetworkStatus) XXX_DiscardUnknown()
- func (m *PodSandboxNetworkStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxNetworkStatus) XXX_Merge(src proto.Message)
- func (m *PodSandboxNetworkStatus) XXX_Size() int
- func (m *PodSandboxNetworkStatus) XXX_Unmarshal(b []byte) error
- type PodSandboxState
- type PodSandboxStateValue
- func (*PodSandboxStateValue) Descriptor() ([]byte, []int)
- func (m *PodSandboxStateValue) GetState() PodSandboxState
- func (m *PodSandboxStateValue) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStateValue) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStateValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStateValue) ProtoMessage()
- func (m *PodSandboxStateValue) Reset()
- func (m *PodSandboxStateValue) Size() (n int)
- func (this *PodSandboxStateValue) String() string
- func (m *PodSandboxStateValue) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStateValue) XXX_DiscardUnknown()
- func (m *PodSandboxStateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStateValue) XXX_Merge(src proto.Message)
- func (m *PodSandboxStateValue) XXX_Size() int
- func (m *PodSandboxStateValue) XXX_Unmarshal(b []byte) error
- type PodSandboxStats
- func (*PodSandboxStats) Descriptor() ([]byte, []int)
- func (m *PodSandboxStats) GetAttributes() *PodSandboxAttributes
- func (m *PodSandboxStats) GetLinux() *LinuxPodSandboxStats
- func (m *PodSandboxStats) GetWindows() *WindowsPodSandboxStats
- func (m *PodSandboxStats) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStats) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStats) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStats) ProtoMessage()
- func (m *PodSandboxStats) Reset()
- func (m *PodSandboxStats) Size() (n int)
- func (this *PodSandboxStats) String() string
- func (m *PodSandboxStats) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStats) XXX_DiscardUnknown()
- func (m *PodSandboxStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStats) XXX_Merge(src proto.Message)
- func (m *PodSandboxStats) XXX_Size() int
- func (m *PodSandboxStats) XXX_Unmarshal(b []byte) error
- type PodSandboxStatsFilter
- func (*PodSandboxStatsFilter) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatsFilter) GetId() string
- func (m *PodSandboxStatsFilter) GetLabelSelector() map[string]string
- func (m *PodSandboxStatsFilter) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatsFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatsFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatsFilter) ProtoMessage()
- func (m *PodSandboxStatsFilter) Reset()
- func (m *PodSandboxStatsFilter) Size() (n int)
- func (this *PodSandboxStatsFilter) String() string
- func (m *PodSandboxStatsFilter) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatsFilter) XXX_DiscardUnknown()
- func (m *PodSandboxStatsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatsFilter) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatsFilter) XXX_Size() int
- func (m *PodSandboxStatsFilter) XXX_Unmarshal(b []byte) error
- type PodSandboxStatsRequest
- func (*PodSandboxStatsRequest) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatsRequest) GetPodSandboxId() string
- func (m *PodSandboxStatsRequest) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatsRequest) ProtoMessage()
- func (m *PodSandboxStatsRequest) Reset()
- func (m *PodSandboxStatsRequest) Size() (n int)
- func (this *PodSandboxStatsRequest) String() string
- func (m *PodSandboxStatsRequest) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatsRequest) XXX_DiscardUnknown()
- func (m *PodSandboxStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatsRequest) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatsRequest) XXX_Size() int
- func (m *PodSandboxStatsRequest) XXX_Unmarshal(b []byte) error
- type PodSandboxStatsResponse
- func (*PodSandboxStatsResponse) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatsResponse) GetStats() *PodSandboxStats
- func (m *PodSandboxStatsResponse) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatsResponse) ProtoMessage()
- func (m *PodSandboxStatsResponse) Reset()
- func (m *PodSandboxStatsResponse) Size() (n int)
- func (this *PodSandboxStatsResponse) String() string
- func (m *PodSandboxStatsResponse) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatsResponse) XXX_DiscardUnknown()
- func (m *PodSandboxStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatsResponse) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatsResponse) XXX_Size() int
- func (m *PodSandboxStatsResponse) XXX_Unmarshal(b []byte) error
- type PodSandboxStatus
- func (*PodSandboxStatus) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatus) GetAnnotations() map[string]string
- func (m *PodSandboxStatus) GetCreatedAt() int64
- func (m *PodSandboxStatus) GetId() string
- func (m *PodSandboxStatus) GetLabels() map[string]string
- func (m *PodSandboxStatus) GetLinux() *LinuxPodSandboxStatus
- func (m *PodSandboxStatus) GetMetadata() *PodSandboxMetadata
- func (m *PodSandboxStatus) GetNetwork() *PodSandboxNetworkStatus
- func (m *PodSandboxStatus) GetRuntimeHandler() string
- func (m *PodSandboxStatus) GetState() PodSandboxState
- func (m *PodSandboxStatus) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatus) ProtoMessage()
- func (m *PodSandboxStatus) Reset()
- func (m *PodSandboxStatus) Size() (n int)
- func (this *PodSandboxStatus) String() string
- func (m *PodSandboxStatus) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatus) XXX_DiscardUnknown()
- func (m *PodSandboxStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatus) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatus) XXX_Size() int
- func (m *PodSandboxStatus) XXX_Unmarshal(b []byte) error
- type PodSandboxStatusRequest
- func (*PodSandboxStatusRequest) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatusRequest) GetPodSandboxId() string
- func (m *PodSandboxStatusRequest) GetVerbose() bool
- func (m *PodSandboxStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatusRequest) ProtoMessage()
- func (m *PodSandboxStatusRequest) Reset()
- func (m *PodSandboxStatusRequest) Size() (n int)
- func (this *PodSandboxStatusRequest) String() string
- func (m *PodSandboxStatusRequest) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatusRequest) XXX_DiscardUnknown()
- func (m *PodSandboxStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatusRequest) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatusRequest) XXX_Size() int
- func (m *PodSandboxStatusRequest) XXX_Unmarshal(b []byte) error
- type PodSandboxStatusResponse
- func (*PodSandboxStatusResponse) Descriptor() ([]byte, []int)
- func (m *PodSandboxStatusResponse) GetContainersStatuses() []*ContainerStatus
- func (m *PodSandboxStatusResponse) GetInfo() map[string]string
- func (m *PodSandboxStatusResponse) GetStatus() *PodSandboxStatus
- func (m *PodSandboxStatusResponse) GetTimestamp() int64
- func (m *PodSandboxStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *PodSandboxStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PodSandboxStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodSandboxStatusResponse) ProtoMessage()
- func (m *PodSandboxStatusResponse) Reset()
- func (m *PodSandboxStatusResponse) Size() (n int)
- func (this *PodSandboxStatusResponse) String() string
- func (m *PodSandboxStatusResponse) Unmarshal(dAtA []byte) error
- func (m *PodSandboxStatusResponse) XXX_DiscardUnknown()
- func (m *PodSandboxStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodSandboxStatusResponse) XXX_Merge(src proto.Message)
- func (m *PodSandboxStatusResponse) XXX_Size() int
- func (m *PodSandboxStatusResponse) XXX_Unmarshal(b []byte) error
- type PortForwardRequest
- func (*PortForwardRequest) Descriptor() ([]byte, []int)
- func (m *PortForwardRequest) GetPodSandboxId() string
- func (m *PortForwardRequest) GetPort() []int32
- func (m *PortForwardRequest) Marshal() (dAtA []byte, err error)
- func (m *PortForwardRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PortForwardRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PortForwardRequest) ProtoMessage()
- func (m *PortForwardRequest) Reset()
- func (m *PortForwardRequest) Size() (n int)
- func (this *PortForwardRequest) String() string
- func (m *PortForwardRequest) Unmarshal(dAtA []byte) error
- func (m *PortForwardRequest) XXX_DiscardUnknown()
- func (m *PortForwardRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PortForwardRequest) XXX_Merge(src proto.Message)
- func (m *PortForwardRequest) XXX_Size() int
- func (m *PortForwardRequest) XXX_Unmarshal(b []byte) error
- type PortForwardResponse
- func (*PortForwardResponse) Descriptor() ([]byte, []int)
- func (m *PortForwardResponse) GetUrl() string
- func (m *PortForwardResponse) Marshal() (dAtA []byte, err error)
- func (m *PortForwardResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PortForwardResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PortForwardResponse) ProtoMessage()
- func (m *PortForwardResponse) Reset()
- func (m *PortForwardResponse) Size() (n int)
- func (this *PortForwardResponse) String() string
- func (m *PortForwardResponse) Unmarshal(dAtA []byte) error
- func (m *PortForwardResponse) XXX_DiscardUnknown()
- func (m *PortForwardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PortForwardResponse) XXX_Merge(src proto.Message)
- func (m *PortForwardResponse) XXX_Size() int
- func (m *PortForwardResponse) XXX_Unmarshal(b []byte) error
- type PortMapping
- func (*PortMapping) Descriptor() ([]byte, []int)
- func (m *PortMapping) GetContainerPort() int32
- func (m *PortMapping) GetHostIp() string
- func (m *PortMapping) GetHostPort() int32
- func (m *PortMapping) GetProtocol() Protocol
- func (m *PortMapping) Marshal() (dAtA []byte, err error)
- func (m *PortMapping) MarshalTo(dAtA []byte) (int, error)
- func (m *PortMapping) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PortMapping) ProtoMessage()
- func (m *PortMapping) Reset()
- func (m *PortMapping) Size() (n int)
- func (this *PortMapping) String() string
- func (m *PortMapping) Unmarshal(dAtA []byte) error
- func (m *PortMapping) XXX_DiscardUnknown()
- func (m *PortMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PortMapping) XXX_Merge(src proto.Message)
- func (m *PortMapping) XXX_Size() int
- func (m *PortMapping) XXX_Unmarshal(b []byte) error
- type ProcessUsage
- func (*ProcessUsage) Descriptor() ([]byte, []int)
- func (m *ProcessUsage) GetProcessCount() *UInt64Value
- func (m *ProcessUsage) GetTimestamp() int64
- func (m *ProcessUsage) Marshal() (dAtA []byte, err error)
- func (m *ProcessUsage) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessUsage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessUsage) ProtoMessage()
- func (m *ProcessUsage) Reset()
- func (m *ProcessUsage) Size() (n int)
- func (this *ProcessUsage) String() string
- func (m *ProcessUsage) Unmarshal(dAtA []byte) error
- func (m *ProcessUsage) XXX_DiscardUnknown()
- func (m *ProcessUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessUsage) XXX_Merge(src proto.Message)
- func (m *ProcessUsage) XXX_Size() int
- func (m *ProcessUsage) XXX_Unmarshal(b []byte) error
- type Protocol
- type PullImageRequest
- func (*PullImageRequest) Descriptor() ([]byte, []int)
- func (m *PullImageRequest) GetAuth() *AuthConfig
- func (m *PullImageRequest) GetImage() *ImageSpec
- func (m *PullImageRequest) GetSandboxConfig() *PodSandboxConfig
- func (m *PullImageRequest) Marshal() (dAtA []byte, err error)
- func (m *PullImageRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *PullImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PullImageRequest) ProtoMessage()
- func (m *PullImageRequest) Reset()
- func (m *PullImageRequest) Size() (n int)
- func (this *PullImageRequest) String() string
- func (m *PullImageRequest) Unmarshal(dAtA []byte) error
- func (m *PullImageRequest) XXX_DiscardUnknown()
- func (m *PullImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PullImageRequest) XXX_Merge(src proto.Message)
- func (m *PullImageRequest) XXX_Size() int
- func (m *PullImageRequest) XXX_Unmarshal(b []byte) error
- type PullImageResponse
- func (*PullImageResponse) Descriptor() ([]byte, []int)
- func (m *PullImageResponse) GetImageRef() string
- func (m *PullImageResponse) Marshal() (dAtA []byte, err error)
- func (m *PullImageResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *PullImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PullImageResponse) ProtoMessage()
- func (m *PullImageResponse) Reset()
- func (m *PullImageResponse) Size() (n int)
- func (this *PullImageResponse) String() string
- func (m *PullImageResponse) Unmarshal(dAtA []byte) error
- func (m *PullImageResponse) XXX_DiscardUnknown()
- func (m *PullImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PullImageResponse) XXX_Merge(src proto.Message)
- func (m *PullImageResponse) XXX_Size() int
- func (m *PullImageResponse) XXX_Unmarshal(b []byte) error
- type RemoveContainerRequest
- func (*RemoveContainerRequest) Descriptor() ([]byte, []int)
- func (m *RemoveContainerRequest) GetContainerId() string
- func (m *RemoveContainerRequest) Marshal() (dAtA []byte, err error)
- func (m *RemoveContainerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveContainerRequest) ProtoMessage()
- func (m *RemoveContainerRequest) Reset()
- func (m *RemoveContainerRequest) Size() (n int)
- func (this *RemoveContainerRequest) String() string
- func (m *RemoveContainerRequest) Unmarshal(dAtA []byte) error
- func (m *RemoveContainerRequest) XXX_DiscardUnknown()
- func (m *RemoveContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveContainerRequest) XXX_Merge(src proto.Message)
- func (m *RemoveContainerRequest) XXX_Size() int
- func (m *RemoveContainerRequest) XXX_Unmarshal(b []byte) error
- type RemoveContainerResponse
- func (*RemoveContainerResponse) Descriptor() ([]byte, []int)
- func (m *RemoveContainerResponse) Marshal() (dAtA []byte, err error)
- func (m *RemoveContainerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveContainerResponse) ProtoMessage()
- func (m *RemoveContainerResponse) Reset()
- func (m *RemoveContainerResponse) Size() (n int)
- func (this *RemoveContainerResponse) String() string
- func (m *RemoveContainerResponse) Unmarshal(dAtA []byte) error
- func (m *RemoveContainerResponse) XXX_DiscardUnknown()
- func (m *RemoveContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveContainerResponse) XXX_Merge(src proto.Message)
- func (m *RemoveContainerResponse) XXX_Size() int
- func (m *RemoveContainerResponse) XXX_Unmarshal(b []byte) error
- type RemoveImageRequest
- func (*RemoveImageRequest) Descriptor() ([]byte, []int)
- func (m *RemoveImageRequest) GetImage() *ImageSpec
- func (m *RemoveImageRequest) Marshal() (dAtA []byte, err error)
- func (m *RemoveImageRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveImageRequest) ProtoMessage()
- func (m *RemoveImageRequest) Reset()
- func (m *RemoveImageRequest) Size() (n int)
- func (this *RemoveImageRequest) String() string
- func (m *RemoveImageRequest) Unmarshal(dAtA []byte) error
- func (m *RemoveImageRequest) XXX_DiscardUnknown()
- func (m *RemoveImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveImageRequest) XXX_Merge(src proto.Message)
- func (m *RemoveImageRequest) XXX_Size() int
- func (m *RemoveImageRequest) XXX_Unmarshal(b []byte) error
- type RemoveImageResponse
- func (*RemoveImageResponse) Descriptor() ([]byte, []int)
- func (m *RemoveImageResponse) Marshal() (dAtA []byte, err error)
- func (m *RemoveImageResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveImageResponse) ProtoMessage()
- func (m *RemoveImageResponse) Reset()
- func (m *RemoveImageResponse) Size() (n int)
- func (this *RemoveImageResponse) String() string
- func (m *RemoveImageResponse) Unmarshal(dAtA []byte) error
- func (m *RemoveImageResponse) XXX_DiscardUnknown()
- func (m *RemoveImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveImageResponse) XXX_Merge(src proto.Message)
- func (m *RemoveImageResponse) XXX_Size() int
- func (m *RemoveImageResponse) XXX_Unmarshal(b []byte) error
- type RemovePodSandboxRequest