Versions in this module Expand all Collapse all v1 v1.1.0 Nov 25, 2019 v1.0.0 Nov 14, 2019 Changes in this version + var UpstreamSpec_FunctionSpec_AuthLevel_name = map[int32]string + var UpstreamSpec_FunctionSpec_AuthLevel_value = map[string]int32 + type DestinationSpec struct + FunctionName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DestinationSpec) Descriptor() ([]byte, []int) + func (*DestinationSpec) ProtoMessage() + func (m *DestinationSpec) GetFunctionName() string + func (m *DestinationSpec) Reset() + func (m *DestinationSpec) String() string + func (m *DestinationSpec) XXX_DiscardUnknown() + func (m *DestinationSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DestinationSpec) XXX_Merge(src proto.Message) + func (m *DestinationSpec) XXX_Size() int + func (m *DestinationSpec) XXX_Unmarshal(b []byte) error + func (this *DestinationSpec) Equal(that interface{}) bool + type UpstreamSpec struct + FunctionAppName string + Functions []*UpstreamSpec_FunctionSpec + SecretRef core.ResourceRef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpstreamSpec) Descriptor() ([]byte, []int) + func (*UpstreamSpec) ProtoMessage() + func (m *UpstreamSpec) GetFunctionAppName() string + func (m *UpstreamSpec) GetFunctions() []*UpstreamSpec_FunctionSpec + func (m *UpstreamSpec) GetSecretRef() core.ResourceRef + func (m *UpstreamSpec) Reset() + func (m *UpstreamSpec) String() string + func (m *UpstreamSpec) XXX_DiscardUnknown() + func (m *UpstreamSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpstreamSpec) XXX_Merge(src proto.Message) + func (m *UpstreamSpec) XXX_Size() int + func (m *UpstreamSpec) XXX_Unmarshal(b []byte) error + func (this *UpstreamSpec) Equal(that interface{}) bool + type UpstreamSpec_FunctionSpec struct + AuthLevel UpstreamSpec_FunctionSpec_AuthLevel + FunctionName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpstreamSpec_FunctionSpec) Descriptor() ([]byte, []int) + func (*UpstreamSpec_FunctionSpec) ProtoMessage() + func (m *UpstreamSpec_FunctionSpec) GetAuthLevel() UpstreamSpec_FunctionSpec_AuthLevel + func (m *UpstreamSpec_FunctionSpec) GetFunctionName() string + func (m *UpstreamSpec_FunctionSpec) Reset() + func (m *UpstreamSpec_FunctionSpec) String() string + func (m *UpstreamSpec_FunctionSpec) XXX_DiscardUnknown() + func (m *UpstreamSpec_FunctionSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpstreamSpec_FunctionSpec) XXX_Merge(src proto.Message) + func (m *UpstreamSpec_FunctionSpec) XXX_Size() int + func (m *UpstreamSpec_FunctionSpec) XXX_Unmarshal(b []byte) error + func (this *UpstreamSpec_FunctionSpec) Equal(that interface{}) bool + type UpstreamSpec_FunctionSpec_AuthLevel int32 + const UpstreamSpec_FunctionSpec_Admin + const UpstreamSpec_FunctionSpec_Anonymous + const UpstreamSpec_FunctionSpec_Function + func (UpstreamSpec_FunctionSpec_AuthLevel) EnumDescriptor() ([]byte, []int) + func (x UpstreamSpec_FunctionSpec_AuthLevel) String() string