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 Capability
- func (*Capability) Descriptor() ([]byte, []int)
- 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 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) 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) 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 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 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) 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) 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) GetStartedAt() int64
- func (m *ContainerStatus) GetState() ContainerState
- 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 CpuUsage
- func (*CpuUsage) Descriptor() ([]byte, []int)
- func (m *CpuUsage) GetTimestamp() int64
- func (m *CpuUsage) GetUsageCoreNanoSeconds() *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 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 Image
- func (*Image) Descriptor() ([]byte, []int)
- func (m *Image) GetId() string
- 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) 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) 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) 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 LinuxPodSandboxConfig
- func (*LinuxPodSandboxConfig) Descriptor() ([]byte, []int)
- func (m *LinuxPodSandboxConfig) GetCgroupParent() string
- 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 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 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) 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 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 LogStreamType
- type LogTag
- type MemoryUsage
- func (*MemoryUsage) Descriptor() ([]byte, []int)
- func (m *MemoryUsage) GetTimestamp() int64
- 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 Mount
- func (*Mount) Descriptor() ([]byte, []int)
- func (m *Mount) GetContainerPath() string
- func (m *Mount) GetHostPath() string
- func (m *Mount) GetPropagation() MountPropagation
- func (m *Mount) GetReadonly() bool
- func (m *Mount) GetSelinuxRelabel() bool
- 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) 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 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 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 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 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) GetInfo() map[string]string
- func (m *PodSandboxStatusResponse) GetStatus() *PodSandboxStatus
- 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 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
- func (*RemovePodSandboxRequest) Descriptor() ([]byte, []int)
- func (m *RemovePodSandboxRequest) GetPodSandboxId() string
- func (m *RemovePodSandboxRequest) Marshal() (dAtA []byte, err error)
- func (m *RemovePodSandboxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RemovePodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemovePodSandboxRequest) ProtoMessage()
- func (m *RemovePodSandboxRequest) Reset()
- func (m *RemovePodSandboxRequest) Size() (n int)
- func (this *RemovePodSandboxRequest) String() string
- func (m *RemovePodSandboxRequest) Unmarshal(dAtA []byte) error
- func (m *RemovePodSandboxRequest) XXX_DiscardUnknown()
- func (m *RemovePodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemovePodSandboxRequest) XXX_Merge(src proto.Message)
- func (m *RemovePodSandboxRequest) XXX_Size() int
- func (m *RemovePodSandboxRequest) XXX_Unmarshal(b []byte) error
- type RemovePodSandboxResponse
- func (*RemovePodSandboxResponse) Descriptor() ([]byte, []int)
- func (m *RemovePodSandboxResponse) Marshal() (dAtA []byte, err error)
- func (m *RemovePodSandboxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RemovePodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemovePodSandboxResponse) ProtoMessage()
- func (m *RemovePodSandboxResponse) Reset()
- func (m *RemovePodSandboxResponse) Size() (n int)
- func (this *RemovePodSandboxResponse) String() string
- func (m *RemovePodSandboxResponse) Unmarshal(dAtA []byte) error
- func (m *RemovePodSandboxResponse) XXX_DiscardUnknown()
- func (m *RemovePodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemovePodSandboxResponse) XXX_Merge(src proto.Message)
- func (m *RemovePodSandboxResponse) XXX_Size() int
- func (m *RemovePodSandboxResponse) XXX_Unmarshal(b []byte) error
- type ReopenContainerLogRequest
- func (*ReopenContainerLogRequest) Descriptor() ([]byte, []int)
- func (m *ReopenContainerLogRequest) GetContainerId() string
- func (m *ReopenContainerLogRequest) Marshal() (dAtA []byte, err error)
- func (m *ReopenContainerLogRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ReopenContainerLogRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReopenContainerLogRequest) ProtoMessage()
- func (m *ReopenContainerLogRequest) Reset()
- func (m *ReopenContainerLogRequest) Size() (n int)
- func (this *ReopenContainerLogRequest) String() string
- func (m *ReopenContainerLogRequest) Unmarshal(dAtA []byte) error
- func (m *ReopenContainerLogRequest) XXX_DiscardUnknown()
- func (m *ReopenContainerLogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReopenContainerLogRequest) XXX_Merge(src proto.Message)
- func (m *ReopenContainerLogRequest) XXX_Size() int
- func (m *ReopenContainerLogRequest) XXX_Unmarshal(b []byte) error
- type ReopenContainerLogResponse
- func (*ReopenContainerLogResponse) Descriptor() ([]byte, []int)
- func (m *ReopenContainerLogResponse) Marshal() (dAtA []byte, err error)
- func (m *ReopenContainerLogResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ReopenContainerLogResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ReopenContainerLogResponse) ProtoMessage()
- func (m *ReopenContainerLogResponse) Reset()
- func (m *ReopenContainerLogResponse) Size() (n int)
- func (this *ReopenContainerLogResponse) String() string
- func (m *ReopenContainerLogResponse) Unmarshal(dAtA []byte) error
- func (m *ReopenContainerLogResponse) XXX_DiscardUnknown()
- func (m *ReopenContainerLogResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReopenContainerLogResponse) XXX_Merge(src proto.Message)
- func (m *ReopenContainerLogResponse) XXX_Size() int
- func (m *ReopenContainerLogResponse) XXX_Unmarshal(b []byte) error
- type RunPodSandboxRequest
- func (*RunPodSandboxRequest) Descriptor() ([]byte, []int)
- func (m *RunPodSandboxRequest) GetConfig() *PodSandboxConfig
- func (m *RunPodSandboxRequest) GetRuntimeHandler() string
- func (m *RunPodSandboxRequest) Marshal() (dAtA []byte, err error)
- func (m *RunPodSandboxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RunPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RunPodSandboxRequest) ProtoMessage()
- func (m *RunPodSandboxRequest) Reset()
- func (m *RunPodSandboxRequest) Size() (n int)
- func (this *RunPodSandboxRequest) String() string
- func (m *RunPodSandboxRequest) Unmarshal(dAtA []byte) error
- func (m *RunPodSandboxRequest) XXX_DiscardUnknown()
- func (m *RunPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RunPodSandboxRequest) XXX_Merge(src proto.Message)
- func (m *RunPodSandboxRequest) XXX_Size() int
- func (m *RunPodSandboxRequest) XXX_Unmarshal(b []byte) error
- type RunPodSandboxResponse
- func (*RunPodSandboxResponse) Descriptor() ([]byte, []int)
- func (m *RunPodSandboxResponse) GetPodSandboxId() string
- func (m *RunPodSandboxResponse) Marshal() (dAtA []byte, err error)
- func (m *RunPodSandboxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RunPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RunPodSandboxResponse) ProtoMessage()
- func (m *RunPodSandboxResponse) Reset()
- func (m *RunPodSandboxResponse) Size() (n int)
- func (this *RunPodSandboxResponse) String() string
- func (m *RunPodSandboxResponse) Unmarshal(dAtA []byte) error
- func (m *RunPodSandboxResponse) XXX_DiscardUnknown()
- func (m *RunPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RunPodSandboxResponse) XXX_Merge(src proto.Message)
- func (m *RunPodSandboxResponse) XXX_Size() int
- func (m *RunPodSandboxResponse) XXX_Unmarshal(b []byte) error
- type RuntimeCondition
- func (*RuntimeCondition) Descriptor() ([]byte, []int)
- func (m *RuntimeCondition) GetMessage() string
- func (m *RuntimeCondition) GetReason() string
- func (m *RuntimeCondition) GetStatus() bool
- func (m *RuntimeCondition) GetType() string
- func (m *RuntimeCondition) Marshal() (dAtA []byte, err error)
- func (m *RuntimeCondition) MarshalTo(dAtA []byte) (int, error)
- func (m *RuntimeCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuntimeCondition) ProtoMessage()
- func (m *RuntimeCondition) Reset()
- func (m *RuntimeCondition) Size() (n int)
- func (this *RuntimeCondition) String() string
- func (m *RuntimeCondition) Unmarshal(dAtA []byte) error
- func (m *RuntimeCondition) XXX_DiscardUnknown()
- func (m *RuntimeCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeCondition) XXX_Merge(src proto.Message)
- func (m *RuntimeCondition) XXX_Size() int
- func (m *RuntimeCondition) XXX_Unmarshal(b []byte) error
- type RuntimeConfig
- func (*RuntimeConfig) Descriptor() ([]byte, []int)
- func (m *RuntimeConfig) GetNetworkConfig() *NetworkConfig
- func (m *RuntimeConfig) Marshal() (dAtA []byte, err error)
- func (m *RuntimeConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *RuntimeConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuntimeConfig) ProtoMessage()
- func (m *RuntimeConfig) Reset()
- func (m *RuntimeConfig) Size() (n int)
- func (this *RuntimeConfig) String() string
- func (m *RuntimeConfig) Unmarshal(dAtA []byte) error
- func (m *RuntimeConfig) XXX_DiscardUnknown()
- func (m *RuntimeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeConfig) XXX_Merge(src proto.Message)
- func (m *RuntimeConfig) XXX_Size() int
- func (m *RuntimeConfig) XXX_Unmarshal(b []byte) error
- type RuntimeServiceClient
- type RuntimeServiceServer
- type RuntimeStatus
- func (*RuntimeStatus) Descriptor() ([]byte, []int)
- func (m *RuntimeStatus) GetConditions() []*RuntimeCondition
- func (m *RuntimeStatus) Marshal() (dAtA []byte, err error)
- func (m *RuntimeStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *RuntimeStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuntimeStatus) ProtoMessage()
- func (m *RuntimeStatus) Reset()
- func (m *RuntimeStatus) Size() (n int)
- func (this *RuntimeStatus) String() string
- func (m *RuntimeStatus) Unmarshal(dAtA []byte) error
- func (m *RuntimeStatus) XXX_DiscardUnknown()
- func (m *RuntimeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeStatus) XXX_Merge(src proto.Message)
- func (m *RuntimeStatus) XXX_Size() int
- func (m *RuntimeStatus) XXX_Unmarshal(b []byte) error
- type SELinuxOption
- func (*SELinuxOption) Descriptor() ([]byte, []int)
- func (m *SELinuxOption) GetLevel() string
- func (m *SELinuxOption) GetRole() string
- func (m *SELinuxOption) GetType() string
- func (m *SELinuxOption) GetUser() string
- func (m *SELinuxOption) Marshal() (dAtA []byte, err error)
- func (m *SELinuxOption) MarshalTo(dAtA []byte) (int, error)
- func (m *SELinuxOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SELinuxOption) ProtoMessage()
- func (m *SELinuxOption) Reset()
- func (m *SELinuxOption) Size() (n int)
- func (this *SELinuxOption) String() string
- func (m *SELinuxOption) Unmarshal(dAtA []byte) error
- func (m *SELinuxOption) XXX_DiscardUnknown()
- func (m *SELinuxOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SELinuxOption) XXX_Merge(src proto.Message)
- func (m *SELinuxOption) XXX_Size() int
- func (m *SELinuxOption) XXX_Unmarshal(b []byte) error
- type SecurityProfile
- func (*SecurityProfile) Descriptor() ([]byte, []int)
- func (m *SecurityProfile) GetLocalhostRef() string
- func (m *SecurityProfile) GetProfileType() SecurityProfile_ProfileType
- func (m *SecurityProfile) Marshal() (dAtA []byte, err error)
- func (m *SecurityProfile) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityProfile) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityProfile) ProtoMessage()
- func (m *SecurityProfile) Reset()
- func (m *SecurityProfile) Size() (n int)
- func (this *SecurityProfile) String() string
- func (m *SecurityProfile) Unmarshal(dAtA []byte) error
- func (m *SecurityProfile) XXX_DiscardUnknown()
- func (m *SecurityProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityProfile) XXX_Merge(src proto.Message)
- func (m *SecurityProfile) XXX_Size() int
- func (m *SecurityProfile) XXX_Unmarshal(b []byte) error
- type SecurityProfile_ProfileType
- type StartContainerRequest
- func (*StartContainerRequest) Descriptor() ([]byte, []int)
- func (m *StartContainerRequest) GetContainerId() string
- func (m *StartContainerRequest) Marshal() (dAtA []byte, err error)
- func (m *StartContainerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *StartContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StartContainerRequest) ProtoMessage()
- func (m *StartContainerRequest) Reset()
- func (m *StartContainerRequest) Size() (n int)
- func (this *StartContainerRequest) String() string
- func (m *StartContainerRequest) Unmarshal(dAtA []byte) error
- func (m *StartContainerRequest) XXX_DiscardUnknown()
- func (m *StartContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartContainerRequest) XXX_Merge(src proto.Message)
- func (m *StartContainerRequest) XXX_Size() int
- func (m *StartContainerRequest) XXX_Unmarshal(b []byte) error
- type StartContainerResponse
- func (*StartContainerResponse) Descriptor() ([]byte, []int)
- func (m *StartContainerResponse) Marshal() (dAtA []byte, err error)
- func (m *StartContainerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *StartContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StartContainerResponse) ProtoMessage()
- func (m *StartContainerResponse) Reset()
- func (m *StartContainerResponse) Size() (n int)
- func (this *StartContainerResponse) String() string
- func (m *StartContainerResponse) Unmarshal(dAtA []byte) error
- func (m *StartContainerResponse) XXX_DiscardUnknown()
- func (m *StartContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartContainerResponse) XXX_Merge(src proto.Message)
- func (m *StartContainerResponse) XXX_Size() int
- func (m *StartContainerResponse) XXX_Unmarshal(b []byte) error
- type StatusRequest
- func (*StatusRequest) Descriptor() ([]byte, []int)
- func (m *StatusRequest) GetVerbose() bool
- func (m *StatusRequest) Marshal() (dAtA []byte, err error)
- func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StatusRequest) ProtoMessage()
- func (m *StatusRequest) Reset()
- func (m *StatusRequest) Size() (n int)
- func (this *StatusRequest) String() string
- func (m *StatusRequest) Unmarshal(dAtA []byte) error
- func (m *StatusRequest) XXX_DiscardUnknown()
- func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatusRequest) XXX_Merge(src proto.Message)
- func (m *StatusRequest) XXX_Size() int
- func (m *StatusRequest) XXX_Unmarshal(b []byte) error
- type StatusResponse
- func (*StatusResponse) Descriptor() ([]byte, []int)
- func (m *StatusResponse) GetInfo() map[string]string
- func (m *StatusResponse) GetStatus() *RuntimeStatus
- func (m *StatusResponse) Marshal() (dAtA []byte, err error)
- func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StatusResponse) ProtoMessage()
- func (m *StatusResponse) Reset()
- func (m *StatusResponse) Size() (n int)
- func (this *StatusResponse) String() string
- func (m *StatusResponse) Unmarshal(dAtA []byte) error
- func (m *StatusResponse) XXX_DiscardUnknown()
- func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatusResponse) XXX_Merge(src proto.Message)
- func (m *StatusResponse) XXX_Size() int
- func (m *StatusResponse) XXX_Unmarshal(b []byte) error
- type StopContainerRequest
- func (*StopContainerRequest) Descriptor() ([]byte, []int)
- func (m *StopContainerRequest) GetContainerId() string
- func (m *StopContainerRequest) GetTimeout() int64
- func (m *StopContainerRequest) Marshal() (dAtA []byte, err error)
- func (m *StopContainerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *StopContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StopContainerRequest) ProtoMessage()
- func (m *StopContainerRequest) Reset()
- func (m *StopContainerRequest) Size() (n int)
- func (this *StopContainerRequest) String() string
- func (m *StopContainerRequest) Unmarshal(dAtA []byte) error
- func (m *StopContainerRequest) XXX_DiscardUnknown()
- func (m *StopContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopContainerRequest) XXX_Merge(src proto.Message)
- func (m *StopContainerRequest) XXX_Size() int
- func (m *StopContainerRequest) XXX_Unmarshal(b []byte) error
- type StopContainerResponse
- func (*StopContainerResponse) Descriptor() ([]byte, []int)
- func (m *StopContainerResponse) Marshal() (dAtA []byte, err error)
- func (m *StopContainerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *StopContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StopContainerResponse) ProtoMessage()
- func (m *StopContainerResponse) Reset()
- func (m *StopContainerResponse) Size() (n int)
- func (this *StopContainerResponse) String() string
- func (m *StopContainerResponse) Unmarshal(dAtA []byte) error
- func (m *StopContainerResponse) XXX_DiscardUnknown()
- func (m *StopContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopContainerResponse) XXX_Merge(src proto.Message)
- func (m *StopContainerResponse) XXX_Size() int
- func (m *StopContainerResponse) XXX_Unmarshal(b []byte) error
- type StopPodSandboxRequest
- func (*StopPodSandboxRequest) Descriptor() ([]byte, []int)
- func (m *StopPodSandboxRequest) GetPodSandboxId() string
- func (m *StopPodSandboxRequest) Marshal() (dAtA []byte, err error)
- func (m *StopPodSandboxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *StopPodSandboxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StopPodSandboxRequest) ProtoMessage()
- func (m *StopPodSandboxRequest) Reset()
- func (m *StopPodSandboxRequest) Size() (n int)
- func (this *StopPodSandboxRequest) String() string
- func (m *StopPodSandboxRequest) Unmarshal(dAtA []byte) error
- func (m *StopPodSandboxRequest) XXX_DiscardUnknown()
- func (m *StopPodSandboxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopPodSandboxRequest) XXX_Merge(src proto.Message)
- func (m *StopPodSandboxRequest) XXX_Size() int
- func (m *StopPodSandboxRequest) XXX_Unmarshal(b []byte) error
- type StopPodSandboxResponse
- func (*StopPodSandboxResponse) Descriptor() ([]byte, []int)
- func (m *StopPodSandboxResponse) Marshal() (dAtA []byte, err error)
- func (m *StopPodSandboxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *StopPodSandboxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StopPodSandboxResponse) ProtoMessage()
- func (m *StopPodSandboxResponse) Reset()
- func (m *StopPodSandboxResponse) Size() (n int)
- func (this *StopPodSandboxResponse) String() string
- func (m *StopPodSandboxResponse) Unmarshal(dAtA []byte) error
- func (m *StopPodSandboxResponse) XXX_DiscardUnknown()
- func (m *StopPodSandboxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopPodSandboxResponse) XXX_Merge(src proto.Message)
- func (m *StopPodSandboxResponse) XXX_Size() int
- func (m *StopPodSandboxResponse) XXX_Unmarshal(b []byte) error
- type UInt64Value
- func (*UInt64Value) Descriptor() ([]byte, []int)
- func (m *UInt64Value) GetValue() uint64
- func (m *UInt64Value) Marshal() (dAtA []byte, err error)
- func (m *UInt64Value) MarshalTo(dAtA []byte) (int, error)
- func (m *UInt64Value) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UInt64Value) ProtoMessage()
- func (m *UInt64Value) Reset()
- func (m *UInt64Value) Size() (n int)
- func (this *UInt64Value) String() string
- func (m *UInt64Value) Unmarshal(dAtA []byte) error
- func (m *UInt64Value) XXX_DiscardUnknown()
- func (m *UInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UInt64Value) XXX_Merge(src proto.Message)
- func (m *UInt64Value) XXX_Size() int
- func (m *UInt64Value) XXX_Unmarshal(b []byte) error
- type UnimplementedImageServiceServer
- func (*UnimplementedImageServiceServer) ImageFsInfo(ctx context.Context, req *ImageFsInfoRequest) (*ImageFsInfoResponse, error)
- func (*UnimplementedImageServiceServer) ImageStatus(ctx context.Context, req *ImageStatusRequest) (*ImageStatusResponse, error)
- func (*UnimplementedImageServiceServer) ListImages(ctx context.Context, req *ListImagesRequest) (*ListImagesResponse, error)
- func (*UnimplementedImageServiceServer) PullImage(ctx context.Context, req *PullImageRequest) (*PullImageResponse, error)
- func (*UnimplementedImageServiceServer) RemoveImage(ctx context.Context, req *RemoveImageRequest) (*RemoveImageResponse, error)
- type UnimplementedRuntimeServiceServer
- func (*UnimplementedRuntimeServiceServer) Attach(ctx context.Context, req *AttachRequest) (*AttachResponse, error)
- func (*UnimplementedRuntimeServiceServer) ContainerStats(ctx context.Context, req *ContainerStatsRequest) (*ContainerStatsResponse, error)
- func (*UnimplementedRuntimeServiceServer) ContainerStatus(ctx context.Context, req *ContainerStatusRequest) (*ContainerStatusResponse, error)
- func (*UnimplementedRuntimeServiceServer) CreateContainer(ctx context.Context, req *CreateContainerRequest) (*CreateContainerResponse, error)
- func (*UnimplementedRuntimeServiceServer) Exec(ctx context.Context, req *ExecRequest) (*ExecResponse, error)
- func (*UnimplementedRuntimeServiceServer) ExecSync(ctx context.Context, req *ExecSyncRequest) (*ExecSyncResponse, error)
- func (*UnimplementedRuntimeServiceServer) ListContainerStats(ctx context.Context, req *ListContainerStatsRequest) (*ListContainerStatsResponse, error)
- func (*UnimplementedRuntimeServiceServer) ListContainers(ctx context.Context, req *ListContainersRequest) (*ListContainersResponse, error)
- func (*UnimplementedRuntimeServiceServer) ListPodSandbox(ctx context.Context, req *ListPodSandboxRequest) (*ListPodSandboxResponse, error)
- func (*UnimplementedRuntimeServiceServer) PodSandboxStatus(ctx context.Context, req *PodSandboxStatusRequest) (*PodSandboxStatusResponse, error)
- func (*UnimplementedRuntimeServiceServer) PortForward(ctx context.Context, req *PortForwardRequest) (*PortForwardResponse, error)
- func (*UnimplementedRuntimeServiceServer) RemoveContainer(ctx context.Context, req *RemoveContainerRequest) (*RemoveContainerResponse, error)
- func (*UnimplementedRuntimeServiceServer) RemovePodSandbox(ctx context.Context, req *RemovePodSandboxRequest) (*RemovePodSandboxResponse, error)
- func (*UnimplementedRuntimeServiceServer) ReopenContainerLog(ctx context.Context, req *ReopenContainerLogRequest) (*ReopenContainerLogResponse, error)
- func (*UnimplementedRuntimeServiceServer) RunPodSandbox(ctx context.Context, req *RunPodSandboxRequest) (*RunPodSandboxResponse, error)
- func (*UnimplementedRuntimeServiceServer) StartContainer(ctx context.Context, req *StartContainerRequest) (*StartContainerResponse, error)
- func (*UnimplementedRuntimeServiceServer) Status(ctx context.Context, req *StatusRequest) (*StatusResponse, error)
- func (*UnimplementedRuntimeServiceServer) StopContainer(ctx context.Context, req *StopContainerRequest) (*StopContainerResponse, error)
- func (*UnimplementedRuntimeServiceServer) StopPodSandbox(ctx context.Context, req *StopPodSandboxRequest) (*StopPodSandboxResponse, error)
- func (*UnimplementedRuntimeServiceServer) UpdateContainerResources(ctx context.Context, req *UpdateContainerResourcesRequest) (*UpdateContainerResourcesResponse, error)
- func (*UnimplementedRuntimeServiceServer) UpdateRuntimeConfig(ctx context.Context, req *UpdateRuntimeConfigRequest) (*UpdateRuntimeConfigResponse, error)
- func (*UnimplementedRuntimeServiceServer) Version(ctx context.Context, req *VersionRequest) (*VersionResponse, error)
- type UpdateContainerResourcesRequest
- func (*UpdateContainerResourcesRequest) Descriptor() ([]byte, []int)
- func (m *UpdateContainerResourcesRequest) GetAnnotations() map[string]string
- func (m *UpdateContainerResourcesRequest) GetContainerId() string
- func (m *UpdateContainerResourcesRequest) GetLinux() *LinuxContainerResources
- func (m *UpdateContainerResourcesRequest) GetWindows() *WindowsContainerResources
- func (m *UpdateContainerResourcesRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateContainerResourcesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateContainerResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateContainerResourcesRequest) ProtoMessage()
- func (m *UpdateContainerResourcesRequest) Reset()
- func (m *UpdateContainerResourcesRequest) Size() (n int)
- func (this *UpdateContainerResourcesRequest) String() string
- func (m *UpdateContainerResourcesRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateContainerResourcesRequest) XXX_DiscardUnknown()
- func (m *UpdateContainerResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerResourcesRequest) XXX_Merge(src proto.Message)
- func (m *UpdateContainerResourcesRequest) XXX_Size() int
- func (m *UpdateContainerResourcesRequest) XXX_Unmarshal(b []byte) error
- type UpdateContainerResourcesResponse
- func (*UpdateContainerResourcesResponse) Descriptor() ([]byte, []int)
- func (m *UpdateContainerResourcesResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateContainerResourcesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateContainerResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateContainerResourcesResponse) ProtoMessage()
- func (m *UpdateContainerResourcesResponse) Reset()
- func (m *UpdateContainerResourcesResponse) Size() (n int)
- func (this *UpdateContainerResourcesResponse) String() string
- func (m *UpdateContainerResourcesResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateContainerResourcesResponse) XXX_DiscardUnknown()
- func (m *UpdateContainerResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerResourcesResponse) XXX_Merge(src proto.Message)
- func (m *UpdateContainerResourcesResponse) XXX_Size() int
- func (m *UpdateContainerResourcesResponse) XXX_Unmarshal(b []byte) error
- type UpdateRuntimeConfigRequest
- func (*UpdateRuntimeConfigRequest) Descriptor() ([]byte, []int)
- func (m *UpdateRuntimeConfigRequest) GetRuntimeConfig() *RuntimeConfig
- func (m *UpdateRuntimeConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateRuntimeConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRuntimeConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRuntimeConfigRequest) ProtoMessage()
- func (m *UpdateRuntimeConfigRequest) Reset()
- func (m *UpdateRuntimeConfigRequest) Size() (n int)
- func (this *UpdateRuntimeConfigRequest) String() string
- func (m *UpdateRuntimeConfigRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateRuntimeConfigRequest) XXX_DiscardUnknown()
- func (m *UpdateRuntimeConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRuntimeConfigRequest) XXX_Merge(src proto.Message)
- func (m *UpdateRuntimeConfigRequest) XXX_Size() int
- func (m *UpdateRuntimeConfigRequest) XXX_Unmarshal(b []byte) error
- type UpdateRuntimeConfigResponse
- func (*UpdateRuntimeConfigResponse) Descriptor() ([]byte, []int)
- func (m *UpdateRuntimeConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateRuntimeConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRuntimeConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRuntimeConfigResponse) ProtoMessage()
- func (m *UpdateRuntimeConfigResponse) Reset()
- func (m *UpdateRuntimeConfigResponse) Size() (n int)
- func (this *UpdateRuntimeConfigResponse) String() string
- func (m *UpdateRuntimeConfigResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateRuntimeConfigResponse) XXX_DiscardUnknown()
- func (m *UpdateRuntimeConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRuntimeConfigResponse) XXX_Merge(src proto.Message)
- func (m *UpdateRuntimeConfigResponse) XXX_Size() int
- func (m *UpdateRuntimeConfigResponse) XXX_Unmarshal(b []byte) error
- type VersionRequest
- func (*VersionRequest) Descriptor() ([]byte, []int)
- func (m *VersionRequest) GetVersion() string
- func (m *VersionRequest) Marshal() (dAtA []byte, err error)
- func (m *VersionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *VersionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VersionRequest) ProtoMessage()
- func (m *VersionRequest) Reset()
- func (m *VersionRequest) Size() (n int)
- func (this *VersionRequest) String() string
- func (m *VersionRequest) Unmarshal(dAtA []byte) error
- func (m *VersionRequest) XXX_DiscardUnknown()
- func (m *VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VersionRequest) XXX_Merge(src proto.Message)
- func (m *VersionRequest) XXX_Size() int
- func (m *VersionRequest) XXX_Unmarshal(b []byte) error
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)
- func (m *VersionResponse) GetRuntimeApiVersion() string
- func (m *VersionResponse) GetRuntimeName() string
- func (m *VersionResponse) GetRuntimeVersion() string
- func (m *VersionResponse) GetVersion() string
- func (m *VersionResponse) Marshal() (dAtA []byte, err error)
- func (m *VersionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *VersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VersionResponse) ProtoMessage()
- func (m *VersionResponse) Reset()
- func (m *VersionResponse) Size() (n int)
- func (this *VersionResponse) String() string
- func (m *VersionResponse) Unmarshal(dAtA []byte) error
- func (m *VersionResponse) XXX_DiscardUnknown()
- func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VersionResponse) XXX_Merge(src proto.Message)
- func (m *VersionResponse) XXX_Size() int
- func (m *VersionResponse) XXX_Unmarshal(b []byte) error
- type WindowsContainerConfig
- func (*WindowsContainerConfig) Descriptor() ([]byte, []int)
- func (m *WindowsContainerConfig) GetResources() *WindowsContainerResources
- func (m *WindowsContainerConfig) GetSecurityContext() *WindowsContainerSecurityContext
- func (m *WindowsContainerConfig) Marshal() (dAtA []byte, err error)
- func (m *WindowsContainerConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *WindowsContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WindowsContainerConfig) ProtoMessage()
- func (m *WindowsContainerConfig) Reset()
- func (m *WindowsContainerConfig) Size() (n int)
- func (this *WindowsContainerConfig) String() string
- func (m *WindowsContainerConfig) Unmarshal(dAtA []byte) error
- func (m *WindowsContainerConfig) XXX_DiscardUnknown()
- func (m *WindowsContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WindowsContainerConfig) XXX_Merge(src proto.Message)
- func (m *WindowsContainerConfig) XXX_Size() int
- func (m *WindowsContainerConfig) XXX_Unmarshal(b []byte) error
- type WindowsContainerResources
- func (*WindowsContainerResources) Descriptor() ([]byte, []int)
- func (m *WindowsContainerResources) GetCpuCount() int64
- func (m *WindowsContainerResources) GetCpuMaximum() int64
- func (m *WindowsContainerResources) GetCpuShares() int64
- func (m *WindowsContainerResources) GetMemoryLimitInBytes() int64
- func (m *WindowsContainerResources) Marshal() (dAtA []byte, err error)
- func (m *WindowsContainerResources) MarshalTo(dAtA []byte) (int, error)
- func (m *WindowsContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WindowsContainerResources) ProtoMessage()
- func (m *WindowsContainerResources) Reset()
- func (m *WindowsContainerResources) Size() (n int)
- func (this *WindowsContainerResources) String() string
- func (m *WindowsContainerResources) Unmarshal(dAtA []byte) error
- func (m *WindowsContainerResources) XXX_DiscardUnknown()
- func (m *WindowsContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WindowsContainerResources) XXX_Merge(src proto.Message)
- func (m *WindowsContainerResources) XXX_Size() int
- func (m *WindowsContainerResources) XXX_Unmarshal(b []byte) error
- type WindowsContainerSecurityContext
- func (*WindowsContainerSecurityContext) Descriptor() ([]byte, []int)
- func (m *WindowsContainerSecurityContext) GetCredentialSpec() string
- func (m *WindowsContainerSecurityContext) GetHostProcess() bool
- func (m *WindowsContainerSecurityContext) GetRunAsUsername() string
- func (m *WindowsContainerSecurityContext) Marshal() (dAtA []byte, err error)
- func (m *WindowsContainerSecurityContext) MarshalTo(dAtA []byte) (int, error)
- func (m *WindowsContainerSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WindowsContainerSecurityContext) ProtoMessage()
- func (m *WindowsContainerSecurityContext) Reset()
- func (m *WindowsContainerSecurityContext) Size() (n int)
- func (this *WindowsContainerSecurityContext) String() string
- func (m *WindowsContainerSecurityContext) Unmarshal(dAtA []byte) error
- func (m *WindowsContainerSecurityContext) XXX_DiscardUnknown()
- func (m *WindowsContainerSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WindowsContainerSecurityContext) XXX_Merge(src proto.Message)
- func (m *WindowsContainerSecurityContext) XXX_Size() int
- func (m *WindowsContainerSecurityContext) XXX_Unmarshal(b []byte) error
- type WindowsPodSandboxConfig
- func (*WindowsPodSandboxConfig) Descriptor() ([]byte, []int)
- func (m *WindowsPodSandboxConfig) GetSecurityContext() *WindowsSandboxSecurityContext
- func (m *WindowsPodSandboxConfig) Marshal() (dAtA []byte, err error)
- func (m *WindowsPodSandboxConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *WindowsPodSandboxConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WindowsPodSandboxConfig) ProtoMessage()
- func (m *WindowsPodSandboxConfig) Reset()
- func (m *WindowsPodSandboxConfig) Size() (n int)
- func (this *WindowsPodSandboxConfig) String() string
- func (m *WindowsPodSandboxConfig) Unmarshal(dAtA []byte) error
- func (m *WindowsPodSandboxConfig) XXX_DiscardUnknown()
- func (m *WindowsPodSandboxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WindowsPodSandboxConfig) XXX_Merge(src proto.Message)
- func (m *WindowsPodSandboxConfig) XXX_Size() int
- func (m *WindowsPodSandboxConfig) XXX_Unmarshal(b []byte) error
- type WindowsSandboxSecurityContext
- func (*WindowsSandboxSecurityContext) Descriptor() ([]byte, []int)
- func (m *WindowsSandboxSecurityContext) GetCredentialSpec() string
- func (m *WindowsSandboxSecurityContext) GetHostProcess() bool
- func (m *WindowsSandboxSecurityContext) GetRunAsUsername() string
- func (m *WindowsSandboxSecurityContext) Marshal() (dAtA []byte, err error)
- func (m *WindowsSandboxSecurityContext) MarshalTo(dAtA []byte) (int, error)
- func (m *WindowsSandboxSecurityContext) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WindowsSandboxSecurityContext) ProtoMessage()
- func (m *WindowsSandboxSecurityContext) Reset()
- func (m *WindowsSandboxSecurityContext) Size() (n int)
- func (this *WindowsSandboxSecurityContext) String() string
- func (m *WindowsSandboxSecurityContext) Unmarshal(dAtA []byte) error
- func (m *WindowsSandboxSecurityContext) XXX_DiscardUnknown()
- func (m *WindowsSandboxSecurityContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WindowsSandboxSecurityContext) XXX_Merge(src proto.Message)
- func (m *WindowsSandboxSecurityContext) XXX_Size() int
- func (m *WindowsSandboxSecurityContext) XXX_Unmarshal(b []byte) error
Constants ¶
const ( // RuntimeReady means the runtime is up and ready to accept basic containers. RuntimeReady = "RuntimeReady" // NetworkReady means the runtime network is up and ready to accept containers which require network. NetworkReady = "NetworkReady" )
Required runtime condition type.
Variables ¶
var ( ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group") )
var ContainerState_name = map[int32]string{
0: "CONTAINER_CREATED",
1: "CONTAINER_RUNNING",
2: "CONTAINER_EXITED",
3: "CONTAINER_UNKNOWN",
}
var ContainerState_value = map[string]int32{
"CONTAINER_CREATED": 0,
"CONTAINER_RUNNING": 1,
"CONTAINER_EXITED": 2,
"CONTAINER_UNKNOWN": 3,
}
var MountPropagation_name = map[int32]string{
0: "PROPAGATION_PRIVATE",
1: "PROPAGATION_HOST_TO_CONTAINER",
2: "PROPAGATION_BIDIRECTIONAL",
}
var MountPropagation_value = map[string]int32{
"PROPAGATION_PRIVATE": 0,
"PROPAGATION_HOST_TO_CONTAINER": 1,
"PROPAGATION_BIDIRECTIONAL": 2,
}
var NamespaceMode_name = map[int32]string{
0: "POD",
1: "CONTAINER",
2: "NODE",
3: "TARGET",
}
var NamespaceMode_value = map[string]int32{
"POD": 0,
"CONTAINER": 1,
"NODE": 2,
"TARGET": 3,
}
var PodSandboxState_name = map[int32]string{
0: "SANDBOX_READY",
1: "SANDBOX_NOTREADY",
}
var PodSandboxState_value = map[string]int32{
"SANDBOX_READY": 0,
"SANDBOX_NOTREADY": 1,
}
var Protocol_name = map[int32]string{
0: "TCP",
1: "UDP",
2: "SCTP",
}
var Protocol_value = map[string]int32{
"TCP": 0,
"UDP": 1,
"SCTP": 2,
}
var SecurityProfile_ProfileType_name = map[int32]string{
0: "RuntimeDefault",
1: "Unconfined",
2: "Localhost",
}
var SecurityProfile_ProfileType_value = map[string]int32{
"RuntimeDefault": 0,
"Unconfined": 1,
"Localhost": 2,
}
Functions ¶
func RegisterImageServiceServer ¶
func RegisterImageServiceServer(s *grpc.Server, srv ImageServiceServer)
func RegisterRuntimeServiceServer ¶
func RegisterRuntimeServiceServer(s *grpc.Server, srv RuntimeServiceServer)
Types ¶
type AttachRequest ¶
type AttachRequest struct { // ID of the container to which to attach. ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` // Whether to stream stdin. // One of `stdin`, `stdout`, and `stderr` MUST be true. Stdin bool `protobuf:"varint,2,opt,name=stdin,proto3" json:"stdin,omitempty"` // Whether the process being attached is running in a TTY. // This must match the TTY setting in the ContainerConfig. Tty bool `protobuf:"varint,3,opt,name=tty,proto3" json:"tty,omitempty"` // Whether to stream stdout. // One of `stdin`, `stdout`, and `stderr` MUST be true. Stdout bool `protobuf:"varint,4,opt,name=stdout,proto3" json:"stdout,omitempty"` // Whether to stream stderr. // One of `stdin`, `stdout`, and `stderr` MUST be true. // If `tty` is true, `stderr` MUST be false. Multiplexing is not supported // in this case. The output of stdout and stderr will be combined to a // single stream. Stderr bool `protobuf:"varint,5,opt,name=stderr,proto3" json:"stderr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachRequest) Descriptor ¶
func (*AttachRequest) Descriptor() ([]byte, []int)
func (*AttachRequest) GetContainerId ¶
func (m *AttachRequest) GetContainerId() string
func (*AttachRequest) GetStderr ¶
func (m *AttachRequest) GetStderr() bool
func (*AttachRequest) GetStdin ¶
func (m *AttachRequest) GetStdin() bool
func (*AttachRequest) GetStdout ¶
func (m *AttachRequest) GetStdout() bool
func (*AttachRequest) GetTty ¶
func (m *AttachRequest) GetTty() bool
func (*AttachRequest) Marshal ¶
func (m *AttachRequest) Marshal() (dAtA []byte, err error)
func (*AttachRequest) MarshalToSizedBuffer ¶
func (m *AttachRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AttachRequest) ProtoMessage ¶
func (*AttachRequest) ProtoMessage()
func (*AttachRequest) Reset ¶
func (m *AttachRequest) Reset()
func (*AttachRequest) Size ¶
func (m *AttachRequest) Size() (n int)
func (*AttachRequest) String ¶
func (this *AttachRequest) String() string
func (*AttachRequest) Unmarshal ¶
func (m *AttachRequest) Unmarshal(dAtA []byte) error
func (*AttachRequest) XXX_DiscardUnknown ¶
func (m *AttachRequest) XXX_DiscardUnknown()
func (*AttachRequest) XXX_Marshal ¶
func (m *AttachRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachRequest) XXX_Merge ¶
func (m *AttachRequest) XXX_Merge(src proto.Message)
func (*AttachRequest) XXX_Size ¶
func (m *AttachRequest) XXX_Size() int
func (*AttachRequest) XXX_Unmarshal ¶
func (m *AttachRequest) XXX_Unmarshal(b []byte) error
type AttachResponse ¶
type AttachResponse struct { // Fully qualified URL of the attach streaming server. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachResponse) Descriptor ¶
func (*AttachResponse) Descriptor() ([]byte, []int)
func (*AttachResponse) GetUrl ¶
func (m *AttachResponse) GetUrl() string
func (*AttachResponse) Marshal ¶
func (m *AttachResponse) Marshal() (dAtA []byte, err error)
func (*AttachResponse) MarshalToSizedBuffer ¶
func (m *AttachResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AttachResponse) ProtoMessage ¶
func (*AttachResponse) ProtoMessage()
func (*AttachResponse) Reset ¶
func (m *AttachResponse) Reset()
func (*AttachResponse) Size ¶
func (m *AttachResponse) Size() (n int)
func (*AttachResponse) String ¶
func (this *AttachResponse) String() string
func (*AttachResponse) Unmarshal ¶
func (m *AttachResponse) Unmarshal(dAtA []byte) error
func (*AttachResponse) XXX_DiscardUnknown ¶
func (m *AttachResponse) XXX_DiscardUnknown()
func (*AttachResponse) XXX_Marshal ¶
func (m *AttachResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachResponse) XXX_Merge ¶
func (m *AttachResponse) XXX_Merge(src proto.Message)
func (*AttachResponse) XXX_Size ¶
func (m *AttachResponse) XXX_Size() int
func (*AttachResponse) XXX_Unmarshal ¶
func (m *AttachResponse) XXX_Unmarshal(b []byte) error
type AuthConfig ¶
type AuthConfig struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Auth string `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"` ServerAddress string `protobuf:"bytes,4,opt,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"` // IdentityToken is used to authenticate the user and get // an access token for the registry. IdentityToken string `protobuf:"bytes,5,opt,name=identity_token,json=identityToken,proto3" json:"identity_token,omitempty"` // RegistryToken is a bearer token to be sent to a registry RegistryToken string `protobuf:"bytes,6,opt,name=registry_token,json=registryToken,proto3" json:"registry_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
AuthConfig contains authorization information for connecting to a registry.
func (*AuthConfig) Descriptor ¶
func (*AuthConfig) Descriptor() ([]byte, []int)
func (*AuthConfig) GetAuth ¶
func (m *AuthConfig) GetAuth() string
func (*AuthConfig) GetIdentityToken ¶
func (m *AuthConfig) GetIdentityToken() string
func (*AuthConfig) GetPassword ¶
func (m *AuthConfig) GetPassword() string
func (*AuthConfig) GetRegistryToken ¶
func (m *AuthConfig) GetRegistryToken() string
func (*AuthConfig) GetServerAddress ¶
func (m *AuthConfig) GetServerAddress() string
func (*AuthConfig) GetUsername ¶
func (m *AuthConfig) GetUsername() string
func (*AuthConfig) Marshal ¶
func (m *AuthConfig) Marshal() (dAtA []byte, err error)
func (*AuthConfig) MarshalToSizedBuffer ¶
func (m *AuthConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuthConfig) ProtoMessage ¶
func (*AuthConfig) ProtoMessage()
func (*AuthConfig) Reset ¶
func (m *AuthConfig) Reset()
func (*AuthConfig) Size ¶
func (m *AuthConfig) Size() (n int)
func (*AuthConfig) String ¶
func (this *AuthConfig) String() string
func (*AuthConfig) Unmarshal ¶
func (m *AuthConfig) Unmarshal(dAtA []byte) error
func (*AuthConfig) XXX_DiscardUnknown ¶
func (m *AuthConfig) XXX_DiscardUnknown()
func (*AuthConfig) XXX_Marshal ¶
func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthConfig) XXX_Merge ¶
func (m *AuthConfig) XXX_Merge(src proto.Message)
func (*AuthConfig) XXX_Size ¶
func (m *AuthConfig) XXX_Size() int
func (*AuthConfig) XXX_Unmarshal ¶
func (m *AuthConfig) XXX_Unmarshal(b []byte) error
type Capability ¶
type Capability struct { // List of capabilities to add. AddCapabilities []string `protobuf:"bytes,1,rep,name=add_capabilities,json=addCapabilities,proto3" json:"add_capabilities,omitempty"` // List of capabilities to drop. DropCapabilities []string `protobuf:"bytes,2,rep,name=drop_capabilities,json=dropCapabilities,proto3" json:"drop_capabilities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
Capability contains the container capabilities to add or drop
func (*Capability) Descriptor ¶
func (*Capability) Descriptor() ([]byte, []int)
func (*Capability) GetAddCapabilities ¶
func (m *Capability) GetAddCapabilities() []string
func (*Capability) GetDropCapabilities ¶
func (m *Capability) GetDropCapabilities() []string
func (*Capability) Marshal ¶
func (m *Capability) Marshal() (dAtA []byte, err error)
func (*Capability) MarshalToSizedBuffer ¶
func (m *Capability) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Capability) ProtoMessage ¶
func (*Capability) ProtoMessage()
func (*Capability) Reset ¶
func (m *Capability) Reset()
func (*Capability) Size ¶
func (m *Capability) Size() (n int)
func (*Capability) String ¶
func (this *Capability) String() string
func (*Capability) Unmarshal ¶
func (m *Capability) Unmarshal(dAtA []byte) error
func (*Capability) XXX_DiscardUnknown ¶
func (m *Capability) XXX_DiscardUnknown()
func (*Capability) XXX_Marshal ¶
func (m *Capability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Capability) XXX_Merge ¶
func (m *Capability) XXX_Merge(src proto.Message)
func (*Capability) XXX_Size ¶
func (m *Capability) XXX_Size() int
func (*Capability) XXX_Unmarshal ¶
func (m *Capability) XXX_Unmarshal(b []byte) error
type Container ¶
type Container struct { // ID of the container, used by the container runtime to identify // a container. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the sandbox to which this container belongs. PodSandboxId string `protobuf:"bytes,2,opt,name=pod_sandbox_id,json=podSandboxId,proto3" json:"pod_sandbox_id,omitempty"` // Metadata of the container. Metadata *ContainerMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // Spec of the image. Image *ImageSpec `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` // Reference to the image in use. For most runtimes, this should be an // image ID. ImageRef string `protobuf:"bytes,5,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"` // State of the container. State ContainerState `protobuf:"varint,6,opt,name=state,proto3,enum=runtime.v1.ContainerState" json:"state,omitempty"` // Creation time of the container in nanoseconds. CreatedAt int64 `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Key-value pairs that may be used to scope and select individual resources. Labels map[string]string `` /* 153-byte string literal not displayed */ // Unstructured key-value map holding arbitrary metadata. // Annotations MUST NOT be altered by the runtime; the value of this field // MUST be identical to that of the corresponding ContainerConfig used to // instantiate this Container. Annotations map[string]string `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
Container provides the runtime information for a container, such as ID, hash, state of the container.
func (*Container) Descriptor ¶
func (*Container) GetAnnotations ¶
func (*Container) GetCreatedAt ¶
func (*Container) GetImageRef ¶
func (*Container) GetMetadata ¶
func (m *Container) GetMetadata() *ContainerMetadata
func (*Container) GetPodSandboxId ¶
func (*Container) GetState ¶
func (m *Container) GetState() ContainerState
func (*Container) MarshalToSizedBuffer ¶
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) XXX_DiscardUnknown ¶
func (m *Container) XXX_DiscardUnknown()
func (*Container) XXX_Marshal ¶
func (*Container) XXX_Unmarshal ¶
type ContainerAttributes ¶
type ContainerAttributes struct { // ID of the container. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Metadata of the container. Metadata *ContainerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Key-value pairs that may be used to scope and select individual resources. Labels map[string]string `` /* 153-byte string literal not displayed */ // Unstructured key-value map holding arbitrary metadata. // Annotations MUST NOT be altered by the runtime; the value of this field // MUST be identical to that of the corresponding ContainerConfig used to // instantiate the Container this status represents. Annotations map[string]string `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerAttributes provides basic information of the container.
func (*ContainerAttributes) Descriptor ¶
func (*ContainerAttributes) Descriptor() ([]byte, []int)
func (*ContainerAttributes) GetAnnotations ¶
func (m *ContainerAttributes) GetAnnotations() map[string]string
func (*ContainerAttributes) GetId ¶
func (m *ContainerAttributes) GetId() string
func (*ContainerAttributes) GetLabels ¶
func (m *ContainerAttributes) GetLabels() map[string]string
func (*ContainerAttributes) GetMetadata ¶
func (m *ContainerAttributes) GetMetadata() *ContainerMetadata
func (*ContainerAttributes) Marshal ¶
func (m *ContainerAttributes) Marshal() (dAtA []byte, err error)
func (*ContainerAttributes) MarshalTo ¶
func (m *ContainerAttributes) MarshalTo(dAtA []byte) (int, error)
func (*ContainerAttributes) MarshalToSizedBuffer ¶
func (m *ContainerAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerAttributes) ProtoMessage ¶
func (*ContainerAttributes) ProtoMessage()
func (*ContainerAttributes) Reset ¶
func (m *ContainerAttributes) Reset()
func (*ContainerAttributes) Size ¶
func (m *ContainerAttributes) Size() (n int)
func (*ContainerAttributes) String ¶
func (this *ContainerAttributes) String() string
func (*ContainerAttributes) Unmarshal ¶
func (m *ContainerAttributes) Unmarshal(dAtA []byte) error
func (*ContainerAttributes) XXX_DiscardUnknown ¶
func (m *ContainerAttributes) XXX_DiscardUnknown()
func (*ContainerAttributes) XXX_Marshal ¶
func (m *ContainerAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerAttributes) XXX_Merge ¶
func (m *ContainerAttributes) XXX_Merge(src proto.Message)
func (*ContainerAttributes) XXX_Size ¶
func (m *ContainerAttributes) XXX_Size() int
func (*ContainerAttributes) XXX_Unmarshal ¶
func (m *ContainerAttributes) XXX_Unmarshal(b []byte) error
type ContainerConfig ¶
type ContainerConfig struct { // Metadata of the container. This information will uniquely identify the // container, and the runtime should leverage this to ensure correct // operation. The runtime may also use this information to improve UX, such // as by constructing a readable name. Metadata *ContainerMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // Image to use. Image *ImageSpec `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` // Command to execute (i.e., entrypoint for docker) Command []string `protobuf:"bytes,3,rep,name=command,proto3" json:"command,omitempty"` // Args for the Command (i.e., command for docker) Args []string `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` // Current working directory of the command. WorkingDir string `protobuf:"bytes,5,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"` // List of environment variable to set in the container. Envs []*KeyValue `protobuf:"bytes,6,rep,name=envs,proto3" json:"envs,omitempty"` // Mounts for the container. Mounts []*Mount `protobuf:"bytes,7,rep,name=mounts,proto3" json:"mounts,omitempty"` // Devices for the container. Devices []*Device `protobuf:"bytes,8,rep,name=devices,proto3" json:"devices,omitempty"` // Key-value pairs that may be used to scope and select individual resources. // Label keys are of the form: // label-key ::= prefixed-name | name // prefixed-name ::= prefix '/' name // prefix ::= DNS_SUBDOMAIN // name ::= DNS_LABEL Labels map[string]string `` /* 153-byte string literal not displayed */ // Unstructured key-value map that may be used by the kubelet to store and // retrieve arbitrary metadata. // // Annotations MUST NOT be altered by the runtime; the annotations stored // here MUST be returned in the ContainerStatus associated with the container // this ContainerConfig creates. // // In general, in order to preserve a well-defined interface between the // kubelet and the container runtime, annotations SHOULD NOT influence // runtime behaviour. Annotations map[string]string `` /* 164-byte string literal not displayed */ // Path relative to PodSandboxConfig.LogDirectory for container to store // the log (STDOUT and STDERR) on the host. // E.g., // PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/` // ContainerConfig.LogPath = `containerName/Instance#.log` // // WARNING: Log management and how kubelet should interface with the // container logs are under active discussion in // https://issues.k8s.io/24677. There *may* be future change of direction // for logging as the discussion carries on. LogPath string `protobuf:"bytes,11,opt,name=log_path,json=logPath,proto3" json:"log_path,omitempty"` // Variables for interactive containers, these have very specialized // use-cases (e.g. debugging). Stdin bool `protobuf:"varint,12,opt,name=stdin,proto3" json:"stdin,omitempty"` StdinOnce bool `protobuf:"varint,13,opt,name=stdin_once,json=stdinOnce,proto3" json:"stdin_once,omitempty"` Tty bool `protobuf:"varint,14,opt,name=tty,proto3" json:"tty,omitempty"` // Configuration specific to Linux containers. Linux *LinuxContainerConfig `protobuf:"bytes,15,opt,name=linux,proto3" json:"linux,omitempty"` // Configuration specific to Windows containers. Windows *WindowsContainerConfig `protobuf:"bytes,16,opt,name=windows,proto3" json:"windows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerConfig holds all the required and optional fields for creating a container.
func (*ContainerConfig) Descriptor ¶
func (*ContainerConfig) Descriptor() ([]byte, []int)
func (*ContainerConfig) GetAnnotations ¶
func (m *ContainerConfig) GetAnnotations() map[string]string
func (*ContainerConfig) GetArgs ¶
func (m *ContainerConfig) GetArgs() []string
func (*ContainerConfig) GetCommand ¶
func (m *ContainerConfig) GetCommand() []string
func (*ContainerConfig) GetDevices ¶
func (m *ContainerConfig) GetDevices() []*Device
func (*ContainerConfig) GetEnvs ¶
func (m *ContainerConfig) GetEnvs() []*KeyValue
func (*ContainerConfig) GetImage ¶
func (m *ContainerConfig) GetImage() *ImageSpec
func (*ContainerConfig) GetLabels ¶
func (m *ContainerConfig) GetLabels() map[string]string
func (*ContainerConfig) GetLinux ¶
func (m *ContainerConfig) GetLinux() *LinuxContainerConfig
func (*ContainerConfig) GetLogPath ¶
func (m *ContainerConfig) GetLogPath() string
func (*ContainerConfig) GetMetadata ¶
func (m *ContainerConfig) GetMetadata() *ContainerMetadata
func (*ContainerConfig) GetMounts ¶
func (m *ContainerConfig) GetMounts() []*Mount
func (*ContainerConfig) GetStdin ¶
func (m *ContainerConfig) GetStdin() bool
func (*ContainerConfig) GetStdinOnce ¶
func (m *ContainerConfig) GetStdinOnce() bool
func (*ContainerConfig) GetTty ¶
func (m *ContainerConfig) GetTty() bool
func (*ContainerConfig) GetWindows ¶
func (m *ContainerConfig) GetWindows() *WindowsContainerConfig
func (*ContainerConfig) GetWorkingDir ¶
func (m *ContainerConfig) GetWorkingDir() string
func (*ContainerConfig) Marshal ¶
func (m *ContainerConfig) Marshal() (dAtA []byte, err error)
func (*ContainerConfig) MarshalToSizedBuffer ¶
func (m *ContainerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerConfig) ProtoMessage ¶
func (*ContainerConfig) ProtoMessage()
func (*ContainerConfig) Reset ¶
func (m *ContainerConfig) Reset()
func (*ContainerConfig) Size ¶
func (m *ContainerConfig) Size() (n int)
func (*ContainerConfig) String ¶
func (this *ContainerConfig) String() string
func (*ContainerConfig) Unmarshal ¶
func (m *ContainerConfig) Unmarshal(dAtA []byte) error
func (*ContainerConfig) XXX_DiscardUnknown ¶
func (m *ContainerConfig) XXX_DiscardUnknown()
func (*ContainerConfig) XXX_Marshal ¶
func (m *ContainerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerConfig) XXX_Merge ¶
func (m *ContainerConfig) XXX_Merge(src proto.Message)
func (*ContainerConfig) XXX_Size ¶
func (m *ContainerConfig) XXX_Size() int
func (*ContainerConfig) XXX_Unmarshal ¶
func (m *ContainerConfig) XXX_Unmarshal(b []byte) error
type ContainerFilter ¶
type ContainerFilter struct { // ID of the container. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // State of the container. State *ContainerStateValue `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // ID of the PodSandbox. PodSandboxId string `protobuf:"bytes,3,opt,name=pod_sandbox_id,json=podSandboxId,proto3" json:"pod_sandbox_id,omitempty"` // LabelSelector to select matches. // Only api.MatchLabels is supported for now and the requirements // are ANDed. MatchExpressions is not supported yet. LabelSelector map[string]string `` /* 188-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerFilter is used to filter containers. All those fields are combined with 'AND'
func (*ContainerFilter) Descriptor ¶
func (*ContainerFilter) Descriptor() ([]byte, []int)
func (*ContainerFilter) GetId ¶
func (m *ContainerFilter) GetId() string
func (*ContainerFilter) GetLabelSelector ¶
func (m *ContainerFilter) GetLabelSelector() map[string]string
func (*ContainerFilter) GetPodSandboxId ¶
func (m *ContainerFilter) GetPodSandboxId() string
func (*ContainerFilter) GetState ¶
func (m *ContainerFilter) GetState() *ContainerStateValue
func (*ContainerFilter) Marshal ¶
func (m *ContainerFilter) Marshal() (dAtA []byte, err error)
func (*ContainerFilter) MarshalToSizedBuffer ¶
func (m *ContainerFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerFilter) ProtoMessage ¶
func (*ContainerFilter) ProtoMessage()
func (*ContainerFilter) Reset ¶
func (m *ContainerFilter) Reset()
func (*ContainerFilter) Size ¶
func (m *ContainerFilter) Size() (n int)
func (*ContainerFilter) String ¶
func (this *ContainerFilter) String() string
func (*ContainerFilter) Unmarshal ¶
func (m *ContainerFilter) Unmarshal(dAtA []byte) error
func (*ContainerFilter) XXX_DiscardUnknown ¶
func (m *ContainerFilter) XXX_DiscardUnknown()
func (*ContainerFilter) XXX_Marshal ¶
func (m *ContainerFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerFilter) XXX_Merge ¶
func (m *ContainerFilter) XXX_Merge(src proto.Message)
func (*ContainerFilter) XXX_Size ¶
func (m *ContainerFilter) XXX_Size() int
func (*ContainerFilter) XXX_Unmarshal ¶
func (m *ContainerFilter) XXX_Unmarshal(b []byte) error
type ContainerMetadata ¶
type ContainerMetadata struct { // Name of the container. Same as the container name in the PodSpec. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Attempt number of creating the container. Default: 0. Attempt uint32 `protobuf:"varint,2,opt,name=attempt,proto3" json:"attempt,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerMetadata holds all necessary information for building the container name. The container runtime is encouraged to expose the metadata in its user interface for better user experience. E.g., runtime can construct a unique container name based on the metadata. Note that (name, attempt) is unique within a sandbox for the entire lifetime of the sandbox.
func (*ContainerMetadata) Descriptor ¶
func (*ContainerMetadata) Descriptor() ([]byte, []int)
func (*ContainerMetadata) GetAttempt ¶
func (m *ContainerMetadata) GetAttempt() uint32
func (*ContainerMetadata) GetName ¶
func (m *ContainerMetadata) GetName() string
func (*ContainerMetadata) Marshal ¶
func (m *ContainerMetadata) Marshal() (dAtA []byte, err error)
func (*ContainerMetadata) MarshalTo ¶
func (m *ContainerMetadata) MarshalTo(dAtA []byte) (int, error)
func (*ContainerMetadata) MarshalToSizedBuffer ¶
func (m *ContainerMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerMetadata) ProtoMessage ¶
func (*ContainerMetadata) ProtoMessage()
func (*ContainerMetadata) Reset ¶
func (m *ContainerMetadata) Reset()
func (*ContainerMetadata) Size ¶
func (m *ContainerMetadata) Size() (n int)
func (*ContainerMetadata) String ¶
func (this *ContainerMetadata) String() string
func (*ContainerMetadata) Unmarshal ¶
func (m *ContainerMetadata) Unmarshal(dAtA []byte) error
func (*ContainerMetadata) XXX_DiscardUnknown ¶
func (m *ContainerMetadata) XXX_DiscardUnknown()
func (*ContainerMetadata) XXX_Marshal ¶
func (m *ContainerMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerMetadata) XXX_Merge ¶
func (m *ContainerMetadata) XXX_Merge(src proto.Message)
func (*ContainerMetadata) XXX_Size ¶
func (m *ContainerMetadata) XXX_Size() int
func (*ContainerMetadata) XXX_Unmarshal ¶
func (m *ContainerMetadata) XXX_Unmarshal(b []byte) error
type ContainerState ¶
type ContainerState int32
const ( ContainerState_CONTAINER_CREATED ContainerState = 0 ContainerState_CONTAINER_RUNNING ContainerState = 1 ContainerState_CONTAINER_EXITED ContainerState = 2 ContainerState_CONTAINER_UNKNOWN ContainerState = 3 )
func (ContainerState) EnumDescriptor ¶
func (ContainerState) EnumDescriptor() ([]byte, []int)
func (ContainerState) String ¶
func (x ContainerState) String() string
type ContainerStateValue ¶
type ContainerStateValue struct { // State of the container. State ContainerState `protobuf:"varint,1,opt,name=state,proto3,enum=runtime.v1.ContainerState" json:"state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerStateValue is the wrapper of ContainerState.
func (*ContainerStateValue) Descriptor ¶
func (*ContainerStateValue) Descriptor() ([]byte, []int)
func (*ContainerStateValue) GetState ¶
func (m *ContainerStateValue) GetState() ContainerState
func (*ContainerStateValue) Marshal ¶
func (m *ContainerStateValue) Marshal() (dAtA []byte, err error)
func (*ContainerStateValue) MarshalTo ¶
func (m *ContainerStateValue) MarshalTo(dAtA []byte) (int, error)
func (*ContainerStateValue) MarshalToSizedBuffer ¶
func (m *ContainerStateValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStateValue) ProtoMessage ¶
func (*ContainerStateValue) ProtoMessage()
func (*ContainerStateValue) Reset ¶
func (m *ContainerStateValue) Reset()
func (*ContainerStateValue) Size ¶
func (m *ContainerStateValue) Size() (n int)
func (*ContainerStateValue) String ¶
func (this *ContainerStateValue) String() string
func (*ContainerStateValue) Unmarshal ¶
func (m *ContainerStateValue) Unmarshal(dAtA []byte) error
func (*ContainerStateValue) XXX_DiscardUnknown ¶
func (m *ContainerStateValue) XXX_DiscardUnknown()
func (*ContainerStateValue) XXX_Marshal ¶
func (m *ContainerStateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStateValue) XXX_Merge ¶
func (m *ContainerStateValue) XXX_Merge(src proto.Message)
func (*ContainerStateValue) XXX_Size ¶
func (m *ContainerStateValue) XXX_Size() int
func (*ContainerStateValue) XXX_Unmarshal ¶
func (m *ContainerStateValue) XXX_Unmarshal(b []byte) error
type ContainerStats ¶
type ContainerStats struct { // Information of the container. Attributes *ContainerAttributes `protobuf:"bytes,1,opt,name=attributes,proto3" json:"attributes,omitempty"` // CPU usage gathered from the container. Cpu *CpuUsage `protobuf:"bytes,2,opt,name=cpu,proto3" json:"cpu,omitempty"` // Memory usage gathered from the container. Memory *MemoryUsage `protobuf:"bytes,3,opt,name=memory,proto3" json:"memory,omitempty"` // Usage of the writable layer. WritableLayer *FilesystemUsage `protobuf:"bytes,4,opt,name=writable_layer,json=writableLayer,proto3" json:"writable_layer,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerStats provides the resource usage statistics for a container.
func (*ContainerStats) Descriptor ¶
func (*ContainerStats) Descriptor() ([]byte, []int)
func (*ContainerStats) GetAttributes ¶
func (m *ContainerStats) GetAttributes() *ContainerAttributes
func (*ContainerStats) GetCpu ¶
func (m *ContainerStats) GetCpu() *CpuUsage
func (*ContainerStats) GetMemory ¶
func (m *ContainerStats) GetMemory() *MemoryUsage
func (*ContainerStats) GetWritableLayer ¶
func (m *ContainerStats) GetWritableLayer() *FilesystemUsage
func (*ContainerStats) Marshal ¶
func (m *ContainerStats) Marshal() (dAtA []byte, err error)
func (*ContainerStats) MarshalToSizedBuffer ¶
func (m *ContainerStats) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStats) ProtoMessage ¶
func (*ContainerStats) ProtoMessage()
func (*ContainerStats) Reset ¶
func (m *ContainerStats) Reset()
func (*ContainerStats) Size ¶
func (m *ContainerStats) Size() (n int)
func (*ContainerStats) String ¶
func (this *ContainerStats) String() string
func (*ContainerStats) Unmarshal ¶
func (m *ContainerStats) Unmarshal(dAtA []byte) error
func (*ContainerStats) XXX_DiscardUnknown ¶
func (m *ContainerStats) XXX_DiscardUnknown()
func (*ContainerStats) XXX_Marshal ¶
func (m *ContainerStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStats) XXX_Merge ¶
func (m *ContainerStats) XXX_Merge(src proto.Message)
func (*ContainerStats) XXX_Size ¶
func (m *ContainerStats) XXX_Size() int
func (*ContainerStats) XXX_Unmarshal ¶
func (m *ContainerStats) XXX_Unmarshal(b []byte) error
type ContainerStatsFilter ¶
type ContainerStatsFilter struct { // ID of the container. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the PodSandbox. PodSandboxId string `protobuf:"bytes,2,opt,name=pod_sandbox_id,json=podSandboxId,proto3" json:"pod_sandbox_id,omitempty"` // LabelSelector to select matches. // Only api.MatchLabels is supported for now and the requirements // are ANDed. MatchExpressions is not supported yet. LabelSelector map[string]string `` /* 188-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
ContainerStatsFilter is used to filter containers. All those fields are combined with 'AND'
func (*ContainerStatsFilter) Descriptor ¶
func (*ContainerStatsFilter) Descriptor() ([]byte, []int)
func (*ContainerStatsFilter) GetId ¶
func (m *ContainerStatsFilter) GetId() string
func (*ContainerStatsFilter) GetLabelSelector ¶
func (m *ContainerStatsFilter) GetLabelSelector() map[string]string
func (*ContainerStatsFilter) GetPodSandboxId ¶
func (m *ContainerStatsFilter) GetPodSandboxId() string
func (*ContainerStatsFilter) Marshal ¶
func (m *ContainerStatsFilter) Marshal() (dAtA []byte, err error)
func (*ContainerStatsFilter) MarshalTo ¶
func (m *ContainerStatsFilter) MarshalTo(dAtA []byte) (int, error)
func (*ContainerStatsFilter) MarshalToSizedBuffer ¶
func (m *ContainerStatsFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStatsFilter) ProtoMessage ¶
func (*ContainerStatsFilter) ProtoMessage()
func (*ContainerStatsFilter) Reset ¶
func (m *ContainerStatsFilter) Reset()
func (*ContainerStatsFilter) Size ¶
func (m *ContainerStatsFilter) Size() (n int)
func (*ContainerStatsFilter) String ¶
func (this *ContainerStatsFilter) String() string
func (*ContainerStatsFilter) Unmarshal ¶
func (m *ContainerStatsFilter) Unmarshal(dAtA []byte) error
func (*ContainerStatsFilter) XXX_DiscardUnknown ¶
func (m *ContainerStatsFilter) XXX_DiscardUnknown()
func (*ContainerStatsFilter) XXX_Marshal ¶
func (m *ContainerStatsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStatsFilter) XXX_Merge ¶
func (m *ContainerStatsFilter) XXX_Merge(src proto.Message)
func (*ContainerStatsFilter) XXX_Size ¶
func (m *ContainerStatsFilter) XXX_Size() int
func (*ContainerStatsFilter) XXX_Unmarshal ¶
func (m *ContainerStatsFilter) XXX_Unmarshal(b []byte) error
type ContainerStatsRequest ¶
type ContainerStatsRequest struct { // ID of the container for which to retrieve stats. ContainerId string `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContainerStatsRequest) Descriptor ¶
func (*ContainerStatsRequest) Descriptor() ([]byte, []int)
func (*ContainerStatsRequest) GetContainerId ¶
func (m *ContainerStatsRequest) GetContainerId() string
func (*ContainerStatsRequest) Marshal ¶
func (m *ContainerStatsRequest) Marshal() (dAtA []byte, err error)
func (*ContainerStatsRequest) MarshalTo ¶
func (m *ContainerStatsRequest) MarshalTo(dAtA []byte) (int, error)
func (*ContainerStatsRequest) MarshalToSizedBuffer ¶
func (m *ContainerStatsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStatsRequest) ProtoMessage ¶
func (*ContainerStatsRequest) ProtoMessage()
func (*ContainerStatsRequest) Reset ¶
func (m *ContainerStatsRequest) Reset()
func (*ContainerStatsRequest) Size ¶
func (m *ContainerStatsRequest) Size() (n int)
func (*ContainerStatsRequest) String ¶
func (this *ContainerStatsRequest) String() string
func (*ContainerStatsRequest) Unmarshal ¶
func (m *ContainerStatsRequest) Unmarshal(dAtA []byte) error
func (*ContainerStatsRequest) XXX_DiscardUnknown ¶
func (m *ContainerStatsRequest) XXX_DiscardUnknown()
func (*ContainerStatsRequest) XXX_Marshal ¶
func (m *ContainerStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStatsRequest) XXX_Merge ¶
func (m *ContainerStatsRequest) XXX_Merge(src proto.Message)
func (*ContainerStatsRequest) XXX_Size ¶
func (m *ContainerStatsRequest) XXX_Size() int
func (*ContainerStatsRequest) XXX_Unmarshal ¶
func (m *ContainerStatsRequest) XXX_Unmarshal(b []byte) error
type ContainerStatsResponse ¶
type ContainerStatsResponse struct { // Stats of the container. Stats *ContainerStats `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContainerStatsResponse) Descriptor ¶
func (*ContainerStatsResponse) Descriptor() ([]byte, []int)
func (*ContainerStatsResponse) GetStats ¶
func (m *ContainerStatsResponse) GetStats() *ContainerStats
func (*ContainerStatsResponse) Marshal ¶
func (m *ContainerStatsResponse) Marshal() (dAtA []byte, err error)
func (*ContainerStatsResponse) MarshalTo ¶
func (m *ContainerStatsResponse) MarshalTo(dAtA []byte) (int, error)
func (*ContainerStatsResponse) MarshalToSizedBuffer ¶
func (m *ContainerStatsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStatsResponse) ProtoMessage ¶
func (*ContainerStatsResponse) ProtoMessage()
func (*ContainerStatsResponse) Reset ¶
func (m *ContainerStatsResponse) Reset()
func (*ContainerStatsResponse) Size ¶
func (m *ContainerStatsResponse) Size() (n int)
func (*ContainerStatsResponse) String ¶
func (this *ContainerStatsResponse) String() string
func (*ContainerStatsResponse) Unmarshal ¶
func (m *ContainerStatsResponse) Unmarshal(dAtA []byte) error
func (*ContainerStatsResponse) XXX_DiscardUnknown ¶
func (m *ContainerStatsResponse) XXX_DiscardUnknown()
func (*ContainerStatsResponse) XXX_Marshal ¶
func (m *ContainerStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStatsResponse) XXX_Merge ¶
func (m *ContainerStatsResponse) XXX_Merge(src proto.Message)
func (*ContainerStatsResponse) XXX_Size ¶
func (m *ContainerStatsResponse) XXX_Size() int
func (*ContainerStatsResponse) XXX_Unmarshal ¶
func (m *ContainerStatsResponse) XXX_Unmarshal(b []byte) error
type ContainerStatus ¶
type ContainerStatus struct { // ID of the container. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Metadata of the container. Metadata *ContainerMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Status of the container. State ContainerState `protobuf:"varint,3,opt,name=state,proto3,enum=runtime.v1.ContainerState" json:"state,omitempty"` // Creation time of the container in nanoseconds. CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Start time of the container in nanoseconds. Default: 0 (not specified). StartedAt int64 `protobuf:"varint,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` // Finish time of the container in nanoseconds. Default: 0 (not specified). FinishedAt int64 `protobuf:"varint,6,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` // Exit code of the container. Only required when finished_at != 0. Default: 0. ExitCode int32 `protobuf:"varint,7,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"` // Spec of the image. Image *ImageSpec `protobuf:"bytes,8,opt,name=image,proto3" json:"image,omitempty"` // Reference to the image in use. For most runtimes, this should be an // image ID ImageRef string `protobuf:"bytes,9,opt,name=image_ref,json=imageRef,proto3" json:"image_ref,omitempty"` // Brief CamelCase string explaining why container is in its current state. Reason string `protobuf:"bytes,10,opt,name=reason,proto3" json:"reason,omitempty"` // Human-readable message indicating details about why container is in its // current state. Message string `protobuf:"bytes,11,opt,name=message,proto3" json:"message,omitempty"` // Key-value pairs that may be used to scope and select individual resources. Labels map[string]string `` /* 154-byte string literal not displayed */ // Unstructured key-value map holding arbitrary metadata. // Annotations MUST NOT be altered by the runtime; the value of this field // MUST be identical to that of the corresponding ContainerConfig used to // instantiate the Container this status represents. Annotations map[string]string `` /* 164-byte string literal not displayed */ // Mounts for the container. Mounts []*Mount `protobuf:"bytes,14,rep,name=mounts,proto3" json:"mounts,omitempty"` // Log path of container. LogPath string `