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 + type TagFilter struct + Spec isTagFilter_Spec + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TagFilter) Descriptor() ([]byte, []int) + func (*TagFilter) ProtoMessage() + func (*TagFilter) XXX_OneofWrappers() []interface{} + func (m *TagFilter) GetKey() string + func (m *TagFilter) GetKvPair() *TagFilter_KvPair + func (m *TagFilter) GetSpec() isTagFilter_Spec + func (m *TagFilter) Reset() + func (m *TagFilter) String() string + func (m *TagFilter) XXX_DiscardUnknown() + func (m *TagFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagFilter) XXX_Merge(src proto.Message) + func (m *TagFilter) XXX_Size() int + func (m *TagFilter) XXX_Unmarshal(b []byte) error + func (this *TagFilter) Equal(that interface{}) bool + type TagFilter_Key struct + Key string + func (this *TagFilter_Key) Equal(that interface{}) bool + type TagFilter_KvPair struct + Key string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TagFilter_KvPair) Descriptor() ([]byte, []int) + func (*TagFilter_KvPair) ProtoMessage() + func (m *TagFilter_KvPair) GetKey() string + func (m *TagFilter_KvPair) GetValue() string + func (m *TagFilter_KvPair) Reset() + func (m *TagFilter_KvPair) String() string + func (m *TagFilter_KvPair) XXX_DiscardUnknown() + func (m *TagFilter_KvPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagFilter_KvPair) XXX_Merge(src proto.Message) + func (m *TagFilter_KvPair) XXX_Size() int + func (m *TagFilter_KvPair) XXX_Unmarshal(b []byte) error + func (this *TagFilter_KvPair) Equal(that interface{}) bool + type TagFilter_KvPair_ struct + KvPair *TagFilter_KvPair + func (this *TagFilter_KvPair_) Equal(that interface{}) bool + type UpstreamSpec struct + Filters []*TagFilter + Port uint32 + PublicIp bool + Region string + RoleArn string + SecretRef *core.ResourceRef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpstreamSpec) Descriptor() ([]byte, []int) + func (*UpstreamSpec) ProtoMessage() + func (m *UpstreamSpec) GetFilters() []*TagFilter + func (m *UpstreamSpec) GetPort() uint32 + func (m *UpstreamSpec) GetPublicIp() bool + func (m *UpstreamSpec) GetRegion() string + func (m *UpstreamSpec) GetRoleArn() string + 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