Documentation
¶
Index ¶
- Variables
- type ContainerImage
- func (*ContainerImage) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerImage) GetDigest() string
- func (x *ContainerImage) GetId() string
- func (x *ContainerImage) GetLayers() []*ContainerImage_ContainerImageLayer
- func (x *ContainerImage) GetName() string
- func (x *ContainerImage) GetOs() *ContainerImage_OperatingSystem
- func (x *ContainerImage) GetRegistry() string
- func (x *ContainerImage) GetRepoDigests() []string
- func (x *ContainerImage) GetShortName() string
- func (x *ContainerImage) GetSize() int64
- func (x *ContainerImage) GetTags() []string
- func (*ContainerImage) ProtoMessage()
- func (x *ContainerImage) ProtoReflect() protoreflect.Message
- func (x *ContainerImage) Reset()
- func (x *ContainerImage) String() string
- type ContainerImagePayload
- func (*ContainerImagePayload) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerImagePayload) GetHost() string
- func (x *ContainerImagePayload) GetImages() []*ContainerImage
- func (x *ContainerImagePayload) GetVersion() string
- func (*ContainerImagePayload) ProtoMessage()
- func (x *ContainerImagePayload) ProtoReflect() protoreflect.Message
- func (x *ContainerImagePayload) Reset()
- func (x *ContainerImagePayload) String() string
- type ContainerImage_ContainerImageLayer
- func (*ContainerImage_ContainerImageLayer) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerImage_ContainerImageLayer) GetDigest() string
- func (x *ContainerImage_ContainerImageLayer) GetMediaType() string
- func (x *ContainerImage_ContainerImageLayer) GetSize() int64
- func (x *ContainerImage_ContainerImageLayer) GetUrls() []string
- func (*ContainerImage_ContainerImageLayer) ProtoMessage()
- func (x *ContainerImage_ContainerImageLayer) ProtoReflect() protoreflect.Message
- func (x *ContainerImage_ContainerImageLayer) Reset()
- func (x *ContainerImage_ContainerImageLayer) String() string
- type ContainerImage_OperatingSystem
- func (*ContainerImage_OperatingSystem) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerImage_OperatingSystem) GetArchitecture() string
- func (x *ContainerImage_OperatingSystem) GetName() string
- func (x *ContainerImage_OperatingSystem) GetVersion() string
- func (*ContainerImage_OperatingSystem) ProtoMessage()
- func (x *ContainerImage_OperatingSystem) ProtoReflect() protoreflect.Message
- func (x *ContainerImage_OperatingSystem) Reset()
- func (x *ContainerImage_OperatingSystem) String() string
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 (x *ContainerImage) GetLayers() []*ContainerImage_ContainerImageLayer
func (*ContainerImage) GetName ¶
func (x *ContainerImage) GetName() string
func (*ContainerImage) GetOs ¶
func (x *ContainerImage) GetOs() *ContainerImage_OperatingSystem
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 (x *ContainerImage_ContainerImageLayer) GetDigest() string
func (*ContainerImage_ContainerImageLayer) GetMediaType ¶
func (x *ContainerImage_ContainerImageLayer) GetMediaType() string
func (*ContainerImage_ContainerImageLayer) GetSize ¶
func (x *ContainerImage_ContainerImageLayer) GetSize() int64
func (*ContainerImage_ContainerImageLayer) GetUrls ¶
func (x *ContainerImage_ContainerImageLayer) GetUrls() []string
func (*ContainerImage_ContainerImageLayer) ProtoMessage ¶
func (*ContainerImage_ContainerImageLayer) ProtoMessage()
func (*ContainerImage_ContainerImageLayer) ProtoReflect ¶
func (x *ContainerImage_ContainerImageLayer) ProtoReflect() protoreflect.Message
func (*ContainerImage_ContainerImageLayer) Reset ¶
func (x *ContainerImage_ContainerImageLayer) Reset()
func (*ContainerImage_ContainerImageLayer) String ¶
func (x *ContainerImage_ContainerImageLayer) String() 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 (x *ContainerImage_OperatingSystem) GetName() string
func (*ContainerImage_OperatingSystem) GetVersion ¶
func (x *ContainerImage_OperatingSystem) GetVersion() string
func (*ContainerImage_OperatingSystem) ProtoMessage ¶
func (*ContainerImage_OperatingSystem) ProtoMessage()
func (*ContainerImage_OperatingSystem) ProtoReflect ¶
func (x *ContainerImage_OperatingSystem) ProtoReflect() protoreflect.Message
func (*ContainerImage_OperatingSystem) Reset ¶
func (x *ContainerImage_OperatingSystem) Reset()
func (*ContainerImage_OperatingSystem) String ¶
func (x *ContainerImage_OperatingSystem) String() string
Click to show internal directories.
Click to hide internal directories.