Documentation ¶
Index ¶
- Variables
- type Remote
- type SshEndpoint
- func (*SshEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *SshEndpoint) GetAddress() string
- func (x *SshEndpoint) GetAgentSockPath() string
- func (x *SshEndpoint) GetPrivateKeyPath() string
- func (x *SshEndpoint) GetTeleportProxy() *TeleportProxy
- func (x *SshEndpoint) GetUser() string
- func (*SshEndpoint) ProtoMessage()
- func (x *SshEndpoint) ProtoReflect() protoreflect.Message
- func (x *SshEndpoint) Reset()
- func (x *SshEndpoint) String() string
- type TeleportProxy
- func (*TeleportProxy) Descriptor() ([]byte, []int)deprecated
- func (x *TeleportProxy) GetCluster() string
- func (x *TeleportProxy) GetHost() string
- func (x *TeleportProxy) GetProfileName() string
- func (x *TeleportProxy) GetProxyAddress() string
- func (x *TeleportProxy) GetTbotIdentityDir() string
- func (*TeleportProxy) ProtoMessage()
- func (x *TeleportProxy) ProtoReflect() protoreflect.Message
- func (x *TeleportProxy) Reset()
- func (x *TeleportProxy) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_universe_k3s_configuration_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Remote ¶
type Remote struct { Endpoint *SshEndpoint `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"` // contains filtered or unexported fields }
func (*Remote) Descriptor
deprecated
func (*Remote) GetEndpoint ¶
func (x *Remote) GetEndpoint() *SshEndpoint
func (*Remote) GetRegistry ¶
func (*Remote) ProtoMessage ¶
func (*Remote) ProtoMessage()
func (*Remote) ProtoReflect ¶
func (x *Remote) ProtoReflect() protoreflect.Message
type SshEndpoint ¶
type SshEndpoint 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"` AgentSockPath string `protobuf:"bytes,4,opt,name=agent_sock_path,json=agentSockPath,proto3" json:"agent_sock_path,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` TeleportProxy *TeleportProxy `protobuf:"bytes,5,opt,name=teleport_proxy,json=teleportProxy,proto3" json:"teleport_proxy,omitempty"` // contains filtered or unexported fields }
func (*SshEndpoint) Descriptor
deprecated
func (*SshEndpoint) Descriptor() ([]byte, []int)
Deprecated: Use SshEndpoint.ProtoReflect.Descriptor instead.
func (*SshEndpoint) GetAddress ¶
func (x *SshEndpoint) GetAddress() string
func (*SshEndpoint) GetAgentSockPath ¶ added in v0.0.322
func (x *SshEndpoint) GetAgentSockPath() string
func (*SshEndpoint) GetPrivateKeyPath ¶
func (x *SshEndpoint) GetPrivateKeyPath() string
func (*SshEndpoint) GetTeleportProxy ¶ added in v0.0.339
func (x *SshEndpoint) GetTeleportProxy() *TeleportProxy
func (*SshEndpoint) GetUser ¶
func (x *SshEndpoint) GetUser() string
func (*SshEndpoint) ProtoMessage ¶
func (*SshEndpoint) ProtoMessage()
func (*SshEndpoint) ProtoReflect ¶
func (x *SshEndpoint) ProtoReflect() protoreflect.Message
func (*SshEndpoint) Reset ¶
func (x *SshEndpoint) Reset()
func (*SshEndpoint) String ¶
func (x *SshEndpoint) String() string
type TeleportProxy ¶ added in v0.0.339
type 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 (*TeleportProxy) Descriptor
deprecated
added in
v0.0.339
func (*TeleportProxy) Descriptor() ([]byte, []int)
Deprecated: Use TeleportProxy.ProtoReflect.Descriptor instead.
func (*TeleportProxy) GetCluster ¶ added in v0.0.339
func (x *TeleportProxy) GetCluster() string
func (*TeleportProxy) GetHost ¶ added in v0.0.339
func (x *TeleportProxy) GetHost() string
func (*TeleportProxy) GetProfileName ¶ added in v0.0.339
func (x *TeleportProxy) GetProfileName() string
func (*TeleportProxy) GetProxyAddress ¶ added in v0.0.339
func (x *TeleportProxy) GetProxyAddress() string
func (*TeleportProxy) GetTbotIdentityDir ¶ added in v0.0.339
func (x *TeleportProxy) GetTbotIdentityDir() string
func (*TeleportProxy) ProtoMessage ¶ added in v0.0.339
func (*TeleportProxy) ProtoMessage()
func (*TeleportProxy) ProtoReflect ¶ added in v0.0.339
func (x *TeleportProxy) ProtoReflect() protoreflect.Message
func (*TeleportProxy) Reset ¶ added in v0.0.339
func (x *TeleportProxy) Reset()
func (*TeleportProxy) String ¶ added in v0.0.339
func (x *TeleportProxy) String() string
Click to show internal directories.
Click to hide internal directories.