registry

package
v0.0.237 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Provider.ProtoReflect.Descriptor instead.

func (*Provider) GetProvider

func (x *Provider) GetProvider() string

func (*Provider) ProtoMessage

func (*Provider) ProtoMessage()

func (*Provider) ProtoReflect

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

func (*Provider) Reset

func (x *Provider) Reset()

func (*Provider) String

func (x *Provider) String() string

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.
	Transport        *RegistryTransport `protobuf:"bytes,5,opt,name=transport,proto3" json:"transport,omitempty"`
	// contains filtered or unexported fields
}

func (*Registry) Descriptor deprecated

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

Deprecated: Use Registry.ProtoReflect.Descriptor instead.

func (*Registry) GetInsecure

func (x *Registry) GetInsecure() bool

func (*Registry) GetSingleRepository added in v0.0.89

func (x *Registry) GetSingleRepository() bool

func (*Registry) GetTransport added in v0.0.103

func (x *Registry) GetTransport() *RegistryTransport

func (*Registry) GetUrl

func (x *Registry) GetUrl() string

func (*Registry) GetUseDockerAuth added in v0.0.88

func (x *Registry) GetUseDockerAuth() bool

func (*Registry) ProtoMessage

func (*Registry) ProtoMessage()

func (*Registry) ProtoReflect

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

func (*Registry) Reset

func (x *Registry) Reset()

func (*Registry) String

func (x *Registry) String() string

type RegistryTransport added in v0.0.103

type RegistryTransport struct {
	Ssh *RegistryTransport_SSH `protobuf:"bytes,1,opt,name=ssh,proto3" json:"ssh,omitempty"`
	// contains filtered or unexported fields
}

func (*RegistryTransport) Descriptor deprecated added in v0.0.103

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

Deprecated: Use RegistryTransport.ProtoReflect.Descriptor instead.

func (*RegistryTransport) GetSsh added in v0.0.103

func (*RegistryTransport) ProtoMessage added in v0.0.103

func (*RegistryTransport) ProtoMessage()

func (*RegistryTransport) ProtoReflect added in v0.0.103

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

func (*RegistryTransport) Reset added in v0.0.103

func (x *RegistryTransport) Reset()

func (*RegistryTransport) String added in v0.0.103

func (x *RegistryTransport) String() string

type RegistryTransport_SSH added in v0.0.103

type RegistryTransport_SSH struct {
	User           string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	PrivateKeyPath string `protobuf:"bytes,2,opt,name=private_key_path,json=privateKeyPath,proto3" json:"private_key_path,omitempty"`
	SshAddr        string `protobuf:"bytes,3,opt,name=ssh_addr,json=sshAddr,proto3" json:"ssh_addr,omitempty"`
	RemoteAddr     string `protobuf:"bytes,4,opt,name=remote_addr,json=remoteAddr,proto3" json:"remote_addr,omitempty"`
	// contains filtered or unexported fields
}

func (*RegistryTransport_SSH) Descriptor deprecated added in v0.0.103

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

Deprecated: Use RegistryTransport_SSH.ProtoReflect.Descriptor instead.

func (*RegistryTransport_SSH) GetPrivateKeyPath added in v0.0.103

func (x *RegistryTransport_SSH) GetPrivateKeyPath() string

func (*RegistryTransport_SSH) GetRemoteAddr added in v0.0.103

func (x *RegistryTransport_SSH) GetRemoteAddr() string

func (*RegistryTransport_SSH) GetSshAddr added in v0.0.103

func (x *RegistryTransport_SSH) GetSshAddr() string

func (*RegistryTransport_SSH) GetUser added in v0.0.103

func (x *RegistryTransport_SSH) GetUser() string

func (*RegistryTransport_SSH) ProtoMessage added in v0.0.103

func (*RegistryTransport_SSH) ProtoMessage()

func (*RegistryTransport_SSH) ProtoReflect added in v0.0.103

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

func (*RegistryTransport_SSH) Reset added in v0.0.103

func (x *RegistryTransport_SSH) Reset()

func (*RegistryTransport_SSH) String added in v0.0.103

func (x *RegistryTransport_SSH) String() string

Jump to

Keyboard shortcuts

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