Documentation ¶
Index ¶
- Variables
- type ConfigSpec
- func (*ConfigSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSpec) GetApiEndpoint() string
- func (x *ConfigSpec) GetHost() string
- func (x *ConfigSpec) GetInsecure() bool
- func (x *ConfigSpec) GetJoinToken() string
- func (x *ConfigSpec) GetTunnel() bool
- 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
- type StatusSpec
- func (*StatusSpec) Descriptor() ([]byte, []int)deprecated
- func (x *StatusSpec) GetConnected() bool
- func (x *StatusSpec) GetHost() string
- func (m *StatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *StatusSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *StatusSpec) MarshalVT() (dAtA []byte, err error)
- func (*StatusSpec) ProtoMessage()
- func (x *StatusSpec) ProtoReflect() protoreflect.Message
- func (x *StatusSpec) Reset()
- func (m *StatusSpec) SizeVT() (n int)
- func (x *StatusSpec) String() string
- func (m *StatusSpec) UnmarshalVT(dAtA []byte) error
- type TunnelSpec
- func (*TunnelSpec) Descriptor() ([]byte, []int)deprecated
- func (x *TunnelSpec) GetApiEndpoint() string
- func (x *TunnelSpec) GetLinkName() string
- func (x *TunnelSpec) GetMtu() int64
- func (x *TunnelSpec) GetNodeAddress() *common.NetIPPort
- func (m *TunnelSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TunnelSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *TunnelSpec) MarshalVT() (dAtA []byte, err error)
- func (*TunnelSpec) ProtoMessage()
- func (x *TunnelSpec) ProtoReflect() protoreflect.Message
- func (x *TunnelSpec) Reset()
- func (m *TunnelSpec) SizeVT() (n int)
- func (x *TunnelSpec) String() string
- func (m *TunnelSpec) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
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"` Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` JoinToken string `protobuf:"bytes,3,opt,name=join_token,json=joinToken,proto3" json:"join_token,omitempty"` Insecure bool `protobuf:"varint,4,opt,name=insecure,proto3" json:"insecure,omitempty"` Tunnel bool `protobuf:"varint,5,opt,name=tunnel,proto3" json:"tunnel,omitempty"` // contains filtered or unexported fields }
ConfigSpec describes Siderolink 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) GetHost ¶ added in v1.7.0
func (x *ConfigSpec) GetHost() string
func (*ConfigSpec) GetInsecure ¶ added in v1.7.0
func (x *ConfigSpec) GetInsecure() bool
func (*ConfigSpec) GetJoinToken ¶ added in v1.7.0
func (x *ConfigSpec) GetJoinToken() string
func (*ConfigSpec) GetTunnel ¶ added in v1.7.0
func (x *ConfigSpec) GetTunnel() bool
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
type StatusSpec ¶ added in v1.8.0
type StatusSpec struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Connected bool `protobuf:"varint,2,opt,name=connected,proto3" json:"connected,omitempty"` // contains filtered or unexported fields }
StatusSpec describes Siderolink status.
func (*StatusSpec) Descriptor
deprecated
added in
v1.8.0
func (*StatusSpec) Descriptor() ([]byte, []int)
Deprecated: Use StatusSpec.ProtoReflect.Descriptor instead.
func (*StatusSpec) GetConnected ¶ added in v1.8.0
func (x *StatusSpec) GetConnected() bool
func (*StatusSpec) GetHost ¶ added in v1.8.0
func (x *StatusSpec) GetHost() string
func (*StatusSpec) MarshalToSizedBufferVT ¶ added in v1.8.0
func (m *StatusSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*StatusSpec) MarshalToVT ¶ added in v1.8.0
func (m *StatusSpec) MarshalToVT(dAtA []byte) (int, error)
func (*StatusSpec) MarshalVT ¶ added in v1.8.0
func (m *StatusSpec) MarshalVT() (dAtA []byte, err error)
func (*StatusSpec) ProtoMessage ¶ added in v1.8.0
func (*StatusSpec) ProtoMessage()
func (*StatusSpec) ProtoReflect ¶ added in v1.8.0
func (x *StatusSpec) ProtoReflect() protoreflect.Message
func (*StatusSpec) Reset ¶ added in v1.8.0
func (x *StatusSpec) Reset()
func (*StatusSpec) SizeVT ¶ added in v1.8.0
func (m *StatusSpec) SizeVT() (n int)
func (*StatusSpec) String ¶ added in v1.8.0
func (x *StatusSpec) String() string
func (*StatusSpec) UnmarshalVT ¶ added in v1.8.0
func (m *StatusSpec) UnmarshalVT(dAtA []byte) error
type TunnelSpec ¶ added in v1.7.0
type TunnelSpec struct { ApiEndpoint string `protobuf:"bytes,1,opt,name=api_endpoint,json=apiEndpoint,proto3" json:"api_endpoint,omitempty"` LinkName string `protobuf:"bytes,2,opt,name=link_name,json=linkName,proto3" json:"link_name,omitempty"` Mtu int64 `protobuf:"varint,3,opt,name=mtu,proto3" json:"mtu,omitempty"` NodeAddress *common.NetIPPort `protobuf:"bytes,4,opt,name=node_address,json=nodeAddress,proto3" json:"node_address,omitempty"` // contains filtered or unexported fields }
TunnelSpec describes Siderolink GRPC Tunnel configuration.
func (*TunnelSpec) Descriptor
deprecated
added in
v1.7.0
func (*TunnelSpec) Descriptor() ([]byte, []int)
Deprecated: Use TunnelSpec.ProtoReflect.Descriptor instead.
func (*TunnelSpec) GetApiEndpoint ¶ added in v1.7.0
func (x *TunnelSpec) GetApiEndpoint() string
func (*TunnelSpec) GetLinkName ¶ added in v1.7.0
func (x *TunnelSpec) GetLinkName() string
func (*TunnelSpec) GetMtu ¶ added in v1.7.0
func (x *TunnelSpec) GetMtu() int64
func (*TunnelSpec) GetNodeAddress ¶ added in v1.7.0
func (x *TunnelSpec) GetNodeAddress() *common.NetIPPort
func (*TunnelSpec) MarshalToSizedBufferVT ¶ added in v1.7.0
func (m *TunnelSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*TunnelSpec) MarshalToVT ¶ added in v1.7.0
func (m *TunnelSpec) MarshalToVT(dAtA []byte) (int, error)
func (*TunnelSpec) MarshalVT ¶ added in v1.7.0
func (m *TunnelSpec) MarshalVT() (dAtA []byte, err error)
func (*TunnelSpec) ProtoMessage ¶ added in v1.7.0
func (*TunnelSpec) ProtoMessage()
func (*TunnelSpec) ProtoReflect ¶ added in v1.7.0
func (x *TunnelSpec) ProtoReflect() protoreflect.Message
func (*TunnelSpec) Reset ¶ added in v1.7.0
func (x *TunnelSpec) Reset()
func (*TunnelSpec) SizeVT ¶ added in v1.7.0
func (m *TunnelSpec) SizeVT() (n int)
func (*TunnelSpec) String ¶ added in v1.7.0
func (x *TunnelSpec) String() string
func (*TunnelSpec) UnmarshalVT ¶ added in v1.7.0
func (m *TunnelSpec) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.