Documentation ¶
Index ¶
- Variables
- type Remote
- type SshEndpoint
- func (*SshEndpoint) Descriptor() ([]byte, []int)deprecated
- func (x *SshEndpoint) GetAddress() string
- func (x *SshEndpoint) GetPrivateKeyPath() string
- func (x *SshEndpoint) GetUser() string
- func (*SshEndpoint) ProtoMessage()
- func (x *SshEndpoint) ProtoReflect() protoreflect.Message
- func (x *SshEndpoint) Reset()
- func (x *SshEndpoint) 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"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,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) GetPrivateKeyPath ¶
func (x *SshEndpoint) GetPrivateKeyPath() string
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
Click to show internal directories.
Click to hide internal directories.