contimage

package
v5.0.64 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2023 License: BSD-3-Clause Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_contimage_contimage_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ContainerImage

type ContainerImage struct {
	Id          string                                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string                                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Registry    string                                `protobuf:"bytes,3,opt,name=registry,proto3" json:"registry,omitempty"`
	ShortName   string                                `protobuf:"bytes,4,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	Tags        []string                              `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	Digest      string                                `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	Size        int64                                 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"`
	RepoDigests []string                              `protobuf:"bytes,8,rep,name=repo_digests,json=repoDigests,proto3" json:"repo_digests,omitempty"`
	Os          *ContainerImage_OperatingSystem       `protobuf:"bytes,9,opt,name=os,proto3" json:"os,omitempty"`
	Layers      []*ContainerImage_ContainerImageLayer `protobuf:"bytes,10,rep,name=layers,proto3" json:"layers,omitempty"`
	// contains filtered or unexported fields
}

ContainerImage contains the details of a container image

func (*ContainerImage) Descriptor deprecated

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

Deprecated: Use ContainerImage.ProtoReflect.Descriptor instead.

func (*ContainerImage) GetDigest

func (x *ContainerImage) GetDigest() string

func (*ContainerImage) GetId

func (x *ContainerImage) GetId() string

func (*ContainerImage) GetLayers

func (*ContainerImage) GetName

func (x *ContainerImage) GetName() string

func (*ContainerImage) GetOs

func (*ContainerImage) GetRegistry

func (x *ContainerImage) GetRegistry() string

func (*ContainerImage) GetRepoDigests

func (x *ContainerImage) GetRepoDigests() []string

func (*ContainerImage) GetShortName

func (x *ContainerImage) GetShortName() string

func (*ContainerImage) GetSize

func (x *ContainerImage) GetSize() int64

func (*ContainerImage) GetTags

func (x *ContainerImage) GetTags() []string

func (*ContainerImage) ProtoMessage

func (*ContainerImage) ProtoMessage()

func (*ContainerImage) ProtoReflect

func (x *ContainerImage) ProtoReflect() protoreflect.Message

func (*ContainerImage) Reset

func (x *ContainerImage) Reset()

func (*ContainerImage) String

func (x *ContainerImage) String() string

type ContainerImagePayload

type ContainerImagePayload struct {
	Version string            `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // version represents the ContainerImagePayload message version
	Host    string            `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`       // host contains the hostname
	Images  []*ContainerImage `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`   // Images metadata
	// contains filtered or unexported fields
}

ContainerImagePayload represents the main container image payload

func (*ContainerImagePayload) Descriptor deprecated

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

Deprecated: Use ContainerImagePayload.ProtoReflect.Descriptor instead.

func (*ContainerImagePayload) GetHost

func (x *ContainerImagePayload) GetHost() string

func (*ContainerImagePayload) GetImages

func (x *ContainerImagePayload) GetImages() []*ContainerImage

func (*ContainerImagePayload) GetVersion

func (x *ContainerImagePayload) GetVersion() string

func (*ContainerImagePayload) ProtoMessage

func (*ContainerImagePayload) ProtoMessage()

func (*ContainerImagePayload) ProtoReflect

func (x *ContainerImagePayload) ProtoReflect() protoreflect.Message

func (*ContainerImagePayload) Reset

func (x *ContainerImagePayload) Reset()

func (*ContainerImagePayload) String

func (x *ContainerImagePayload) String() string

type ContainerImage_ContainerImageLayer

type ContainerImage_ContainerImageLayer struct {
	Urls      []string `protobuf:"bytes,1,rep,name=urls,proto3" json:"urls,omitempty"`
	MediaType string   `protobuf:"bytes,2,opt,name=mediaType,proto3" json:"mediaType,omitempty"`
	Digest    string   `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	Size      int64    `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerImage_ContainerImageLayer) Descriptor deprecated

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

Deprecated: Use ContainerImage_ContainerImageLayer.ProtoReflect.Descriptor instead.

func (*ContainerImage_ContainerImageLayer) GetDigest

func (*ContainerImage_ContainerImageLayer) GetMediaType

func (x *ContainerImage_ContainerImageLayer) GetMediaType() string

func (*ContainerImage_ContainerImageLayer) GetSize

func (*ContainerImage_ContainerImageLayer) GetUrls

func (*ContainerImage_ContainerImageLayer) ProtoMessage

func (*ContainerImage_ContainerImageLayer) ProtoMessage()

func (*ContainerImage_ContainerImageLayer) ProtoReflect

func (*ContainerImage_ContainerImageLayer) Reset

func (*ContainerImage_ContainerImageLayer) String

type ContainerImage_OperatingSystem

type ContainerImage_OperatingSystem struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version      string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Architecture string `protobuf:"bytes,3,opt,name=architecture,proto3" json:"architecture,omitempty"`
	// contains filtered or unexported fields
}

platform info

func (*ContainerImage_OperatingSystem) Descriptor deprecated

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

Deprecated: Use ContainerImage_OperatingSystem.ProtoReflect.Descriptor instead.

func (*ContainerImage_OperatingSystem) GetArchitecture

func (x *ContainerImage_OperatingSystem) GetArchitecture() string

func (*ContainerImage_OperatingSystem) GetName

func (*ContainerImage_OperatingSystem) GetVersion

func (x *ContainerImage_OperatingSystem) GetVersion() string

func (*ContainerImage_OperatingSystem) ProtoMessage

func (*ContainerImage_OperatingSystem) ProtoMessage()

func (*ContainerImage_OperatingSystem) ProtoReflect

func (*ContainerImage_OperatingSystem) Reset

func (x *ContainerImage_OperatingSystem) Reset()

func (*ContainerImage_OperatingSystem) String

Jump to

Keyboard shortcuts

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