Documentation ¶
Index ¶
- Variables
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)deprecated
- func (x *Configuration) GetRegistry() string
- func (x *Configuration) GetTeleport() *Teleport
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type Teleport
- func (*Teleport) Descriptor() ([]byte, []int)deprecated
- func (x *Teleport) GetEcrCredentialsProxyApp() string
- func (x *Teleport) GetEcrCredentialsProxyCertsDir() string
- func (x *Teleport) GetKubeCertsDir() string
- func (x *Teleport) GetKubeCluster() string
- func (x *Teleport) GetProxyUrl() string
- func (x *Teleport) GetRegistryApp() string
- func (x *Teleport) GetRegistryCertsDir() string
- func (x *Teleport) GetUserProfile() string
- func (*Teleport) ProtoMessage()
- func (x *Teleport) ProtoReflect() protoreflect.Message
- func (x *Teleport) Reset()
- func (x *Teleport) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_universe_teleport_configuration_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Teleport *Teleport `protobuf:"bytes,1,opt,name=teleport,proto3" json:"teleport,omitempty"` Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"` // contains filtered or unexported fields }
func (*Configuration) Descriptor
deprecated
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetRegistry ¶
func (x *Configuration) GetRegistry() string
func (*Configuration) GetTeleport ¶
func (x *Configuration) GetTeleport() *Teleport
func (*Configuration) ProtoMessage ¶
func (*Configuration) ProtoMessage()
func (*Configuration) ProtoReflect ¶
func (x *Configuration) ProtoReflect() protoreflect.Message
func (*Configuration) Reset ¶
func (x *Configuration) Reset()
func (*Configuration) String ¶
func (x *Configuration) String() string
type Teleport ¶
type Teleport struct { UserProfile string `protobuf:"bytes,1,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` ProxyUrl string `protobuf:"bytes,2,opt,name=proxy_url,json=proxyUrl,proto3" json:"proxy_url,omitempty"` KubeCertsDir string `protobuf:"bytes,3,opt,name=kube_certs_dir,json=kubeCertsDir,proto3" json:"kube_certs_dir,omitempty"` KubeCluster string `protobuf:"bytes,4,opt,name=kube_cluster,json=kubeCluster,proto3" json:"kube_cluster,omitempty"` RegistryCertsDir string `protobuf:"bytes,5,opt,name=registry_certs_dir,json=registryCertsDir,proto3" json:"registry_certs_dir,omitempty"` RegistryApp string `protobuf:"bytes,6,opt,name=registry_app,json=registryApp,proto3" json:"registry_app,omitempty"` EcrCredentialsProxyApp string `` /* 131-byte string literal not displayed */ EcrCredentialsProxyCertsDir string `` /* 148-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Teleport) Descriptor
deprecated
func (*Teleport) GetEcrCredentialsProxyApp ¶ added in v0.0.332
func (*Teleport) GetEcrCredentialsProxyCertsDir ¶ added in v0.0.332
func (*Teleport) GetKubeCertsDir ¶
func (*Teleport) GetKubeCluster ¶
func (*Teleport) GetProxyUrl ¶
func (*Teleport) GetRegistryApp ¶
func (*Teleport) GetRegistryCertsDir ¶
func (*Teleport) GetUserProfile ¶
func (*Teleport) ProtoMessage ¶
func (*Teleport) ProtoMessage()
func (*Teleport) ProtoReflect ¶
func (x *Teleport) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.