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) GetTransport() *RegistryTransport
- 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
- type RegistryTransport
- func (*RegistryTransport) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryTransport) GetSsh() *RegistryTransport_SSH
- func (x *RegistryTransport) GetTls() *RegistryTransport_TLS
- func (*RegistryTransport) ProtoMessage()
- func (x *RegistryTransport) ProtoReflect() protoreflect.Message
- func (x *RegistryTransport) Reset()
- func (x *RegistryTransport) String() string
- type RegistryTransport_SSH
- func (*RegistryTransport_SSH) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryTransport_SSH) GetAgentSockPath() string
- func (x *RegistryTransport_SSH) GetPrivateKeyPath() string
- func (x *RegistryTransport_SSH) GetRemoteAddr() string
- func (x *RegistryTransport_SSH) GetSshAddr() string
- func (x *RegistryTransport_SSH) GetTeleportProxy() *RegistryTransport_TeleportProxy
- func (x *RegistryTransport_SSH) GetUser() string
- func (*RegistryTransport_SSH) ProtoMessage()
- func (x *RegistryTransport_SSH) ProtoReflect() protoreflect.Message
- func (x *RegistryTransport_SSH) Reset()
- func (x *RegistryTransport_SSH) String() string
- type RegistryTransport_TLS
- func (*RegistryTransport_TLS) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryTransport_TLS) GetCert() string
- func (x *RegistryTransport_TLS) GetEndpoint() string
- func (x *RegistryTransport_TLS) GetKey() string
- func (*RegistryTransport_TLS) ProtoMessage()
- func (x *RegistryTransport_TLS) ProtoReflect() protoreflect.Message
- func (x *RegistryTransport_TLS) Reset()
- func (x *RegistryTransport_TLS) String() string
- type RegistryTransport_TeleportProxy
- func (*RegistryTransport_TeleportProxy) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryTransport_TeleportProxy) GetCluster() string
- func (x *RegistryTransport_TeleportProxy) GetHost() string
- func (x *RegistryTransport_TeleportProxy) GetProfileName() string
- func (x *RegistryTransport_TeleportProxy) GetProxyAddress() string
- func (x *RegistryTransport_TeleportProxy) GetTbotIdentityDir() string
- func (*RegistryTransport_TeleportProxy) ProtoMessage()
- func (x *RegistryTransport_TeleportProxy) ProtoReflect() protoreflect.Message
- func (x *RegistryTransport_TeleportProxy) Reset()
- func (x *RegistryTransport_TeleportProxy) 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. Transport *RegistryTransport `protobuf:"bytes,5,opt,name=transport,proto3" json:"transport,omitempty"` // contains filtered or unexported fields }
func (*Registry) Descriptor
deprecated
func (*Registry) GetInsecure ¶
func (*Registry) GetSingleRepository ¶ added in v0.0.89
func (*Registry) GetTransport ¶ added in v0.0.103
func (x *Registry) GetTransport() *RegistryTransport
func (*Registry) GetUseDockerAuth ¶ added in v0.0.88
func (*Registry) ProtoMessage ¶
func (*Registry) ProtoMessage()
func (*Registry) ProtoReflect ¶
func (x *Registry) ProtoReflect() protoreflect.Message
type RegistryTransport ¶ added in v0.0.103
type RegistryTransport struct { Ssh *RegistryTransport_SSH `protobuf:"bytes,1,opt,name=ssh,proto3" json:"ssh,omitempty"` Tls *RegistryTransport_TLS `protobuf:"bytes,2,opt,name=tls,proto3" json:"tls,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 (x *RegistryTransport) GetSsh() *RegistryTransport_SSH
func (*RegistryTransport) GetTls ¶ added in v0.0.327
func (x *RegistryTransport) GetTls() *RegistryTransport_TLS
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"` AgentSockPath string `protobuf:"bytes,5,opt,name=agent_sock_path,json=agentSockPath,proto3" json:"agent_sock_path,omitempty"` TeleportProxy *RegistryTransport_TeleportProxy `protobuf:"bytes,6,opt,name=teleport_proxy,json=teleportProxy,proto3" json:"teleport_proxy,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) GetAgentSockPath ¶ added in v0.0.322
func (x *RegistryTransport_SSH) GetAgentSockPath() string
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) GetTeleportProxy ¶ added in v0.0.339
func (x *RegistryTransport_SSH) GetTeleportProxy() *RegistryTransport_TeleportProxy
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
type RegistryTransport_TLS ¶ added in v0.0.327
type RegistryTransport_TLS struct { Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Cert string `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*RegistryTransport_TLS) Descriptor
deprecated
added in
v0.0.327
func (*RegistryTransport_TLS) Descriptor() ([]byte, []int)
Deprecated: Use RegistryTransport_TLS.ProtoReflect.Descriptor instead.
func (*RegistryTransport_TLS) GetCert ¶ added in v0.0.327
func (x *RegistryTransport_TLS) GetCert() string
func (*RegistryTransport_TLS) GetEndpoint ¶ added in v0.0.327
func (x *RegistryTransport_TLS) GetEndpoint() string
func (*RegistryTransport_TLS) GetKey ¶ added in v0.0.327
func (x *RegistryTransport_TLS) GetKey() string
func (*RegistryTransport_TLS) ProtoMessage ¶ added in v0.0.327
func (*RegistryTransport_TLS) ProtoMessage()
func (*RegistryTransport_TLS) ProtoReflect ¶ added in v0.0.327
func (x *RegistryTransport_TLS) ProtoReflect() protoreflect.Message
func (*RegistryTransport_TLS) Reset ¶ added in v0.0.327
func (x *RegistryTransport_TLS) Reset()
func (*RegistryTransport_TLS) String ¶ added in v0.0.327
func (x *RegistryTransport_TLS) String() string
type RegistryTransport_TeleportProxy ¶ added in v0.0.339
type RegistryTransport_TeleportProxy struct { ProfileName string `protobuf:"bytes,1,opt,name=profile_name,json=profileName,proto3" json:"profile_name,omitempty"` TbotIdentityDir string `protobuf:"bytes,2,opt,name=tbot_identity_dir,json=tbotIdentityDir,proto3" json:"tbot_identity_dir,omitempty"` Host string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"` ProxyAddress string `protobuf:"bytes,4,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"` Cluster string `protobuf:"bytes,5,opt,name=cluster,proto3" json:"cluster,omitempty"` // contains filtered or unexported fields }
func (*RegistryTransport_TeleportProxy) Descriptor
deprecated
added in
v0.0.339
func (*RegistryTransport_TeleportProxy) Descriptor() ([]byte, []int)
Deprecated: Use RegistryTransport_TeleportProxy.ProtoReflect.Descriptor instead.
func (*RegistryTransport_TeleportProxy) GetCluster ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) GetCluster() string
func (*RegistryTransport_TeleportProxy) GetHost ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) GetHost() string
func (*RegistryTransport_TeleportProxy) GetProfileName ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) GetProfileName() string
func (*RegistryTransport_TeleportProxy) GetProxyAddress ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) GetProxyAddress() string
func (*RegistryTransport_TeleportProxy) GetTbotIdentityDir ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) GetTbotIdentityDir() string
func (*RegistryTransport_TeleportProxy) ProtoMessage ¶ added in v0.0.339
func (*RegistryTransport_TeleportProxy) ProtoMessage()
func (*RegistryTransport_TeleportProxy) ProtoReflect ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) ProtoReflect() protoreflect.Message
func (*RegistryTransport_TeleportProxy) Reset ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) Reset()
func (*RegistryTransport_TeleportProxy) String ¶ added in v0.0.339
func (x *RegistryTransport_TeleportProxy) String() string
Click to show internal directories.
Click to hide internal directories.