Documentation ¶
Index ¶
- Variables
- type TlsOptionsPB
- func (*TlsOptionsPB) Descriptor() ([]byte, []int)deprecated
- func (x *TlsOptionsPB) GetCaCertPath() string
- func (x *TlsOptionsPB) GetCertPath() string
- func (x *TlsOptionsPB) GetKeyPath() string
- func (x *TlsOptionsPB) GetSkipHostVerification() bool
- func (m *TlsOptionsPB) MarshalJSON() ([]byte, error)
- func (*TlsOptionsPB) ProtoMessage()
- func (x *TlsOptionsPB) ProtoReflect() protoreflect.Message
- func (x *TlsOptionsPB) Reset()
- func (x *TlsOptionsPB) String() string
- func (m *TlsOptionsPB) UnmarshalJSON(b []byte) error
- type UniverseConfigPB
- func (*UniverseConfigPB) Descriptor() ([]byte, []int)deprecated
- func (x *UniverseConfigPB) GetMasters() []*common.HostPortPB
- func (x *UniverseConfigPB) GetTimeoutSeconds() int64
- func (x *UniverseConfigPB) GetTlsOpts() *TlsOptionsPB
- func (m *UniverseConfigPB) MarshalJSON() ([]byte, error)
- func (*UniverseConfigPB) ProtoMessage()
- func (x *UniverseConfigPB) ProtoReflect() protoreflect.Message
- func (x *UniverseConfigPB) Reset()
- func (x *UniverseConfigPB) String() string
- func (m *UniverseConfigPB) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yugatool_config_client_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TlsOptionsPB ¶
type TlsOptionsPB struct { SkipHostVerification *bool `protobuf:"varint,1,req,name=SkipHostVerification" json:"SkipHostVerification,omitempty"` CaCertPath *string `protobuf:"bytes,2,req,name=CaCertPath" json:"CaCertPath,omitempty"` CertPath *string `protobuf:"bytes,3,req,name=CertPath" json:"CertPath,omitempty"` KeyPath *string `protobuf:"bytes,4,req,name=KeyPath" json:"KeyPath,omitempty"` // contains filtered or unexported fields }
func (*TlsOptionsPB) Descriptor
deprecated
func (*TlsOptionsPB) Descriptor() ([]byte, []int)
Deprecated: Use TlsOptionsPB.ProtoReflect.Descriptor instead.
func (*TlsOptionsPB) GetCaCertPath ¶
func (x *TlsOptionsPB) GetCaCertPath() string
func (*TlsOptionsPB) GetCertPath ¶
func (x *TlsOptionsPB) GetCertPath() string
func (*TlsOptionsPB) GetKeyPath ¶
func (x *TlsOptionsPB) GetKeyPath() string
func (*TlsOptionsPB) GetSkipHostVerification ¶
func (x *TlsOptionsPB) GetSkipHostVerification() bool
func (*TlsOptionsPB) MarshalJSON ¶
func (m *TlsOptionsPB) MarshalJSON() ([]byte, error)
func (*TlsOptionsPB) ProtoMessage ¶
func (*TlsOptionsPB) ProtoMessage()
func (*TlsOptionsPB) ProtoReflect ¶
func (x *TlsOptionsPB) ProtoReflect() protoreflect.Message
func (*TlsOptionsPB) Reset ¶
func (x *TlsOptionsPB) Reset()
func (*TlsOptionsPB) String ¶
func (x *TlsOptionsPB) String() string
func (*TlsOptionsPB) UnmarshalJSON ¶
func (m *TlsOptionsPB) UnmarshalJSON(b []byte) error
type UniverseConfigPB ¶
type UniverseConfigPB struct { Masters []*common.HostPortPB `protobuf:"bytes,1,rep,name=masters" json:"masters,omitempty"` TimeoutSeconds *int64 `protobuf:"varint,2,req,name=timeout_seconds,json=timeoutSeconds" json:"timeout_seconds,omitempty"` TlsOpts *TlsOptionsPB `protobuf:"bytes,3,opt,name=tls_opts,json=tlsOpts" json:"tls_opts,omitempty"` // contains filtered or unexported fields }
func (*UniverseConfigPB) Descriptor
deprecated
func (*UniverseConfigPB) Descriptor() ([]byte, []int)
Deprecated: Use UniverseConfigPB.ProtoReflect.Descriptor instead.
func (*UniverseConfigPB) GetMasters ¶
func (x *UniverseConfigPB) GetMasters() []*common.HostPortPB
func (*UniverseConfigPB) GetTimeoutSeconds ¶
func (x *UniverseConfigPB) GetTimeoutSeconds() int64
func (*UniverseConfigPB) GetTlsOpts ¶
func (x *UniverseConfigPB) GetTlsOpts() *TlsOptionsPB
func (*UniverseConfigPB) MarshalJSON ¶
func (m *UniverseConfigPB) MarshalJSON() ([]byte, error)
func (*UniverseConfigPB) ProtoMessage ¶
func (*UniverseConfigPB) ProtoMessage()
func (*UniverseConfigPB) ProtoReflect ¶
func (x *UniverseConfigPB) ProtoReflect() protoreflect.Message
func (*UniverseConfigPB) Reset ¶
func (x *UniverseConfigPB) Reset()
func (*UniverseConfigPB) String ¶
func (x *UniverseConfigPB) String() string
func (*UniverseConfigPB) UnmarshalJSON ¶
func (m *UniverseConfigPB) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.