Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + var ErrIntOverflowContainers = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthContainers = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupContainers = fmt.Errorf("proto: unexpected end of group") + func RegisterContainersServer(s *grpc.Server, srv ContainersServer) + type Container struct + CreatedAt time.Time + Extensions map[string]types.Any + ID string + Image string + Labels map[string]string + Runtime *Container_Runtime + SnapshotKey string + Snapshotter string + Spec *types.Any + UpdatedAt time.Time + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Container) Descriptor() ([]byte, []int) + func (*Container) ProtoMessage() + func (m *Container) Marshal() (dAtA []byte, err error) + func (m *Container) MarshalTo(dAtA []byte) (int, error) + func (m *Container) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Container) Reset() + func (m *Container) Size() (n int) + func (m *Container) Unmarshal(dAtA []byte) error + func (m *Container) XXX_DiscardUnknown() + func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Container) XXX_Merge(src proto.Message) + func (m *Container) XXX_Size() int + func (m *Container) XXX_Unmarshal(b []byte) error + func (this *Container) String() string + type Container_Runtime struct + Name string + Options *types.Any + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Container_Runtime) Descriptor() ([]byte, []int) + func (*Container_Runtime) ProtoMessage() + func (m *Container_Runtime) Marshal() (dAtA []byte, err error) + func (m *Container_Runtime) MarshalTo(dAtA []byte) (int, error) + func (m *Container_Runtime) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Container_Runtime) Reset() + func (m *Container_Runtime) Size() (n int) + func (m *Container_Runtime) Unmarshal(dAtA []byte) error + func (m *Container_Runtime) XXX_DiscardUnknown() + func (m *Container_Runtime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Container_Runtime) XXX_Merge(src proto.Message) + func (m *Container_Runtime) XXX_Size() int + func (m *Container_Runtime) XXX_Unmarshal(b []byte) error + func (this *Container_Runtime) String() string + type ContainersClient interface + Create func(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error) + Delete func(ctx context.Context, in *DeleteContainerRequest, opts ...grpc.CallOption) (*types.Empty, error) + Get func(ctx context.Context, in *GetContainerRequest, opts ...grpc.CallOption) (*GetContainerResponse, error) + List func(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (*ListContainersResponse, error) + ListStream func(ctx context.Context, in *ListContainersRequest, opts ...grpc.CallOption) (Containers_ListStreamClient, error) + Update func(ctx context.Context, in *UpdateContainerRequest, opts ...grpc.CallOption) (*UpdateContainerResponse, error) + func NewContainersClient(cc *grpc.ClientConn) ContainersClient + type ContainersServer interface + Create func(context.Context, *CreateContainerRequest) (*CreateContainerResponse, error) + Delete func(context.Context, *DeleteContainerRequest) (*types.Empty, error) + Get func(context.Context, *GetContainerRequest) (*GetContainerResponse, error) + List func(context.Context, *ListContainersRequest) (*ListContainersResponse, error) + ListStream func(*ListContainersRequest, Containers_ListStreamServer) error + Update func(context.Context, *UpdateContainerRequest) (*UpdateContainerResponse, error) + type Containers_ListStreamClient interface + Recv func() (*ListContainerMessage, error) + type Containers_ListStreamServer interface + Send func(*ListContainerMessage) error + type CreateContainerRequest struct + Container Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateContainerRequest) Descriptor() ([]byte, []int) + func (*CreateContainerRequest) ProtoMessage() + 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 + Container Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateContainerResponse) Descriptor() ([]byte, []int) + func (*CreateContainerResponse) ProtoMessage() + 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 DeleteContainerRequest struct + ID string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteContainerRequest) Descriptor() ([]byte, []int) + func (*DeleteContainerRequest) ProtoMessage() + func (m *DeleteContainerRequest) Marshal() (dAtA []byte, err error) + func (m *DeleteContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DeleteContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DeleteContainerRequest) Reset() + func (m *DeleteContainerRequest) Size() (n int) + func (m *DeleteContainerRequest) Unmarshal(dAtA []byte) error + func (m *DeleteContainerRequest) XXX_DiscardUnknown() + func (m *DeleteContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteContainerRequest) XXX_Merge(src proto.Message) + func (m *DeleteContainerRequest) XXX_Size() int + func (m *DeleteContainerRequest) XXX_Unmarshal(b []byte) error + func (this *DeleteContainerRequest) String() string + type GetContainerRequest struct + ID string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetContainerRequest) Descriptor() ([]byte, []int) + func (*GetContainerRequest) ProtoMessage() + 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 Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetContainerResponse) Descriptor() ([]byte, []int) + func (*GetContainerResponse) ProtoMessage() + 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 ListContainerMessage struct + Container *Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListContainerMessage) Descriptor() ([]byte, []int) + func (*ListContainerMessage) ProtoMessage() + func (m *ListContainerMessage) Marshal() (dAtA []byte, err error) + func (m *ListContainerMessage) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainerMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListContainerMessage) Reset() + func (m *ListContainerMessage) Size() (n int) + func (m *ListContainerMessage) Unmarshal(dAtA []byte) error + func (m *ListContainerMessage) XXX_DiscardUnknown() + func (m *ListContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListContainerMessage) XXX_Merge(src proto.Message) + func (m *ListContainerMessage) XXX_Size() int + func (m *ListContainerMessage) XXX_Unmarshal(b []byte) error + func (this *ListContainerMessage) String() string + type ListContainersRequest struct + Filters []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListContainersRequest) Descriptor() ([]byte, []int) + func (*ListContainersRequest) ProtoMessage() + func (m *ListContainersRequest) Marshal() (dAtA []byte, err error) + func (m *ListContainersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListContainersRequest) Reset() + func (m *ListContainersRequest) Size() (n int) + func (m *ListContainersRequest) Unmarshal(dAtA []byte) error + func (m *ListContainersRequest) XXX_DiscardUnknown() + func (m *ListContainersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListContainersRequest) XXX_Merge(src proto.Message) + func (m *ListContainersRequest) XXX_Size() int + func (m *ListContainersRequest) XXX_Unmarshal(b []byte) error + func (this *ListContainersRequest) String() string + type ListContainersResponse struct + Containers []Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListContainersResponse) Descriptor() ([]byte, []int) + func (*ListContainersResponse) ProtoMessage() + func (m *ListContainersResponse) Marshal() (dAtA []byte, err error) + func (m *ListContainersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ListContainersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListContainersResponse) Reset() + func (m *ListContainersResponse) Size() (n int) + func (m *ListContainersResponse) Unmarshal(dAtA []byte) error + func (m *ListContainersResponse) XXX_DiscardUnknown() + func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListContainersResponse) XXX_Merge(src proto.Message) + func (m *ListContainersResponse) XXX_Size() int + func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error + func (this *ListContainersResponse) String() string + type UnimplementedContainersServer struct + func (*UnimplementedContainersServer) Create(ctx context.Context, req *CreateContainerRequest) (*CreateContainerResponse, error) + func (*UnimplementedContainersServer) Delete(ctx context.Context, req *DeleteContainerRequest) (*types.Empty, error) + func (*UnimplementedContainersServer) Get(ctx context.Context, req *GetContainerRequest) (*GetContainerResponse, error) + func (*UnimplementedContainersServer) List(ctx context.Context, req *ListContainersRequest) (*ListContainersResponse, error) + func (*UnimplementedContainersServer) ListStream(req *ListContainersRequest, srv Containers_ListStreamServer) error + func (*UnimplementedContainersServer) Update(ctx context.Context, req *UpdateContainerRequest) (*UpdateContainerResponse, error) + type UpdateContainerRequest struct + Container Container + UpdateMask *types.FieldMask + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateContainerRequest) Descriptor() ([]byte, []int) + func (*UpdateContainerRequest) ProtoMessage() + func (m *UpdateContainerRequest) Marshal() (dAtA []byte, err error) + func (m *UpdateContainerRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateContainerRequest) Reset() + func (m *UpdateContainerRequest) Size() (n int) + func (m *UpdateContainerRequest) Unmarshal(dAtA []byte) error + func (m *UpdateContainerRequest) XXX_DiscardUnknown() + func (m *UpdateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateContainerRequest) XXX_Merge(src proto.Message) + func (m *UpdateContainerRequest) XXX_Size() int + func (m *UpdateContainerRequest) XXX_Unmarshal(b []byte) error + func (this *UpdateContainerRequest) String() string + type UpdateContainerResponse struct + Container Container + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateContainerResponse) Descriptor() ([]byte, []int) + func (*UpdateContainerResponse) ProtoMessage() + func (m *UpdateContainerResponse) Marshal() (dAtA []byte, err error) + func (m *UpdateContainerResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateContainerResponse) Reset() + func (m *UpdateContainerResponse) Size() (n int) + func (m *UpdateContainerResponse) Unmarshal(dAtA []byte) error + func (m *UpdateContainerResponse) XXX_DiscardUnknown() + func (m *UpdateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateContainerResponse) XXX_Merge(src proto.Message) + func (m *UpdateContainerResponse) XXX_Size() int + func (m *UpdateContainerResponse) XXX_Unmarshal(b []byte) error + func (this *UpdateContainerResponse) String() string