Versions in this module Expand all Collapse all v1 v1.11.0-alpha.2 May 2, 2018 v1.11.0-alpha.0 Feb 14, 2018 v1.10.3-beta.0 Apr 27, 2018 v1.10.2 Apr 26, 2018 v1.10.2-beta.0 Apr 12, 2018 v1.10.1 Apr 12, 2018 v1.10.0 Mar 23, 2018 Changes in this version + const NetworkReady + const RuntimeReady + var ContainerState_name = map[int32]string + var ContainerState_value = map[string]int32 + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + var MountPropagation_name = map[int32]string + var MountPropagation_value = map[string]int32 + var NamespaceMode_name = map[int32]string + var NamespaceMode_value = map[string]int32 + var PodSandboxState_name = map[int32]string + var PodSandboxState_value = map[string]int32 + var Protocol_name = map[int32]string + var Protocol_value = map[string]int32 + func RegisterImageServiceServer(s *grpc.Server, srv ImageServiceServer) + func RegisterRuntimeServiceServer(s *grpc.Server, srv RuntimeServiceServer) + type AttachRequest struct + ContainerId string + Stderr bool + Stdin bool + Stdout bool + Tty bool + func (*AttachRequest) Descriptor() ([]byte, []int) + func (*AttachRequest) ProtoMessage() + 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) Reset() + func (m *AttachRequest) Size() (n int) + func (m *AttachRequest) Unmarshal(dAtA []byte) error + func (this *AttachRequest) String() string + type AttachResponse struct + Url string + func (*AttachResponse) Descriptor() ([]byte, []int) + func (*AttachResponse) ProtoMessage() + func (m *AttachResponse) GetUrl() string + func (m *AttachResponse) Marshal() (dAtA []byte, err error) + func (m *AttachResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AttachResponse) Reset() + func (m *AttachResponse) Size() (n int) + func (m *AttachResponse) Unmarshal(dAtA []byte) error + func (this *AttachResponse) String() string + type AuthConfig struct + Auth string + IdentityToken string + Password string + RegistryToken string + ServerAddress string + Username string + func (*AuthConfig) Descriptor() ([]byte, []int) + func (*AuthConfig) ProtoMessage() + 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) Reset() + func (m *AuthConfig) Size() (n int) + func (m *AuthConfig) Unmarshal(dAtA []byte) error + func (this *AuthConfig) String() string + type Capability struct + AddCapabilities []string + DropCapabilities []string + func (*Capability) Descriptor() ([]byte, []int) + func (*Capability) ProtoMessage() + 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) Reset() + func (m *Capability) Size() (n int) + func (m *Capability) Unmarshal(dAtA []byte) error + func (this *Capability) String() string + type Container struct + Annotations map[string]string + CreatedAt int64 + Id string + Image *ImageSpec + ImageRef string + Labels map[string]string + Metadata *ContainerMetadata + PodSandboxId string + State ContainerState + func (*Container) Descriptor() ([]byte, []int) + func (*Container) ProtoMessage() + 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) Reset() + func (m *Container) Size() (n int) + func (m *Container) Unmarshal(dAtA []byte) error + func (this *Container) String() string + type ContainerAttributes struct + Annotations map[string]string + Id string + Labels map[string]string + Metadata *ContainerMetadata + func (*ContainerAttributes) Descriptor() ([]byte, []int) + func (*ContainerAttributes) ProtoMessage() + 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) Reset() + func (m *ContainerAttributes) Size() (n int) + func (m *ContainerAttributes) Unmarshal(dAtA []byte) error + func (this *ContainerAttributes) String() string + type ContainerConfig struct + Annotations map[string]string + Args []string + Command []string + Devices []*Device + Envs []*KeyValue + Image *ImageSpec + Labels map[string]string + Linux *LinuxContainerConfig + LogPath string + Metadata *ContainerMetadata + Mounts []*Mount + Stdin bool + StdinOnce bool + Tty bool + Windows *WindowsContainerConfig + WorkingDir string + func (*ContainerConfig) Descriptor() ([]byte, []int) + func (*ContainerConfig) ProtoMessage() + 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) Reset() + func (m *ContainerConfig) Size() (n int) + func (m *ContainerConfig) Unmarshal(dAtA []byte) error + func (this *ContainerConfig) String() string + type ContainerFilter struct + Id string + LabelSelector map[string]string + PodSandboxId string + State *ContainerStateValue + func (*ContainerFilter) Descriptor() ([]byte, []int) + func (*ContainerFilter) ProtoMessage() + 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) Reset() + func (m *ContainerFilter) Size() (n int) + func (m *ContainerFilter) Unmarshal(dAtA []byte) error + func (this *ContainerFilter) String() string + type ContainerMetadata struct + Attempt uint32 + Name string + func (*ContainerMetadata) Descriptor() ([]byte, []int) + func (*ContainerMetadata) ProtoMessage() + 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) Reset() + func (m *ContainerMetadata) Size() (n int) + func (m *ContainerMetadata) Unmarshal(dAtA []byte) error + func (this *ContainerMetadata) String() string + type ContainerState int32 + const ContainerState_CONTAINER_CREATED + const ContainerState_CONTAINER_EXITED + const ContainerState_CONTAINER_RUNNING + const ContainerState_CONTAINER_UNKNOWN + func (ContainerState) EnumDescriptor() ([]byte, []int) + func (x ContainerState) String() string + type ContainerStateValue struct + State ContainerState + func (*ContainerStateValue) Descriptor() ([]byte, []int) + func (*ContainerStateValue) ProtoMessage() + func (m *ContainerStateValue) GetState() ContainerState + func (m *ContainerStateValue) Marshal() (dAtA []byte, err error) + func (m *ContainerStateValue) MarshalTo(dAtA []byte) (int, error) + func (m *ContainerStateValue) Reset() + func (m *ContainerStateValue) Size() (n int) + func (m *ContainerStateValue) Unmarshal(dAtA []byte) error + func (this *ContainerStateValue) String() string + type ContainerStats struct + Attributes *ContainerAttributes + Cpu *CpuUsage + Memory *MemoryUsage + WritableLayer *FilesystemUsage + func (*ContainerStats) Descriptor() ([]byte, []int) + func (*ContainerStats) ProtoMessage() + 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) Reset() + func (m *ContainerStats) Size() (n int) + func (m *ContainerStats) Unmarshal(dAtA []byte) error + func (this *ContainerStats) String() string + type ContainerStatsFilter struct + Id string + LabelSelector map[string]string + PodSandboxId string + func (*ContainerStatsFilter) Descriptor() ([]byte, []int) + func (*ContainerStatsFilter) ProtoMessage() + 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) Reset() + func (m *ContainerStatsFilter) Size() (n int) + func (m *ContainerStatsFilter) Unmarshal(dAtA []byte) error + func (this *ContainerStatsFilter) String() string + type ContainerStatsRequest struct + ContainerId string + func (*ContainerStatsRequest) Descriptor() ([]byte, []int) + func (*ContainerStatsRequest) ProtoMessage() + func (m *ContainerStatsRequest) GetContainerId() string + func (m *ContainerStatsRequest) Marshal() (dAtA []byte, err error) + func (m *ContainerStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ContainerStatsRequest) Reset() + func (m *ContainerStatsRequest) Size() (n int) + func (m *ContainerStatsRequest) Unmarshal(dAtA []byte) error + func (this *ContainerStatsRequest) String() string + type ContainerStatsResponse struct + Stats *ContainerStats + func (*ContainerStatsResponse) Descriptor() ([]byte, []int) + func (*ContainerStatsResponse) ProtoMessage() + func (m *ContainerStatsResponse) GetStats() *ContainerStats + func (m *ContainerStatsResponse) Marshal() (dAtA []byte, err error) + func (m *ContainerStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ContainerStatsResponse) Reset() + func (m *ContainerStatsResponse) Size() (n int) + func (m *ContainerStatsResponse) Unmarshal(dAtA []byte) error + func (this *ContainerStatsResponse) String() string + type ContainerStatus struct + Annotations map[string]string + CreatedAt int64 + ExitCode int32 + FinishedAt int64 + Id string + Image *ImageSpec + ImageRef string + Labels map[string]string + LogPath string + Message string + Metadata *ContainerMetadata + Mounts []*Mount + Reason string + StartedAt int64 + State ContainerState + func (*ContainerStatus) Descriptor() ([]byte, []int) + func (*ContainerStatus) ProtoMessage() + 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) Reset() + func (m *ContainerStatus) Size() (n int) + func (m *ContainerStatus) Unmarshal(dAtA []byte) error + func (this *ContainerStatus) String() string + type ContainerStatusRequest struct + ContainerId string + Verbose bool + func (*ContainerStatusRequest) Descriptor() ([]byte, []int) + func (*ContainerStatusRequest) ProtoMessage() + 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) Reset() + func (m *ContainerStatusRequest) Size() (n int) + func (m *ContainerStatusRequest) Unmarshal(dAtA []byte) error + func (this *ContainerStatusRequest) String() string + type ContainerStatusResponse struct + Info map[string]string + Status *ContainerStatus + func (*ContainerStatusResponse) Descriptor() ([]byte, []int) + func (*ContainerStatusResponse) ProtoMessage() + 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) Reset() + func (m *ContainerStatusResponse) Size() (n int) + func (m *ContainerStatusResponse) Unmarshal(dAtA []byte) error + func (this *ContainerStatusResponse) String() string + type CpuUsage struct + Timestamp int64 + UsageCoreNanoSeconds *UInt64Value + func (*CpuUsage) Descriptor() ([]byte, []int) + func (*CpuUsage) ProtoMessage() + 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) Reset() + func (m *CpuUsage) Size() (n int) + func (m *CpuUsage) Unmarshal(dAtA []byte) error + func (this *CpuUsage) String() string + type CreateContainerRequest struct + Config *ContainerConfig + PodSandboxId string + SandboxConfig *PodSandboxConfig + func (*CreateContainerRequest) Descriptor() ([]byte, []int) + func (*CreateContainerRequest) ProtoMessage() + 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) Reset() + func (m *CreateContainerRequest) Size() (n int) + func (m *CreateContainerRequest) Unmarshal(dAtA []byte) error + func (this *CreateContainerRequest) String() string + type CreateContainerResponse struct + ContainerId string + func (*CreateContainerResponse) Descriptor() ([]byte, []int) + func (*CreateContainerResponse) ProtoMessage() + func (m *CreateContainerResponse) GetContainerId() string + func (m *CreateContainerResponse) Marshal() (dAtA []byte, err error) + func (m *CreateContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CreateContainerResponse) Reset() + func (m *CreateContainerResponse) Size() (n int) + func (m *CreateContainerResponse) Unmarshal(dAtA []byte) error + func (this *CreateContainerResponse) String() string + type DNSConfig struct + Options []string + Searches []string + Servers []string + func (*DNSConfig) Descriptor() ([]byte, []int) + func (*DNSConfig) ProtoMessage() + 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) Reset() + func (m *DNSConfig) Size() (n int) + func (m *DNSConfig) Unmarshal(dAtA []byte) error + func (this *DNSConfig) String() string + type Device struct + ContainerPath string + HostPath string + Permissions string + func (*Device) Descriptor() ([]byte, []int) + func (*Device) ProtoMessage() + 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) Reset() + func (m *Device) Size() (n int) + func (m *Device) Unmarshal(dAtA []byte) error + func (this *Device) String() string + type ExecRequest struct + Cmd []string + ContainerId string + Stderr bool + Stdin bool + Stdout bool + Tty bool + func (*ExecRequest) Descriptor() ([]byte, []int) + func (*ExecRequest) ProtoMessage() + 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) Reset() + func (m *ExecRequest) Size() (n int) + func (m *ExecRequest) Unmarshal(dAtA []byte) error + func (this *ExecRequest) String() string + type ExecResponse struct + Url string + func (*ExecResponse) Descriptor() ([]byte, []int) + func (*ExecResponse) ProtoMessage() + func (m *ExecResponse) GetUrl() string + func (m *ExecResponse) Marshal() (dAtA []byte, err error) + func (m *ExecResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ExecResponse) Reset() + func (m *ExecResponse) Size() (n int) + func (m *ExecResponse) Unmarshal(dAtA []byte) error + func (this *ExecResponse) String() string + type ExecSyncRequest struct + Cmd []string + ContainerId string + Timeout int64 + func (*ExecSyncRequest) Descriptor() ([]byte, []int) + func (*ExecSyncRequest) ProtoMessage() + 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) Reset() + func (m *ExecSyncRequest) Size() (n int) + func (m *ExecSyncRequest) Unmarshal(dAtA []byte) error + func (this *ExecSyncRequest) String() string + type ExecSyncResponse struct + ExitCode int32 + Stderr []byte + Stdout []byte + func (*ExecSyncResponse) Descriptor() ([]byte, []int) + func (*ExecSyncResponse) ProtoMessage() + 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) Reset() + func (m *ExecSyncResponse) Size() (n int) + func (m *ExecSyncResponse) Unmarshal(dAtA []byte) error + func (this *ExecSyncResponse) String() string + type FilesystemIdentifier struct + Mountpoint string + func (*FilesystemIdentifier) Descriptor() ([]byte, []int) + func (*FilesystemIdentifier) ProtoMessage() + func (m *FilesystemIdentifier) GetMountpoint() string + func (m *FilesystemIdentifier) Marshal() (dAtA []byte, err error) + func (m *FilesystemIdentifier) MarshalTo(dAtA []byte) (int, error) + func (m *FilesystemIdentifier) Reset() + func (m *FilesystemIdentifier) Size() (n int) + func (m *FilesystemIdentifier) Unmarshal(dAtA []byte) error + func (this *FilesystemIdentifier) String() string + type FilesystemUsage struct + FsId *FilesystemIdentifier + InodesUsed *UInt64Value + Timestamp int64 + UsedBytes *UInt64Value + func (*FilesystemUsage) Descriptor() ([]byte, []int) + func (*FilesystemUsage) ProtoMessage() + 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) Reset() + func (m *FilesystemUsage) Size() (n int) + func (m *FilesystemUsage) Unmarshal(dAtA []byte) error + func (this *FilesystemUsage) String() string + type Image struct + Id string + RepoDigests []string + RepoTags []string + Size_ uint64 + Uid *Int64Value + Username string + func (*Image) Descriptor() ([]byte, []int) + func (*Image) ProtoMessage() + func (m *Image) GetId() string + func (m *Image) GetRepoDigests() []string + func (m *Image) GetRepoTags() []string + func (m *Image) GetSize_() uint64 + 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) Reset() + func (m *Image) Size() (n int) + func (m *Image) Unmarshal(dAtA []byte) error + func (this *Image) String() string + type ImageFilter struct + Image *ImageSpec + func (*ImageFilter) Descriptor() ([]byte, []int) + func (*ImageFilter) ProtoMessage() + func (m *ImageFilter) GetImage() *ImageSpec + func (m *ImageFilter) Marshal() (dAtA []byte, err error) + func (m *ImageFilter) MarshalTo(dAtA []byte) (int, error) + func (m *ImageFilter) Reset() + func (m *ImageFilter) Size() (n int) + func (m *ImageFilter) Unmarshal(dAtA []byte) error + func (this *ImageFilter) String() string + type ImageFsInfoRequest struct + func (*ImageFsInfoRequest) Descriptor() ([]byte, []int) + func (*ImageFsInfoRequest) ProtoMessage() + func (m *ImageFsInfoRequest) Marshal() (dAtA []byte, err error) + func (m *ImageFsInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ImageFsInfoRequest) Reset() + func (m *ImageFsInfoRequest) Size() (n int) + func (m *ImageFsInfoRequest) Unmarshal(dAtA []byte) error + func (this *ImageFsInfoRequest) String() string + type ImageFsInfoResponse struct + ImageFilesystems []*FilesystemUsage + func (*ImageFsInfoResponse) Descriptor() ([]byte, []int) + func (*ImageFsInfoResponse) ProtoMessage() + func (m *ImageFsInfoResponse) GetImageFilesystems() []*FilesystemUsage + func (m *ImageFsInfoResponse) Marshal() (dAtA []byte, err error) + func (m *ImageFsInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ImageFsInfoResponse) Reset() + func (m *ImageFsInfoResponse) Size() (n int) + func (m *ImageFsInfoResponse) Unmarshal(dAtA []byte) error + func (this *ImageFsInfoResponse) String() string + type ImageServiceClient interface + ImageFsInfo func(ctx context.Context, in *ImageFsInfoRequest, opts ...grpc.CallOption) (*ImageFsInfoResponse, error) + ImageStatus func(ctx context.Context, in *ImageStatusRequest, opts ...grpc.CallOption) (*ImageStatusResponse, error) + ListImages func(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error) + PullImage func(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error) + RemoveImage func(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error) + func NewImageServiceClient(cc *grpc.ClientConn) ImageServiceClient + type ImageServiceServer interface + ImageFsInfo func(context.Context, *ImageFsInfoRequest) (*ImageFsInfoResponse, error) + ImageStatus func(context.Context, *ImageStatusRequest) (*ImageStatusResponse, error) + ListImages func(context.Context, *ListImagesRequest) (*ListImagesResponse, error) + PullImage func(context.Context, *PullImageRequest) (*PullImageResponse, error) + RemoveImage func(context.Context, *RemoveImageRequest) (*RemoveImageResponse, error) + type ImageSpec struct + Image string + func (*ImageSpec) Descriptor() ([]byte, []int) + func (*ImageSpec) ProtoMessage() + func (m *ImageSpec) GetImage() string + func (m *ImageSpec) Marshal() (dAtA []byte, err error) + func (m *ImageSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ImageSpec) Reset() + func (m *ImageSpec) Size() (n int) + func (m *ImageSpec) Unmarshal(dAtA []byte) error + func (this *ImageSpec) String() string + type ImageStatusRequest struct + Image *ImageSpec + Verbose bool + func (*ImageStatusRequest) Descriptor() ([]byte, []int) + func (*ImageStatusRequest) ProtoMessage() + 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) Reset() + func (m *ImageStatusRequest) Size() (n int) + func (m *ImageStatusRequest) Unmarshal(dAtA []byte) error + func (this *ImageStatusRequest) String() string + type ImageStatusResponse struct + Image *Image + Info map[string]string + func (*ImageStatusResponse) Descriptor() ([]byte, []int) + func (*ImageStatusResponse) ProtoMessage() + 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) Reset() + func (m *ImageStatusResponse) Size() (n int) + func (m *ImageStatusResponse) Unmarshal(dAtA []byte) error + func (this *ImageStatusResponse) String() string + type Int64Value struct + Value int64 + func (*Int64Value) Descriptor() ([]byte, []int) + func (*Int64Value) ProtoMessage() + func (m *Int64Value) GetValue() int64 + func (m *Int64Value) Marshal() (dAtA []byte, err error) + func (m *Int64Value) MarshalTo(dAtA []byte) (int, error) + func (m *Int64Value) Reset() + func (m *Int64Value) Size() (n int) + func (m *Int64Value) Unmarshal(dAtA []byte) error + func (this *Int64Value) String() string + type KeyValue struct + Key string + Value string + func (*KeyValue) Descriptor() ([]byte, []int) + func (*KeyValue) ProtoMessage() + 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) Reset() + func (m *KeyValue) Size() (n int) + func (m *KeyValue) Unmarshal(dAtA []byte) error + func (this *KeyValue) String() string + type LinuxContainerConfig struct + Resources *LinuxContainerResources + SecurityContext *LinuxContainerSecurityContext + func (*LinuxContainerConfig) Descriptor() ([]byte, []int) + func (*LinuxContainerConfig) ProtoMessage() + 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) Reset() + func (m *LinuxContainerConfig) Size() (n int) + func (m *LinuxContainerConfig) Unmarshal(dAtA []byte) error + func (this *LinuxContainerConfig) String() string + type LinuxContainerResources struct + CpuPeriod int64 + CpuQuota int64 + CpuShares int64 + CpusetCpus string + CpusetMems string + MemoryLimitInBytes int64 + OomScoreAdj int64 + func (*LinuxContainerResources) Descriptor() ([]byte, []int) + func (*LinuxContainerResources) ProtoMessage() + 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) GetMemoryLimitInBytes() int64 + func (m *LinuxContainerResources) GetOomScoreAdj() int64 + func (m *LinuxContainerResources) Marshal() (dAtA []byte, err error) + func (m *LinuxContainerResources) MarshalTo(dAtA []byte) (int, error) + func (m *LinuxContainerResources) Reset() + func (m *LinuxContainerResources) Size() (n int) + func (m *LinuxContainerResources) Unmarshal(dAtA []byte) error + func (this *LinuxContainerResources) String() string + type LinuxContainerSecurityContext struct + ApparmorProfile string + Capabilities *Capability + NamespaceOptions *NamespaceOption + NoNewPrivs bool + Privileged bool + ReadonlyRootfs bool + RunAsGroup *Int64Value + RunAsUser *Int64Value + RunAsUsername string + SeccompProfilePath string + SelinuxOptions *SELinuxOption + SupplementalGroups []int64 + func (*LinuxContainerSecurityContext) Descriptor() ([]byte, []int) + func (*LinuxContainerSecurityContext) ProtoMessage() + func (m *LinuxContainerSecurityContext) GetApparmorProfile() string + func (m *LinuxContainerSecurityContext) GetCapabilities() *Capability + func (m *LinuxContainerSecurityContext) GetNamespaceOptions() *NamespaceOption + func (m *LinuxContainerSecurityContext) GetNoNewPrivs() bool + func (m *LinuxContainerSecurityContext) GetPrivileged() bool + func (m *LinuxContainerSecurityContext) GetReadonlyRootfs() bool + func (m *LinuxContainerSecurityContext) GetRunAsGroup() *Int64Value + func (m *LinuxContainerSecurityContext) GetRunAsUser() *Int64Value + func (m *LinuxContainerSecurityContext) GetRunAsUsername() string + func (m *LinuxContainerSecurityContext) GetSeccompProfilePath() string + 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) Reset() + func (m *LinuxContainerSecurityContext) Size() (n int) + func (m *LinuxContainerSecurityContext) Unmarshal(dAtA []byte) error + func (this *LinuxContainerSecurityContext) String() string + type LinuxPodSandboxConfig struct + CgroupParent string + SecurityContext *LinuxSandboxSecurityContext + Sysctls map[string]string + func (*LinuxPodSandboxConfig) Descriptor() ([]byte, []int) + func (*LinuxPodSandboxConfig) ProtoMessage() + 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) Reset() + func (m *LinuxPodSandboxConfig) Size() (n int) + func (m *LinuxPodSandboxConfig) Unmarshal(dAtA []byte) error + func (this *LinuxPodSandboxConfig) String() string + type LinuxPodSandboxStatus struct + Namespaces *Namespace + func (*LinuxPodSandboxStatus) Descriptor() ([]byte, []int) + func (*LinuxPodSandboxStatus) ProtoMessage() + func (m *LinuxPodSandboxStatus) GetNamespaces() *Namespace + func (m *LinuxPodSandboxStatus) Marshal() (dAtA []byte, err error) + func (m *LinuxPodSandboxStatus) MarshalTo(dAtA []byte) (int, error) + func (m *LinuxPodSandboxStatus) Reset() + func (m *LinuxPodSandboxStatus) Size() (n int) + func (m *LinuxPodSandboxStatus) Unmarshal(dAtA []byte) error + func (this *LinuxPodSandboxStatus) String() string + type LinuxSandboxSecurityContext struct + NamespaceOptions *NamespaceOption + Privileged bool + ReadonlyRootfs bool + RunAsGroup *Int64Value + RunAsUser *Int64Value + SeccompProfilePath string + SelinuxOptions *SELinuxOption + SupplementalGroups []int64 + func (*LinuxSandboxSecurityContext) Descriptor() ([]byte, []int) + func (*LinuxSandboxSecurityContext) ProtoMessage() + 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) GetSeccompProfilePath() string + 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) Reset() + func (m *LinuxSandboxSecurityContext) Size() (n int) + func (m *LinuxSandboxSecurityContext) Unmarshal(dAtA []byte) error + func (this *LinuxSandboxSecurityContext) String() string + type ListContainerStatsRequest struct + Filter *ContainerStatsFilter + func (*ListContainerStatsRequest) Descriptor() ([]byte, []int) + func (*ListContainerStatsRequest) ProtoMessage() + func (m *ListContainerStatsRequest) GetFilter() *ContainerStatsFilter + func (m *ListContainerStatsRequest) Marshal() (dAtA []byte, err error) + func (m *ListContainerStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainerStatsRequest) Reset() + func (m *ListContainerStatsRequest) Size() (n int) + func (m *ListContainerStatsRequest) Unmarshal(dAtA []byte) error + func (this *ListContainerStatsRequest) String() string + type ListContainerStatsResponse struct + Stats []*ContainerStats + func (*ListContainerStatsResponse) Descriptor() ([]byte, []int) + func (*ListContainerStatsResponse) ProtoMessage() + func (m *ListContainerStatsResponse) GetStats() []*ContainerStats + func (m *ListContainerStatsResponse) Marshal() (dAtA []byte, err error) + func (m *ListContainerStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainerStatsResponse) Reset() + func (m *ListContainerStatsResponse) Size() (n int) + func (m *ListContainerStatsResponse) Unmarshal(dAtA []byte) error + func (this *ListContainerStatsResponse) String() string + type ListContainersRequest struct + Filter *ContainerFilter + func (*ListContainersRequest) Descriptor() ([]byte, []int) + func (*ListContainersRequest) ProtoMessage() + func (m *ListContainersRequest) GetFilter() *ContainerFilter + func (m *ListContainersRequest) Marshal() (dAtA []byte, err error) + func (m *ListContainersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainersRequest) Reset() + func (m *ListContainersRequest) Size() (n int) + func (m *ListContainersRequest) Unmarshal(dAtA []byte) error + func (this *ListContainersRequest) String() string + type ListContainersResponse struct + Containers []*Container + func (*ListContainersResponse) Descriptor() ([]byte, []int) + func (*ListContainersResponse) ProtoMessage() + func (m *ListContainersResponse) GetContainers() []*Container + func (m *ListContainersResponse) Marshal() (dAtA []byte, err error) + func (m *ListContainersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainersResponse) Reset() + func (m *ListContainersResponse) Size() (n int) + func (m *ListContainersResponse) Unmarshal(dAtA []byte) error + func (this *ListContainersResponse) String() string + type ListImagesRequest struct + Filter *ImageFilter + func (*ListImagesRequest) Descriptor() ([]byte, []int) + func (*ListImagesRequest) ProtoMessage() + func (m *ListImagesRequest) GetFilter() *ImageFilter + func (m *ListImagesRequest) Marshal() (dAtA []byte, err error) + func (m *ListImagesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListImagesRequest) Reset() + func (m *ListImagesRequest) Size() (n int) + func (m *ListImagesRequest) Unmarshal(dAtA []byte) error + func (this *ListImagesRequest) String() string + type ListImagesResponse struct + Images []*Image + func (*ListImagesResponse) Descriptor() ([]byte, []int) + func (*ListImagesResponse) ProtoMessage() + func (m *ListImagesResponse) GetImages() []*Image + func (m *ListImagesResponse) Marshal() (dAtA []byte, err error) + func (m *ListImagesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListImagesResponse) Reset() + func (m *ListImagesResponse) Size() (n int) + func (m *ListImagesResponse) Unmarshal(dAtA []byte) error + func (this *ListImagesResponse) String() string + type ListPodSandboxRequest struct + Filter *PodSandboxFilter + func (*ListPodSandboxRequest) Descriptor() ([]byte, []int) + func (*ListPodSandboxRequest) ProtoMessage() + func (m *ListPodSandboxRequest) GetFilter() *PodSandboxFilter + func (m *ListPodSandboxRequest) Marshal() (dAtA []byte, err error) + func (m *ListPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListPodSandboxRequest) Reset() + func (m *ListPodSandboxRequest) Size() (n int) + func (m *ListPodSandboxRequest) Unmarshal(dAtA []byte) error + func (this *ListPodSandboxRequest) String() string + type ListPodSandboxResponse struct + Items []*PodSandbox + func (*ListPodSandboxResponse) Descriptor() ([]byte, []int) + func (*ListPodSandboxResponse) ProtoMessage() + func (m *ListPodSandboxResponse) GetItems() []*PodSandbox + func (m *ListPodSandboxResponse) Marshal() (dAtA []byte, err error) + func (m *ListPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListPodSandboxResponse) Reset() + func (m *ListPodSandboxResponse) Size() (n int) + func (m *ListPodSandboxResponse) Unmarshal(dAtA []byte) error + func (this *ListPodSandboxResponse) String() string + type LogStreamType string + const Stderr + const Stdout + type LogTag string + const LogTagDelimiter + const LogTagFull + const LogTagPartial + type MemoryUsage struct + Timestamp int64 + WorkingSetBytes *UInt64Value + func (*MemoryUsage) Descriptor() ([]byte, []int) + func (*MemoryUsage) ProtoMessage() + 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) Reset() + func (m *MemoryUsage) Size() (n int) + func (m *MemoryUsage) Unmarshal(dAtA []byte) error + func (this *MemoryUsage) String() string + type Mount struct + ContainerPath string + HostPath string + Propagation MountPropagation + Readonly bool + SelinuxRelabel bool + func (*Mount) Descriptor() ([]byte, []int) + func (*Mount) ProtoMessage() + 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) Reset() + func (m *Mount) Size() (n int) + func (m *Mount) Unmarshal(dAtA []byte) error + func (this *Mount) String() string + type MountPropagation int32 + const MountPropagation_PROPAGATION_BIDIRECTIONAL + const MountPropagation_PROPAGATION_HOST_TO_CONTAINER + const MountPropagation_PROPAGATION_PRIVATE + func (MountPropagation) EnumDescriptor() ([]byte, []int) + func (x MountPropagation) String() string + type Namespace struct + Options *NamespaceOption + func (*Namespace) Descriptor() ([]byte, []int) + func (*Namespace) ProtoMessage() + func (m *Namespace) GetOptions() *NamespaceOption + func (m *Namespace) Marshal() (dAtA []byte, err error) + func (m *Namespace) MarshalTo(dAtA []byte) (int, error) + func (m *Namespace) Reset() + func (m *Namespace) Size() (n int) + func (m *Namespace) Unmarshal(dAtA []byte) error + func (this *Namespace) String() string + type NamespaceMode int32 + const NamespaceMode_CONTAINER + const NamespaceMode_NODE + const NamespaceMode_POD + func (NamespaceMode) EnumDescriptor() ([]byte, []int) + func (x NamespaceMode) String() string + type NamespaceOption struct + Ipc NamespaceMode + Network NamespaceMode + Pid NamespaceMode + func (*NamespaceOption) Descriptor() ([]byte, []int) + func (*NamespaceOption) ProtoMessage() + func (m *NamespaceOption) GetIpc() NamespaceMode + func (m *NamespaceOption) GetNetwork() NamespaceMode + func (m *NamespaceOption) GetPid() NamespaceMode + func (m *NamespaceOption) Marshal() (dAtA []byte, err error) + func (m *NamespaceOption) MarshalTo(dAtA []byte) (int, error) + func (m *NamespaceOption) Reset() + func (m *NamespaceOption) Size() (n int) + func (m *NamespaceOption) Unmarshal(dAtA []byte) error + func (this *NamespaceOption) String() string + type NetworkConfig struct + PodCidr string + func (*NetworkConfig) Descriptor() ([]byte, []int) + func (*NetworkConfig) ProtoMessage() + func (m *NetworkConfig) GetPodCidr() string + func (m *NetworkConfig) Marshal() (dAtA []byte, err error) + func (m *NetworkConfig) MarshalTo(dAtA []byte) (int, error) + func (m *NetworkConfig) Reset() + func (m *NetworkConfig) Size() (n int) + func (m *NetworkConfig) Unmarshal(dAtA []byte) error + func (this *NetworkConfig) String() string + type PodSandbox struct + Annotations map[string]string + CreatedAt int64 + Id string + Labels map[string]string + Metadata *PodSandboxMetadata + State PodSandboxState + func (*PodSandbox) Descriptor() ([]byte, []int) + func (*PodSandbox) ProtoMessage() + 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) GetState() PodSandboxState + func (m *PodSandbox) Marshal() (dAtA []byte, err error) + func (m *PodSandbox) MarshalTo(dAtA []byte) (int, error) + func (m *PodSandbox) Reset() + func (m *PodSandbox) Size() (n int) + func (m *PodSandbox) Unmarshal(dAtA []byte) error + func (this *PodSandbox) String() string + type PodSandboxConfig struct + Annotations map[string]string + DnsConfig *DNSConfig + Hostname string + Labels map[string]string + Linux *LinuxPodSandboxConfig + LogDirectory string + Metadata *PodSandboxMetadata + PortMappings []*PortMapping + func (*PodSandboxConfig) Descriptor() ([]byte, []int) + func (*PodSandboxConfig) ProtoMessage() + 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) Marshal() (dAtA []byte, err error) + func (m *PodSandboxConfig) MarshalTo(dAtA []byte) (int, error) + func (m *PodSandboxConfig) Reset() + func (m *PodSandboxConfig) Size() (n int) + func (m *PodSandboxConfig) Unmarshal(dAtA []byte) error + func (this *PodSandboxConfig) String() string + type PodSandboxFilter struct + Id string + LabelSelector map[string]string + State *PodSandboxStateValue + func (*PodSandboxFilter) Descriptor() ([]byte, []int) + func (*PodSandboxFilter) ProtoMessage() + 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) Reset() + func (m *PodSandboxFilter) Size() (n int) + func (m *PodSandboxFilter) Unmarshal(dAtA []byte) error + func (this *PodSandboxFilter) String() string + type PodSandboxMetadata struct + Attempt uint32 + Name string + Namespace string + Uid string + func (*PodSandboxMetadata) Descriptor() ([]byte, []int) + func (*PodSandboxMetadata) ProtoMessage() + 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) Reset() + func (m *PodSandboxMetadata) Size() (n int) + func (m *PodSandboxMetadata) Unmarshal(dAtA []byte) error + func (this *PodSandboxMetadata) String() string + type PodSandboxNetworkStatus struct + Ip string + func (*PodSandboxNetworkStatus) Descriptor() ([]byte, []int) + func (*PodSandboxNetworkStatus) ProtoMessage() + func (m *PodSandboxNetworkStatus) GetIp() string + func (m *PodSandboxNetworkStatus) Marshal() (dAtA []byte, err error) + func (m *PodSandboxNetworkStatus) MarshalTo(dAtA []byte) (int, error) + func (m *PodSandboxNetworkStatus) Reset() + func (m *PodSandboxNetworkStatus) Size() (n int) + func (m *PodSandboxNetworkStatus) Unmarshal(dAtA []byte) error + func (this *PodSandboxNetworkStatus) String() string + type PodSandboxState int32 + const PodSandboxState_SANDBOX_NOTREADY + const PodSandboxState_SANDBOX_READY + func (PodSandboxState) EnumDescriptor() ([]byte, []int) + func (x PodSandboxState) String() string + type PodSandboxStateValue struct + State PodSandboxState + func (*PodSandboxStateValue) Descriptor() ([]byte, []int) + func (*PodSandboxStateValue) ProtoMessage() + func (m *PodSandboxStateValue) GetState() PodSandboxState + func (m *PodSandboxStateValue) Marshal() (dAtA []byte, err error) + func (m *PodSandboxStateValue) MarshalTo(dAtA []byte) (int, error) + func (m *PodSandboxStateValue) Reset() + func (m *PodSandboxStateValue) Size() (n int) + func (m *PodSandboxStateValue) Unmarshal(dAtA []byte) error + func (this *PodSandboxStateValue) String() string + type PodSandboxStatus struct + Annotations map[string]string + CreatedAt int64 + Id string + Labels map[string]string + Linux *LinuxPodSandboxStatus + Metadata *PodSandboxMetadata + Network *PodSandboxNetworkStatus + State PodSandboxState + func (*PodSandboxStatus) Descriptor() ([]byte, []int) + func (*PodSandboxStatus) ProtoMessage() + 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) GetState() PodSandboxState + func (m *PodSandboxStatus) Marshal() (dAtA []byte, err error) + func (m *PodSandboxStatus) MarshalTo(dAtA []byte) (int, error) + func (m *PodSandboxStatus) Reset() + func (m *PodSandboxStatus) Size() (n int) + func (m *PodSandboxStatus) Unmarshal(dAtA []byte) error + func (this *PodSandboxStatus) String() string + type PodSandboxStatusRequest struct + PodSandboxId string + Verbose bool + func (*PodSandboxStatusRequest) Descriptor() ([]byte, []int) + func (*PodSandboxStatusRequest) ProtoMessage() + 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) Reset() + func (m *PodSandboxStatusRequest) Size() (n int) + func (m *PodSandboxStatusRequest) Unmarshal(dAtA []byte) error + func (this *PodSandboxStatusRequest) String() string + type PodSandboxStatusResponse struct + Info map[string]string + Status *PodSandboxStatus + func (*PodSandboxStatusResponse) Descriptor() ([]byte, []int) + func (*PodSandboxStatusResponse) ProtoMessage() + 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) Reset() + func (m *PodSandboxStatusResponse) Size() (n int) + func (m *PodSandboxStatusResponse) Unmarshal(dAtA []byte) error + func (this *PodSandboxStatusResponse) String() string + type PortForwardRequest struct + PodSandboxId string + Port []int32 + func (*PortForwardRequest) Descriptor() ([]byte, []int) + func (*PortForwardRequest) ProtoMessage() + 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) Reset() + func (m *PortForwardRequest) Size() (n int) + func (m *PortForwardRequest) Unmarshal(dAtA []byte) error + func (this *PortForwardRequest) String() string + type PortForwardResponse struct + Url string + func (*PortForwardResponse) Descriptor() ([]byte, []int) + func (*PortForwardResponse) ProtoMessage() + func (m *PortForwardResponse) GetUrl() string + func (m *PortForwardResponse) Marshal() (dAtA []byte, err error) + func (m *PortForwardResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PortForwardResponse) Reset() + func (m *PortForwardResponse) Size() (n int) + func (m *PortForwardResponse) Unmarshal(dAtA []byte) error + func (this *PortForwardResponse) String() string + type PortMapping struct + ContainerPort int32 + HostIp string + HostPort int32 + Protocol Protocol + func (*PortMapping) Descriptor() ([]byte, []int) + func (*PortMapping) ProtoMessage() + 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) Reset() + func (m *PortMapping) Size() (n int) + func (m *PortMapping) Unmarshal(dAtA []byte) error + func (this *PortMapping) String() string + type Protocol int32 + const Protocol_TCP + const Protocol_UDP + func (Protocol) EnumDescriptor() ([]byte, []int) + func (x Protocol) String() string + type PullImageRequest struct + Auth *AuthConfig + Image *ImageSpec + SandboxConfig *PodSandboxConfig + func (*PullImageRequest) Descriptor() ([]byte, []int) + func (*PullImageRequest) ProtoMessage() + 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) Reset() + func (m *PullImageRequest) Size() (n int) + func (m *PullImageRequest) Unmarshal(dAtA []byte) error + func (this *PullImageRequest) String() string + type PullImageResponse struct + ImageRef string + func (*PullImageResponse) Descriptor() ([]byte, []int) + func (*PullImageResponse) ProtoMessage() + func (m *PullImageResponse) GetImageRef() string + func (m *PullImageResponse) Marshal() (dAtA []byte, err error) + func (m *PullImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PullImageResponse) Reset() + func (m *PullImageResponse) Size() (n int) + func (m *PullImageResponse) Unmarshal(dAtA []byte) error + func (this *PullImageResponse) String() string + type RemoveContainerRequest struct + ContainerId string + func (*RemoveContainerRequest) Descriptor() ([]byte, []int) + func (*RemoveContainerRequest) ProtoMessage() + func (m *RemoveContainerRequest) GetContainerId() string + func (m *RemoveContainerRequest) Marshal() (dAtA []byte, err error) + func (m *RemoveContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveContainerRequest) Reset() + func (m *RemoveContainerRequest) Size() (n int) + func (m *RemoveContainerRequest) Unmarshal(dAtA []byte) error + func (this *RemoveContainerRequest) String() string + type RemoveContainerResponse struct + func (*RemoveContainerResponse) Descriptor() ([]byte, []int) + func (*RemoveContainerResponse) ProtoMessage() + func (m *RemoveContainerResponse) Marshal() (dAtA []byte, err error) + func (m *RemoveContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveContainerResponse) Reset() + func (m *RemoveContainerResponse) Size() (n int) + func (m *RemoveContainerResponse) Unmarshal(dAtA []byte) error + func (this *RemoveContainerResponse) String() string + type RemoveImageRequest struct + Image *ImageSpec + func (*RemoveImageRequest) Descriptor() ([]byte, []int) + func (*RemoveImageRequest) ProtoMessage() + func (m *RemoveImageRequest) GetImage() *ImageSpec + func (m *RemoveImageRequest) Marshal() (dAtA []byte, err error) + func (m *RemoveImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveImageRequest) Reset() + func (m *RemoveImageRequest) Size() (n int) + func (m *RemoveImageRequest) Unmarshal(dAtA []byte) error + func (this *RemoveImageRequest) String() string + type RemoveImageResponse struct + func (*RemoveImageResponse) Descriptor() ([]byte, []int) + func (*RemoveImageResponse) ProtoMessage() + func (m *RemoveImageResponse) Marshal() (dAtA []byte, err error) + func (m *RemoveImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveImageResponse) Reset() + func (m *RemoveImageResponse) Size() (n int) + func (m *RemoveImageResponse) Unmarshal(dAtA []byte) error + func (this *RemoveImageResponse) String() string + type RemovePodSandboxRequest struct + PodSandboxId string + func (*RemovePodSandboxRequest) Descriptor() ([]byte, []int) + func (*RemovePodSandboxRequest) ProtoMessage() + func (m *RemovePodSandboxRequest) GetPodSandboxId() string + func (m *RemovePodSandboxRequest) Marshal() (dAtA []byte, err error) + func (m *RemovePodSandboxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RemovePodSandboxRequest) Reset() + func (m *RemovePodSandboxRequest) Size() (n int) + func (m *RemovePodSandboxRequest) Unmarshal(dAtA []byte) error + func (this *RemovePodSandboxRequest) String() string + type RemovePodSandboxResponse struct + func (*RemovePodSandboxResponse) Descriptor() ([]byte, []int) + func (*RemovePodSandboxResponse) ProtoMessage() + func (m *RemovePodSandboxResponse) Marshal() (dAtA []byte, err error) + func (m *RemovePodSandboxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RemovePodSandboxResponse) Reset() + func (m *RemovePodSandboxResponse) Size() (n int) + func (m *RemovePodSandboxResponse) Unmarshal(dAtA []byte) error + func (this *RemovePodSandboxResponse) String() string + type ReopenContainerLogRequest struct + ContainerId string + func (*ReopenContainerLogRequest) Descriptor() ([]byte, []int) + func (*ReopenContainerLogRequest) ProtoMessage() + func (m *ReopenContainerLogRequest) GetContainerId() string + func (m *ReopenContainerLogRequest) Marshal() (dAtA []byte, err error) + func (m *ReopenContainerLogRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ReopenContainerLogRequest) Reset() + func (m *ReopenContainerLogRequest) Size() (n int) + func (m *ReopenContainerLogRequest) Unmarshal(dAtA []byte) error + func (this *ReopenContainerLogRequest) String() string + type ReopenContainerLogResponse struct + func (*ReopenContainerLogResponse) Descriptor() ([]byte, []int) + func (*ReopenContainerLogResponse) ProtoMessage() + func (m *ReopenContainerLogResponse) Marshal() (dAtA []byte, err error) + func (m *ReopenContainerLogResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ReopenContainerLogResponse) Reset() + func (m *ReopenContainerLogResponse) Size() (n int) + func (m *ReopenContainerLogResponse) Unmarshal(dAtA []byte) error + func (this *ReopenContainerLogResponse) String() string + type RunPodSandboxRequest struct + Config *PodSandboxConfig + func (*RunPodSandboxRequest) Descriptor() ([]byte, []int) + func (*RunPodSandboxRequest) ProtoMessage() + func (m *RunPodSandboxRequest) GetConfig() *PodSandboxConfig + func (m *RunPodSandboxRequest) Marshal() (dAtA []byte, err error) + func (m *RunPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RunPodSandboxRequest) Reset() + func (m *RunPodSandboxRequest) Size() (n int) + func (m *RunPodSandboxRequest) Unmarshal(dAtA []byte) error + func (this *RunPodSandboxRequest) String() string + type RunPodSandboxResponse struct + PodSandboxId string + func (*RunPodSandboxResponse) Descriptor() ([]byte, []int) + func (*RunPodSandboxResponse) ProtoMessage() + func (m *RunPodSandboxResponse) GetPodSandboxId() string + func (m *RunPodSandboxResponse) Marshal() (dAtA []byte, err error) + func (m *RunPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RunPodSandboxResponse) Reset() + func (m *RunPodSandboxResponse) Size() (n int) + func (m *RunPodSandboxResponse) Unmarshal(dAtA []byte) error + func (this *RunPodSandboxResponse) String() string + type RuntimeCondition struct + Message string + Reason string + Status bool + Type string + func (*RuntimeCondition) Descriptor() ([]byte, []int) + func (*RuntimeCondition) ProtoMessage() + 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) Reset() + func (m *RuntimeCondition) Size() (n int) + func (m *RuntimeCondition) Unmarshal(dAtA []byte) error + func (this *RuntimeCondition) String() string + type RuntimeConfig struct + NetworkConfig *NetworkConfig + func (*RuntimeConfig) Descriptor() ([]byte, []int) + func (*RuntimeConfig) ProtoMessage() + func (m *RuntimeConfig) GetNetworkConfig() *NetworkConfig + func (m *RuntimeConfig) Marshal() (dAtA []byte, err error) + func (m *RuntimeConfig) MarshalTo(dAtA []byte) (int, error) + func (m *RuntimeConfig) Reset() + func (m *RuntimeConfig) Size() (n int) + func (m *RuntimeConfig) Unmarshal(dAtA []byte) error + func (this *RuntimeConfig) String() string + type RuntimeServiceClient interface + Attach func(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*AttachResponse, error) + ContainerStats func(ctx context.Context, in *ContainerStatsRequest, opts ...grpc.CallOption) (*ContainerStatsResponse, error) + ContainerStatus func(ctx context.Context, in *ContainerStatusRequest, opts ...grpc.CallOption) (*ContainerStatusResponse, error) + CreateContainer func(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error) + Exec func(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) + ExecSync func(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption) (*ExecSyncResponse, error) + ListContainerStats func(ctx context.Context, in *ListContainerStatsRequest, opts ...grpc.CallOption) (*ListContainerStatsResponse, error) + ListContainers func(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error) + ListPodSandbox func(ctx context.Context, in *ListPodSandboxRequest, opts ...grpc.CallOption) (*ListPodSandboxResponse, error) + PodSandboxStatus func(ctx context.Context, in *PodSandboxStatusRequest, opts ...grpc.CallOption) (*PodSandboxStatusResponse, error) + PortForward func(ctx context.Context, in *PortForwardRequest, opts ...grpc.CallOption) (*PortForwardResponse, error) + RemoveContainer func(ctx context.Context, in *RemoveContainerRequest, opts ...grpc.CallOption) (*RemoveContainerResponse, error) + RemovePodSandbox func(ctx context.Context, in *RemovePodSandboxRequest, opts ...grpc.CallOption) (*RemovePodSandboxResponse, error) + ReopenContainerLog func(ctx context.Context, in *ReopenContainerLogRequest, opts ...grpc.CallOption) (*ReopenContainerLogResponse, error) + RunPodSandbox func(ctx context.Context, in *RunPodSandboxRequest, opts ...grpc.CallOption) (*RunPodSandboxResponse, error) + StartContainer func(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error) + Status func(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error) + StopContainer func(ctx context.Context, in *StopContainerRequest, opts ...grpc.CallOption) (*StopContainerResponse, error) + StopPodSandbox func(ctx context.Context, in *StopPodSandboxRequest, opts ...grpc.CallOption) (*StopPodSandboxResponse, error) + UpdateContainerResources func(ctx context.Context, in *UpdateContainerResourcesRequest, ...) (*UpdateContainerResourcesResponse, error) + UpdateRuntimeConfig func(ctx context.Context, in *UpdateRuntimeConfigRequest, opts ...grpc.CallOption) (*UpdateRuntimeConfigResponse, error) + Version func(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) + func NewRuntimeServiceClient(cc *grpc.ClientConn) RuntimeServiceClient + type RuntimeServiceServer interface + Attach func(context.Context, *AttachRequest) (*AttachResponse, error) + ContainerStats func(context.Context, *ContainerStatsRequest) (*ContainerStatsResponse, error) + ContainerStatus func(context.Context, *ContainerStatusRequest) (*ContainerStatusResponse, error) + CreateContainer func(context.Context, *CreateContainerRequest) (*CreateContainerResponse, error) + Exec func(context.Context, *ExecRequest) (*ExecResponse, error) + ExecSync func(context.Context, *ExecSyncRequest) (*ExecSyncResponse, error) + ListContainerStats func(context.Context, *ListContainerStatsRequest) (*ListContainerStatsResponse, error) + ListContainers func(context.Context, *ListContainersRequest) (*ListContainersResponse, error) + ListPodSandbox func(context.Context, *ListPodSandboxRequest) (*ListPodSandboxResponse, error) + PodSandboxStatus func(context.Context, *PodSandboxStatusRequest) (*PodSandboxStatusResponse, error) + PortForward func(context.Context, *PortForwardRequest) (*PortForwardResponse, error) + RemoveContainer func(context.Context, *RemoveContainerRequest) (*RemoveContainerResponse, error) + RemovePodSandbox func(context.Context, *RemovePodSandboxRequest) (*RemovePodSandboxResponse, error) + ReopenContainerLog func(context.Context, *ReopenContainerLogRequest) (*ReopenContainerLogResponse, error) + RunPodSandbox func(context.Context, *RunPodSandboxRequest) (*RunPodSandboxResponse, error) + StartContainer func(context.Context, *StartContainerRequest) (*StartContainerResponse, error) + Status func(context.Context, *StatusRequest) (*StatusResponse, error) + StopContainer func(context.Context, *StopContainerRequest) (*StopContainerResponse, error) + StopPodSandbox func(context.Context, *StopPodSandboxRequest) (*StopPodSandboxResponse, error) + UpdateContainerResources func(context.Context, *UpdateContainerResourcesRequest) (*UpdateContainerResourcesResponse, error) + UpdateRuntimeConfig func(context.Context, *UpdateRuntimeConfigRequest) (*UpdateRuntimeConfigResponse, error) + Version func(context.Context, *VersionRequest) (*VersionResponse, error) + type RuntimeStatus struct + Conditions []*RuntimeCondition + func (*RuntimeStatus) Descriptor() ([]byte, []int) + func (*RuntimeStatus) ProtoMessage() + func (m *RuntimeStatus) GetConditions() []*RuntimeCondition + func (m *RuntimeStatus) Marshal() (dAtA []byte, err error) + func (m *RuntimeStatus) MarshalTo(dAtA []byte) (int, error) + func (m *RuntimeStatus) Reset() + func (m *RuntimeStatus) Size() (n int) + func (m *RuntimeStatus) Unmarshal(dAtA []byte) error + func (this *RuntimeStatus) String() string + type SELinuxOption struct + Level string + Role string + Type string + User string + func (*SELinuxOption) Descriptor() ([]byte, []int) + func (*SELinuxOption) ProtoMessage() + 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) Reset() + func (m *SELinuxOption) Size() (n int) + func (m *SELinuxOption) Unmarshal(dAtA []byte) error + func (this *SELinuxOption) String() string + type StartContainerRequest struct + ContainerId string + func (*StartContainerRequest) Descriptor() ([]byte, []int) + func (*StartContainerRequest) ProtoMessage() + func (m *StartContainerRequest) GetContainerId() string + func (m *StartContainerRequest) Marshal() (dAtA []byte, err error) + func (m *StartContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StartContainerRequest) Reset() + func (m *StartContainerRequest) Size() (n int) + func (m *StartContainerRequest) Unmarshal(dAtA []byte) error + func (this *StartContainerRequest) String() string + type StartContainerResponse struct + func (*StartContainerResponse) Descriptor() ([]byte, []int) + func (*StartContainerResponse) ProtoMessage() + func (m *StartContainerResponse) Marshal() (dAtA []byte, err error) + func (m *StartContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *StartContainerResponse) Reset() + func (m *StartContainerResponse) Size() (n int) + func (m *StartContainerResponse) Unmarshal(dAtA []byte) error + func (this *StartContainerResponse) String() string + type StatusRequest struct + Verbose bool + func (*StatusRequest) Descriptor() ([]byte, []int) + func (*StatusRequest) ProtoMessage() + func (m *StatusRequest) GetVerbose() bool + func (m *StatusRequest) Marshal() (dAtA []byte, err error) + func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StatusRequest) Reset() + func (m *StatusRequest) Size() (n int) + func (m *StatusRequest) Unmarshal(dAtA []byte) error + func (this *StatusRequest) String() string + type StatusResponse struct + Info map[string]string + Status *RuntimeStatus + func (*StatusResponse) Descriptor() ([]byte, []int) + func (*StatusResponse) ProtoMessage() + 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) Reset() + func (m *StatusResponse) Size() (n int) + func (m *StatusResponse) Unmarshal(dAtA []byte) error + func (this *StatusResponse) String() string + type StopContainerRequest struct + ContainerId string + Timeout int64 + func (*StopContainerRequest) Descriptor() ([]byte, []int) + func (*StopContainerRequest) ProtoMessage() + 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) Reset() + func (m *StopContainerRequest) Size() (n int) + func (m *StopContainerRequest) Unmarshal(dAtA []byte) error + func (this *StopContainerRequest) String() string + type StopContainerResponse struct + func (*StopContainerResponse) Descriptor() ([]byte, []int) + func (*StopContainerResponse) ProtoMessage() + func (m *StopContainerResponse) Marshal() (dAtA []byte, err error) + func (m *StopContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *StopContainerResponse) Reset() + func (m *StopContainerResponse) Size() (n int) + func (m *StopContainerResponse) Unmarshal(dAtA []byte) error + func (this *StopContainerResponse) String() string + type StopPodSandboxRequest struct + PodSandboxId string + func (*StopPodSandboxRequest) Descriptor() ([]byte, []int) + func (*StopPodSandboxRequest) ProtoMessage() + func (m *StopPodSandboxRequest) GetPodSandboxId() string + func (m *StopPodSandboxRequest) Marshal() (dAtA []byte, err error) + func (m *StopPodSandboxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StopPodSandboxRequest) Reset() + func (m *StopPodSandboxRequest) Size() (n int) + func (m *StopPodSandboxRequest) Unmarshal(dAtA []byte) error + func (this *StopPodSandboxRequest) String() string + type StopPodSandboxResponse struct + func (*StopPodSandboxResponse) Descriptor() ([]byte, []int) + func (*StopPodSandboxResponse) ProtoMessage() + func (m *StopPodSandboxResponse) Marshal() (dAtA []byte, err error) + func (m *StopPodSandboxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *StopPodSandboxResponse) Reset() + func (m *StopPodSandboxResponse) Size() (n int) + func (m *StopPodSandboxResponse) Unmarshal(dAtA []byte) error + func (this *StopPodSandboxResponse) String() string + type UInt64Value struct + Value uint64 + func (*UInt64Value) Descriptor() ([]byte, []int) + func (*UInt64Value) ProtoMessage() + func (m *UInt64Value) GetValue() uint64 + func (m *UInt64Value) Marshal() (dAtA []byte, err error) + func (m *UInt64Value) MarshalTo(dAtA []byte) (int, error) + func (m *UInt64Value) Reset() + func (m *UInt64Value) Size() (n int) + func (m *UInt64Value) Unmarshal(dAtA []byte) error + func (this *UInt64Value) String() string + type UpdateContainerResourcesRequest struct + ContainerId string + Linux *LinuxContainerResources + func (*UpdateContainerResourcesRequest) Descriptor() ([]byte, []int) + func (*UpdateContainerResourcesRequest) ProtoMessage() + func (m *UpdateContainerResourcesRequest) GetContainerId() string + func (m *UpdateContainerResourcesRequest) GetLinux() *LinuxContainerResources + func (m *UpdateContainerResourcesRequest) Marshal() (dAtA []byte, err error) + func (m *UpdateContainerResourcesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateContainerResourcesRequest) Reset() + func (m *UpdateContainerResourcesRequest) Size() (n int) + func (m *UpdateContainerResourcesRequest) Unmarshal(dAtA []byte) error + func (this *UpdateContainerResourcesRequest) String() string + type UpdateContainerResourcesResponse struct + func (*UpdateContainerResourcesResponse) Descriptor() ([]byte, []int) + func (*UpdateContainerResourcesResponse) ProtoMessage() + func (m *UpdateContainerResourcesResponse) Marshal() (dAtA []byte, err error) + func (m *UpdateContainerResourcesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateContainerResourcesResponse) Reset() + func (m *UpdateContainerResourcesResponse) Size() (n int) + func (m *UpdateContainerResourcesResponse) Unmarshal(dAtA []byte) error + func (this *UpdateContainerResourcesResponse) String() string + type UpdateRuntimeConfigRequest struct + RuntimeConfig *RuntimeConfig + func (*UpdateRuntimeConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateRuntimeConfigRequest) ProtoMessage() + func (m *UpdateRuntimeConfigRequest) GetRuntimeConfig() *RuntimeConfig + func (m *UpdateRuntimeConfigRequest) Marshal() (dAtA []byte, err error) + func (m *UpdateRuntimeConfigRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateRuntimeConfigRequest) Reset() + func (m *UpdateRuntimeConfigRequest) Size() (n int) + func (m *UpdateRuntimeConfigRequest) Unmarshal(dAtA []byte) error + func (this *UpdateRuntimeConfigRequest) String() string + type UpdateRuntimeConfigResponse struct + func (*UpdateRuntimeConfigResponse) Descriptor() ([]byte, []int) + func (*UpdateRuntimeConfigResponse) ProtoMessage() + func (m *UpdateRuntimeConfigResponse) Marshal() (dAtA []byte, err error) + func (m *UpdateRuntimeConfigResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateRuntimeConfigResponse) Reset() + func (m *UpdateRuntimeConfigResponse) Size() (n int) + func (m *UpdateRuntimeConfigResponse) Unmarshal(dAtA []byte) error + func (this *UpdateRuntimeConfigResponse) String() string + type VersionRequest struct + Version string + func (*VersionRequest) Descriptor() ([]byte, []int) + func (*VersionRequest) ProtoMessage() + func (m *VersionRequest) GetVersion() string + func (m *VersionRequest) Marshal() (dAtA []byte, err error) + func (m *VersionRequest) MarshalTo(dAtA []byte) (int, error) + func (m *VersionRequest) Reset() + func (m *VersionRequest) Size() (n int) + func (m *VersionRequest) Unmarshal(dAtA []byte) error + func (this *VersionRequest) String() string + type VersionResponse struct + RuntimeApiVersion string + RuntimeName string + RuntimeVersion string + Version string + func (*VersionResponse) Descriptor() ([]byte, []int) + func (*VersionResponse) ProtoMessage() + 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) Reset() + func (m *VersionResponse) Size() (n int) + func (m *VersionResponse) Unmarshal(dAtA []byte) error + func (this *VersionResponse) String() string + type WindowsContainerConfig struct + Resources *WindowsContainerResources + func (*WindowsContainerConfig) Descriptor() ([]byte, []int) + func (*WindowsContainerConfig) ProtoMessage() + func (m *WindowsContainerConfig) GetResources() *WindowsContainerResources + func (m *WindowsContainerConfig) Marshal() (dAtA []byte, err error) + func (m *WindowsContainerConfig) MarshalTo(dAtA []byte) (int, error) + func (m *WindowsContainerConfig) Reset() + func (m *WindowsContainerConfig) Size() (n int) + func (m *WindowsContainerConfig) Unmarshal(dAtA []byte) error + func (this *WindowsContainerConfig) String() string + type WindowsContainerResources struct + CpuCount int64 + CpuMaximum int64 + CpuShares int64 + MemoryLimitInBytes int64 + func (*WindowsContainerResources) Descriptor() ([]byte, []int) + func (*WindowsContainerResources) ProtoMessage() + 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) Reset() + func (m *WindowsContainerResources) Size() (n int) + func (m *WindowsContainerResources) Unmarshal(dAtA []byte) error + func (this *WindowsContainerResources) String() string v1.10.0-rc.1 Mar 19, 2018 v1.10.0-beta.4 Mar 13, 2018 v1.10.0-beta.3 Mar 12, 2018 v1.10.0-beta.2 Mar 7, 2018 v1.10.0-beta.0 Feb 21, 2018