Versions in this module Expand all Collapse all v0 v0.2.1 Jun 12, 2020 v0.2.0 Jun 11, 2020 v0.2.0-rc.13 May 21, 2020 v0.2.0-rc.12 May 16, 2020 v0.2.0-rc.11 May 14, 2020 v0.2.0-rc.10 May 13, 2020 v0.2.0-rc.9 May 12, 2020 v0.2.0-rc.8 May 10, 2020 v0.2.0-rc.7 May 9, 2020 v0.2.0-rc.6 May 7, 2020 v0.2.0-rc.5 May 6, 2020 v0.2.0-rc.4 May 6, 2020 v0.2.0-rc.3 May 6, 2020 v0.2.0-rc.2 May 6, 2020 v0.2.0-rc.1 May 5, 2020 v0.0.1 Jan 13, 2020 Changes in this version + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group") + func RegisterContainerServiceServer(s *grpc.Server, srv ContainerServiceServer) + type AttachOptions struct + NoStdin bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*AttachOptions) Descriptor() ([]byte, []int) + func (*AttachOptions) ProtoMessage() + func (m *AttachOptions) GetNoStdin() bool + func (m *AttachOptions) Marshal() (dAtA []byte, err error) + func (m *AttachOptions) MarshalTo(dAtA []byte) (int, error) + func (m *AttachOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AttachOptions) Reset() + func (m *AttachOptions) Size() (n int) + func (m *AttachOptions) Unmarshal(dAtA []byte) error + func (m *AttachOptions) XXX_DiscardUnknown() + func (m *AttachOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AttachOptions) XXX_Merge(src proto.Message) + func (m *AttachOptions) XXX_Size() int + func (m *AttachOptions) XXX_Unmarshal(b []byte) error + func (this *AttachOptions) String() string + type AttachRequest struct + Name string + Opts *AttachOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*AttachRequest) Descriptor() ([]byte, []int) + func (*AttachRequest) ProtoMessage() + func (m *AttachRequest) GetName() string + func (m *AttachRequest) GetOpts() *AttachOptions + func (m *AttachRequest) Marshal() (dAtA []byte, err error) + func (m *AttachRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AttachRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AttachRequest) Reset() + func (m *AttachRequest) Size() (n int) + func (m *AttachRequest) Unmarshal(dAtA []byte) error + func (m *AttachRequest) XXX_DiscardUnknown() + func (m *AttachRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AttachRequest) XXX_Merge(src proto.Message) + func (m *AttachRequest) XXX_Size() int + func (m *AttachRequest) XXX_Unmarshal(b []byte) error + func (this *AttachRequest) String() string + type ContainerOptions struct + AddCapabilities []string + ApparmorProfile []string + Args []string + Attempt uint32 + Command []string + Devices []*v1alpha2.Device + DropCapabilities []string + Envs []*v1alpha2.KeyValue + Labels map[string]string + LinuxResources *v1alpha2.LinuxContainerResources + MaskedPaths []string + MillisCpu int64 + Mounts []*v1alpha2.Mount + Name string + NoNewPrivs bool + ReadonlyPaths []string + SecurityContext *SharedSecurityOptions + Stdin bool + StdinOnce bool + Tty bool + WorkingDir string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ContainerOptions) Descriptor() ([]byte, []int) + func (*ContainerOptions) ProtoMessage() + func (m *ContainerOptions) GetAddCapabilities() []string + func (m *ContainerOptions) GetApparmorProfile() []string + func (m *ContainerOptions) GetArgs() []string + func (m *ContainerOptions) GetAttempt() uint32 + func (m *ContainerOptions) GetCommand() []string + func (m *ContainerOptions) GetDevices() []*v1alpha2.Device + func (m *ContainerOptions) GetDropCapabilities() []string + func (m *ContainerOptions) GetEnvs() []*v1alpha2.KeyValue + func (m *ContainerOptions) GetLabels() map[string]string + func (m *ContainerOptions) GetLinuxResources() *v1alpha2.LinuxContainerResources + func (m *ContainerOptions) GetMaskedPaths() []string + func (m *ContainerOptions) GetMillisCpu() int64 + func (m *ContainerOptions) GetMounts() []*v1alpha2.Mount + func (m *ContainerOptions) GetName() string + func (m *ContainerOptions) GetNoNewPrivs() bool + func (m *ContainerOptions) GetReadonlyPaths() []string + func (m *ContainerOptions) GetSecurityContext() *SharedSecurityOptions + func (m *ContainerOptions) GetStdin() bool + func (m *ContainerOptions) GetStdinOnce() bool + func (m *ContainerOptions) GetTty() bool + func (m *ContainerOptions) GetWorkingDir() string + func (m *ContainerOptions) Marshal() (dAtA []byte, err error) + func (m *ContainerOptions) MarshalTo(dAtA []byte) (int, error) + func (m *ContainerOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ContainerOptions) Reset() + func (m *ContainerOptions) Size() (n int) + func (m *ContainerOptions) Unmarshal(dAtA []byte) error + func (m *ContainerOptions) XXX_DiscardUnknown() + func (m *ContainerOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContainerOptions) XXX_Merge(src proto.Message) + func (m *ContainerOptions) XXX_Size() int + func (m *ContainerOptions) XXX_Unmarshal(b []byte) error + func (this *ContainerOptions) String() string + type ContainerServiceClient interface + Attach func(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*StreamResponse, error) + CreateContainer func(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error) + CreatePod func(ctx context.Context, in *CreatePodRequest, opts ...grpc.CallOption) (*CreatePodResponse, error) + CreateVolume func(ctx context.Context, in *CreateVolumeRequest, opts ...grpc.CallOption) (*CreateVolumeResponse, error) + Events func(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (ContainerService_EventsClient, error) + Exec func(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*StreamResponse, error) + GetContainer func(ctx context.Context, in *GetContainerRequest, opts ...grpc.CallOption) (*GetContainerResponse, error) + GetImage func(ctx context.Context, in *GetImageRequest, opts ...grpc.CallOption) (*GetImageResponse, error) + ListImages func(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error) + ListPods func(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error) + ListVolumes func(ctx context.Context, in *ListVolumesRequest, opts ...grpc.CallOption) (*ListVolumesResponse, error) + LogContainer func(ctx context.Context, in *LogContainerRequest, opts ...grpc.CallOption) (ContainerService_LogContainerClient, error) + PullImage func(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error) + PullProgress func(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (ContainerService_PullProgressClient, error) + PushImage func(ctx context.Context, in *PushImageRequest, opts ...grpc.CallOption) (*PushImageResponse, error) + PushProgress func(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (ContainerService_PushProgressClient, error) + RemoveContainer func(ctx context.Context, in *RemoveContainerRequest, opts ...grpc.CallOption) (*RemoveContainerResponse, error) + RemoveImage func(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error) + RemoveVolume func(ctx context.Context, in *RemoveVolumeRequest, opts ...grpc.CallOption) (*RemoveVolumeResponse, error) + StartContainer func(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error) + StopContainer func(ctx context.Context, in *StopContainerRequest, opts ...grpc.CallOption) (*StopContainerResponse, error) + TagImage func(ctx context.Context, in *TagImageRequest, opts ...grpc.CallOption) (*TagImageResponse, error) + func NewContainerServiceClient(cc *grpc.ClientConn) ContainerServiceClient + type ContainerServiceServer interface + Attach func(context.Context, *AttachRequest) (*StreamResponse, error) + CreateContainer func(context.Context, *CreateContainerRequest) (*CreateContainerResponse, error) + CreatePod func(context.Context, *CreatePodRequest) (*CreatePodResponse, error) + CreateVolume func(context.Context, *CreateVolumeRequest) (*CreateVolumeResponse, error) + Events func(*EventsRequest, ContainerService_EventsServer) error + Exec func(context.Context, *ExecRequest) (*StreamResponse, error) + GetContainer func(context.Context, *GetContainerRequest) (*GetContainerResponse, error) + GetImage func(context.Context, *GetImageRequest) (*GetImageResponse, error) + ListImages func(context.Context, *ListImagesRequest) (*ListImagesResponse, error) + ListPods func(context.Context, *ListPodsRequest) (*ListPodsResponse, error) + ListVolumes func(context.Context, *ListVolumesRequest) (*ListVolumesResponse, error) + LogContainer func(*LogContainerRequest, ContainerService_LogContainerServer) error + PullImage func(context.Context, *PullImageRequest) (*PullImageResponse, error) + PullProgress func(*InfoRequest, ContainerService_PullProgressServer) error + PushImage func(context.Context, *PushImageRequest) (*PushImageResponse, error) + PushProgress func(*InfoRequest, ContainerService_PushProgressServer) error + RemoveContainer func(context.Context, *RemoveContainerRequest) (*RemoveContainerResponse, error) + RemoveImage func(context.Context, *RemoveImageRequest) (*RemoveImageResponse, error) + RemoveVolume func(context.Context, *RemoveVolumeRequest) (*RemoveVolumeResponse, error) + StartContainer func(context.Context, *StartContainerRequest) (*StartContainerResponse, error) + StopContainer func(context.Context, *StopContainerRequest) (*StopContainerResponse, error) + TagImage func(context.Context, *TagImageRequest) (*TagImageResponse, error) + type ContainerService_EventsClient interface + Recv func() (*Event, error) + type ContainerService_EventsServer interface + Send func(*Event) error + type ContainerService_LogContainerClient interface + Recv func() (*LogEntry, error) + type ContainerService_LogContainerServer interface + Send func(*LogEntry) error + type ContainerService_PullProgressClient interface + Recv func() (*InfoResponse, error) + type ContainerService_PullProgressServer interface + Send func(*InfoResponse) error + type ContainerService_PushProgressClient interface + Recv func() (*InfoResponse, error) + type ContainerService_PushProgressServer interface + Send func(*InfoResponse) error + type CreateContainerRequest struct + Image string + Opts *ContainerOptions + PodId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*CreateContainerRequest) Descriptor() ([]byte, []int) + func (*CreateContainerRequest) ProtoMessage() + func (m *CreateContainerRequest) GetImage() string + func (m *CreateContainerRequest) GetOpts() *ContainerOptions + func (m *CreateContainerRequest) GetPodId() string + func (m *CreateContainerRequest) Marshal() (dAtA []byte, err error) + func (m *CreateContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CreateContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateContainerRequest) Reset() + func (m *CreateContainerRequest) Size() (n int) + func (m *CreateContainerRequest) Unmarshal(dAtA []byte) error + func (m *CreateContainerRequest) XXX_DiscardUnknown() + func (m *CreateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateContainerRequest) XXX_Merge(src proto.Message) + func (m *CreateContainerRequest) XXX_Size() int + func (m *CreateContainerRequest) XXX_Unmarshal(b []byte) error + func (this *CreateContainerRequest) String() string + type CreateContainerResponse struct + ContainerId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateContainerResponse) Reset() + func (m *CreateContainerResponse) Size() (n int) + func (m *CreateContainerResponse) Unmarshal(dAtA []byte) error + func (m *CreateContainerResponse) XXX_DiscardUnknown() + func (m *CreateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateContainerResponse) XXX_Merge(src proto.Message) + func (m *CreateContainerResponse) XXX_Size() int + func (m *CreateContainerResponse) XXX_Unmarshal(b []byte) error + func (this *CreateContainerResponse) String() string + type CreatePodRequest struct + Name string + Opts *PodOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*CreatePodRequest) Descriptor() ([]byte, []int) + func (*CreatePodRequest) ProtoMessage() + func (m *CreatePodRequest) GetName() string + func (m *CreatePodRequest) GetOpts() *PodOptions + func (m *CreatePodRequest) Marshal() (dAtA []byte, err error) + func (m *CreatePodRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CreatePodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreatePodRequest) Reset() + func (m *CreatePodRequest) Size() (n int) + func (m *CreatePodRequest) Unmarshal(dAtA []byte) error + func (m *CreatePodRequest) XXX_DiscardUnknown() + func (m *CreatePodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreatePodRequest) XXX_Merge(src proto.Message) + func (m *CreatePodRequest) XXX_Size() int + func (m *CreatePodRequest) XXX_Unmarshal(b []byte) error + func (this *CreatePodRequest) String() string + type CreatePodResponse struct + PodID string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*CreatePodResponse) Descriptor() ([]byte, []int) + func (*CreatePodResponse) ProtoMessage() + func (m *CreatePodResponse) GetPodID() string + func (m *CreatePodResponse) Marshal() (dAtA []byte, err error) + func (m *CreatePodResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CreatePodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreatePodResponse) Reset() + func (m *CreatePodResponse) Size() (n int) + func (m *CreatePodResponse) Unmarshal(dAtA []byte) error + func (m *CreatePodResponse) XXX_DiscardUnknown() + func (m *CreatePodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreatePodResponse) XXX_Merge(src proto.Message) + func (m *CreatePodResponse) XXX_Size() int + func (m *CreatePodResponse) XXX_Unmarshal(b []byte) error + func (this *CreatePodResponse) String() string + type CreateVolumeRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*CreateVolumeRequest) Descriptor() ([]byte, []int) + func (*CreateVolumeRequest) ProtoMessage() + func (m *CreateVolumeRequest) GetName() string + func (m *CreateVolumeRequest) Marshal() (dAtA []byte, err error) + func (m *CreateVolumeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CreateVolumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateVolumeRequest) Reset() + func (m *CreateVolumeRequest) Size() (n int) + func (m *CreateVolumeRequest) Unmarshal(dAtA []byte) error + func (m *CreateVolumeRequest) XXX_DiscardUnknown() + func (m *CreateVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVolumeRequest) XXX_Merge(src proto.Message) + func (m *CreateVolumeRequest) XXX_Size() int + func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error + func (this *CreateVolumeRequest) String() string + type CreateVolumeResponse struct + Volume *Volume + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*CreateVolumeResponse) Descriptor() ([]byte, []int) + func (*CreateVolumeResponse) ProtoMessage() + func (m *CreateVolumeResponse) GetVolume() *Volume + func (m *CreateVolumeResponse) Marshal() (dAtA []byte, err error) + func (m *CreateVolumeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CreateVolumeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateVolumeResponse) Reset() + func (m *CreateVolumeResponse) Size() (n int) + func (m *CreateVolumeResponse) Unmarshal(dAtA []byte) error + func (m *CreateVolumeResponse) XXX_DiscardUnknown() + func (m *CreateVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVolumeResponse) XXX_Merge(src proto.Message) + func (m *CreateVolumeResponse) XXX_Size() int + func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error + func (this *CreateVolumeResponse) String() string + type Event struct + Id string + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) GetId() string + func (m *Event) GetName() string + func (m *Event) Marshal() (dAtA []byte, err error) + func (m *Event) MarshalTo(dAtA []byte) (int, error) + func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Event) Reset() + func (m *Event) Size() (n int) + func (m *Event) Unmarshal(dAtA []byte) error + func (m *Event) XXX_DiscardUnknown() + func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Event) XXX_Merge(src proto.Message) + func (m *Event) XXX_Size() int + func (m *Event) XXX_Unmarshal(b []byte) error + func (this *Event) String() string + type EventsRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*EventsRequest) Descriptor() ([]byte, []int) + func (*EventsRequest) ProtoMessage() + func (m *EventsRequest) Marshal() (dAtA []byte, err error) + func (m *EventsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EventsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventsRequest) Reset() + func (m *EventsRequest) Size() (n int) + func (m *EventsRequest) Unmarshal(dAtA []byte) error + func (m *EventsRequest) XXX_DiscardUnknown() + func (m *EventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventsRequest) XXX_Merge(src proto.Message) + func (m *EventsRequest) XXX_Size() int + func (m *EventsRequest) XXX_Unmarshal(b []byte) error + func (this *EventsRequest) String() string + type ExecOptions struct + Stdin bool + Tty bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ExecOptions) Descriptor() ([]byte, []int) + func (*ExecOptions) ProtoMessage() + func (m *ExecOptions) GetStdin() bool + func (m *ExecOptions) GetTty() bool + func (m *ExecOptions) Marshal() (dAtA []byte, err error) + func (m *ExecOptions) MarshalTo(dAtA []byte) (int, error) + func (m *ExecOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExecOptions) Reset() + func (m *ExecOptions) Size() (n int) + func (m *ExecOptions) Unmarshal(dAtA []byte) error + func (m *ExecOptions) XXX_DiscardUnknown() + func (m *ExecOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecOptions) XXX_Merge(src proto.Message) + func (m *ExecOptions) XXX_Size() int + func (m *ExecOptions) XXX_Unmarshal(b []byte) error + func (this *ExecOptions) String() string + type ExecRequest struct + Cmd []string + Name string + Opts *ExecOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ExecRequest) Descriptor() ([]byte, []int) + func (*ExecRequest) ProtoMessage() + func (m *ExecRequest) GetCmd() []string + func (m *ExecRequest) GetName() string + func (m *ExecRequest) GetOpts() *ExecOptions + func (m *ExecRequest) Marshal() (dAtA []byte, err error) + func (m *ExecRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ExecRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExecRequest) Reset() + func (m *ExecRequest) Size() (n int) + func (m *ExecRequest) Unmarshal(dAtA []byte) error + func (m *ExecRequest) XXX_DiscardUnknown() + func (m *ExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecRequest) XXX_Merge(src proto.Message) + func (m *ExecRequest) XXX_Size() int + func (m *ExecRequest) XXX_Unmarshal(b []byte) error + func (this *ExecRequest) String() string + type ExecResponse struct + Url string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExecResponse) Reset() + func (m *ExecResponse) Size() (n int) + func (m *ExecResponse) Unmarshal(dAtA []byte) error + func (m *ExecResponse) XXX_DiscardUnknown() + func (m *ExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecResponse) XXX_Merge(src proto.Message) + func (m *ExecResponse) XXX_Size() int + func (m *ExecResponse) XXX_Unmarshal(b []byte) error + func (this *ExecResponse) String() string + type GetContainerRequest struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*GetContainerRequest) Descriptor() ([]byte, []int) + func (*GetContainerRequest) ProtoMessage() + func (m *GetContainerRequest) GetName() string + func (m *GetContainerRequest) Marshal() (dAtA []byte, err error) + func (m *GetContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetContainerRequest) Reset() + func (m *GetContainerRequest) Size() (n int) + func (m *GetContainerRequest) Unmarshal(dAtA []byte) error + func (m *GetContainerRequest) XXX_DiscardUnknown() + func (m *GetContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetContainerRequest) XXX_Merge(src proto.Message) + func (m *GetContainerRequest) XXX_Size() int + func (m *GetContainerRequest) XXX_Unmarshal(b []byte) error + func (this *GetContainerRequest) String() string + type GetContainerResponse struct + Container *v1.Container + ContainerId string + Pod *v1.Pod + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*GetContainerResponse) Descriptor() ([]byte, []int) + func (*GetContainerResponse) ProtoMessage() + func (m *GetContainerResponse) GetContainer() *v1.Container + func (m *GetContainerResponse) GetContainerId() string + func (m *GetContainerResponse) GetPod() *v1.Pod + func (m *GetContainerResponse) Marshal() (dAtA []byte, err error) + func (m *GetContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetContainerResponse) Reset() + func (m *GetContainerResponse) Size() (n int) + func (m *GetContainerResponse) Unmarshal(dAtA []byte) error + func (m *GetContainerResponse) XXX_DiscardUnknown() + func (m *GetContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetContainerResponse) XXX_Merge(src proto.Message) + func (m *GetContainerResponse) XXX_Size() int + func (m *GetContainerResponse) XXX_Unmarshal(b []byte) error + func (this *GetContainerResponse) String() string + type GetImageRequest struct + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*GetImageRequest) Descriptor() ([]byte, []int) + func (*GetImageRequest) ProtoMessage() + func (m *GetImageRequest) GetImage() string + func (m *GetImageRequest) Marshal() (dAtA []byte, err error) + func (m *GetImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetImageRequest) Reset() + func (m *GetImageRequest) Size() (n int) + func (m *GetImageRequest) Unmarshal(dAtA []byte) error + func (m *GetImageRequest) XXX_DiscardUnknown() + func (m *GetImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetImageRequest) XXX_Merge(src proto.Message) + func (m *GetImageRequest) XXX_Size() int + func (m *GetImageRequest) XXX_Unmarshal(b []byte) error + func (this *GetImageRequest) String() string + type GetImageResponse struct + Image *Image + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*GetImageResponse) Descriptor() ([]byte, []int) + func (*GetImageResponse) ProtoMessage() + func (m *GetImageResponse) GetImage() *Image + func (m *GetImageResponse) Marshal() (dAtA []byte, err error) + func (m *GetImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetImageResponse) Reset() + func (m *GetImageResponse) Size() (n int) + func (m *GetImageResponse) Unmarshal(dAtA []byte) error + func (m *GetImageResponse) XXX_DiscardUnknown() + func (m *GetImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetImageResponse) XXX_Merge(src proto.Message) + func (m *GetImageResponse) XXX_Size() int + func (m *GetImageResponse) XXX_Unmarshal(b []byte) error + func (this *GetImageResponse) String() string + type Image struct + Digests []string + Id string + Size_ uint64 + Tags []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*Image) Descriptor() ([]byte, []int) + func (*Image) ProtoMessage() + func (m *Image) GetDigests() []string + func (m *Image) GetId() string + func (m *Image) GetSize_() uint64 + func (m *Image) GetTags() []string + func (m *Image) Marshal() (dAtA []byte, err error) + func (m *Image) MarshalTo(dAtA []byte) (int, error) + func (m *Image) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Image) Reset() + func (m *Image) Size() (n int) + func (m *Image) Unmarshal(dAtA []byte) error + func (m *Image) XXX_DiscardUnknown() + func (m *Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Image) XXX_Merge(src proto.Message) + func (m *Image) XXX_Size() int + func (m *Image) XXX_Unmarshal(b []byte) error + func (this *Image) String() string + type Info struct + Offset int64 + Ref string + StartedAt int64 + Status string + Total int64 + UpdatedAt int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*Info) Descriptor() ([]byte, []int) + func (*Info) ProtoMessage() + func (m *Info) GetOffset() int64 + func (m *Info) GetRef() string + func (m *Info) GetStartedAt() int64 + func (m *Info) GetStatus() string + func (m *Info) GetTotal() int64 + func (m *Info) GetUpdatedAt() int64 + func (m *Info) Marshal() (dAtA []byte, err error) + func (m *Info) MarshalTo(dAtA []byte) (int, error) + func (m *Info) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Info) Reset() + func (m *Info) Size() (n int) + func (m *Info) Unmarshal(dAtA []byte) error + func (m *Info) XXX_DiscardUnknown() + func (m *Info) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Info) XXX_Merge(src proto.Message) + func (m *Info) XXX_Size() int + func (m *Info) XXX_Unmarshal(b []byte) error + func (this *Info) String() string + type InfoRequest struct + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*InfoRequest) Descriptor() ([]byte, []int) + func (*InfoRequest) ProtoMessage() + func (m *InfoRequest) GetImage() string + func (m *InfoRequest) Marshal() (dAtA []byte, err error) + func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InfoRequest) Reset() + func (m *InfoRequest) Size() (n int) + func (m *InfoRequest) Unmarshal(dAtA []byte) error + func (m *InfoRequest) XXX_DiscardUnknown() + func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InfoRequest) XXX_Merge(src proto.Message) + func (m *InfoRequest) XXX_Size() int + func (m *InfoRequest) XXX_Unmarshal(b []byte) error + func (this *InfoRequest) String() string + type InfoResponse struct + Info []*Info + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*InfoResponse) Descriptor() ([]byte, []int) + func (*InfoResponse) ProtoMessage() + func (m *InfoResponse) GetInfo() []*Info + func (m *InfoResponse) Marshal() (dAtA []byte, err error) + func (m *InfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *InfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InfoResponse) Reset() + func (m *InfoResponse) Size() (n int) + func (m *InfoResponse) Unmarshal(dAtA []byte) error + func (m *InfoResponse) XXX_DiscardUnknown() + func (m *InfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InfoResponse) XXX_Merge(src proto.Message) + func (m *InfoResponse) XXX_Size() int + func (m *InfoResponse) XXX_Unmarshal(b []byte) error + func (this *InfoResponse) String() string + type ListImagesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ListImagesRequest) Descriptor() ([]byte, []int) + func (*ListImagesRequest) ProtoMessage() + func (m *ListImagesRequest) Marshal() (dAtA []byte, err error) + func (m *ListImagesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListImagesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListImagesRequest) Reset() + func (m *ListImagesRequest) Size() (n int) + func (m *ListImagesRequest) Unmarshal(dAtA []byte) error + func (m *ListImagesRequest) XXX_DiscardUnknown() + func (m *ListImagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListImagesRequest) XXX_Merge(src proto.Message) + func (m *ListImagesRequest) XXX_Size() int + func (m *ListImagesRequest) XXX_Unmarshal(b []byte) error + func (this *ListImagesRequest) String() string + type ListImagesResponse struct + Images []*Image + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListImagesResponse) Reset() + func (m *ListImagesResponse) Size() (n int) + func (m *ListImagesResponse) Unmarshal(dAtA []byte) error + func (m *ListImagesResponse) XXX_DiscardUnknown() + func (m *ListImagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListImagesResponse) XXX_Merge(src proto.Message) + func (m *ListImagesResponse) XXX_Size() int + func (m *ListImagesResponse) XXX_Unmarshal(b []byte) error + func (this *ListImagesResponse) String() string + type ListPodsRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ListPodsRequest) Descriptor() ([]byte, []int) + func (*ListPodsRequest) ProtoMessage() + func (m *ListPodsRequest) Marshal() (dAtA []byte, err error) + func (m *ListPodsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListPodsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListPodsRequest) Reset() + func (m *ListPodsRequest) Size() (n int) + func (m *ListPodsRequest) Unmarshal(dAtA []byte) error + func (m *ListPodsRequest) XXX_DiscardUnknown() + func (m *ListPodsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListPodsRequest) XXX_Merge(src proto.Message) + func (m *ListPodsRequest) XXX_Size() int + func (m *ListPodsRequest) XXX_Unmarshal(b []byte) error + func (this *ListPodsRequest) String() string + type ListPodsResponse struct + Pods []*v1.Pod + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ListPodsResponse) Descriptor() ([]byte, []int) + func (*ListPodsResponse) ProtoMessage() + func (m *ListPodsResponse) GetPods() []*v1.Pod + func (m *ListPodsResponse) Marshal() (dAtA []byte, err error) + func (m *ListPodsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListPodsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListPodsResponse) Reset() + func (m *ListPodsResponse) Size() (n int) + func (m *ListPodsResponse) Unmarshal(dAtA []byte) error + func (m *ListPodsResponse) XXX_DiscardUnknown() + func (m *ListPodsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListPodsResponse) XXX_Merge(src proto.Message) + func (m *ListPodsResponse) XXX_Size() int + func (m *ListPodsResponse) XXX_Unmarshal(b []byte) error + func (this *ListPodsResponse) String() string + type ListVolumesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ListVolumesRequest) Descriptor() ([]byte, []int) + func (*ListVolumesRequest) ProtoMessage() + func (m *ListVolumesRequest) Marshal() (dAtA []byte, err error) + func (m *ListVolumesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListVolumesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListVolumesRequest) Reset() + func (m *ListVolumesRequest) Size() (n int) + func (m *ListVolumesRequest) Unmarshal(dAtA []byte) error + func (m *ListVolumesRequest) XXX_DiscardUnknown() + func (m *ListVolumesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVolumesRequest) XXX_Merge(src proto.Message) + func (m *ListVolumesRequest) XXX_Size() int + func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error + func (this *ListVolumesRequest) String() string + type ListVolumesResponse struct + Volumes []*Volume + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ListVolumesResponse) Descriptor() ([]byte, []int) + func (*ListVolumesResponse) ProtoMessage() + func (m *ListVolumesResponse) GetVolumes() []*Volume + func (m *ListVolumesResponse) Marshal() (dAtA []byte, err error) + func (m *ListVolumesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListVolumesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListVolumesResponse) Reset() + func (m *ListVolumesResponse) Size() (n int) + func (m *ListVolumesResponse) Unmarshal(dAtA []byte) error + func (m *ListVolumesResponse) XXX_DiscardUnknown() + func (m *ListVolumesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVolumesResponse) XXX_Merge(src proto.Message) + func (m *ListVolumesResponse) XXX_Size() int + func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error + func (this *ListVolumesResponse) String() string + type LogContainerRequest struct + Name string + Opts *v1.PodLogOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*LogContainerRequest) Descriptor() ([]byte, []int) + func (*LogContainerRequest) ProtoMessage() + func (m *LogContainerRequest) GetName() string + func (m *LogContainerRequest) GetOpts() *v1.PodLogOptions + func (m *LogContainerRequest) Marshal() (dAtA []byte, err error) + func (m *LogContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LogContainerRequest) Reset() + func (m *LogContainerRequest) Size() (n int) + func (m *LogContainerRequest) Unmarshal(dAtA []byte) error + func (m *LogContainerRequest) XXX_DiscardUnknown() + func (m *LogContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogContainerRequest) XXX_Merge(src proto.Message) + func (m *LogContainerRequest) XXX_Size() int + func (m *LogContainerRequest) XXX_Unmarshal(b []byte) error + func (this *LogContainerRequest) String() string + type LogEntry struct + Message []byte + Stderr bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*LogEntry) Descriptor() ([]byte, []int) + func (*LogEntry) ProtoMessage() + func (m *LogEntry) GetMessage() []byte + func (m *LogEntry) GetStderr() bool + func (m *LogEntry) Marshal() (dAtA []byte, err error) + func (m *LogEntry) MarshalTo(dAtA []byte) (int, error) + func (m *LogEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LogEntry) Reset() + func (m *LogEntry) Size() (n int) + func (m *LogEntry) Unmarshal(dAtA []byte) error + func (m *LogEntry) XXX_DiscardUnknown() + func (m *LogEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogEntry) XXX_Merge(src proto.Message) + func (m *LogEntry) XXX_Size() int + func (m *LogEntry) XXX_Unmarshal(b []byte) error + func (this *LogEntry) String() string + type PodOptions struct + Annotations map[string]string + CgroupParent string + DnsConfig *v1alpha2.DNSConfig + Hostname string + Labels map[string]string + PortMappings []*v1alpha2.PortMapping + Runtime string + SecurityContext *SharedSecurityOptions + Sysctls map[string]string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PodOptions) Descriptor() ([]byte, []int) + func (*PodOptions) ProtoMessage() + func (m *PodOptions) GetAnnotations() map[string]string + func (m *PodOptions) GetCgroupParent() string + func (m *PodOptions) GetDnsConfig() *v1alpha2.DNSConfig + func (m *PodOptions) GetHostname() string + func (m *PodOptions) GetLabels() map[string]string + func (m *PodOptions) GetPortMappings() []*v1alpha2.PortMapping + func (m *PodOptions) GetRuntime() string + func (m *PodOptions) GetSecurityContext() *SharedSecurityOptions + func (m *PodOptions) GetSysctls() map[string]string + func (m *PodOptions) Marshal() (dAtA []byte, err error) + func (m *PodOptions) MarshalTo(dAtA []byte) (int, error) + func (m *PodOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PodOptions) Reset() + func (m *PodOptions) Size() (n int) + func (m *PodOptions) Unmarshal(dAtA []byte) error + func (m *PodOptions) XXX_DiscardUnknown() + func (m *PodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PodOptions) XXX_Merge(src proto.Message) + func (m *PodOptions) XXX_Size() int + func (m *PodOptions) XXX_Unmarshal(b []byte) error + func (this *PodOptions) String() string + type PullImageRequest struct + AuthConfig *v1alpha2.AuthConfig + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PullImageRequest) Descriptor() ([]byte, []int) + func (*PullImageRequest) ProtoMessage() + func (m *PullImageRequest) GetAuthConfig() *v1alpha2.AuthConfig + func (m *PullImageRequest) GetImage() string + func (m *PullImageRequest) Marshal() (dAtA []byte, err error) + func (m *PullImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *PullImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PullImageRequest) Reset() + func (m *PullImageRequest) Size() (n int) + func (m *PullImageRequest) Unmarshal(dAtA []byte) error + func (m *PullImageRequest) XXX_DiscardUnknown() + func (m *PullImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PullImageRequest) XXX_Merge(src proto.Message) + func (m *PullImageRequest) XXX_Size() int + func (m *PullImageRequest) XXX_Unmarshal(b []byte) error + func (this *PullImageRequest) String() string + type PullImageResponse struct + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PullImageResponse) Descriptor() ([]byte, []int) + func (*PullImageResponse) ProtoMessage() + func (m *PullImageResponse) GetImage() string + func (m *PullImageResponse) Marshal() (dAtA []byte, err error) + func (m *PullImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PullImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PullImageResponse) Reset() + func (m *PullImageResponse) Size() (n int) + func (m *PullImageResponse) Unmarshal(dAtA []byte) error + func (m *PullImageResponse) XXX_DiscardUnknown() + func (m *PullImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PullImageResponse) XXX_Merge(src proto.Message) + func (m *PullImageResponse) XXX_Size() int + func (m *PullImageResponse) XXX_Unmarshal(b []byte) error + func (this *PullImageResponse) String() string + type PushImageRequest struct + AuthConfig *v1alpha2.AuthConfig + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PushImageRequest) Descriptor() ([]byte, []int) + func (*PushImageRequest) ProtoMessage() + func (m *PushImageRequest) GetAuthConfig() *v1alpha2.AuthConfig + func (m *PushImageRequest) GetImage() string + func (m *PushImageRequest) Marshal() (dAtA []byte, err error) + func (m *PushImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *PushImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PushImageRequest) Reset() + func (m *PushImageRequest) Size() (n int) + func (m *PushImageRequest) Unmarshal(dAtA []byte) error + func (m *PushImageRequest) XXX_DiscardUnknown() + func (m *PushImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PushImageRequest) XXX_Merge(src proto.Message) + func (m *PushImageRequest) XXX_Size() int + func (m *PushImageRequest) XXX_Unmarshal(b []byte) error + func (this *PushImageRequest) String() string + type PushImageResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PushImageResponse) Descriptor() ([]byte, []int) + func (*PushImageResponse) ProtoMessage() + func (m *PushImageResponse) Marshal() (dAtA []byte, err error) + func (m *PushImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *PushImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PushImageResponse) Reset() + func (m *PushImageResponse) Size() (n int) + func (m *PushImageResponse) Unmarshal(dAtA []byte) error + func (m *PushImageResponse) XXX_DiscardUnknown() + func (m *PushImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PushImageResponse) XXX_Merge(src proto.Message) + func (m *PushImageResponse) XXX_Size() int + func (m *PushImageResponse) XXX_Unmarshal(b []byte) error + func (this *PushImageResponse) String() string + type RemoveContainerRequest struct + ContainerId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveContainerRequest) Reset() + func (m *RemoveContainerRequest) Size() (n int) + func (m *RemoveContainerRequest) Unmarshal(dAtA []byte) error + func (m *RemoveContainerRequest) XXX_DiscardUnknown() + func (m *RemoveContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveContainerRequest) XXX_Merge(src proto.Message) + func (m *RemoveContainerRequest) XXX_Size() int + func (m *RemoveContainerRequest) XXX_Unmarshal(b []byte) error + func (this *RemoveContainerRequest) String() string + type RemoveContainerResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveContainerResponse) Reset() + func (m *RemoveContainerResponse) Size() (n int) + func (m *RemoveContainerResponse) Unmarshal(dAtA []byte) error + func (m *RemoveContainerResponse) XXX_DiscardUnknown() + func (m *RemoveContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveContainerResponse) XXX_Merge(src proto.Message) + func (m *RemoveContainerResponse) XXX_Size() int + func (m *RemoveContainerResponse) XXX_Unmarshal(b []byte) error + func (this *RemoveContainerResponse) String() string + type RemoveImageRequest struct + Image string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*RemoveImageRequest) Descriptor() ([]byte, []int) + func (*RemoveImageRequest) ProtoMessage() + func (m *RemoveImageRequest) GetImage() string + func (m *RemoveImageRequest) Marshal() (dAtA []byte, err error) + func (m *RemoveImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveImageRequest) Reset() + func (m *RemoveImageRequest) Size() (n int) + func (m *RemoveImageRequest) Unmarshal(dAtA []byte) error + func (m *RemoveImageRequest) XXX_DiscardUnknown() + func (m *RemoveImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveImageRequest) XXX_Merge(src proto.Message) + func (m *RemoveImageRequest) XXX_Size() int + func (m *RemoveImageRequest) XXX_Unmarshal(b []byte) error + func (this *RemoveImageRequest) String() string + type RemoveImageResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveImageResponse) Reset() + func (m *RemoveImageResponse) Size() (n int) + func (m *RemoveImageResponse) Unmarshal(dAtA []byte) error + func (m *RemoveImageResponse) XXX_DiscardUnknown() + func (m *RemoveImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveImageResponse) XXX_Merge(src proto.Message) + func (m *RemoveImageResponse) XXX_Size() int + func (m *RemoveImageResponse) XXX_Unmarshal(b []byte) error + func (this *RemoveImageResponse) String() string + type RemoveVolumeRequest struct + Force bool + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*RemoveVolumeRequest) Descriptor() ([]byte, []int) + func (*RemoveVolumeRequest) ProtoMessage() + func (m *RemoveVolumeRequest) GetForce() bool + func (m *RemoveVolumeRequest) GetName() string + func (m *RemoveVolumeRequest) Marshal() (dAtA []byte, err error) + func (m *RemoveVolumeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveVolumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveVolumeRequest) Reset() + func (m *RemoveVolumeRequest) Size() (n int) + func (m *RemoveVolumeRequest) Unmarshal(dAtA []byte) error + func (m *RemoveVolumeRequest) XXX_DiscardUnknown() + func (m *RemoveVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveVolumeRequest) XXX_Merge(src proto.Message) + func (m *RemoveVolumeRequest) XXX_Size() int + func (m *RemoveVolumeRequest) XXX_Unmarshal(b []byte) error + func (this *RemoveVolumeRequest) String() string + type RemoveVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*RemoveVolumeResponse) Descriptor() ([]byte, []int) + func (*RemoveVolumeResponse) ProtoMessage() + func (m *RemoveVolumeResponse) Marshal() (dAtA []byte, err error) + func (m *RemoveVolumeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RemoveVolumeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RemoveVolumeResponse) Reset() + func (m *RemoveVolumeResponse) Size() (n int) + func (m *RemoveVolumeResponse) Unmarshal(dAtA []byte) error + func (m *RemoveVolumeResponse) XXX_DiscardUnknown() + func (m *RemoveVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoveVolumeResponse) XXX_Merge(src proto.Message) + func (m *RemoveVolumeResponse) XXX_Size() int + func (m *RemoveVolumeResponse) XXX_Unmarshal(b []byte) error + func (this *RemoveVolumeResponse) String() string + type SharedSecurityOptions struct + Group string + Groups []string + IpcMode v1alpha2.NamespaceMode + NetMode v1alpha2.NamespaceMode + PidMode v1alpha2.NamespaceMode + Privileged bool + ReadonlyRoot bool + SeccompProfile string + SelinuxOptions *v1alpha2.SELinuxOption + User string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*SharedSecurityOptions) Descriptor() ([]byte, []int) + func (*SharedSecurityOptions) ProtoMessage() + func (m *SharedSecurityOptions) GetGroup() string + func (m *SharedSecurityOptions) GetGroups() []string + func (m *SharedSecurityOptions) GetIpcMode() v1alpha2.NamespaceMode + func (m *SharedSecurityOptions) GetNetMode() v1alpha2.NamespaceMode + func (m *SharedSecurityOptions) GetPidMode() v1alpha2.NamespaceMode + func (m *SharedSecurityOptions) GetPrivileged() bool + func (m *SharedSecurityOptions) GetReadonlyRoot() bool + func (m *SharedSecurityOptions) GetSeccompProfile() string + func (m *SharedSecurityOptions) GetSelinuxOptions() *v1alpha2.SELinuxOption + func (m *SharedSecurityOptions) GetUser() string + func (m *SharedSecurityOptions) Marshal() (dAtA []byte, err error) + func (m *SharedSecurityOptions) MarshalTo(dAtA []byte) (int, error) + func (m *SharedSecurityOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SharedSecurityOptions) Reset() + func (m *SharedSecurityOptions) Size() (n int) + func (m *SharedSecurityOptions) Unmarshal(dAtA []byte) error + func (m *SharedSecurityOptions) XXX_DiscardUnknown() + func (m *SharedSecurityOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SharedSecurityOptions) XXX_Merge(src proto.Message) + func (m *SharedSecurityOptions) XXX_Size() int + func (m *SharedSecurityOptions) XXX_Unmarshal(b []byte) error + func (this *SharedSecurityOptions) String() string + type StartContainerRequest struct + ContainerId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StartContainerRequest) Reset() + func (m *StartContainerRequest) Size() (n int) + func (m *StartContainerRequest) Unmarshal(dAtA []byte) error + func (m *StartContainerRequest) XXX_DiscardUnknown() + func (m *StartContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StartContainerRequest) XXX_Merge(src proto.Message) + func (m *StartContainerRequest) XXX_Size() int + func (m *StartContainerRequest) XXX_Unmarshal(b []byte) error + func (this *StartContainerRequest) String() string + type StartContainerResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StartContainerResponse) Reset() + func (m *StartContainerResponse) Size() (n int) + func (m *StartContainerResponse) Unmarshal(dAtA []byte) error + func (m *StartContainerResponse) XXX_DiscardUnknown() + func (m *StartContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StartContainerResponse) XXX_Merge(src proto.Message) + func (m *StartContainerResponse) XXX_Size() int + func (m *StartContainerResponse) XXX_Unmarshal(b []byte) error + func (this *StartContainerResponse) String() string + type StopContainerRequest struct + ContainerId string + Timeout int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StopContainerRequest) Reset() + func (m *StopContainerRequest) Size() (n int) + func (m *StopContainerRequest) Unmarshal(dAtA []byte) error + func (m *StopContainerRequest) XXX_DiscardUnknown() + func (m *StopContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StopContainerRequest) XXX_Merge(src proto.Message) + func (m *StopContainerRequest) XXX_Size() int + func (m *StopContainerRequest) XXX_Unmarshal(b []byte) error + func (this *StopContainerRequest) String() string + type StopContainerResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StopContainerResponse) Reset() + func (m *StopContainerResponse) Size() (n int) + func (m *StopContainerResponse) Unmarshal(dAtA []byte) error + func (m *StopContainerResponse) XXX_DiscardUnknown() + func (m *StopContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StopContainerResponse) XXX_Merge(src proto.Message) + func (m *StopContainerResponse) XXX_Size() int + func (m *StopContainerResponse) XXX_Unmarshal(b []byte) error + func (this *StopContainerResponse) String() string + type StreamResponse struct + Stdin bool + Tty bool + Url string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*StreamResponse) Descriptor() ([]byte, []int) + func (*StreamResponse) ProtoMessage() + func (m *StreamResponse) GetStdin() bool + func (m *StreamResponse) GetTty() bool + func (m *StreamResponse) GetUrl() string + func (m *StreamResponse) Marshal() (dAtA []byte, err error) + func (m *StreamResponse) MarshalTo(dAtA []byte) (int, error) + func (m *StreamResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StreamResponse) Reset() + func (m *StreamResponse) Size() (n int) + func (m *StreamResponse) Unmarshal(dAtA []byte) error + func (m *StreamResponse) XXX_DiscardUnknown() + func (m *StreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StreamResponse) XXX_Merge(src proto.Message) + func (m *StreamResponse) XXX_Size() int + func (m *StreamResponse) XXX_Unmarshal(b []byte) error + func (this *StreamResponse) String() string + type TagImageRequest struct + Image string + Tags []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*TagImageRequest) Descriptor() ([]byte, []int) + func (*TagImageRequest) ProtoMessage() + func (m *TagImageRequest) GetImage() string + func (m *TagImageRequest) GetTags() []string + func (m *TagImageRequest) Marshal() (dAtA []byte, err error) + func (m *TagImageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TagImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagImageRequest) Reset() + func (m *TagImageRequest) Size() (n int) + func (m *TagImageRequest) Unmarshal(dAtA []byte) error + func (m *TagImageRequest) XXX_DiscardUnknown() + func (m *TagImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagImageRequest) XXX_Merge(src proto.Message) + func (m *TagImageRequest) XXX_Size() int + func (m *TagImageRequest) XXX_Unmarshal(b []byte) error + func (this *TagImageRequest) String() string + type TagImageResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*TagImageResponse) Descriptor() ([]byte, []int) + func (*TagImageResponse) ProtoMessage() + func (m *TagImageResponse) Marshal() (dAtA []byte, err error) + func (m *TagImageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TagImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagImageResponse) Reset() + func (m *TagImageResponse) Size() (n int) + func (m *TagImageResponse) Unmarshal(dAtA []byte) error + func (m *TagImageResponse) XXX_DiscardUnknown() + func (m *TagImageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagImageResponse) XXX_Merge(src proto.Message) + func (m *TagImageResponse) XXX_Size() int + func (m *TagImageResponse) XXX_Unmarshal(b []byte) error + func (this *TagImageResponse) String() string + type UnimplementedContainerServiceServer struct + func (*UnimplementedContainerServiceServer) Attach(ctx context.Context, req *AttachRequest) (*StreamResponse, error) + func (*UnimplementedContainerServiceServer) CreateContainer(ctx context.Context, req *CreateContainerRequest) (*CreateContainerResponse, error) + func (*UnimplementedContainerServiceServer) CreatePod(ctx context.Context, req *CreatePodRequest) (*CreatePodResponse, error) + func (*UnimplementedContainerServiceServer) CreateVolume(ctx context.Context, req *CreateVolumeRequest) (*CreateVolumeResponse, error) + func (*UnimplementedContainerServiceServer) Events(req *EventsRequest, srv ContainerService_EventsServer) error + func (*UnimplementedContainerServiceServer) Exec(ctx context.Context, req *ExecRequest) (*StreamResponse, error) + func (*UnimplementedContainerServiceServer) GetContainer(ctx context.Context, req *GetContainerRequest) (*GetContainerResponse, error) + func (*UnimplementedContainerServiceServer) GetImage(ctx context.Context, req *GetImageRequest) (*GetImageResponse, error) + func (*UnimplementedContainerServiceServer) ListImages(ctx context.Context, req *ListImagesRequest) (*ListImagesResponse, error) + func (*UnimplementedContainerServiceServer) ListPods(ctx context.Context, req *ListPodsRequest) (*ListPodsResponse, error) + func (*UnimplementedContainerServiceServer) ListVolumes(ctx context.Context, req *ListVolumesRequest) (*ListVolumesResponse, error) + func (*UnimplementedContainerServiceServer) LogContainer(req *LogContainerRequest, srv ContainerService_LogContainerServer) error + func (*UnimplementedContainerServiceServer) PullImage(ctx context.Context, req *PullImageRequest) (*PullImageResponse, error) + func (*UnimplementedContainerServiceServer) PullProgress(req *InfoRequest, srv ContainerService_PullProgressServer) error + func (*UnimplementedContainerServiceServer) PushImage(ctx context.Context, req *PushImageRequest) (*PushImageResponse, error) + func (*UnimplementedContainerServiceServer) PushProgress(req *InfoRequest, srv ContainerService_PushProgressServer) error + func (*UnimplementedContainerServiceServer) RemoveContainer(ctx context.Context, req *RemoveContainerRequest) (*RemoveContainerResponse, error) + func (*UnimplementedContainerServiceServer) RemoveImage(ctx context.Context, req *RemoveImageRequest) (*RemoveImageResponse, error) + func (*UnimplementedContainerServiceServer) RemoveVolume(ctx context.Context, req *RemoveVolumeRequest) (*RemoveVolumeResponse, error) + func (*UnimplementedContainerServiceServer) StartContainer(ctx context.Context, req *StartContainerRequest) (*StartContainerResponse, error) + func (*UnimplementedContainerServiceServer) StopContainer(ctx context.Context, req *StopContainerRequest) (*StopContainerResponse, error) + func (*UnimplementedContainerServiceServer) TagImage(ctx context.Context, req *TagImageRequest) (*TagImageResponse, error) + type Volume struct + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*Volume) Descriptor() ([]byte, []int) + func (*Volume) ProtoMessage() + func (m *Volume) GetId() string + func (m *Volume) Marshal() (dAtA []byte, err error) + func (m *Volume) MarshalTo(dAtA []byte) (int, error) + func (m *Volume) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Volume) Reset() + func (m *Volume) Size() (n int) + func (m *Volume) Unmarshal(dAtA []byte) error + func (m *Volume) XXX_DiscardUnknown() + func (m *Volume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Volume) XXX_Merge(src proto.Message) + func (m *Volume) XXX_Size() int + func (m *Volume) XXX_Unmarshal(b []byte) error + func (this *Volume) String() string