Documentation ¶
Index ¶
- Variables
- type GatewayExtauth
- func (*GatewayExtauth) Descriptor() ([]byte, []int)deprecated
- func (m *GatewayExtauth) Equal(that interface{}) bool
- func (x *GatewayExtauth) GetTodo() string
- func (*GatewayExtauth) ProtoMessage()
- func (x *GatewayExtauth) ProtoReflect() protoreflect.Message
- func (x *GatewayExtauth) Reset()
- func (x *GatewayExtauth) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_mesh_api_networking_v1_extauth_extauth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GatewayExtauth ¶
type GatewayExtauth struct { // TODO: extauth Todo string `protobuf:"bytes,1,opt,name=todo,proto3" json:"todo,omitempty"` // contains filtered or unexported fields }
Configure the Extauth Filter on a Gateway
func (*GatewayExtauth) Descriptor
deprecated
func (*GatewayExtauth) Descriptor() ([]byte, []int)
Deprecated: Use GatewayExtauth.ProtoReflect.Descriptor instead.
func (*GatewayExtauth) GetTodo ¶
func (x *GatewayExtauth) GetTodo() string
func (*GatewayExtauth) ProtoMessage ¶
func (*GatewayExtauth) ProtoMessage()
func (*GatewayExtauth) ProtoReflect ¶
func (x *GatewayExtauth) ProtoReflect() protoreflect.Message
func (*GatewayExtauth) Reset ¶
func (x *GatewayExtauth) Reset()
func (*GatewayExtauth) String ¶
func (x *GatewayExtauth) String() string
Click to show internal directories.
Click to hide internal directories.