Documentation ¶
Index ¶
- Variables
- type Backend
- func (*Backend) Descriptor() ([]byte, []int)deprecated
- func (x *Backend) GetEndpointOwner() string
- func (x *Backend) GetIngressName() string
- func (x *Backend) GetManager() string
- func (x *Backend) GetServiceName() string
- func (*Backend) ProtoMessage()
- func (x *Backend) ProtoReflect() protoreflect.Message
- func (x *Backend) Reset()
- func (x *Backend) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_std_web_http_provider_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct { EndpointOwner string `protobuf:"bytes,1,opt,name=endpoint_owner,json=endpointOwner,proto3" json:"endpoint_owner,omitempty"` ServiceName string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` IngressName string `protobuf:"bytes,3,opt,name=ingress_name,json=ingressName,proto3" json:"ingress_name,omitempty"` Manager string `protobuf:"bytes,4,opt,name=manager,proto3" json:"manager,omitempty"` // contains filtered or unexported fields }
func (*Backend) Descriptor
deprecated
func (*Backend) GetEndpointOwner ¶
func (*Backend) GetIngressName ¶
func (*Backend) GetManager ¶
func (*Backend) GetServiceName ¶
func (*Backend) ProtoMessage ¶
func (*Backend) ProtoMessage()
func (*Backend) ProtoReflect ¶
func (x *Backend) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.