Documentation ¶
Index ¶
- Variables
- type ConfigSpec
- func (*ConfigSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSpec) GetApiEndpoint() string
- func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error)
- func (*ConfigSpec) ProtoMessage()
- func (x *ConfigSpec) ProtoReflect() protoreflect.Message
- func (x *ConfigSpec) Reset()
- func (m *ConfigSpec) SizeVT() (n int)
- func (x *ConfigSpec) String() string
- func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_resource_definitions_siderolink_siderolink_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ConfigSpec ¶
type ConfigSpec struct { ApiEndpoint string `protobuf:"bytes,1,opt,name=api_endpoint,json=apiEndpoint,proto3" json:"api_endpoint,omitempty"` // contains filtered or unexported fields }
ConfigSpec describes KubeSpan configuration..
func (*ConfigSpec) Descriptor
deprecated
func (*ConfigSpec) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSpec.ProtoReflect.Descriptor instead.
func (*ConfigSpec) GetApiEndpoint ¶
func (x *ConfigSpec) GetApiEndpoint() string
func (*ConfigSpec) MarshalToSizedBufferVT ¶
func (m *ConfigSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ConfigSpec) MarshalToVT ¶
func (m *ConfigSpec) MarshalToVT(dAtA []byte) (int, error)
func (*ConfigSpec) MarshalVT ¶
func (m *ConfigSpec) MarshalVT() (dAtA []byte, err error)
func (*ConfigSpec) ProtoMessage ¶
func (*ConfigSpec) ProtoMessage()
func (*ConfigSpec) ProtoReflect ¶
func (x *ConfigSpec) ProtoReflect() protoreflect.Message
func (*ConfigSpec) Reset ¶
func (x *ConfigSpec) Reset()
func (*ConfigSpec) SizeVT ¶
func (m *ConfigSpec) SizeVT() (n int)
func (*ConfigSpec) String ¶
func (x *ConfigSpec) String() string
func (*ConfigSpec) UnmarshalVT ¶
func (m *ConfigSpec) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.