Documentation ¶
Index ¶
- Variables
- type Provider
- type Registry
- func (*Registry) Descriptor() ([]byte, []int)deprecated
- func (x *Registry) GetInsecure() bool
- func (x *Registry) GetSingleRepository() bool
- func (x *Registry) GetUrl() string
- func (x *Registry) GetUseDockerAuth() bool
- func (*Registry) ProtoMessage()
- func (x *Registry) ProtoReflect() protoreflect.Message
- func (x *Registry) Reset()
- func (x *Registry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_build_registry_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*Provider) Descriptor
deprecated
func (*Provider) GetProvider ¶
func (*Provider) ProtoMessage ¶
func (*Provider) ProtoMessage()
func (*Provider) ProtoReflect ¶
func (x *Provider) ProtoReflect() protoreflect.Message
type Registry ¶
type Registry struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Insecure bool `protobuf:"varint,2,opt,name=insecure,proto3" json:"insecure,omitempty"` UseDockerAuth bool `protobuf:"varint,3,opt,name=use_docker_auth,json=useDockerAuth,proto3" json:"use_docker_auth,omitempty"` // If true, the credentials stored by Docker are used to access this repository. SingleRepository bool `protobuf:"varint,4,opt,name=single_repository,json=singleRepository,proto3" json:"single_repository,omitempty"` // If true, all images are stored in a single repository, rather than creating a repository per image. // contains filtered or unexported fields }
func (*Registry) Descriptor
deprecated
func (*Registry) GetInsecure ¶
func (*Registry) GetSingleRepository ¶ added in v0.0.89
func (*Registry) GetUseDockerAuth ¶ added in v0.0.88
func (*Registry) ProtoMessage ¶
func (*Registry) ProtoMessage()
func (*Registry) ProtoReflect ¶
func (x *Registry) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.