Documentation ¶
Overview ¶
Package kedge_config_grpc_routes is a generated protocol buffer package.
It is generated from these files:
kedge/config/grpc/routes/adhoc.proto kedge/config/grpc/routes/routes.proto
It has these top-level messages:
Adhoc Route
Package kedge_config_grpc_routes is a generated protocol buffer package.
It is generated from these files:
kedge/config/grpc/routes/adhoc.proto kedge/config/grpc/routes/routes.proto
It has these top-level messages:
Adhoc Route
Index ¶
- type Adhoc
- type Adhoc_Port
- func (*Adhoc_Port) Descriptor() ([]byte, []int)
- func (m *Adhoc_Port) GetAllowed() []uint32
- func (m *Adhoc_Port) GetAllowedRanges() []*Adhoc_Port_Range
- func (m *Adhoc_Port) GetDefault() uint32
- func (*Adhoc_Port) ProtoMessage()
- func (m *Adhoc_Port) Reset()
- func (m *Adhoc_Port) String() string
- func (this *Adhoc_Port) Validate() error
- type Adhoc_Port_Range
- func (*Adhoc_Port_Range) Descriptor() ([]byte, []int)
- func (m *Adhoc_Port_Range) GetFrom() uint32
- func (m *Adhoc_Port_Range) GetTo() uint32
- func (*Adhoc_Port_Range) ProtoMessage()
- func (m *Adhoc_Port_Range) Reset()
- func (m *Adhoc_Port_Range) String() string
- func (this *Adhoc_Port_Range) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adhoc ¶
type Adhoc struct { // / authority_matcher matches the :authority header that will be resolved using A records. // / The names are matched with a * prefix. For example: // / - *.pod.cluster.local // / - *.my_namespace.svc.cluster.local // / - *.local // / The first rule that matches a DNS name will be used, and its ports will be checked. AuthorityMatcher string `protobuf:"bytes,1,opt,name=authority_matcher,json=authorityMatcher" json:"authority_matcher,omitempty"` // / Port controls the :port behaviour of the gRPC endpoint requested. Port *Adhoc_Port `protobuf:"bytes,2,opt,name=port" json:"port,omitempty"` }
/ Adhoc describes an adhoc proxying method that is not backed by a backend, but dials a "free form" DNS record.
func (*Adhoc) Descriptor ¶
func (*Adhoc) GetAuthorityMatcher ¶
func (*Adhoc) GetPort ¶
func (m *Adhoc) GetPort() *Adhoc_Port
func (*Adhoc) ProtoMessage ¶
func (*Adhoc) ProtoMessage()
type Adhoc_Port ¶
type Adhoc_Port struct { // / default is the default port used if no entry is present. // / This defaults to 8888. Default uint32 `protobuf:"varint,1,opt,name=default" json:"default,omitempty"` // / allowed ports is a list of whitelisted ports that this Adhoc rule will allow. Allowed []uint32 `protobuf:"varint,3,rep,packed,name=allowed" json:"allowed,omitempty"` // / allowed_ranges is a list of whitelisted port ranges that this Adhoc rule will allow. AllowedRanges []*Adhoc_Port_Range `protobuf:"bytes,4,rep,name=allowed_ranges,json=allowedRanges" json:"allowed_ranges,omitempty"` }
/ Port controls how the :port part of the gRPC endpoint is processed.
func (*Adhoc_Port) Descriptor ¶
func (*Adhoc_Port) Descriptor() ([]byte, []int)
func (*Adhoc_Port) GetAllowed ¶
func (m *Adhoc_Port) GetAllowed() []uint32
func (*Adhoc_Port) GetAllowedRanges ¶
func (m *Adhoc_Port) GetAllowedRanges() []*Adhoc_Port_Range
func (*Adhoc_Port) GetDefault ¶
func (m *Adhoc_Port) GetDefault() uint32
func (*Adhoc_Port) ProtoMessage ¶
func (*Adhoc_Port) ProtoMessage()
func (*Adhoc_Port) Reset ¶
func (m *Adhoc_Port) Reset()
func (*Adhoc_Port) String ¶
func (m *Adhoc_Port) String() string
func (*Adhoc_Port) Validate ¶
func (this *Adhoc_Port) Validate() error
type Adhoc_Port_Range ¶
type Adhoc_Port_Range struct { // / from is an inclusive lower bound for the port range From uint32 `protobuf:"varint,1,opt,name=from" json:"from,omitempty"` // / to is an inclusive upper bound for the port range To uint32 `protobuf:"varint,2,opt,name=to" json:"to,omitempty"` }
func (*Adhoc_Port_Range) Descriptor ¶
func (*Adhoc_Port_Range) Descriptor() ([]byte, []int)
func (*Adhoc_Port_Range) GetFrom ¶
func (m *Adhoc_Port_Range) GetFrom() uint32
func (*Adhoc_Port_Range) GetTo ¶
func (m *Adhoc_Port_Range) GetTo() uint32
func (*Adhoc_Port_Range) ProtoMessage ¶
func (*Adhoc_Port_Range) ProtoMessage()
func (*Adhoc_Port_Range) Reset ¶
func (m *Adhoc_Port_Range) Reset()
func (*Adhoc_Port_Range) String ¶
func (m *Adhoc_Port_Range) String() string
func (*Adhoc_Port_Range) Validate ¶
func (this *Adhoc_Port_Range) Validate() error
Click to show internal directories.
Click to hide internal directories.