Versions in this module Expand all Collapse all v1 v1.12.0 Nov 9, 2018 v1.11.0 Jun 29, 2018 v1.10.0 May 15, 2018 Changes in this version + type PortMappingListRequest struct + PodID string + func (*PortMappingListRequest) Descriptor() ([]byte, []int) + func (*PortMappingListRequest) ProtoMessage() + func (m *PortMappingListRequest) GetPodID() string + func (m *PortMappingListRequest) Reset() + func (m *PortMappingListRequest) String() string + type PortMappingListResponse struct + PortMappings []*PortMapping + func (*PortMappingListResponse) Descriptor() ([]byte, []int) + func (*PortMappingListResponse) ProtoMessage() + func (m *PortMappingListResponse) GetPortMappings() []*PortMapping + func (m *PortMappingListResponse) Reset() + func (m *PortMappingListResponse) String() string + type PortMappingModifyRequest struct + PodID string + PortMappings []*PortMapping + func (*PortMappingModifyRequest) Descriptor() ([]byte, []int) + func (*PortMappingModifyRequest) ProtoMessage() + func (m *PortMappingModifyRequest) GetPodID() string + func (m *PortMappingModifyRequest) GetPortMappings() []*PortMapping + func (m *PortMappingModifyRequest) Reset() + func (m *PortMappingModifyRequest) String() string + type PortMappingModifyResponse struct + func (*PortMappingModifyResponse) Descriptor() ([]byte, []int) + func (*PortMappingModifyResponse) ProtoMessage() + func (m *PortMappingModifyResponse) Reset() + func (m *PortMappingModifyResponse) String() string type PublicAPIClient + PortMappingAdd func(ctx context.Context, in *PortMappingModifyRequest, opts ...grpc.CallOption) (*PortMappingModifyResponse, error) + PortMappingDel func(ctx context.Context, in *PortMappingModifyRequest, opts ...grpc.CallOption) (*PortMappingModifyResponse, error) + PortMappingList func(ctx context.Context, in *PortMappingListRequest, opts ...grpc.CallOption) (*PortMappingListResponse, error) type PublicAPIServer + PortMappingAdd func(context.Context, *PortMappingModifyRequest) (*PortMappingModifyResponse, error) + PortMappingDel func(context.Context, *PortMappingModifyRequest) (*PortMappingModifyResponse, error) + PortMappingList func(context.Context, *PortMappingListRequest) (*PortMappingListResponse, error) type UserInterface + Mtu uint64 + func (m *UserInterface) GetMtu() uint64 v1.9.1 Jan 12, 2018 v1.1.1 Oct 23, 2017 Changes in this version + func RegisterPublicAPIServer(s *grpc.Server, srv PublicAPIServer) + type AttachMessage struct + ContainerID string + Data []byte + func (*AttachMessage) Descriptor() ([]byte, []int) + func (*AttachMessage) ProtoMessage() + func (m *AttachMessage) GetContainerID() string + func (m *AttachMessage) GetData() []byte + func (m *AttachMessage) Reset() + func (m *AttachMessage) String() string + type AuthConfig struct + Auth string + Email 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) GetEmail() string + func (m *AuthConfig) GetPassword() string + func (m *AuthConfig) GetRegistrytoken() string + func (m *AuthConfig) GetServeraddress() string + func (m *AuthConfig) GetUsername() string + func (m *AuthConfig) Reset() + func (m *AuthConfig) String() string + type BlkioStatEntry struct + Major uint64 + Minor uint64 + Name string + Source string + Stat map[string]uint64 + Type string + func (*BlkioStatEntry) Descriptor() ([]byte, []int) + func (*BlkioStatEntry) ProtoMessage() + func (m *BlkioStatEntry) GetMajor() uint64 + func (m *BlkioStatEntry) GetMinor() uint64 + func (m *BlkioStatEntry) GetName() string + func (m *BlkioStatEntry) GetSource() string + func (m *BlkioStatEntry) GetStat() map[string]uint64 + func (m *BlkioStatEntry) GetType() string + func (m *BlkioStatEntry) Reset() + func (m *BlkioStatEntry) String() string + type BlkioStats struct + IoMergedRecursive []*BlkioStatEntry + IoQueuedRecursive []*BlkioStatEntry + IoServiceBytesRecursive []*BlkioStatEntry + IoServiceTimeRecursive []*BlkioStatEntry + IoServicedRecursive []*BlkioStatEntry + IoTimeRecursive []*BlkioStatEntry + IoWaitTimeRecursive []*BlkioStatEntry + SectorsRecursive []*BlkioStatEntry + func (*BlkioStats) Descriptor() ([]byte, []int) + func (*BlkioStats) ProtoMessage() + func (m *BlkioStats) GetIoMergedRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoQueuedRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoServiceBytesRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoServiceTimeRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoServicedRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoTimeRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetIoWaitTimeRecursive() []*BlkioStatEntry + func (m *BlkioStats) GetSectorsRecursive() []*BlkioStatEntry + func (m *BlkioStats) Reset() + func (m *BlkioStats) String() string + type Container struct + Args []string + Commands []string + ContainerID string + Env []*EnvironmentVar + Image string + ImageID string + ImagePullPolicy string + Labels map[string]string + Name string + Ports []*ContainerPort + Tty bool + User string + VolumeMounts []*VolumeMount + WorkingDir string + func (*Container) Descriptor() ([]byte, []int) + func (*Container) ProtoMessage() + func (m *Container) GetArgs() []string + func (m *Container) GetCommands() []string + func (m *Container) GetContainerID() string + func (m *Container) GetEnv() []*EnvironmentVar + func (m *Container) GetImage() string + func (m *Container) GetImageID() string + func (m *Container) GetImagePullPolicy() string + func (m *Container) GetLabels() map[string]string + func (m *Container) GetName() string + func (m *Container) GetPorts() []*ContainerPort + func (m *Container) GetTty() bool + func (m *Container) GetUser() string + func (m *Container) GetVolumeMounts() []*VolumeMount + func (m *Container) GetWorkingDir() string + func (m *Container) Reset() + func (m *Container) String() string + type ContainerCreateRequest struct + ContainerSpec *UserContainer + PodID string + func (*ContainerCreateRequest) Descriptor() ([]byte, []int) + func (*ContainerCreateRequest) ProtoMessage() + func (m *ContainerCreateRequest) GetContainerSpec() *UserContainer + func (m *ContainerCreateRequest) GetPodID() string + func (m *ContainerCreateRequest) Reset() + func (m *ContainerCreateRequest) String() string + type ContainerCreateResponse struct + ContainerID string + func (*ContainerCreateResponse) Descriptor() ([]byte, []int) + func (*ContainerCreateResponse) ProtoMessage() + func (m *ContainerCreateResponse) GetContainerID() string + func (m *ContainerCreateResponse) Reset() + func (m *ContainerCreateResponse) String() string + type ContainerInfo struct + Container *Container + CreatedAt int64 + PodID string + Status *ContainerStatus + func (*ContainerInfo) Descriptor() ([]byte, []int) + func (*ContainerInfo) ProtoMessage() + func (m *ContainerInfo) GetContainer() *Container + func (m *ContainerInfo) GetCreatedAt() int64 + func (m *ContainerInfo) GetPodID() string + func (m *ContainerInfo) GetStatus() *ContainerStatus + func (m *ContainerInfo) Reset() + func (m *ContainerInfo) String() string + type ContainerInfoRequest struct + Container string + func (*ContainerInfoRequest) Descriptor() ([]byte, []int) + func (*ContainerInfoRequest) ProtoMessage() + func (m *ContainerInfoRequest) GetContainer() string + func (m *ContainerInfoRequest) Reset() + func (m *ContainerInfoRequest) String() string + type ContainerInfoResponse struct + ContainerInfo *ContainerInfo + func (*ContainerInfoResponse) Descriptor() ([]byte, []int) + func (*ContainerInfoResponse) ProtoMessage() + func (m *ContainerInfoResponse) GetContainerInfo() *ContainerInfo + func (m *ContainerInfoResponse) Reset() + func (m *ContainerInfoResponse) String() string + type ContainerListRequest struct + PodID string + VmID string + func (*ContainerListRequest) Descriptor() ([]byte, []int) + func (*ContainerListRequest) ProtoMessage() + func (m *ContainerListRequest) GetPodID() string + func (m *ContainerListRequest) GetVmID() string + func (m *ContainerListRequest) Reset() + func (m *ContainerListRequest) String() string + type ContainerListResponse struct + ContainerList []*ContainerListResult + func (*ContainerListResponse) Descriptor() ([]byte, []int) + func (*ContainerListResponse) ProtoMessage() + func (m *ContainerListResponse) GetContainerList() []*ContainerListResult + func (m *ContainerListResponse) Reset() + func (m *ContainerListResponse) String() string + type ContainerListResult struct + ContainerID string + ContainerName string + PodID string + Status string + func (*ContainerListResult) Descriptor() ([]byte, []int) + func (*ContainerListResult) ProtoMessage() + func (m *ContainerListResult) GetContainerID() string + func (m *ContainerListResult) GetContainerName() string + func (m *ContainerListResult) GetPodID() string + func (m *ContainerListResult) GetStatus() string + func (m *ContainerListResult) Reset() + func (m *ContainerListResult) String() string + type ContainerLogsRequest struct + Container string + Follow bool + Since string + Stderr bool + Stdout bool + Tail string + Timestamps bool + func (*ContainerLogsRequest) Descriptor() ([]byte, []int) + func (*ContainerLogsRequest) ProtoMessage() + func (m *ContainerLogsRequest) GetContainer() string + func (m *ContainerLogsRequest) GetFollow() bool + func (m *ContainerLogsRequest) GetSince() string + func (m *ContainerLogsRequest) GetStderr() bool + func (m *ContainerLogsRequest) GetStdout() bool + func (m *ContainerLogsRequest) GetTail() string + func (m *ContainerLogsRequest) GetTimestamps() bool + func (m *ContainerLogsRequest) Reset() + func (m *ContainerLogsRequest) String() string + type ContainerLogsResponse struct + Log []byte + func (*ContainerLogsResponse) Descriptor() ([]byte, []int) + func (*ContainerLogsResponse) ProtoMessage() + func (m *ContainerLogsResponse) GetLog() []byte + func (m *ContainerLogsResponse) Reset() + func (m *ContainerLogsResponse) String() string + type ContainerPort struct + ContainerPort int32 + HostIP string + HostPort int32 + Name string + Protocol string + func (*ContainerPort) Descriptor() ([]byte, []int) + func (*ContainerPort) ProtoMessage() + func (m *ContainerPort) GetContainerPort() int32 + func (m *ContainerPort) GetHostIP() string + func (m *ContainerPort) GetHostPort() int32 + func (m *ContainerPort) GetName() string + func (m *ContainerPort) GetProtocol() string + func (m *ContainerPort) Reset() + func (m *ContainerPort) String() string + type ContainerRemoveRequest struct + ContainerId string + func (*ContainerRemoveRequest) Descriptor() ([]byte, []int) + func (*ContainerRemoveRequest) ProtoMessage() + func (m *ContainerRemoveRequest) GetContainerId() string + func (m *ContainerRemoveRequest) Reset() + func (m *ContainerRemoveRequest) String() string + type ContainerRemoveResponse struct + func (*ContainerRemoveResponse) Descriptor() ([]byte, []int) + func (*ContainerRemoveResponse) ProtoMessage() + func (m *ContainerRemoveResponse) Reset() + func (m *ContainerRemoveResponse) String() string + type ContainerRenameRequest struct + NewContainerName string + OldContainerName string + func (*ContainerRenameRequest) Descriptor() ([]byte, []int) + func (*ContainerRenameRequest) ProtoMessage() + func (m *ContainerRenameRequest) GetNewContainerName() string + func (m *ContainerRenameRequest) GetOldContainerName() string + func (m *ContainerRenameRequest) Reset() + func (m *ContainerRenameRequest) String() string + type ContainerRenameResponse struct + func (*ContainerRenameResponse) Descriptor() ([]byte, []int) + func (*ContainerRenameResponse) ProtoMessage() + func (m *ContainerRenameResponse) Reset() + func (m *ContainerRenameResponse) String() string + type ContainerSignalRequest struct + ContainerID string + PodID string + Signal int64 + func (*ContainerSignalRequest) Descriptor() ([]byte, []int) + func (*ContainerSignalRequest) ProtoMessage() + func (m *ContainerSignalRequest) GetContainerID() string + func (m *ContainerSignalRequest) GetPodID() string + func (m *ContainerSignalRequest) GetSignal() int64 + func (m *ContainerSignalRequest) Reset() + func (m *ContainerSignalRequest) String() string + type ContainerSignalResponse struct + func (*ContainerSignalResponse) Descriptor() ([]byte, []int) + func (*ContainerSignalResponse) ProtoMessage() + func (m *ContainerSignalResponse) Reset() + func (m *ContainerSignalResponse) String() string + type ContainerStartRequest struct + ContainerId string + func (*ContainerStartRequest) Descriptor() ([]byte, []int) + func (*ContainerStartRequest) ProtoMessage() + func (m *ContainerStartRequest) GetContainerId() string + func (m *ContainerStartRequest) Reset() + func (m *ContainerStartRequest) String() string + type ContainerStartResponse struct + func (*ContainerStartResponse) Descriptor() ([]byte, []int) + func (*ContainerStartResponse) ProtoMessage() + func (m *ContainerStartResponse) Reset() + func (m *ContainerStartResponse) String() string + type ContainerStatus struct + ContainerID string + Name string + Phase string + Running *RunningStatus + Terminated *TermStatus + Waiting *WaitingStatus + func (*ContainerStatus) Descriptor() ([]byte, []int) + func (*ContainerStatus) ProtoMessage() + func (m *ContainerStatus) GetContainerID() string + func (m *ContainerStatus) GetName() string + func (m *ContainerStatus) GetPhase() string + func (m *ContainerStatus) GetRunning() *RunningStatus + func (m *ContainerStatus) GetTerminated() *TermStatus + func (m *ContainerStatus) GetWaiting() *WaitingStatus + func (m *ContainerStatus) Reset() + func (m *ContainerStatus) String() string + type ContainerStopRequest struct + ContainerID string + Timeout int64 + func (*ContainerStopRequest) Descriptor() ([]byte, []int) + func (*ContainerStopRequest) ProtoMessage() + func (m *ContainerStopRequest) GetContainerID() string + func (m *ContainerStopRequest) GetTimeout() int64 + func (m *ContainerStopRequest) Reset() + func (m *ContainerStopRequest) String() string + type ContainerStopResponse struct + func (*ContainerStopResponse) Descriptor() ([]byte, []int) + func (*ContainerStopResponse) ProtoMessage() + func (m *ContainerStopResponse) Reset() + func (m *ContainerStopResponse) String() string + type ContainersStats struct + Block *BlkioStats + ContainerID string + Cpu *CpuStats + Filesystem []*FsStats + Memory *MemoryStats + Network *NetworkStats + Timestamp int64 + func (*ContainersStats) Descriptor() ([]byte, []int) + func (*ContainersStats) ProtoMessage() + func (m *ContainersStats) GetBlock() *BlkioStats + func (m *ContainersStats) GetContainerID() string + func (m *ContainersStats) GetCpu() *CpuStats + func (m *ContainersStats) GetFilesystem() []*FsStats + func (m *ContainersStats) GetMemory() *MemoryStats + func (m *ContainersStats) GetNetwork() *NetworkStats + func (m *ContainersStats) GetTimestamp() int64 + func (m *ContainersStats) Reset() + func (m *ContainersStats) String() string + type CpuStats struct + LoadAverage int32 + Usage *CpuUsage + func (*CpuStats) Descriptor() ([]byte, []int) + func (*CpuStats) ProtoMessage() + func (m *CpuStats) GetLoadAverage() int32 + func (m *CpuStats) GetUsage() *CpuUsage + func (m *CpuStats) Reset() + func (m *CpuStats) String() string + type CpuUsage struct + PerCpu []uint64 + System uint64 + Total uint64 + User uint64 + func (*CpuUsage) Descriptor() ([]byte, []int) + func (*CpuUsage) ProtoMessage() + func (m *CpuUsage) GetPerCpu() []uint64 + func (m *CpuUsage) GetSystem() uint64 + func (m *CpuUsage) GetTotal() uint64 + func (m *CpuUsage) GetUser() uint64 + func (m *CpuUsage) Reset() + func (m *CpuUsage) String() string + type DriverStatus struct + Name string + Status string + func (*DriverStatus) Descriptor() ([]byte, []int) + func (*DriverStatus) ProtoMessage() + func (m *DriverStatus) GetName() string + func (m *DriverStatus) GetStatus() string + func (m *DriverStatus) Reset() + func (m *DriverStatus) String() string + type EnvironmentVar struct + Env string + Value string + func (*EnvironmentVar) Descriptor() ([]byte, []int) + func (*EnvironmentVar) ProtoMessage() + func (m *EnvironmentVar) GetEnv() string + func (m *EnvironmentVar) GetValue() string + func (m *EnvironmentVar) Reset() + func (m *EnvironmentVar) String() string + type ExecCreateRequest struct + Command []string + ContainerID string + Tty bool + func (*ExecCreateRequest) Descriptor() ([]byte, []int) + func (*ExecCreateRequest) ProtoMessage() + func (m *ExecCreateRequest) GetCommand() []string + func (m *ExecCreateRequest) GetContainerID() string + func (m *ExecCreateRequest) GetTty() bool + func (m *ExecCreateRequest) Reset() + func (m *ExecCreateRequest) String() string + type ExecCreateResponse struct + ExecID string + func (*ExecCreateResponse) Descriptor() ([]byte, []int) + func (*ExecCreateResponse) ProtoMessage() + func (m *ExecCreateResponse) GetExecID() string + func (m *ExecCreateResponse) Reset() + func (m *ExecCreateResponse) String() string + type ExecSignalRequest struct + ContainerID string + ExecID string + Signal int64 + func (*ExecSignalRequest) Descriptor() ([]byte, []int) + func (*ExecSignalRequest) ProtoMessage() + func (m *ExecSignalRequest) GetContainerID() string + func (m *ExecSignalRequest) GetExecID() string + func (m *ExecSignalRequest) GetSignal() int64 + func (m *ExecSignalRequest) Reset() + func (m *ExecSignalRequest) String() string + type ExecSignalResponse struct + func (*ExecSignalResponse) Descriptor() ([]byte, []int) + func (*ExecSignalResponse) ProtoMessage() + func (m *ExecSignalResponse) Reset() + func (m *ExecSignalResponse) String() string + type ExecStartRequest struct + ContainerID string + ExecID string + Stdin []byte + func (*ExecStartRequest) Descriptor() ([]byte, []int) + func (*ExecStartRequest) ProtoMessage() + func (m *ExecStartRequest) GetContainerID() string + func (m *ExecStartRequest) GetExecID() string + func (m *ExecStartRequest) GetStdin() []byte + func (m *ExecStartRequest) Reset() + func (m *ExecStartRequest) String() string + type ExecStartResponse struct + Stdout []byte + func (*ExecStartResponse) Descriptor() ([]byte, []int) + func (*ExecStartResponse) ProtoMessage() + func (m *ExecStartResponse) GetStdout() []byte + func (m *ExecStartResponse) Reset() + func (m *ExecStartResponse) String() string + type ExecVMRequest struct + Command []string + PodID string + Stdin []byte + func (*ExecVMRequest) Descriptor() ([]byte, []int) + func (*ExecVMRequest) ProtoMessage() + func (m *ExecVMRequest) GetCommand() []string + func (m *ExecVMRequest) GetPodID() string + func (m *ExecVMRequest) GetStdin() []byte + func (m *ExecVMRequest) Reset() + func (m *ExecVMRequest) String() string + type ExecVMResponse struct + ExitCode int32 + Stdout []byte + func (*ExecVMResponse) Descriptor() ([]byte, []int) + func (*ExecVMResponse) ProtoMessage() + func (m *ExecVMResponse) GetExitCode() int32 + func (m *ExecVMResponse) GetStdout() []byte + func (m *ExecVMResponse) Reset() + func (m *ExecVMResponse) String() string + type FsStats struct + Available uint64 + Device string + IoInProgress uint64 + IoTime uint64 + Limit uint64 + ReadTime uint64 + ReadsCompleted uint64 + ReadsMerged uint64 + SectorsRead uint64 + SectorsWritten uint64 + Usage uint64 + WeightedIoTime uint64 + WriteTime uint64 + WritesCompleted uint64 + WritesMerged uint64 + func (*FsStats) Descriptor() ([]byte, []int) + func (*FsStats) ProtoMessage() + func (m *FsStats) GetAvailable() uint64 + func (m *FsStats) GetDevice() string + func (m *FsStats) GetIoInProgress() uint64 + func (m *FsStats) GetIoTime() uint64 + func (m *FsStats) GetLimit() uint64 + func (m *FsStats) GetReadTime() uint64 + func (m *FsStats) GetReadsCompleted() uint64 + func (m *FsStats) GetReadsMerged() uint64 + func (m *FsStats) GetSectorsRead() uint64 + func (m *FsStats) GetSectorsWritten() uint64 + func (m *FsStats) GetUsage() uint64 + func (m *FsStats) GetWeightedIoTime() uint64 + func (m *FsStats) GetWriteTime() uint64 + func (m *FsStats) GetWritesCompleted() uint64 + func (m *FsStats) GetWritesMerged() uint64 + func (m *FsStats) Reset() + func (m *FsStats) String() string + type ImageDelete struct + Deleted string + Untaged string + func (*ImageDelete) Descriptor() ([]byte, []int) + func (*ImageDelete) ProtoMessage() + func (m *ImageDelete) GetDeleted() string + func (m *ImageDelete) GetUntaged() string + func (m *ImageDelete) Reset() + func (m *ImageDelete) String() string + type ImageInfo struct + Created int64 + Id string + Labels map[string]string + ParentID string + RepoDigests []string + RepoTags []string + VirtualSize int64 + func (*ImageInfo) Descriptor() ([]byte, []int) + func (*ImageInfo) ProtoMessage() + func (m *ImageInfo) GetCreated() int64 + func (m *ImageInfo) GetId() string + func (m *ImageInfo) GetLabels() map[string]string + func (m *ImageInfo) GetParentID() string + func (m *ImageInfo) GetRepoDigests() []string + func (m *ImageInfo) GetRepoTags() []string + func (m *ImageInfo) GetVirtualSize() int64 + func (m *ImageInfo) Reset() + func (m *ImageInfo) String() string + type ImageListRequest struct + All bool + Filter string + FilterArgs string + func (*ImageListRequest) Descriptor() ([]byte, []int) + func (*ImageListRequest) ProtoMessage() + func (m *ImageListRequest) GetAll() bool + func (m *ImageListRequest) GetFilter() string + func (m *ImageListRequest) GetFilterArgs() string + func (m *ImageListRequest) Reset() + func (m *ImageListRequest) String() string + type ImageListResponse struct + ImageList []*ImageInfo + func (*ImageListResponse) Descriptor() ([]byte, []int) + func (*ImageListResponse) ProtoMessage() + func (m *ImageListResponse) GetImageList() []*ImageInfo + func (m *ImageListResponse) Reset() + func (m *ImageListResponse) String() string + type ImagePullRequest struct + Auth *AuthConfig + Image string + Tag string + func (*ImagePullRequest) Descriptor() ([]byte, []int) + func (*ImagePullRequest) ProtoMessage() + func (m *ImagePullRequest) GetAuth() *AuthConfig + func (m *ImagePullRequest) GetImage() string + func (m *ImagePullRequest) GetTag() string + func (m *ImagePullRequest) Reset() + func (m *ImagePullRequest) String() string + type ImagePullResponse struct + Data []byte + func (*ImagePullResponse) Descriptor() ([]byte, []int) + func (*ImagePullResponse) ProtoMessage() + func (m *ImagePullResponse) GetData() []byte + func (m *ImagePullResponse) Reset() + func (m *ImagePullResponse) String() string + type ImagePushRequest struct + Auth *AuthConfig + Repo string + Tag string + func (*ImagePushRequest) Descriptor() ([]byte, []int) + func (*ImagePushRequest) ProtoMessage() + func (m *ImagePushRequest) GetAuth() *AuthConfig + func (m *ImagePushRequest) GetRepo() string + func (m *ImagePushRequest) GetTag() string + func (m *ImagePushRequest) Reset() + func (m *ImagePushRequest) String() string + type ImagePushResponse struct + Data []byte + func (*ImagePushResponse) Descriptor() ([]byte, []int) + func (*ImagePushResponse) ProtoMessage() + func (m *ImagePushResponse) GetData() []byte + func (m *ImagePushResponse) Reset() + func (m *ImagePushResponse) String() string + type ImageRemoveRequest struct + Force bool + Image string + Prune bool + func (*ImageRemoveRequest) Descriptor() ([]byte, []int) + func (*ImageRemoveRequest) ProtoMessage() + func (m *ImageRemoveRequest) GetForce() bool + func (m *ImageRemoveRequest) GetImage() string + func (m *ImageRemoveRequest) GetPrune() bool + func (m *ImageRemoveRequest) Reset() + func (m *ImageRemoveRequest) String() string + type ImageRemoveResponse struct + Images []*ImageDelete + func (*ImageRemoveResponse) Descriptor() ([]byte, []int) + func (*ImageRemoveResponse) ProtoMessage() + func (m *ImageRemoveResponse) GetImages() []*ImageDelete + func (m *ImageRemoveResponse) Reset() + func (m *ImageRemoveResponse) String() string + type InfoRequest struct + func (*InfoRequest) Descriptor() ([]byte, []int) + func (*InfoRequest) ProtoMessage() + func (m *InfoRequest) Reset() + func (m *InfoRequest) String() string + type InfoResponse struct + Containers int32 + DockerRootDir string + Driver string + Dstatus []*DriverStatus + ExecutionDriver string + ID string + Images int32 + IndexServerAddress string + MemTotal int64 + Name string + OperatingSystem string + Pods int64 + func (*InfoResponse) Descriptor() ([]byte, []int) + func (*InfoResponse) ProtoMessage() + func (m *InfoResponse) GetContainers() int32 + func (m *InfoResponse) GetDockerRootDir() string + func (m *InfoResponse) GetDriver() string + func (m *InfoResponse) GetDstatus() []*DriverStatus + func (m *InfoResponse) GetExecutionDriver() string + func (m *InfoResponse) GetID() string + func (m *InfoResponse) GetImages() int32 + func (m *InfoResponse) GetIndexServerAddress() string + func (m *InfoResponse) GetMemTotal() int64 + func (m *InfoResponse) GetName() string + func (m *InfoResponse) GetOperatingSystem() string + func (m *InfoResponse) GetPods() int64 + func (m *InfoResponse) Reset() + func (m *InfoResponse) String() string + type InterfaceStats struct + Name string + RxBytes uint64 + RxDropped uint64 + RxErrors uint64 + RxPackets uint64 + TxBytes uint64 + TxDropped uint64 + TxErrors uint64 + TxPackets uint64 + func (*InterfaceStats) Descriptor() ([]byte, []int) + func (*InterfaceStats) ProtoMessage() + func (m *InterfaceStats) GetName() string + func (m *InterfaceStats) GetRxBytes() uint64 + func (m *InterfaceStats) GetRxDropped() uint64 + func (m *InterfaceStats) GetRxErrors() uint64 + func (m *InterfaceStats) GetRxPackets() uint64 + func (m *InterfaceStats) GetTxBytes() uint64 + func (m *InterfaceStats) GetTxDropped() uint64 + func (m *InterfaceStats) GetTxErrors() uint64 + func (m *InterfaceStats) GetTxPackets() uint64 + func (m *InterfaceStats) Reset() + func (m *InterfaceStats) String() string + type MemoryStats struct + ContainerData *MemoryStatsMemoryData + Failcnt uint64 + HierarchicalData *MemoryStatsMemoryData + Usage uint64 + WorkingSet uint64 + func (*MemoryStats) Descriptor() ([]byte, []int) + func (*MemoryStats) ProtoMessage() + func (m *MemoryStats) GetContainerData() *MemoryStatsMemoryData + func (m *MemoryStats) GetFailcnt() uint64 + func (m *MemoryStats) GetHierarchicalData() *MemoryStatsMemoryData + func (m *MemoryStats) GetUsage() uint64 + func (m *MemoryStats) GetWorkingSet() uint64 + func (m *MemoryStats) Reset() + func (m *MemoryStats) String() string + type MemoryStatsMemoryData struct + Pgfault uint64 + Pgmajfault uint64 + func (*MemoryStatsMemoryData) Descriptor() ([]byte, []int) + func (*MemoryStatsMemoryData) ProtoMessage() + func (m *MemoryStatsMemoryData) GetPgfault() uint64 + func (m *MemoryStatsMemoryData) GetPgmajfault() uint64 + func (m *MemoryStatsMemoryData) Reset() + func (m *MemoryStatsMemoryData) String() string + type NetworkStats struct + Interfaces []*InterfaceStats + Tcp *TcpStat + Tcp6 *TcpStat + func (*NetworkStats) Descriptor() ([]byte, []int) + func (*NetworkStats) ProtoMessage() + func (m *NetworkStats) GetInterfaces() []*InterfaceStats + func (m *NetworkStats) GetTcp() *TcpStat + func (m *NetworkStats) GetTcp6() *TcpStat + func (m *NetworkStats) Reset() + func (m *NetworkStats) String() string + type PingRequest struct + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) Reset() + func (m *PingRequest) String() string + type PingResponse struct + HyperdStats string + func (*PingResponse) Descriptor() ([]byte, []int) + func (*PingResponse) ProtoMessage() + func (m *PingResponse) GetHyperdStats() string + func (m *PingResponse) Reset() + func (m *PingResponse) String() string + type PodCreateRequest struct + PodID string + PodSpec *UserPod + func (*PodCreateRequest) Descriptor() ([]byte, []int) + func (*PodCreateRequest) ProtoMessage() + func (m *PodCreateRequest) GetPodID() string + func (m *PodCreateRequest) GetPodSpec() *UserPod + func (m *PodCreateRequest) Reset() + func (m *PodCreateRequest) String() string + type PodCreateResponse struct + PodID string + func (*PodCreateResponse) Descriptor() ([]byte, []int) + func (*PodCreateResponse) ProtoMessage() + func (m *PodCreateResponse) GetPodID() string + func (m *PodCreateResponse) Reset() + func (m *PodCreateResponse) String() string + type PodInfo struct + ApiVersion string + CreatedAt int64 + Kind string + PodID string + PodName string + Spec *PodSpec + Status *PodStatus + Vm string + func (*PodInfo) Descriptor() ([]byte, []int) + func (*PodInfo) ProtoMessage() + func (m *PodInfo) GetApiVersion() string + func (m *PodInfo) GetCreatedAt() int64 + func (m *PodInfo) GetKind() string + func (m *PodInfo) GetPodID() string + func (m *PodInfo) GetPodName() string + func (m *PodInfo) GetSpec() *PodSpec + func (m *PodInfo) GetStatus() *PodStatus + func (m *PodInfo) GetVm() string + func (m *PodInfo) Reset() + func (m *PodInfo) String() string + type PodInfoRequest struct + PodID string + func (*PodInfoRequest) Descriptor() ([]byte, []int) + func (*PodInfoRequest) ProtoMessage() + func (m *PodInfoRequest) GetPodID() string + func (m *PodInfoRequest) Reset() + func (m *PodInfoRequest) String() string + type PodInfoResponse struct + PodInfo *PodInfo + func (*PodInfoResponse) Descriptor() ([]byte, []int) + func (*PodInfoResponse) ProtoMessage() + func (m *PodInfoResponse) GetPodInfo() *PodInfo + func (m *PodInfoResponse) Reset() + func (m *PodInfoResponse) String() string + type PodLabelsRequest struct + Labels map[string]string + Override bool + PodID string + func (*PodLabelsRequest) Descriptor() ([]byte, []int) + func (*PodLabelsRequest) ProtoMessage() + func (m *PodLabelsRequest) GetLabels() map[string]string + func (m *PodLabelsRequest) GetOverride() bool + func (m *PodLabelsRequest) GetPodID() string + func (m *PodLabelsRequest) Reset() + func (m *PodLabelsRequest) String() string + type PodLabelsResponse struct + func (*PodLabelsResponse) Descriptor() ([]byte, []int) + func (*PodLabelsResponse) ProtoMessage() + func (m *PodLabelsResponse) Reset() + func (m *PodLabelsResponse) String() string + type PodListRequest struct + PodID string + VmID string + func (*PodListRequest) Descriptor() ([]byte, []int) + func (*PodListRequest) ProtoMessage() + func (m *PodListRequest) GetPodID() string + func (m *PodListRequest) GetVmID() string + func (m *PodListRequest) Reset() + func (m *PodListRequest) String() string + type PodListResponse struct + PodList []*PodListResult + func (*PodListResponse) Descriptor() ([]byte, []int) + func (*PodListResponse) ProtoMessage() + func (m *PodListResponse) GetPodList() []*PodListResult + func (m *PodListResponse) Reset() + func (m *PodListResponse) String() string + type PodListResult struct + CreatedAt int64 + Labels map[string]string + PodID string + PodName string + Status string + VmID string + func (*PodListResult) Descriptor() ([]byte, []int) + func (*PodListResult) ProtoMessage() + func (m *PodListResult) GetCreatedAt() int64 + func (m *PodListResult) GetLabels() map[string]string + func (m *PodListResult) GetPodID() string + func (m *PodListResult) GetPodName() string + func (m *PodListResult) GetStatus() string + func (m *PodListResult) GetVmID() string + func (m *PodListResult) Reset() + func (m *PodListResult) String() string + type PodLogConfig struct + Config map[string]string + Type string + func (*PodLogConfig) Descriptor() ([]byte, []int) + func (*PodLogConfig) ProtoMessage() + func (m *PodLogConfig) GetConfig() map[string]string + func (m *PodLogConfig) GetType() string + func (m *PodLogConfig) Reset() + func (m *PodLogConfig) String() string + type PodPauseRequest struct + PodID string + func (*PodPauseRequest) Descriptor() ([]byte, []int) + func (*PodPauseRequest) ProtoMessage() + func (m *PodPauseRequest) GetPodID() string + func (m *PodPauseRequest) Reset() + func (m *PodPauseRequest) String() string + type PodPauseResponse struct + func (*PodPauseResponse) Descriptor() ([]byte, []int) + func (*PodPauseResponse) ProtoMessage() + func (m *PodPauseResponse) Reset() + func (m *PodPauseResponse) String() string + type PodRemoveRequest struct + PodID string + func (*PodRemoveRequest) Descriptor() ([]byte, []int) + func (*PodRemoveRequest) ProtoMessage() + func (m *PodRemoveRequest) GetPodID() string + func (m *PodRemoveRequest) Reset() + func (m *PodRemoveRequest) String() string + type PodRemoveResponse struct + Cause string + Code int32 + func (*PodRemoveResponse) Descriptor() ([]byte, []int) + func (*PodRemoveResponse) ProtoMessage() + func (m *PodRemoveResponse) GetCause() string + func (m *PodRemoveResponse) GetCode() int32 + func (m *PodRemoveResponse) Reset() + func (m *PodRemoveResponse) String() string + type PodSignalRequest struct + PodID string + Signal int64 + func (*PodSignalRequest) Descriptor() ([]byte, []int) + func (*PodSignalRequest) ProtoMessage() + func (m *PodSignalRequest) GetPodID() string + func (m *PodSignalRequest) GetSignal() int64 + func (m *PodSignalRequest) Reset() + func (m *PodSignalRequest) String() string + type PodSignalResponse struct + func (*PodSignalResponse) Descriptor() ([]byte, []int) + func (*PodSignalResponse) ProtoMessage() + func (m *PodSignalResponse) Reset() + func (m *PodSignalResponse) String() string + type PodSpec struct + Containers []*Container + Labels map[string]string + Memory int32 + Vcpu int32 + Volumes []*PodVolume + func (*PodSpec) Descriptor() ([]byte, []int) + func (*PodSpec) ProtoMessage() + func (m *PodSpec) GetContainers() []*Container + func (m *PodSpec) GetLabels() map[string]string + func (m *PodSpec) GetMemory() int32 + func (m *PodSpec) GetVcpu() int32 + func (m *PodSpec) GetVolumes() []*PodVolume + func (m *PodSpec) Reset() + func (m *PodSpec) String() string + type PodStartRequest struct + PodID string + func (*PodStartRequest) Descriptor() ([]byte, []int) + func (*PodStartRequest) ProtoMessage() + func (m *PodStartRequest) GetPodID() string + func (m *PodStartRequest) Reset() + func (m *PodStartRequest) String() string + type PodStartResponse struct + func (*PodStartResponse) Descriptor() ([]byte, []int) + func (*PodStartResponse) ProtoMessage() + func (m *PodStartResponse) Reset() + func (m *PodStartResponse) String() string + type PodStats struct + Block *BlkioStats + ContainersStats []*ContainersStats + Cpu *CpuStats + Filesystem []*FsStats + Memory *MemoryStats + Network *NetworkStats + Timestamp int64 + func (*PodStats) Descriptor() ([]byte, []int) + func (*PodStats) ProtoMessage() + func (m *PodStats) GetBlock() *BlkioStats + func (m *PodStats) GetContainersStats() []*ContainersStats + func (m *PodStats) GetCpu() *CpuStats + func (m *PodStats) GetFilesystem() []*FsStats + func (m *PodStats) GetMemory() *MemoryStats + func (m *PodStats) GetNetwork() *NetworkStats + func (m *PodStats) GetTimestamp() int64 + func (m *PodStats) Reset() + func (m *PodStats) String() string + type PodStatsRequest struct + PodID string + func (*PodStatsRequest) Descriptor() ([]byte, []int) + func (*PodStatsRequest) ProtoMessage() + func (m *PodStatsRequest) GetPodID() string + func (m *PodStatsRequest) Reset() + func (m *PodStatsRequest) String() string + type PodStatsResponse struct + PodStats *PodStats + func (*PodStatsResponse) Descriptor() ([]byte, []int) + func (*PodStatsResponse) ProtoMessage() + func (m *PodStatsResponse) GetPodStats() *PodStats + func (m *PodStatsResponse) Reset() + func (m *PodStatsResponse) String() string + type PodStatus struct + ContainerStatus []*ContainerStatus + FinishTime string + HostIP string + Message string + Phase string + PodIP []string + Reason string + StartTime string + func (*PodStatus) Descriptor() ([]byte, []int) + func (*PodStatus) ProtoMessage() + func (m *PodStatus) GetContainerStatus() []*ContainerStatus + func (m *PodStatus) GetFinishTime() string + func (m *PodStatus) GetHostIP() string + func (m *PodStatus) GetMessage() string + func (m *PodStatus) GetPhase() string + func (m *PodStatus) GetPodIP() []string + func (m *PodStatus) GetReason() string + func (m *PodStatus) GetStartTime() string + func (m *PodStatus) Reset() + func (m *PodStatus) String() string + type PodStopRequest struct + PodID string + func (*PodStopRequest) Descriptor() ([]byte, []int) + func (*PodStopRequest) ProtoMessage() + func (m *PodStopRequest) GetPodID() string + func (m *PodStopRequest) Reset() + func (m *PodStopRequest) String() string + type PodStopResponse struct + Cause string + Code int32 + func (*PodStopResponse) Descriptor() ([]byte, []int) + func (*PodStopResponse) ProtoMessage() + func (m *PodStopResponse) GetCause() string + func (m *PodStopResponse) GetCode() int32 + func (m *PodStopResponse) Reset() + func (m *PodStopResponse) String() string + type PodUnpauseRequest struct + PodID string + func (*PodUnpauseRequest) Descriptor() ([]byte, []int) + func (*PodUnpauseRequest) ProtoMessage() + func (m *PodUnpauseRequest) GetPodID() string + func (m *PodUnpauseRequest) Reset() + func (m *PodUnpauseRequest) String() string + type PodUnpauseResponse struct + func (*PodUnpauseResponse) Descriptor() ([]byte, []int) + func (*PodUnpauseResponse) ProtoMessage() + func (m *PodUnpauseResponse) Reset() + func (m *PodUnpauseResponse) String() string + type PodVolume struct + Driver string + Name string + Rbd *RBDVolumeSource + Source string + func (*PodVolume) Descriptor() ([]byte, []int) + func (*PodVolume) ProtoMessage() + func (m *PodVolume) GetDriver() string + func (m *PodVolume) GetName() string + func (m *PodVolume) GetRbd() *RBDVolumeSource + func (m *PodVolume) GetSource() string + func (m *PodVolume) Reset() + func (m *PodVolume) String() string + type PortMapping struct + ContainerPort string + HostPort string + Protocol string + func (*PortMapping) Descriptor() ([]byte, []int) + func (*PortMapping) ProtoMessage() + func (m *PortMapping) GetContainerPort() string + func (m *PortMapping) GetHostPort() string + func (m *PortMapping) GetProtocol() string + func (m *PortMapping) Reset() + func (m *PortMapping) String() string + type PortmappingWhiteList struct + ExternalNetworks []string + InternalNetworks []string + func (*PortmappingWhiteList) Descriptor() ([]byte, []int) + func (*PortmappingWhiteList) ProtoMessage() + func (m *PortmappingWhiteList) GetExternalNetworks() []string + func (m *PortmappingWhiteList) GetInternalNetworks() []string + func (m *PortmappingWhiteList) Reset() + func (m *PortmappingWhiteList) String() string + type PublicAPIClient interface + Attach func(ctx context.Context, opts ...grpc.CallOption) (PublicAPI_AttachClient, error) + ContainerCreate func(ctx context.Context, in *ContainerCreateRequest, opts ...grpc.CallOption) (*ContainerCreateResponse, error) + ContainerInfo func(ctx context.Context, in *ContainerInfoRequest, opts ...grpc.CallOption) (*ContainerInfoResponse, error) + ContainerList func(ctx context.Context, in *ContainerListRequest, opts ...grpc.CallOption) (*ContainerListResponse, error) + ContainerLogs func(ctx context.Context, in *ContainerLogsRequest, opts ...grpc.CallOption) (PublicAPI_ContainerLogsClient, error) + ContainerRemove func(ctx context.Context, in *ContainerRemoveRequest, opts ...grpc.CallOption) (*ContainerRemoveResponse, error) + ContainerRename func(ctx context.Context, in *ContainerRenameRequest, opts ...grpc.CallOption) (*ContainerRenameResponse, error) + ContainerSignal func(ctx context.Context, in *ContainerSignalRequest, opts ...grpc.CallOption) (*ContainerSignalResponse, error) + ContainerStart func(ctx context.Context, in *ContainerStartRequest, opts ...grpc.CallOption) (*ContainerStartResponse, error) + ContainerStop func(ctx context.Context, in *ContainerStopRequest, opts ...grpc.CallOption) (*ContainerStopResponse, error) + ExecCreate func(ctx context.Context, in *ExecCreateRequest, opts ...grpc.CallOption) (*ExecCreateResponse, error) + ExecSignal func(ctx context.Context, in *ExecSignalRequest, opts ...grpc.CallOption) (*ExecSignalResponse, error) + ExecStart func(ctx context.Context, opts ...grpc.CallOption) (PublicAPI_ExecStartClient, error) + ExecVM func(ctx context.Context, opts ...grpc.CallOption) (PublicAPI_ExecVMClient, error) + ImageList func(ctx context.Context, in *ImageListRequest, opts ...grpc.CallOption) (*ImageListResponse, error) + ImagePull func(ctx context.Context, in *ImagePullRequest, opts ...grpc.CallOption) (PublicAPI_ImagePullClient, error) + ImagePush func(ctx context.Context, in *ImagePushRequest, opts ...grpc.CallOption) (PublicAPI_ImagePushClient, error) + ImageRemove func(ctx context.Context, in *ImageRemoveRequest, opts ...grpc.CallOption) (*ImageRemoveResponse, error) + Info func(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResponse, error) + Ping func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + PodCreate func(ctx context.Context, in *PodCreateRequest, opts ...grpc.CallOption) (*PodCreateResponse, error) + PodInfo func(ctx context.Context, in *PodInfoRequest, opts ...grpc.CallOption) (*PodInfoResponse, error) + PodList func(ctx context.Context, in *PodListRequest, opts ...grpc.CallOption) (*PodListResponse, error) + PodPause func(ctx context.Context, in *PodPauseRequest, opts ...grpc.CallOption) (*PodPauseResponse, error) + PodRemove func(ctx context.Context, in *PodRemoveRequest, opts ...grpc.CallOption) (*PodRemoveResponse, error) + PodSignal func(ctx context.Context, in *PodSignalRequest, opts ...grpc.CallOption) (*PodSignalResponse, error) + PodStart func(ctx context.Context, in *PodStartRequest, opts ...grpc.CallOption) (*PodStartResponse, error) + PodStats func(ctx context.Context, in *PodStatsRequest, opts ...grpc.CallOption) (*PodStatsResponse, error) + PodStop func(ctx context.Context, in *PodStopRequest, opts ...grpc.CallOption) (*PodStopResponse, error) + PodUnpause func(ctx context.Context, in *PodUnpauseRequest, opts ...grpc.CallOption) (*PodUnpauseResponse, error) + ServiceAdd func(ctx context.Context, in *ServiceAddRequest, opts ...grpc.CallOption) (*ServiceAddResponse, error) + ServiceDelete func(ctx context.Context, in *ServiceDelRequest, opts ...grpc.CallOption) (*ServiceDelResponse, error) + ServiceList func(ctx context.Context, in *ServiceListRequest, opts ...grpc.CallOption) (*ServiceListResponse, error) + ServiceUpdate func(ctx context.Context, in *ServiceUpdateRequest, opts ...grpc.CallOption) (*ServiceUpdateResponse, error) + SetPodLabels func(ctx context.Context, in *PodLabelsRequest, opts ...grpc.CallOption) (*PodLabelsResponse, error) + TTYResize func(ctx context.Context, in *TTYResizeRequest, opts ...grpc.CallOption) (*TTYResizeResponse, error) + VMList func(ctx context.Context, in *VMListRequest, opts ...grpc.CallOption) (*VMListResponse, error) + Version func(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) + Wait func(ctx context.Context, in *WaitRequest, opts ...grpc.CallOption) (*WaitResponse, error) + func NewPublicAPIClient(cc *grpc.ClientConn) PublicAPIClient + type PublicAPIServer interface + Attach func(PublicAPI_AttachServer) error + ContainerCreate func(context.Context, *ContainerCreateRequest) (*ContainerCreateResponse, error) + ContainerInfo func(context.Context, *ContainerInfoRequest) (*ContainerInfoResponse, error) + ContainerList func(context.Context, *ContainerListRequest) (*ContainerListResponse, error) + ContainerLogs func(*ContainerLogsRequest, PublicAPI_ContainerLogsServer) error + ContainerRemove func(context.Context, *ContainerRemoveRequest) (*ContainerRemoveResponse, error) + ContainerRename func(context.Context, *ContainerRenameRequest) (*ContainerRenameResponse, error) + ContainerSignal func(context.Context, *ContainerSignalRequest) (*ContainerSignalResponse, error) + ContainerStart func(context.Context, *ContainerStartRequest) (*ContainerStartResponse, error) + ContainerStop func(context.Context, *ContainerStopRequest) (*ContainerStopResponse, error) + ExecCreate func(context.Context, *ExecCreateRequest) (*ExecCreateResponse, error) + ExecSignal func(context.Context, *ExecSignalRequest) (*ExecSignalResponse, error) + ExecStart func(PublicAPI_ExecStartServer) error + ExecVM func(PublicAPI_ExecVMServer) error + ImageList func(context.Context, *ImageListRequest) (*ImageListResponse, error) + ImagePull func(*ImagePullRequest, PublicAPI_ImagePullServer) error + ImagePush func(*ImagePushRequest, PublicAPI_ImagePushServer) error + ImageRemove func(context.Context, *ImageRemoveRequest) (*ImageRemoveResponse, error) + Info func(context.Context, *InfoRequest) (*InfoResponse, error) + Ping func(context.Context, *PingRequest) (*PingResponse, error) + PodCreate func(context.Context, *PodCreateRequest) (*PodCreateResponse, error) + PodInfo func(context.Context, *PodInfoRequest) (*PodInfoResponse, error) + PodList func(context.Context, *PodListRequest) (*PodListResponse, error) + PodPause func(context.Context, *PodPauseRequest) (*PodPauseResponse, error) + PodRemove func(context.Context, *PodRemoveRequest) (*PodRemoveResponse, error) + PodSignal func(context.Context, *PodSignalRequest) (*PodSignalResponse, error) + PodStart func(context.Context, *PodStartRequest) (*PodStartResponse, error) + PodStats func(context.Context, *PodStatsRequest) (*PodStatsResponse, error) + PodStop func(context.Context, *PodStopRequest) (*PodStopResponse, error) + PodUnpause func(context.Context, *PodUnpauseRequest) (*PodUnpauseResponse, error) + ServiceAdd func(context.Context, *ServiceAddRequest) (*ServiceAddResponse, error) + ServiceDelete func(context.Context, *ServiceDelRequest) (*ServiceDelResponse, error) + ServiceList func(context.Context, *ServiceListRequest) (*ServiceListResponse, error) + ServiceUpdate func(context.Context, *ServiceUpdateRequest) (*ServiceUpdateResponse, error) + SetPodLabels func(context.Context, *PodLabelsRequest) (*PodLabelsResponse, error) + TTYResize func(context.Context, *TTYResizeRequest) (*TTYResizeResponse, error) + VMList func(context.Context, *VMListRequest) (*VMListResponse, error) + Version func(context.Context, *VersionRequest) (*VersionResponse, error) + Wait func(context.Context, *WaitRequest) (*WaitResponse, error) + type PublicAPI_AttachClient interface + Recv func() (*AttachMessage, error) + Send func(*AttachMessage) error + type PublicAPI_AttachServer interface + Recv func() (*AttachMessage, error) + Send func(*AttachMessage) error + type PublicAPI_ContainerLogsClient interface + Recv func() (*ContainerLogsResponse, error) + type PublicAPI_ContainerLogsServer interface + Send func(*ContainerLogsResponse) error + type PublicAPI_ExecStartClient interface + Recv func() (*ExecStartResponse, error) + Send func(*ExecStartRequest) error + type PublicAPI_ExecStartServer interface + Recv func() (*ExecStartRequest, error) + Send func(*ExecStartResponse) error + type PublicAPI_ExecVMClient interface + Recv func() (*ExecVMResponse, error) + Send func(*ExecVMRequest) error + type PublicAPI_ExecVMServer interface + Recv func() (*ExecVMRequest, error) + Send func(*ExecVMResponse) error + type PublicAPI_ImagePullClient interface + Recv func() (*ImagePullResponse, error) + type PublicAPI_ImagePullServer interface + Send func(*ImagePullResponse) error + type PublicAPI_ImagePushClient interface + Recv func() (*ImagePushResponse, error) + type PublicAPI_ImagePushServer interface + Send func(*ImagePushResponse) error + type RBDVolumeSource struct + FsType string + Image string + Keyring string + Monitors []string + Pool string + ReadOnly bool + User string + func (*RBDVolumeSource) Descriptor() ([]byte, []int) + func (*RBDVolumeSource) ProtoMessage() + func (m *RBDVolumeSource) GetFsType() string + func (m *RBDVolumeSource) GetImage() string + func (m *RBDVolumeSource) GetKeyring() string + func (m *RBDVolumeSource) GetMonitors() []string + func (m *RBDVolumeSource) GetPool() string + func (m *RBDVolumeSource) GetReadOnly() bool + func (m *RBDVolumeSource) GetUser() string + func (m *RBDVolumeSource) Reset() + func (m *RBDVolumeSource) String() string + type RunningStatus struct + StartedAt string + func (*RunningStatus) Descriptor() ([]byte, []int) + func (*RunningStatus) ProtoMessage() + func (m *RunningStatus) GetStartedAt() string + func (m *RunningStatus) Reset() + func (m *RunningStatus) String() string + type ServiceAddRequest struct + PodID string + Services []*UserService + func (*ServiceAddRequest) Descriptor() ([]byte, []int) + func (*ServiceAddRequest) ProtoMessage() + func (m *ServiceAddRequest) GetPodID() string + func (m *ServiceAddRequest) GetServices() []*UserService + func (m *ServiceAddRequest) Reset() + func (m *ServiceAddRequest) String() string + type ServiceAddResponse struct + func (*ServiceAddResponse) Descriptor() ([]byte, []int) + func (*ServiceAddResponse) ProtoMessage() + func (m *ServiceAddResponse) Reset() + func (m *ServiceAddResponse) String() string + type ServiceDelRequest struct + PodID string + Services []*UserService + func (*ServiceDelRequest) Descriptor() ([]byte, []int) + func (*ServiceDelRequest) ProtoMessage() + func (m *ServiceDelRequest) GetPodID() string + func (m *ServiceDelRequest) GetServices() []*UserService + func (m *ServiceDelRequest) Reset() + func (m *ServiceDelRequest) String() string + type ServiceDelResponse struct + func (*ServiceDelResponse) Descriptor() ([]byte, []int) + func (*ServiceDelResponse) ProtoMessage() + func (m *ServiceDelResponse) Reset() + func (m *ServiceDelResponse) String() string + type ServiceListRequest struct + PodID string + func (*ServiceListRequest) Descriptor() ([]byte, []int) + func (*ServiceListRequest) ProtoMessage() + func (m *ServiceListRequest) GetPodID() string + func (m *ServiceListRequest) Reset() + func (m *ServiceListRequest) String() string + type ServiceListResponse struct + Services []*UserService + func (*ServiceListResponse) Descriptor() ([]byte, []int) + func (*ServiceListResponse) ProtoMessage() + func (m *ServiceListResponse) GetServices() []*UserService + func (m *ServiceListResponse) Reset() + func (m *ServiceListResponse) String() string + type ServiceUpdateRequest struct + PodID string + Services []*UserService + func (*ServiceUpdateRequest) Descriptor() ([]byte, []int) + func (*ServiceUpdateRequest) ProtoMessage() + func (m *ServiceUpdateRequest) GetPodID() string + func (m *ServiceUpdateRequest) GetServices() []*UserService + func (m *ServiceUpdateRequest) Reset() + func (m *ServiceUpdateRequest) String() string + type ServiceUpdateResponse struct + func (*ServiceUpdateResponse) Descriptor() ([]byte, []int) + func (*ServiceUpdateResponse) ProtoMessage() + func (m *ServiceUpdateResponse) Reset() + func (m *ServiceUpdateResponse) String() string + type TTYResizeRequest struct + ContainerID string + ExecID string + Height int32 + Width int32 + func (*TTYResizeRequest) Descriptor() ([]byte, []int) + func (*TTYResizeRequest) ProtoMessage() + func (m *TTYResizeRequest) GetContainerID() string + func (m *TTYResizeRequest) GetExecID() string + func (m *TTYResizeRequest) GetHeight() int32 + func (m *TTYResizeRequest) GetWidth() int32 + func (m *TTYResizeRequest) Reset() + func (m *TTYResizeRequest) String() string + type TTYResizeResponse struct + func (*TTYResizeResponse) Descriptor() ([]byte, []int) + func (*TTYResizeResponse) ProtoMessage() + func (m *TTYResizeResponse) Reset() + func (m *TTYResizeResponse) String() string + type TcpStat struct + Close uint64 + CloseWait uint64 + Closing uint64 + Established uint64 + FinWait1 uint64 + FinWait2 uint64 + LastAck uint64 + Listen uint64 + SynRecv uint64 + SynSent uint64 + TimeWait uint64 + func (*TcpStat) Descriptor() ([]byte, []int) + func (*TcpStat) ProtoMessage() + func (m *TcpStat) GetClose() uint64 + func (m *TcpStat) GetCloseWait() uint64 + func (m *TcpStat) GetClosing() uint64 + func (m *TcpStat) GetEstablished() uint64 + func (m *TcpStat) GetFinWait1() uint64 + func (m *TcpStat) GetFinWait2() uint64 + func (m *TcpStat) GetLastAck() uint64 + func (m *TcpStat) GetListen() uint64 + func (m *TcpStat) GetSynRecv() uint64 + func (m *TcpStat) GetSynSent() uint64 + func (m *TcpStat) GetTimeWait() uint64 + func (m *TcpStat) Reset() + func (m *TcpStat) String() string + type TermStatus struct + ExitCode int32 + FinishedAt string + Message string + Reason string + StartedAt string + func (*TermStatus) Descriptor() ([]byte, []int) + func (*TermStatus) ProtoMessage() + func (m *TermStatus) GetExitCode() int32 + func (m *TermStatus) GetFinishedAt() string + func (m *TermStatus) GetMessage() string + func (m *TermStatus) GetReason() string + func (m *TermStatus) GetStartedAt() string + func (m *TermStatus) Reset() + func (m *TermStatus) String() string + type Ulimit struct + Hard uint64 + Name string + Soft uint64 + func (*Ulimit) Descriptor() ([]byte, []int) + func (*Ulimit) ProtoMessage() + func (m *Ulimit) GetHard() uint64 + func (m *Ulimit) GetName() string + func (m *Ulimit) GetSoft() uint64 + func (m *Ulimit) Reset() + func (m *Ulimit) String() string + type UserContainer struct + Command []string + Entrypoint []string + Envs []*EnvironmentVar + Files []*UserFileReference + Id string + Image string + Labels map[string]string + LogPath string + Name string + Ports []*UserContainerPort + ReadOnly bool + RestartPolicy string + StopSignal string + Sysctl map[string]string + Tty bool + Ulimits []*Ulimit + User *UserUser + Volumes []*UserVolumeReference + Workdir string + func (*UserContainer) Descriptor() ([]byte, []int) + func (*UserContainer) ProtoMessage() + func (m *UserContainer) GetCommand() []string + func (m *UserContainer) GetEntrypoint() []string + func (m *UserContainer) GetEnvs() []*EnvironmentVar + func (m *UserContainer) GetFiles() []*UserFileReference + func (m *UserContainer) GetId() string + func (m *UserContainer) GetImage() string + func (m *UserContainer) GetLabels() map[string]string + func (m *UserContainer) GetLogPath() string + func (m *UserContainer) GetName() string + func (m *UserContainer) GetPorts() []*UserContainerPort + func (m *UserContainer) GetReadOnly() bool + func (m *UserContainer) GetRestartPolicy() string + func (m *UserContainer) GetStopSignal() string + func (m *UserContainer) GetSysctl() map[string]string + func (m *UserContainer) GetTty() bool + func (m *UserContainer) GetUlimits() []*Ulimit + func (m *UserContainer) GetUser() *UserUser + func (m *UserContainer) GetVolumes() []*UserVolumeReference + func (m *UserContainer) GetWorkdir() string + func (m *UserContainer) Reset() + func (m *UserContainer) String() string + type UserContainerPort struct + ContainerPort int32 + HostPort int32 + Protocol string + ServicePort int32 + func (*UserContainerPort) Descriptor() ([]byte, []int) + func (*UserContainerPort) ProtoMessage() + func (m *UserContainerPort) GetContainerPort() int32 + func (m *UserContainerPort) GetHostPort() int32 + func (m *UserContainerPort) GetProtocol() string + func (m *UserContainerPort) GetServicePort() int32 + func (m *UserContainerPort) Reset() + func (m *UserContainerPort) String() string + type UserFile struct + Content string + Encoding string + Name string + Uri string + func (*UserFile) Descriptor() ([]byte, []int) + func (*UserFile) ProtoMessage() + func (m *UserFile) GetContent() string + func (m *UserFile) GetEncoding() string + func (m *UserFile) GetName() string + func (m *UserFile) GetUri() string + func (m *UserFile) Reset() + func (m *UserFile) String() string + type UserFileReference struct + Detail *UserFile + Filename string + Group string + Path string + Perm string + User string + func (*UserFileReference) Descriptor() ([]byte, []int) + func (*UserFileReference) ProtoMessage() + func (m *UserFileReference) GetDetail() *UserFile + func (m *UserFileReference) GetFilename() string + func (m *UserFileReference) GetGroup() string + func (m *UserFileReference) GetPath() string + func (m *UserFileReference) GetPerm() string + func (m *UserFileReference) GetUser() string + func (m *UserFileReference) Reset() + func (m *UserFileReference) String() string + type UserInterface struct + Bridge string + Gateway string + Ifname string + Ip string + Mac string + Tap string + func (*UserInterface) Descriptor() ([]byte, []int) + func (*UserInterface) ProtoMessage() + func (m *UserInterface) GetBridge() string + func (m *UserInterface) GetGateway() string + func (m *UserInterface) GetIfname() string + func (m *UserInterface) GetIp() string + func (m *UserInterface) GetMac() string + func (m *UserInterface) GetTap() string + func (m *UserInterface) Reset() + func (m *UserInterface) String() string + type UserPod struct + Containers []*UserContainer + Dns []string + DnsOptions []string + DnsSearch []string + Files []*UserFile + Hostname string + Id string + Interfaces []*UserInterface + Labels map[string]string + Log *PodLogConfig + PortmappingWhiteLists *PortmappingWhiteList + Portmappings []*PortMapping + Resource *UserResource + RestartPolicy string + Services []*UserService + Tty bool + Type string + Volumes []*UserVolume + func (*UserPod) Descriptor() ([]byte, []int) + func (*UserPod) ProtoMessage() + func (m *UserPod) GetContainers() []*UserContainer + func (m *UserPod) GetDns() []string + func (m *UserPod) GetDnsOptions() []string + func (m *UserPod) GetDnsSearch() []string + func (m *UserPod) GetFiles() []*UserFile + func (m *UserPod) GetHostname() string + func (m *UserPod) GetId() string + func (m *UserPod) GetInterfaces() []*UserInterface + func (m *UserPod) GetLabels() map[string]string + func (m *UserPod) GetLog() *PodLogConfig + func (m *UserPod) GetPortmappingWhiteLists() *PortmappingWhiteList + func (m *UserPod) GetPortmappings() []*PortMapping + func (m *UserPod) GetResource() *UserResource + func (m *UserPod) GetRestartPolicy() string + func (m *UserPod) GetServices() []*UserService + func (m *UserPod) GetTty() bool + func (m *UserPod) GetType() string + func (m *UserPod) GetVolumes() []*UserVolume + func (m *UserPod) Reset() + func (m *UserPod) String() string + type UserResource struct + Memory int32 + Vcpu int32 + func (*UserResource) Descriptor() ([]byte, []int) + func (*UserResource) ProtoMessage() + func (m *UserResource) GetMemory() int32 + func (m *UserResource) GetVcpu() int32 + func (m *UserResource) Reset() + func (m *UserResource) String() string + type UserService struct + Hosts []*UserServiceBackend + Protocol string + ServiceIP string + ServicePort int32 + func (*UserService) Descriptor() ([]byte, []int) + func (*UserService) ProtoMessage() + func (m *UserService) GetHosts() []*UserServiceBackend + func (m *UserService) GetProtocol() string + func (m *UserService) GetServiceIP() string + func (m *UserService) GetServicePort() int32 + func (m *UserService) Reset() + func (m *UserService) String() string + type UserServiceBackend struct + HostIP string + HostPort int32 + func (*UserServiceBackend) Descriptor() ([]byte, []int) + func (*UserServiceBackend) ProtoMessage() + func (m *UserServiceBackend) GetHostIP() string + func (m *UserServiceBackend) GetHostPort() int32 + func (m *UserServiceBackend) Reset() + func (m *UserServiceBackend) String() string + type UserUser struct + AdditionalGroups []string + Group string + Name string + func (*UserUser) Descriptor() ([]byte, []int) + func (*UserUser) ProtoMessage() + func (m *UserUser) GetAdditionalGroups() []string + func (m *UserUser) GetGroup() string + func (m *UserUser) GetName() string + func (m *UserUser) Reset() + func (m *UserUser) String() string + type UserVolume struct + Format string + Fstype string + Name string + Option *UserVolumeOption + Source string + func (*UserVolume) Descriptor() ([]byte, []int) + func (*UserVolume) ProtoMessage() + func (m *UserVolume) GetFormat() string + func (m *UserVolume) GetFstype() string + func (m *UserVolume) GetName() string + func (m *UserVolume) GetOption() *UserVolumeOption + func (m *UserVolume) GetSource() string + func (m *UserVolume) Reset() + func (m *UserVolume) String() string + type UserVolumeOption struct + Keyring string + Monitors []string + User string + func (*UserVolumeOption) Descriptor() ([]byte, []int) + func (*UserVolumeOption) ProtoMessage() + func (m *UserVolumeOption) GetKeyring() string + func (m *UserVolumeOption) GetMonitors() []string + func (m *UserVolumeOption) GetUser() string + func (m *UserVolumeOption) Reset() + func (m *UserVolumeOption) String() string + type UserVolumeReference struct + Detail *UserVolume + Path string + ReadOnly bool + Volume string + func (*UserVolumeReference) Descriptor() ([]byte, []int) + func (*UserVolumeReference) ProtoMessage() + func (m *UserVolumeReference) GetDetail() *UserVolume + func (m *UserVolumeReference) GetPath() string + func (m *UserVolumeReference) GetReadOnly() bool + func (m *UserVolumeReference) GetVolume() string + func (m *UserVolumeReference) Reset() + func (m *UserVolumeReference) String() string + type VMCreateRequest struct + Cpu int32 + Memory int32 + func (*VMCreateRequest) Descriptor() ([]byte, []int) + func (*VMCreateRequest) ProtoMessage() + func (m *VMCreateRequest) GetCpu() int32 + func (m *VMCreateRequest) GetMemory() int32 + func (m *VMCreateRequest) Reset() + func (m *VMCreateRequest) String() string + type VMCreateResponse struct + VmID string + func (*VMCreateResponse) Descriptor() ([]byte, []int) + func (*VMCreateResponse) ProtoMessage() + func (m *VMCreateResponse) GetVmID() string + func (m *VMCreateResponse) Reset() + func (m *VMCreateResponse) String() string + type VMListRequest struct + PodID string + VmID string + func (*VMListRequest) Descriptor() ([]byte, []int) + func (*VMListRequest) ProtoMessage() + func (m *VMListRequest) GetPodID() string + func (m *VMListRequest) GetVmID() string + func (m *VMListRequest) Reset() + func (m *VMListRequest) String() string + type VMListResponse struct + VmList []*VMListResult + func (*VMListResponse) Descriptor() ([]byte, []int) + func (*VMListResponse) ProtoMessage() + func (m *VMListResponse) GetVmList() []*VMListResult + func (m *VMListResponse) Reset() + func (m *VMListResponse) String() string + type VMListResult struct + PodID string + Status string + VmID string + func (*VMListResult) Descriptor() ([]byte, []int) + func (*VMListResult) ProtoMessage() + func (m *VMListResult) GetPodID() string + func (m *VMListResult) GetStatus() string + func (m *VMListResult) GetVmID() string + func (m *VMListResult) Reset() + func (m *VMListResult) String() string + type VMRemoveRequest struct + VmID string + func (*VMRemoveRequest) Descriptor() ([]byte, []int) + func (*VMRemoveRequest) ProtoMessage() + func (m *VMRemoveRequest) GetVmID() string + func (m *VMRemoveRequest) Reset() + func (m *VMRemoveRequest) String() string + type VMRemoveResponse struct + Cause string + Code int32 + func (*VMRemoveResponse) Descriptor() ([]byte, []int) + func (*VMRemoveResponse) ProtoMessage() + func (m *VMRemoveResponse) GetCause() string + func (m *VMRemoveResponse) GetCode() int32 + func (m *VMRemoveResponse) Reset() + func (m *VMRemoveResponse) String() string + type VersionRequest struct + func (*VersionRequest) Descriptor() ([]byte, []int) + func (*VersionRequest) ProtoMessage() + func (m *VersionRequest) Reset() + func (m *VersionRequest) String() string + type VersionResponse struct + ApiVersion string + Version string + func (*VersionResponse) Descriptor() ([]byte, []int) + func (*VersionResponse) ProtoMessage() + func (m *VersionResponse) GetApiVersion() string + func (m *VersionResponse) GetVersion() string + func (m *VersionResponse) Reset() + func (m *VersionResponse) String() string + type VolumeMount struct + MountPath string + Name string + ReadOnly bool + func (*VolumeMount) Descriptor() ([]byte, []int) + func (*VolumeMount) ProtoMessage() + func (m *VolumeMount) GetMountPath() string + func (m *VolumeMount) GetName() string + func (m *VolumeMount) GetReadOnly() bool + func (m *VolumeMount) Reset() + func (m *VolumeMount) String() string + type WaitRequest struct + Container string + NoHang bool + ProcessId string + func (*WaitRequest) Descriptor() ([]byte, []int) + func (*WaitRequest) ProtoMessage() + func (m *WaitRequest) GetContainer() string + func (m *WaitRequest) GetNoHang() bool + func (m *WaitRequest) GetProcessId() string + func (m *WaitRequest) Reset() + func (m *WaitRequest) String() string + type WaitResponse struct + ExitCode int32 + func (*WaitResponse) Descriptor() ([]byte, []int) + func (*WaitResponse) ProtoMessage() + func (m *WaitResponse) GetExitCode() int32 + func (m *WaitResponse) Reset() + func (m *WaitResponse) String() string + type WaitingStatus struct + Reason string + func (*WaitingStatus) Descriptor() ([]byte, []int) + func (*WaitingStatus) ProtoMessage() + func (m *WaitingStatus) GetReason() string + func (m *WaitingStatus) Reset() + func (m *WaitingStatus) String() string