images

package
v0.1.0-beta.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthImages        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowImages          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupImages = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterImagesServer

func RegisterImagesServer(s *grpc.Server, srv ImagesServer)

Types

type ImageListRequest

type ImageListRequest struct {
	// Filter to list images.
	Filter               *v1alpha2.ImageFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ImageListRequest) Descriptor

func (*ImageListRequest) Descriptor() ([]byte, []int)

func (*ImageListRequest) GetFilter

func (m *ImageListRequest) GetFilter() *v1alpha2.ImageFilter

func (*ImageListRequest) Marshal

func (m *ImageListRequest) Marshal() (dAtA []byte, err error)

func (*ImageListRequest) MarshalTo

func (m *ImageListRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageListRequest) MarshalToSizedBuffer

func (m *ImageListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageListRequest) ProtoMessage

func (*ImageListRequest) ProtoMessage()

func (*ImageListRequest) Reset

func (m *ImageListRequest) Reset()

func (*ImageListRequest) Size

func (m *ImageListRequest) Size() (n int)

func (*ImageListRequest) String

func (this *ImageListRequest) String() string

func (*ImageListRequest) Unmarshal

func (m *ImageListRequest) Unmarshal(dAtA []byte) error

func (*ImageListRequest) XXX_DiscardUnknown

func (m *ImageListRequest) XXX_DiscardUnknown()

func (*ImageListRequest) XXX_Marshal

func (m *ImageListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageListRequest) XXX_Merge

func (m *ImageListRequest) XXX_Merge(src proto.Message)

func (*ImageListRequest) XXX_Size

func (m *ImageListRequest) XXX_Size() int

func (*ImageListRequest) XXX_Unmarshal

func (m *ImageListRequest) XXX_Unmarshal(b []byte) error

type ImageListResponse

type ImageListResponse struct {
	// List of images.
	Images               []*v1alpha2.Image `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ImageListResponse) Descriptor

func (*ImageListResponse) Descriptor() ([]byte, []int)

func (*ImageListResponse) GetImages

func (m *ImageListResponse) GetImages() []*v1alpha2.Image

func (*ImageListResponse) Marshal

func (m *ImageListResponse) Marshal() (dAtA []byte, err error)

func (*ImageListResponse) MarshalTo

func (m *ImageListResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageListResponse) MarshalToSizedBuffer

func (m *ImageListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageListResponse) ProtoMessage

func (*ImageListResponse) ProtoMessage()

func (*ImageListResponse) Reset

func (m *ImageListResponse) Reset()

func (*ImageListResponse) Size

func (m *ImageListResponse) Size() (n int)

func (*ImageListResponse) String

func (this *ImageListResponse) String() string

func (*ImageListResponse) Unmarshal

func (m *ImageListResponse) Unmarshal(dAtA []byte) error

func (*ImageListResponse) XXX_DiscardUnknown

func (m *ImageListResponse) XXX_DiscardUnknown()

func (*ImageListResponse) XXX_Marshal

func (m *ImageListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageListResponse) XXX_Merge

func (m *ImageListResponse) XXX_Merge(src proto.Message)

func (*ImageListResponse) XXX_Size

func (m *ImageListResponse) XXX_Size() int

func (*ImageListResponse) XXX_Unmarshal

func (m *ImageListResponse) XXX_Unmarshal(b []byte) error

type ImageProgressRequest

type ImageProgressRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImageProgressRequest) Descriptor

func (*ImageProgressRequest) Descriptor() ([]byte, []int)

func (*ImageProgressRequest) GetImage

func (m *ImageProgressRequest) GetImage() string

func (*ImageProgressRequest) Marshal

func (m *ImageProgressRequest) Marshal() (dAtA []byte, err error)

func (*ImageProgressRequest) MarshalTo

func (m *ImageProgressRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageProgressRequest) MarshalToSizedBuffer

func (m *ImageProgressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageProgressRequest) ProtoMessage

func (*ImageProgressRequest) ProtoMessage()

func (*ImageProgressRequest) Reset

func (m *ImageProgressRequest) Reset()

func (*ImageProgressRequest) Size

func (m *ImageProgressRequest) Size() (n int)

func (*ImageProgressRequest) String

func (this *ImageProgressRequest) String() string

func (*ImageProgressRequest) Unmarshal

func (m *ImageProgressRequest) Unmarshal(dAtA []byte) error

func (*ImageProgressRequest) XXX_DiscardUnknown

func (m *ImageProgressRequest) XXX_DiscardUnknown()

func (*ImageProgressRequest) XXX_Marshal

func (m *ImageProgressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageProgressRequest) XXX_Merge

func (m *ImageProgressRequest) XXX_Merge(src proto.Message)

func (*ImageProgressRequest) XXX_Size

func (m *ImageProgressRequest) XXX_Size() int

func (*ImageProgressRequest) XXX_Unmarshal

func (m *ImageProgressRequest) XXX_Unmarshal(b []byte) error

type ImageProgressResponse

type ImageProgressResponse struct {
	Status               []ImageStatus `protobuf:"bytes,1,rep,name=status,proto3" json:"status"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ImageProgressResponse) Descriptor

func (*ImageProgressResponse) Descriptor() ([]byte, []int)

func (*ImageProgressResponse) GetStatus

func (m *ImageProgressResponse) GetStatus() []ImageStatus

func (*ImageProgressResponse) Marshal

func (m *ImageProgressResponse) Marshal() (dAtA []byte, err error)

func (*ImageProgressResponse) MarshalTo

func (m *ImageProgressResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageProgressResponse) MarshalToSizedBuffer

func (m *ImageProgressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageProgressResponse) ProtoMessage

func (*ImageProgressResponse) ProtoMessage()

func (*ImageProgressResponse) Reset

func (m *ImageProgressResponse) Reset()

func (*ImageProgressResponse) Size

func (m *ImageProgressResponse) Size() (n int)

func (*ImageProgressResponse) String

func (this *ImageProgressResponse) String() string

func (*ImageProgressResponse) Unmarshal

func (m *ImageProgressResponse) Unmarshal(dAtA []byte) error

func (*ImageProgressResponse) XXX_DiscardUnknown

func (m *ImageProgressResponse) XXX_DiscardUnknown()

func (*ImageProgressResponse) XXX_Marshal

func (m *ImageProgressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageProgressResponse) XXX_Merge

func (m *ImageProgressResponse) XXX_Merge(src proto.Message)

func (*ImageProgressResponse) XXX_Size

func (m *ImageProgressResponse) XXX_Size() int

func (*ImageProgressResponse) XXX_Unmarshal

func (m *ImageProgressResponse) XXX_Unmarshal(b []byte) error

type ImagePullRequest

type ImagePullRequest struct {
	Image                *v1alpha2.ImageSpec  `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Auth                 *v1alpha2.AuthConfig `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ImagePullRequest) Descriptor

func (*ImagePullRequest) Descriptor() ([]byte, []int)

func (*ImagePullRequest) GetAuth

func (m *ImagePullRequest) GetAuth() *v1alpha2.AuthConfig

func (*ImagePullRequest) GetImage

func (m *ImagePullRequest) GetImage() *v1alpha2.ImageSpec

func (*ImagePullRequest) Marshal

func (m *ImagePullRequest) Marshal() (dAtA []byte, err error)

func (*ImagePullRequest) MarshalTo

func (m *ImagePullRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImagePullRequest) MarshalToSizedBuffer

func (m *ImagePullRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImagePullRequest) ProtoMessage

func (*ImagePullRequest) ProtoMessage()

func (*ImagePullRequest) Reset

func (m *ImagePullRequest) Reset()

func (*ImagePullRequest) Size

func (m *ImagePullRequest) Size() (n int)

func (*ImagePullRequest) String

func (this *ImagePullRequest) String() string

func (*ImagePullRequest) Unmarshal

func (m *ImagePullRequest) Unmarshal(dAtA []byte) error

func (*ImagePullRequest) XXX_DiscardUnknown

func (m *ImagePullRequest) XXX_DiscardUnknown()

func (*ImagePullRequest) XXX_Marshal

func (m *ImagePullRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImagePullRequest) XXX_Merge

func (m *ImagePullRequest) XXX_Merge(src proto.Message)

func (*ImagePullRequest) XXX_Size

func (m *ImagePullRequest) XXX_Size() int

func (*ImagePullRequest) XXX_Unmarshal

func (m *ImagePullRequest) XXX_Unmarshal(b []byte) error

type ImagePullResponse

type ImagePullResponse struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImagePullResponse) Descriptor

func (*ImagePullResponse) Descriptor() ([]byte, []int)

func (*ImagePullResponse) GetImage

func (m *ImagePullResponse) GetImage() string

func (*ImagePullResponse) Marshal

func (m *ImagePullResponse) Marshal() (dAtA []byte, err error)

func (*ImagePullResponse) MarshalTo

func (m *ImagePullResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImagePullResponse) MarshalToSizedBuffer

func (m *ImagePullResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImagePullResponse) ProtoMessage

func (*ImagePullResponse) ProtoMessage()

func (*ImagePullResponse) Reset

func (m *ImagePullResponse) Reset()

func (*ImagePullResponse) Size

func (m *ImagePullResponse) Size() (n int)

func (*ImagePullResponse) String

func (this *ImagePullResponse) String() string

func (*ImagePullResponse) Unmarshal

func (m *ImagePullResponse) Unmarshal(dAtA []byte) error

func (*ImagePullResponse) XXX_DiscardUnknown

func (m *ImagePullResponse) XXX_DiscardUnknown()

func (*ImagePullResponse) XXX_Marshal

func (m *ImagePullResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImagePullResponse) XXX_Merge

func (m *ImagePullResponse) XXX_Merge(src proto.Message)

func (*ImagePullResponse) XXX_Size

func (m *ImagePullResponse) XXX_Size() int

func (*ImagePullResponse) XXX_Unmarshal

func (m *ImagePullResponse) XXX_Unmarshal(b []byte) error

type ImagePushRequest

type ImagePushRequest struct {
	Image                *v1alpha2.ImageSpec  `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Auth                 *v1alpha2.AuthConfig `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ImagePushRequest) Descriptor

func (*ImagePushRequest) Descriptor() ([]byte, []int)

func (*ImagePushRequest) GetAuth

func (m *ImagePushRequest) GetAuth() *v1alpha2.AuthConfig

func (*ImagePushRequest) GetImage

func (m *ImagePushRequest) GetImage() *v1alpha2.ImageSpec

func (*ImagePushRequest) Marshal

func (m *ImagePushRequest) Marshal() (dAtA []byte, err error)

func (*ImagePushRequest) MarshalTo

func (m *ImagePushRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImagePushRequest) MarshalToSizedBuffer

func (m *ImagePushRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImagePushRequest) ProtoMessage

func (*ImagePushRequest) ProtoMessage()

func (*ImagePushRequest) Reset

func (m *ImagePushRequest) Reset()

func (*ImagePushRequest) Size

func (m *ImagePushRequest) Size() (n int)

func (*ImagePushRequest) String

func (this *ImagePushRequest) String() string

func (*ImagePushRequest) Unmarshal

func (m *ImagePushRequest) Unmarshal(dAtA []byte) error

func (*ImagePushRequest) XXX_DiscardUnknown

func (m *ImagePushRequest) XXX_DiscardUnknown()

func (*ImagePushRequest) XXX_Marshal

func (m *ImagePushRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImagePushRequest) XXX_Merge

func (m *ImagePushRequest) XXX_Merge(src proto.Message)

func (*ImagePushRequest) XXX_Size

func (m *ImagePushRequest) XXX_Size() int

func (*ImagePushRequest) XXX_Unmarshal

func (m *ImagePushRequest) XXX_Unmarshal(b []byte) error

type ImagePushResponse

type ImagePushResponse struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImagePushResponse) Descriptor

func (*ImagePushResponse) Descriptor() ([]byte, []int)

func (*ImagePushResponse) GetImage

func (m *ImagePushResponse) GetImage() string

func (*ImagePushResponse) Marshal

func (m *ImagePushResponse) Marshal() (dAtA []byte, err error)

func (*ImagePushResponse) MarshalTo

func (m *ImagePushResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImagePushResponse) MarshalToSizedBuffer

func (m *ImagePushResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImagePushResponse) ProtoMessage

func (*ImagePushResponse) ProtoMessage()

func (*ImagePushResponse) Reset

func (m *ImagePushResponse) Reset()

func (*ImagePushResponse) Size

func (m *ImagePushResponse) Size() (n int)

func (*ImagePushResponse) String

func (this *ImagePushResponse) String() string

func (*ImagePushResponse) Unmarshal

func (m *ImagePushResponse) Unmarshal(dAtA []byte) error

func (*ImagePushResponse) XXX_DiscardUnknown

func (m *ImagePushResponse) XXX_DiscardUnknown()

func (*ImagePushResponse) XXX_Marshal

func (m *ImagePushResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImagePushResponse) XXX_Merge

func (m *ImagePushResponse) XXX_Merge(src proto.Message)

func (*ImagePushResponse) XXX_Size

func (m *ImagePushResponse) XXX_Size() int

func (*ImagePushResponse) XXX_Unmarshal

func (m *ImagePushResponse) XXX_Unmarshal(b []byte) error

type ImageRemoveRequest

type ImageRemoveRequest struct {
	// Spec of the image to remove.
	Image                *v1alpha2.ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ImageRemoveRequest) Descriptor

func (*ImageRemoveRequest) Descriptor() ([]byte, []int)

func (*ImageRemoveRequest) GetImage

func (m *ImageRemoveRequest) GetImage() *v1alpha2.ImageSpec

func (*ImageRemoveRequest) Marshal

func (m *ImageRemoveRequest) Marshal() (dAtA []byte, err error)

func (*ImageRemoveRequest) MarshalTo

func (m *ImageRemoveRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageRemoveRequest) MarshalToSizedBuffer

func (m *ImageRemoveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageRemoveRequest) ProtoMessage

func (*ImageRemoveRequest) ProtoMessage()

func (*ImageRemoveRequest) Reset

func (m *ImageRemoveRequest) Reset()

func (*ImageRemoveRequest) Size

func (m *ImageRemoveRequest) Size() (n int)

func (*ImageRemoveRequest) String

func (this *ImageRemoveRequest) String() string

func (*ImageRemoveRequest) Unmarshal

func (m *ImageRemoveRequest) Unmarshal(dAtA []byte) error

func (*ImageRemoveRequest) XXX_DiscardUnknown

func (m *ImageRemoveRequest) XXX_DiscardUnknown()

func (*ImageRemoveRequest) XXX_Marshal

func (m *ImageRemoveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageRemoveRequest) XXX_Merge

func (m *ImageRemoveRequest) XXX_Merge(src proto.Message)

func (*ImageRemoveRequest) XXX_Size

func (m *ImageRemoveRequest) XXX_Size() int

func (*ImageRemoveRequest) XXX_Unmarshal

func (m *ImageRemoveRequest) XXX_Unmarshal(b []byte) error

type ImageRemoveResponse

type ImageRemoveResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImageRemoveResponse) Descriptor

func (*ImageRemoveResponse) Descriptor() ([]byte, []int)

func (*ImageRemoveResponse) Marshal

func (m *ImageRemoveResponse) Marshal() (dAtA []byte, err error)

func (*ImageRemoveResponse) MarshalTo

func (m *ImageRemoveResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageRemoveResponse) MarshalToSizedBuffer

func (m *ImageRemoveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageRemoveResponse) ProtoMessage

func (*ImageRemoveResponse) ProtoMessage()

func (*ImageRemoveResponse) Reset

func (m *ImageRemoveResponse) Reset()

func (*ImageRemoveResponse) Size

func (m *ImageRemoveResponse) Size() (n int)

func (*ImageRemoveResponse) String

func (this *ImageRemoveResponse) String() string

func (*ImageRemoveResponse) Unmarshal

func (m *ImageRemoveResponse) Unmarshal(dAtA []byte) error

func (*ImageRemoveResponse) XXX_DiscardUnknown

func (m *ImageRemoveResponse) XXX_DiscardUnknown()

func (*ImageRemoveResponse) XXX_Marshal

func (m *ImageRemoveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageRemoveResponse) XXX_Merge

func (m *ImageRemoveResponse) XXX_Merge(src proto.Message)

func (*ImageRemoveResponse) XXX_Size

func (m *ImageRemoveResponse) XXX_Size() int

func (*ImageRemoveResponse) XXX_Unmarshal

func (m *ImageRemoveResponse) XXX_Unmarshal(b []byte) error

type ImageStatus

type ImageStatus struct {
	Ref                  string    `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	Status               string    `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Offset               int64     `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total                int64     `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	StartedAt            time.Time `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3,stdtime" json:"started_at"`
	UpdatedAt            time.Time `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

lifted from github.com/containerd/containerd/api/services/content/v1/content.proto

func (*ImageStatus) Descriptor

func (*ImageStatus) Descriptor() ([]byte, []int)

func (*ImageStatus) GetOffset

func (m *ImageStatus) GetOffset() int64

func (*ImageStatus) GetRef

func (m *ImageStatus) GetRef() string

func (*ImageStatus) GetStartedAt

func (m *ImageStatus) GetStartedAt() time.Time

func (*ImageStatus) GetStatus

func (m *ImageStatus) GetStatus() string

func (*ImageStatus) GetTotal

func (m *ImageStatus) GetTotal() int64

func (*ImageStatus) GetUpdatedAt

func (m *ImageStatus) GetUpdatedAt() time.Time

func (*ImageStatus) Marshal

func (m *ImageStatus) Marshal() (dAtA []byte, err error)

func (*ImageStatus) MarshalTo

func (m *ImageStatus) MarshalTo(dAtA []byte) (int, error)

func (*ImageStatus) MarshalToSizedBuffer

func (m *ImageStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageStatus) ProtoMessage

func (*ImageStatus) ProtoMessage()

func (*ImageStatus) Reset

func (m *ImageStatus) Reset()

func (*ImageStatus) Size

func (m *ImageStatus) Size() (n int)

func (*ImageStatus) String

func (this *ImageStatus) String() string

func (*ImageStatus) Unmarshal

func (m *ImageStatus) Unmarshal(dAtA []byte) error

func (*ImageStatus) XXX_DiscardUnknown

func (m *ImageStatus) XXX_DiscardUnknown()

func (*ImageStatus) XXX_Marshal

func (m *ImageStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageStatus) XXX_Merge

func (m *ImageStatus) XXX_Merge(src proto.Message)

func (*ImageStatus) XXX_Size

func (m *ImageStatus) XXX_Size() int

func (*ImageStatus) XXX_Unmarshal

func (m *ImageStatus) XXX_Unmarshal(b []byte) error

type ImageStatusRequest

type ImageStatusRequest struct {
	// Spec of the image.
	Image                *v1alpha2.ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ImageStatusRequest) Descriptor

func (*ImageStatusRequest) Descriptor() ([]byte, []int)

func (*ImageStatusRequest) GetImage

func (m *ImageStatusRequest) GetImage() *v1alpha2.ImageSpec

func (*ImageStatusRequest) Marshal

func (m *ImageStatusRequest) Marshal() (dAtA []byte, err error)

func (*ImageStatusRequest) MarshalTo

func (m *ImageStatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageStatusRequest) MarshalToSizedBuffer

func (m *ImageStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageStatusRequest) ProtoMessage

func (*ImageStatusRequest) ProtoMessage()

func (*ImageStatusRequest) Reset

func (m *ImageStatusRequest) Reset()

func (*ImageStatusRequest) Size

func (m *ImageStatusRequest) Size() (n int)

func (*ImageStatusRequest) String

func (this *ImageStatusRequest) String() string

func (*ImageStatusRequest) Unmarshal

func (m *ImageStatusRequest) Unmarshal(dAtA []byte) error

func (*ImageStatusRequest) XXX_DiscardUnknown

func (m *ImageStatusRequest) XXX_DiscardUnknown()

func (*ImageStatusRequest) XXX_Marshal

func (m *ImageStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageStatusRequest) XXX_Merge

func (m *ImageStatusRequest) XXX_Merge(src proto.Message)

func (*ImageStatusRequest) XXX_Size

func (m *ImageStatusRequest) XXX_Size() int

func (*ImageStatusRequest) XXX_Unmarshal

func (m *ImageStatusRequest) XXX_Unmarshal(b []byte) error

type ImageStatusResponse

type ImageStatusResponse struct {
	// Status of the image.
	Image                *v1alpha2.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ImageStatusResponse) Descriptor

func (*ImageStatusResponse) Descriptor() ([]byte, []int)

func (*ImageStatusResponse) GetImage

func (m *ImageStatusResponse) GetImage() *v1alpha2.Image

func (*ImageStatusResponse) Marshal

func (m *ImageStatusResponse) Marshal() (dAtA []byte, err error)

func (*ImageStatusResponse) MarshalTo

func (m *ImageStatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageStatusResponse) MarshalToSizedBuffer

func (m *ImageStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageStatusResponse) ProtoMessage

func (*ImageStatusResponse) ProtoMessage()

func (*ImageStatusResponse) Reset

func (m *ImageStatusResponse) Reset()

func (*ImageStatusResponse) Size

func (m *ImageStatusResponse) Size() (n int)

func (*ImageStatusResponse) String

func (this *ImageStatusResponse) String() string

func (*ImageStatusResponse) Unmarshal

func (m *ImageStatusResponse) Unmarshal(dAtA []byte) error

func (*ImageStatusResponse) XXX_DiscardUnknown

func (m *ImageStatusResponse) XXX_DiscardUnknown()

func (*ImageStatusResponse) XXX_Marshal

func (m *ImageStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageStatusResponse) XXX_Merge

func (m *ImageStatusResponse) XXX_Merge(src proto.Message)

func (*ImageStatusResponse) XXX_Size

func (m *ImageStatusResponse) XXX_Size() int

func (*ImageStatusResponse) XXX_Unmarshal

func (m *ImageStatusResponse) XXX_Unmarshal(b []byte) error

type ImageTagRequest

type ImageTagRequest struct {
	// Spec of the image to remove.
	Image                *v1alpha2.ImageSpec `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Tags                 []string            `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ImageTagRequest) Descriptor

func (*ImageTagRequest) Descriptor() ([]byte, []int)

func (*ImageTagRequest) GetImage

func (m *ImageTagRequest) GetImage() *v1alpha2.ImageSpec

func (*ImageTagRequest) GetTags

func (m *ImageTagRequest) GetTags() []string

func (*ImageTagRequest) Marshal

func (m *ImageTagRequest) Marshal() (dAtA []byte, err error)

func (*ImageTagRequest) MarshalTo

func (m *ImageTagRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageTagRequest) MarshalToSizedBuffer

func (m *ImageTagRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageTagRequest) ProtoMessage

func (*ImageTagRequest) ProtoMessage()

func (*ImageTagRequest) Reset

func (m *ImageTagRequest) Reset()

func (*ImageTagRequest) Size

func (m *ImageTagRequest) Size() (n int)

func (*ImageTagRequest) String

func (this *ImageTagRequest) String() string

func (*ImageTagRequest) Unmarshal

func (m *ImageTagRequest) Unmarshal(dAtA []byte) error

func (*ImageTagRequest) XXX_DiscardUnknown

func (m *ImageTagRequest) XXX_DiscardUnknown()

func (*ImageTagRequest) XXX_Marshal

func (m *ImageTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageTagRequest) XXX_Merge

func (m *ImageTagRequest) XXX_Merge(src proto.Message)

func (*ImageTagRequest) XXX_Size

func (m *ImageTagRequest) XXX_Size() int

func (*ImageTagRequest) XXX_Unmarshal

func (m *ImageTagRequest) XXX_Unmarshal(b []byte) error

type ImageTagResponse

type ImageTagResponse struct {
	// Status of the image.
	Image                *v1alpha2.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ImageTagResponse) Descriptor

func (*ImageTagResponse) Descriptor() ([]byte, []int)

func (*ImageTagResponse) GetImage

func (m *ImageTagResponse) GetImage() *v1alpha2.Image

func (*ImageTagResponse) Marshal

func (m *ImageTagResponse) Marshal() (dAtA []byte, err error)

func (*ImageTagResponse) MarshalTo

func (m *ImageTagResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageTagResponse) MarshalToSizedBuffer

func (m *ImageTagResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageTagResponse) ProtoMessage

func (*ImageTagResponse) ProtoMessage()

func (*ImageTagResponse) Reset

func (m *ImageTagResponse) Reset()

func (*ImageTagResponse) Size

func (m *ImageTagResponse) Size() (n int)

func (*ImageTagResponse) String

func (this *ImageTagResponse) String() string

func (*ImageTagResponse) Unmarshal

func (m *ImageTagResponse) Unmarshal(dAtA []byte) error

func (*ImageTagResponse) XXX_DiscardUnknown

func (m *ImageTagResponse) XXX_DiscardUnknown()

func (*ImageTagResponse) XXX_Marshal

func (m *ImageTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageTagResponse) XXX_Merge

func (m *ImageTagResponse) XXX_Merge(src proto.Message)

func (*ImageTagResponse) XXX_Size

func (m *ImageTagResponse) XXX_Size() int

func (*ImageTagResponse) XXX_Unmarshal

func (m *ImageTagResponse) XXX_Unmarshal(b []byte) error

type ImagesClient

type ImagesClient interface {
	// Status of an image
	Status(ctx context.Context, in *ImageStatusRequest, opts ...grpc.CallOption) (*ImageStatusResponse, error)
	// List images
	List(ctx context.Context, in *ImageListRequest, opts ...grpc.CallOption) (*ImageListResponse, error)
	// Pull an image
	Pull(ctx context.Context, in *ImagePullRequest, opts ...grpc.CallOption) (*ImagePullResponse, error)
	PullProgress(ctx context.Context, in *ImageProgressRequest, opts ...grpc.CallOption) (Images_PullProgressClient, error)
	// Push an image
	Push(ctx context.Context, in *ImagePushRequest, opts ...grpc.CallOption) (*ImagePushResponse, error)
	PushProgress(ctx context.Context, in *ImageProgressRequest, opts ...grpc.CallOption) (Images_PushProgressClient, error)
	// Remove an image
	Remove(ctx context.Context, in *ImageRemoveRequest, opts ...grpc.CallOption) (*ImageRemoveResponse, error)
	// Tag an image
	Tag(ctx context.Context, in *ImageTagRequest, opts ...grpc.CallOption) (*ImageTagResponse, error)
}

ImagesClient is the client API for Images service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewImagesClient

func NewImagesClient(cc *grpc.ClientConn) ImagesClient

type ImagesServer

type ImagesServer interface {
	// Status of an image
	Status(context.Context, *ImageStatusRequest) (*ImageStatusResponse, error)
	// List images
	List(context.Context, *ImageListRequest) (*ImageListResponse, error)
	// Pull an image
	Pull(context.Context, *ImagePullRequest) (*ImagePullResponse, error)
	PullProgress(*ImageProgressRequest, Images_PullProgressServer) error
	// Push an image
	Push(context.Context, *ImagePushRequest) (*ImagePushResponse, error)
	PushProgress(*ImageProgressRequest, Images_PushProgressServer) error
	// Remove an image
	Remove(context.Context, *ImageRemoveRequest) (*ImageRemoveResponse, error)
	// Tag an image
	Tag(context.Context, *ImageTagRequest) (*ImageTagResponse, error)
}

ImagesServer is the server API for Images service.

type Images_PullProgressClient

type Images_PullProgressClient interface {
	Recv() (*ImageProgressResponse, error)
	grpc.ClientStream
}

type Images_PullProgressServer

type Images_PullProgressServer interface {
	Send(*ImageProgressResponse) error
	grpc.ServerStream
}

type Images_PushProgressClient

type Images_PushProgressClient interface {
	Recv() (*ImageProgressResponse, error)
	grpc.ClientStream
}

type Images_PushProgressServer

type Images_PushProgressServer interface {
	Send(*ImageProgressResponse) error
	grpc.ServerStream
}

type UnimplementedImagesServer

type UnimplementedImagesServer struct {
}

UnimplementedImagesServer can be embedded to have forward compatible implementations.

func (*UnimplementedImagesServer) List

func (*UnimplementedImagesServer) Pull

func (*UnimplementedImagesServer) PullProgress

func (*UnimplementedImagesServer) Push

func (*UnimplementedImagesServer) PushProgress

func (*UnimplementedImagesServer) Remove

func (*UnimplementedImagesServer) Status

func (*UnimplementedImagesServer) Tag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL