Documentation ¶
Index ¶
- Variables
- func NewGatewayHashableResource() resources.HashableResource
- func NewHttpListenerOptionHashableResource() resources.HashableResource
- func NewListenerOptionHashableResource() resources.HashableResource
- func NewMatchableHttpGatewayHashableResource() resources.HashableResource
- func NewMatchableTcpGatewayHashableResource() resources.HashableResource
- func NewRouteOptionHashableResource() resources.HashableResource
- func NewRouteTableHashableResource() resources.HashableResource
- func NewVirtualHostOptionHashableResource() resources.HashableResource
- func NewVirtualServiceHashableResource() resources.HashableResource
- type DelegateAction
- func (m *DelegateAction) Clone() proto.Message
- func (*DelegateAction) Descriptor() ([]byte, []int)deprecated
- func (m *DelegateAction) Equal(that interface{}) bool
- func (m *DelegateAction) GetDelegationType() isDelegateAction_DelegationType
- func (x *DelegateAction) GetName() stringdeprecated
- func (x *DelegateAction) GetNamespace() stringdeprecated
- func (x *DelegateAction) GetRef() *core.ResourceRef
- func (x *DelegateAction) GetSelector() *RouteTableSelector
- func (m *DelegateAction) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *DelegateAction) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*DelegateAction) ProtoMessage()
- func (x *DelegateAction) ProtoReflect() protoreflect.Message
- func (x *DelegateAction) Reset()
- func (x *DelegateAction) String() string
- type DelegateAction_Ref
- type DelegateAction_Selector
- type DelegateOptionsRefs
- func (m *DelegateOptionsRefs) Clone() proto.Message
- func (*DelegateOptionsRefs) Descriptor() ([]byte, []int)deprecated
- func (m *DelegateOptionsRefs) Equal(that interface{}) bool
- func (x *DelegateOptionsRefs) GetDelegateOptions() []*core.ResourceRef
- func (m *DelegateOptionsRefs) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *DelegateOptionsRefs) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*DelegateOptionsRefs) ProtoMessage()
- func (x *DelegateOptionsRefs) ProtoReflect() protoreflect.Message
- func (x *DelegateOptionsRefs) Reset()
- func (x *DelegateOptionsRefs) String() string
- type DelegatedHttpGateway
- func (m *DelegatedHttpGateway) Clone() proto.Message
- func (*DelegatedHttpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *DelegatedHttpGateway) Equal(that interface{}) bool
- func (x *DelegatedHttpGateway) GetHttpConnectionManagerSettings() *hcm.HttpConnectionManagerSettings
- func (x *DelegatedHttpGateway) GetPreventChildOverrides() bool
- func (x *DelegatedHttpGateway) GetRef() *core.ResourceRef
- func (m *DelegatedHttpGateway) GetSelectionType() isDelegatedHttpGateway_SelectionType
- func (x *DelegatedHttpGateway) GetSelector() *selectors.Selector
- func (x *DelegatedHttpGateway) GetSslConfig() *ssl.SslConfig
- func (m *DelegatedHttpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *DelegatedHttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*DelegatedHttpGateway) ProtoMessage()
- func (x *DelegatedHttpGateway) ProtoReflect() protoreflect.Message
- func (x *DelegatedHttpGateway) Reset()
- func (x *DelegatedHttpGateway) String() string
- type DelegatedHttpGateway_Ref
- type DelegatedHttpGateway_Selector
- type DelegatedTcpGateway
- func (m *DelegatedTcpGateway) Clone() proto.Message
- func (*DelegatedTcpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *DelegatedTcpGateway) Equal(that interface{}) bool
- func (x *DelegatedTcpGateway) GetRef() *core.ResourceRef
- func (m *DelegatedTcpGateway) GetSelectionType() isDelegatedTcpGateway_SelectionType
- func (x *DelegatedTcpGateway) GetSelector() *selectors.Selector
- func (m *DelegatedTcpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *DelegatedTcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*DelegatedTcpGateway) ProtoMessage()
- func (x *DelegatedTcpGateway) ProtoReflect() protoreflect.Message
- func (x *DelegatedTcpGateway) Reset()
- func (x *DelegatedTcpGateway) String() string
- type DelegatedTcpGateway_Ref
- type DelegatedTcpGateway_Selector
- type Gateway
- func (m *Gateway) Clone() proto.Message
- func (o *Gateway) DeepCopyInto(out *Gateway)
- func (o *Gateway) DeepCopyObject() runtime.Object
- func (*Gateway) Descriptor() ([]byte, []int)deprecated
- func (m *Gateway) Equal(that interface{}) bool
- func (x *Gateway) GetBindAddress() string
- func (x *Gateway) GetBindPort() uint32
- func (m *Gateway) GetGatewayType() isGateway_GatewayType
- func (x *Gateway) GetHttpGateway() *HttpGateway
- func (x *Gateway) GetHybridGateway() *HybridGateway
- func (x *Gateway) GetMetadata() *core.Metadata
- func (x *Gateway) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *Gateway) GetObjectKind() schema.ObjectKind
- func (x *Gateway) GetOptions() *v1.ListenerOptions
- func (x *Gateway) GetProxyNames() []string
- func (x *Gateway) GetRouteOptions() *v1.RouteConfigurationOptions
- func (x *Gateway) GetSsl() bool
- func (r *Gateway) GetStatus() *core.Status
- func (x *Gateway) GetTcpGateway() *TcpGateway
- func (x *Gateway) GetUseProxyProto() *wrapperspb.BoolValuedeprecated
- func (r *Gateway) GroupVersionKind() schema.GroupVersionKind
- func (m *Gateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *Gateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *Gateway) MustHash() uint64
- func (*Gateway) ProtoMessage()
- func (x *Gateway) ProtoReflect() protoreflect.Message
- func (x *Gateway) Reset()
- func (r *Gateway) SetMetadata(meta *core.Metadata)
- func (r *Gateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *Gateway) SetStatus(status *core.Status)
- func (x *Gateway) String() string
- type GatewayClient
- func NewGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (GatewayClient, error)
- func NewGatewayClientWithBase(rc clients.ResourceClient) GatewayClient
- func NewGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (GatewayClient, error)
- type GatewayList
- func (list GatewayList) AsInputResources() resources.InputResourceList
- func (list GatewayList) AsInterfaces() []interface{}
- func (list GatewayList) AsResources() resources.ResourceList
- func (list GatewayList) Clone() GatewayList
- func (list GatewayList) Each(f func(element *Gateway))
- func (list GatewayList) EachResource(f func(element resources.Resource))
- func (list GatewayList) Find(namespace, name string) (*Gateway, error)
- func (list GatewayList) Names() []string
- func (list GatewayList) NamespacesDotNames() []string
- func (list GatewayList) Sort() GatewayList
- type GatewayReconciler
- type GatewayWatcher
- type Gateway_HttpGateway
- type Gateway_HybridGateway
- type Gateway_TcpGateway
- type HttpGateway
- func (m *HttpGateway) Clone() proto.Message
- func (*HttpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *HttpGateway) Equal(that interface{}) bool
- func (x *HttpGateway) GetOptions() *v1.HttpListenerOptions
- func (x *HttpGateway) GetVirtualServiceExpressions() *VirtualServiceSelectorExpressions
- func (x *HttpGateway) GetVirtualServiceNamespaces() []string
- func (x *HttpGateway) GetVirtualServiceSelector() map[string]string
- func (x *HttpGateway) GetVirtualServices() []*core.ResourceRef
- func (m *HttpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *HttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*HttpGateway) ProtoMessage()
- func (x *HttpGateway) ProtoReflect() protoreflect.Message
- func (x *HttpGateway) Reset()
- func (x *HttpGateway) String() string
- type HttpListenerOption
- func (m *HttpListenerOption) Clone() proto.Message
- func (o *HttpListenerOption) DeepCopyInto(out *HttpListenerOption)
- func (o *HttpListenerOption) DeepCopyObject() runtime.Object
- func (*HttpListenerOption) Descriptor() ([]byte, []int)deprecated
- func (m *HttpListenerOption) Equal(that interface{}) bool
- func (x *HttpListenerOption) GetMetadata() *core.Metadata
- func (o *HttpListenerOption) GetObjectKind() schema.ObjectKind
- func (x *HttpListenerOption) GetOptions() *v1.HttpListenerOptions
- func (x *HttpListenerOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
- func (r *HttpListenerOption) GroupVersionKind() schema.GroupVersionKind
- func (m *HttpListenerOption) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *HttpListenerOption) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *HttpListenerOption) MustHash() uint64
- func (*HttpListenerOption) ProtoMessage()
- func (x *HttpListenerOption) ProtoReflect() protoreflect.Message
- func (x *HttpListenerOption) Reset()
- func (r *HttpListenerOption) SetMetadata(meta *core.Metadata)
- func (x *HttpListenerOption) String() string
- type HttpListenerOptionClient
- func NewHttpListenerOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (HttpListenerOptionClient, error)
- func NewHttpListenerOptionClientWithBase(rc clients.ResourceClient) HttpListenerOptionClient
- func NewHttpListenerOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (HttpListenerOptionClient, error)
- type HttpListenerOptionList
- func (list HttpListenerOptionList) AsInterfaces() []interface{}
- func (list HttpListenerOptionList) AsResources() resources.ResourceList
- func (list HttpListenerOptionList) Clone() HttpListenerOptionList
- func (list HttpListenerOptionList) Each(f func(element *HttpListenerOption))
- func (list HttpListenerOptionList) EachResource(f func(element resources.Resource))
- func (list HttpListenerOptionList) Find(namespace, name string) (*HttpListenerOption, error)
- func (list HttpListenerOptionList) Names() []string
- func (list HttpListenerOptionList) NamespacesDotNames() []string
- func (list HttpListenerOptionList) Sort() HttpListenerOptionList
- type HttpListenerOptionReconciler
- type HttpListenerOptionWatcher
- type HybridGateway
- func (m *HybridGateway) Clone() proto.Message
- func (*HybridGateway) Descriptor() ([]byte, []int)deprecated
- func (m *HybridGateway) Equal(that interface{}) bool
- func (x *HybridGateway) GetDelegatedHttpGateways() *DelegatedHttpGateway
- func (x *HybridGateway) GetDelegatedTcpGateways() *DelegatedTcpGateway
- func (x *HybridGateway) GetMatchedGateways() []*MatchedGateway
- func (m *HybridGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *HybridGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*HybridGateway) ProtoMessage()
- func (x *HybridGateway) ProtoReflect() protoreflect.Message
- func (x *HybridGateway) Reset()
- func (x *HybridGateway) String() string
- type ListenerOption
- func (m *ListenerOption) Clone() proto.Message
- func (o *ListenerOption) DeepCopyInto(out *ListenerOption)
- func (o *ListenerOption) DeepCopyObject() runtime.Object
- func (*ListenerOption) Descriptor() ([]byte, []int)deprecated
- func (m *ListenerOption) Equal(that interface{}) bool
- func (x *ListenerOption) GetMetadata() *core.Metadata
- func (o *ListenerOption) GetObjectKind() schema.ObjectKind
- func (x *ListenerOption) GetOptions() *v1.ListenerOptions
- func (x *ListenerOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
- func (r *ListenerOption) GroupVersionKind() schema.GroupVersionKind
- func (m *ListenerOption) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *ListenerOption) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *ListenerOption) MustHash() uint64
- func (*ListenerOption) ProtoMessage()
- func (x *ListenerOption) ProtoReflect() protoreflect.Message
- func (x *ListenerOption) Reset()
- func (r *ListenerOption) SetMetadata(meta *core.Metadata)
- func (x *ListenerOption) String() string
- type ListenerOptionClient
- func NewListenerOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (ListenerOptionClient, error)
- func NewListenerOptionClientWithBase(rc clients.ResourceClient) ListenerOptionClient
- func NewListenerOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (ListenerOptionClient, error)
- type ListenerOptionList
- func (list ListenerOptionList) AsInterfaces() []interface{}
- func (list ListenerOptionList) AsResources() resources.ResourceList
- func (list ListenerOptionList) Clone() ListenerOptionList
- func (list ListenerOptionList) Each(f func(element *ListenerOption))
- func (list ListenerOptionList) EachResource(f func(element resources.Resource))
- func (list ListenerOptionList) Find(namespace, name string) (*ListenerOption, error)
- func (list ListenerOptionList) Names() []string
- func (list ListenerOptionList) NamespacesDotNames() []string
- func (list ListenerOptionList) Sort() ListenerOptionList
- type ListenerOptionReconciler
- type ListenerOptionWatcher
- type MatchableHttpGateway
- func (m *MatchableHttpGateway) Clone() proto.Message
- func (o *MatchableHttpGateway) DeepCopyInto(out *MatchableHttpGateway)
- func (o *MatchableHttpGateway) DeepCopyObject() runtime.Object
- func (*MatchableHttpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *MatchableHttpGateway) Equal(that interface{}) bool
- func (x *MatchableHttpGateway) GetHttpGateway() *HttpGateway
- func (x *MatchableHttpGateway) GetMatcher() *MatchableHttpGateway_Matcher
- func (x *MatchableHttpGateway) GetMetadata() *core.Metadata
- func (x *MatchableHttpGateway) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *MatchableHttpGateway) GetObjectKind() schema.ObjectKind
- func (r *MatchableHttpGateway) GetStatus() *core.Status
- func (r *MatchableHttpGateway) GroupVersionKind() schema.GroupVersionKind
- func (m *MatchableHttpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *MatchableHttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *MatchableHttpGateway) MustHash() uint64
- func (*MatchableHttpGateway) ProtoMessage()
- func (x *MatchableHttpGateway) ProtoReflect() protoreflect.Message
- func (x *MatchableHttpGateway) Reset()
- func (r *MatchableHttpGateway) SetMetadata(meta *core.Metadata)
- func (r *MatchableHttpGateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *MatchableHttpGateway) SetStatus(status *core.Status)
- func (x *MatchableHttpGateway) String() string
- type MatchableHttpGatewayClient
- func NewMatchableHttpGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (MatchableHttpGatewayClient, error)
- func NewMatchableHttpGatewayClientWithBase(rc clients.ResourceClient) MatchableHttpGatewayClient
- func NewMatchableHttpGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (MatchableHttpGatewayClient, error)
- type MatchableHttpGatewayList
- func (list MatchableHttpGatewayList) AsInputResources() resources.InputResourceList
- func (list MatchableHttpGatewayList) AsInterfaces() []interface{}
- func (list MatchableHttpGatewayList) AsResources() resources.ResourceList
- func (list MatchableHttpGatewayList) Clone() MatchableHttpGatewayList
- func (list MatchableHttpGatewayList) Each(f func(element *MatchableHttpGateway))
- func (list MatchableHttpGatewayList) EachResource(f func(element resources.Resource))
- func (list MatchableHttpGatewayList) Find(namespace, name string) (*MatchableHttpGateway, error)
- func (list MatchableHttpGatewayList) Names() []string
- func (list MatchableHttpGatewayList) NamespacesDotNames() []string
- func (list MatchableHttpGatewayList) Sort() MatchableHttpGatewayList
- type MatchableHttpGatewayReconciler
- type MatchableHttpGatewayWatcher
- type MatchableHttpGateway_Matcher
- func (m *MatchableHttpGateway_Matcher) Clone() proto.Message
- func (*MatchableHttpGateway_Matcher) Descriptor() ([]byte, []int)deprecated
- func (m *MatchableHttpGateway_Matcher) Equal(that interface{}) bool
- func (x *MatchableHttpGateway_Matcher) GetSourcePrefixRanges() []*v3.CidrRange
- func (x *MatchableHttpGateway_Matcher) GetSslConfig() *ssl.SslConfig
- func (m *MatchableHttpGateway_Matcher) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *MatchableHttpGateway_Matcher) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*MatchableHttpGateway_Matcher) ProtoMessage()
- func (x *MatchableHttpGateway_Matcher) ProtoReflect() protoreflect.Message
- func (x *MatchableHttpGateway_Matcher) Reset()
- func (x *MatchableHttpGateway_Matcher) String() string
- type MatchableTcpGateway
- func (m *MatchableTcpGateway) Clone() proto.Message
- func (o *MatchableTcpGateway) DeepCopyInto(out *MatchableTcpGateway)
- func (o *MatchableTcpGateway) DeepCopyObject() runtime.Object
- func (*MatchableTcpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *MatchableTcpGateway) Equal(that interface{}) bool
- func (x *MatchableTcpGateway) GetMatcher() *MatchableTcpGateway_Matcher
- func (x *MatchableTcpGateway) GetMetadata() *core.Metadata
- func (x *MatchableTcpGateway) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *MatchableTcpGateway) GetObjectKind() schema.ObjectKind
- func (r *MatchableTcpGateway) GetStatus() *core.Status
- func (x *MatchableTcpGateway) GetTcpGateway() *TcpGateway
- func (r *MatchableTcpGateway) GroupVersionKind() schema.GroupVersionKind
- func (m *MatchableTcpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *MatchableTcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *MatchableTcpGateway) MustHash() uint64
- func (*MatchableTcpGateway) ProtoMessage()
- func (x *MatchableTcpGateway) ProtoReflect() protoreflect.Message
- func (x *MatchableTcpGateway) Reset()
- func (r *MatchableTcpGateway) SetMetadata(meta *core.Metadata)
- func (r *MatchableTcpGateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *MatchableTcpGateway) SetStatus(status *core.Status)
- func (x *MatchableTcpGateway) String() string
- type MatchableTcpGatewayClient
- func NewMatchableTcpGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (MatchableTcpGatewayClient, error)
- func NewMatchableTcpGatewayClientWithBase(rc clients.ResourceClient) MatchableTcpGatewayClient
- func NewMatchableTcpGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (MatchableTcpGatewayClient, error)
- type MatchableTcpGatewayList
- func (list MatchableTcpGatewayList) AsInputResources() resources.InputResourceList
- func (list MatchableTcpGatewayList) AsInterfaces() []interface{}
- func (list MatchableTcpGatewayList) AsResources() resources.ResourceList
- func (list MatchableTcpGatewayList) Clone() MatchableTcpGatewayList
- func (list MatchableTcpGatewayList) Each(f func(element *MatchableTcpGateway))
- func (list MatchableTcpGatewayList) EachResource(f func(element resources.Resource))
- func (list MatchableTcpGatewayList) Find(namespace, name string) (*MatchableTcpGateway, error)
- func (list MatchableTcpGatewayList) Names() []string
- func (list MatchableTcpGatewayList) NamespacesDotNames() []string
- func (list MatchableTcpGatewayList) Sort() MatchableTcpGatewayList
- type MatchableTcpGatewayReconciler
- type MatchableTcpGatewayWatcher
- type MatchableTcpGateway_Matcher
- func (m *MatchableTcpGateway_Matcher) Clone() proto.Message
- func (*MatchableTcpGateway_Matcher) Descriptor() ([]byte, []int)deprecated
- func (m *MatchableTcpGateway_Matcher) Equal(that interface{}) bool
- func (x *MatchableTcpGateway_Matcher) GetPassthroughCipherSuites() []string
- func (x *MatchableTcpGateway_Matcher) GetSourcePrefixRanges() []*v3.CidrRange
- func (x *MatchableTcpGateway_Matcher) GetSslConfig() *ssl.SslConfig
- func (m *MatchableTcpGateway_Matcher) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *MatchableTcpGateway_Matcher) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*MatchableTcpGateway_Matcher) ProtoMessage()
- func (x *MatchableTcpGateway_Matcher) ProtoReflect() protoreflect.Message
- func (x *MatchableTcpGateway_Matcher) Reset()
- func (x *MatchableTcpGateway_Matcher) String() string
- type MatchedGateway
- func (m *MatchedGateway) Clone() proto.Message
- func (*MatchedGateway) Descriptor() ([]byte, []int)deprecated
- func (m *MatchedGateway) Equal(that interface{}) bool
- func (m *MatchedGateway) GetGatewayType() isMatchedGateway_GatewayType
- func (x *MatchedGateway) GetHttpGateway() *HttpGateway
- func (x *MatchedGateway) GetMatcher() *Matcher
- func (x *MatchedGateway) GetTcpGateway() *TcpGateway
- func (m *MatchedGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *MatchedGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*MatchedGateway) ProtoMessage()
- func (x *MatchedGateway) ProtoReflect() protoreflect.Message
- func (x *MatchedGateway) Reset()
- func (x *MatchedGateway) String() string
- type MatchedGateway_HttpGateway
- type MatchedGateway_TcpGateway
- type Matcher
- func (m *Matcher) Clone() proto.Message
- func (*Matcher) Descriptor() ([]byte, []int)deprecated
- func (m *Matcher) Equal(that interface{}) bool
- func (x *Matcher) GetPassthroughCipherSuites() []string
- func (x *Matcher) GetSourcePrefixRanges() []*v3.CidrRange
- func (x *Matcher) GetSslConfig() *ssl.SslConfig
- func (m *Matcher) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *Matcher) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*Matcher) ProtoMessage()
- func (x *Matcher) ProtoReflect() protoreflect.Message
- func (x *Matcher) Reset()
- func (x *Matcher) String() string
- type Route
- func (m *Route) Clone() proto.Message
- func (*Route) Descriptor() ([]byte, []int)deprecated
- func (m *Route) Equal(that interface{}) bool
- func (m *Route) GetAction() isRoute_Action
- func (x *Route) GetDelegateAction() *DelegateAction
- func (x *Route) GetDirectResponseAction() *v1.DirectResponseAction
- func (m *Route) GetExternalOptionsConfig() isRoute_ExternalOptionsConfig
- func (x *Route) GetGraphqlApiRef() *core.ResourceRef
- func (x *Route) GetInheritableMatchers() *wrapperspb.BoolValue
- func (x *Route) GetInheritablePathMatchers() *wrapperspb.BoolValue
- func (x *Route) GetMatchers() []*matchers.Matcher
- func (x *Route) GetName() string
- func (x *Route) GetOptions() *v1.RouteOptions
- func (x *Route) GetOptionsConfigRefs() *DelegateOptionsRefs
- func (x *Route) GetRedirectAction() *v1.RedirectAction
- func (x *Route) GetRouteAction() *v1.RouteAction
- func (m *Route) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *Route) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*Route) ProtoMessage()
- func (x *Route) ProtoReflect() protoreflect.Message
- func (x *Route) Reset()
- func (x *Route) String() string
- type RouteOption
- func (m *RouteOption) Clone() proto.Message
- func (o *RouteOption) DeepCopyInto(out *RouteOption)
- func (o *RouteOption) DeepCopyObject() runtime.Object
- func (*RouteOption) Descriptor() ([]byte, []int)deprecated
- func (m *RouteOption) Equal(that interface{}) bool
- func (x *RouteOption) GetMetadata() *core.Metadata
- func (x *RouteOption) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *RouteOption) GetObjectKind() schema.ObjectKind
- func (x *RouteOption) GetOptions() *v1.RouteOptions
- func (r *RouteOption) GetStatus() *core.Status
- func (x *RouteOption) GetTargetRefs() []*v11.PolicyTargetReference
- func (r *RouteOption) GroupVersionKind() schema.GroupVersionKind
- func (m *RouteOption) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *RouteOption) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *RouteOption) MustHash() uint64
- func (*RouteOption) ProtoMessage()
- func (x *RouteOption) ProtoReflect() protoreflect.Message
- func (x *RouteOption) Reset()
- func (r *RouteOption) SetMetadata(meta *core.Metadata)
- func (r *RouteOption) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *RouteOption) SetStatus(status *core.Status)
- func (x *RouteOption) String() string
- type RouteOptionClient
- func NewRouteOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (RouteOptionClient, error)
- func NewRouteOptionClientWithBase(rc clients.ResourceClient) RouteOptionClient
- func NewRouteOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (RouteOptionClient, error)
- type RouteOptionList
- func (list RouteOptionList) AsInputResources() resources.InputResourceList
- func (list RouteOptionList) AsInterfaces() []interface{}
- func (list RouteOptionList) AsResources() resources.ResourceList
- func (list RouteOptionList) Clone() RouteOptionList
- func (list RouteOptionList) Each(f func(element *RouteOption))
- func (list RouteOptionList) EachResource(f func(element resources.Resource))
- func (list RouteOptionList) Find(namespace, name string) (*RouteOption, error)
- func (list RouteOptionList) Names() []string
- func (list RouteOptionList) NamespacesDotNames() []string
- func (list RouteOptionList) Sort() RouteOptionList
- type RouteOptionReconciler
- type RouteOptionWatcher
- type RouteTable
- func (m *RouteTable) Clone() proto.Message
- func (o *RouteTable) DeepCopyInto(out *RouteTable)
- func (o *RouteTable) DeepCopyObject() runtime.Object
- func (*RouteTable) Descriptor() ([]byte, []int)deprecated
- func (m *RouteTable) Equal(that interface{}) bool
- func (x *RouteTable) GetMetadata() *core.Metadata
- func (x *RouteTable) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *RouteTable) GetObjectKind() schema.ObjectKind
- func (x *RouteTable) GetRoutes() []*Route
- func (r *RouteTable) GetStatus() *core.Status
- func (x *RouteTable) GetWeight() *wrapperspb.Int32Value
- func (r *RouteTable) GroupVersionKind() schema.GroupVersionKind
- func (m *RouteTable) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *RouteTable) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *RouteTable) MustHash() uint64
- func (*RouteTable) ProtoMessage()
- func (x *RouteTable) ProtoReflect() protoreflect.Message
- func (x *RouteTable) Reset()
- func (r *RouteTable) SetMetadata(meta *core.Metadata)
- func (r *RouteTable) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *RouteTable) SetStatus(status *core.Status)
- func (x *RouteTable) String() string
- type RouteTableClient
- func NewRouteTableClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (RouteTableClient, error)
- func NewRouteTableClientWithBase(rc clients.ResourceClient) RouteTableClient
- func NewRouteTableClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (RouteTableClient, error)
- type RouteTableList
- func (list RouteTableList) AsInputResources() resources.InputResourceList
- func (list RouteTableList) AsInterfaces() []interface{}
- func (list RouteTableList) AsResources() resources.ResourceList
- func (list RouteTableList) Clone() RouteTableList
- func (list RouteTableList) Each(f func(element *RouteTable))
- func (list RouteTableList) EachResource(f func(element resources.Resource))
- func (list RouteTableList) Find(namespace, name string) (*RouteTable, error)
- func (list RouteTableList) Names() []string
- func (list RouteTableList) NamespacesDotNames() []string
- func (list RouteTableList) Sort() RouteTableList
- type RouteTableReconciler
- type RouteTableSelector
- func (m *RouteTableSelector) Clone() proto.Message
- func (*RouteTableSelector) Descriptor() ([]byte, []int)deprecated
- func (m *RouteTableSelector) Equal(that interface{}) bool
- func (x *RouteTableSelector) GetExpressions() []*RouteTableSelector_Expression
- func (x *RouteTableSelector) GetLabels() map[string]string
- func (x *RouteTableSelector) GetNamespaces() []string
- func (m *RouteTableSelector) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *RouteTableSelector) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*RouteTableSelector) ProtoMessage()
- func (x *RouteTableSelector) ProtoReflect() protoreflect.Message
- func (x *RouteTableSelector) Reset()
- func (x *RouteTableSelector) String() string
- type RouteTableSelector_Expression
- func (m *RouteTableSelector_Expression) Clone() proto.Message
- func (*RouteTableSelector_Expression) Descriptor() ([]byte, []int)deprecated
- func (m *RouteTableSelector_Expression) Equal(that interface{}) bool
- func (x *RouteTableSelector_Expression) GetKey() string
- func (x *RouteTableSelector_Expression) GetOperator() RouteTableSelector_Expression_Operator
- func (x *RouteTableSelector_Expression) GetValues() []string
- func (m *RouteTableSelector_Expression) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *RouteTableSelector_Expression) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*RouteTableSelector_Expression) ProtoMessage()
- func (x *RouteTableSelector_Expression) ProtoReflect() protoreflect.Message
- func (x *RouteTableSelector_Expression) Reset()
- func (x *RouteTableSelector_Expression) String() string
- type RouteTableSelector_Expression_Operator
- func (RouteTableSelector_Expression_Operator) Descriptor() protoreflect.EnumDescriptor
- func (x RouteTableSelector_Expression_Operator) Enum() *RouteTableSelector_Expression_Operator
- func (RouteTableSelector_Expression_Operator) EnumDescriptor() ([]byte, []int)deprecated
- func (x RouteTableSelector_Expression_Operator) Number() protoreflect.EnumNumber
- func (x RouteTableSelector_Expression_Operator) String() string
- func (RouteTableSelector_Expression_Operator) Type() protoreflect.EnumType
- type RouteTableWatcher
- type Route_DelegateAction
- type Route_DirectResponseAction
- type Route_GraphqlApiRef
- type Route_OptionsConfigRefs
- type Route_RedirectAction
- type Route_RouteAction
- type TcpGateway
- func (m *TcpGateway) Clone() proto.Message
- func (*TcpGateway) Descriptor() ([]byte, []int)deprecated
- func (m *TcpGateway) Equal(that interface{}) bool
- func (x *TcpGateway) GetOptions() *v1.TcpListenerOptions
- func (x *TcpGateway) GetTcpHosts() []*v1.TcpHost
- func (m *TcpGateway) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *TcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*TcpGateway) ProtoMessage()
- func (x *TcpGateway) ProtoReflect() protoreflect.Message
- func (x *TcpGateway) Reset()
- func (x *TcpGateway) String() string
- type TransitionGatewayFunc
- type TransitionHttpListenerOptionFunc
- type TransitionListenerOptionFunc
- type TransitionMatchableHttpGatewayFunc
- type TransitionMatchableTcpGatewayFunc
- type TransitionRouteOptionFunc
- type TransitionRouteTableFunc
- type TransitionVirtualHostOptionFunc
- type TransitionVirtualServiceFunc
- type VirtualHost
- func (m *VirtualHost) Clone() proto.Message
- func (*VirtualHost) Descriptor() ([]byte, []int)deprecated
- func (m *VirtualHost) Equal(that interface{}) bool
- func (x *VirtualHost) GetDomains() []string
- func (m *VirtualHost) GetExternalOptionsConfig() isVirtualHost_ExternalOptionsConfig
- func (x *VirtualHost) GetOptions() *v1.VirtualHostOptions
- func (x *VirtualHost) GetOptionsConfigRefs() *DelegateOptionsRefs
- func (x *VirtualHost) GetRoutes() []*Route
- func (m *VirtualHost) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *VirtualHost) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*VirtualHost) ProtoMessage()
- func (x *VirtualHost) ProtoReflect() protoreflect.Message
- func (x *VirtualHost) Reset()
- func (x *VirtualHost) String() string
- type VirtualHostOption
- func (m *VirtualHostOption) Clone() proto.Message
- func (o *VirtualHostOption) DeepCopyInto(out *VirtualHostOption)
- func (o *VirtualHostOption) DeepCopyObject() runtime.Object
- func (*VirtualHostOption) Descriptor() ([]byte, []int)deprecated
- func (m *VirtualHostOption) Equal(that interface{}) bool
- func (x *VirtualHostOption) GetMetadata() *core.Metadata
- func (x *VirtualHostOption) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *VirtualHostOption) GetObjectKind() schema.ObjectKind
- func (x *VirtualHostOption) GetOptions() *v1.VirtualHostOptions
- func (r *VirtualHostOption) GetStatus() *core.Status
- func (x *VirtualHostOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
- func (r *VirtualHostOption) GroupVersionKind() schema.GroupVersionKind
- func (m *VirtualHostOption) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *VirtualHostOption) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *VirtualHostOption) MustHash() uint64
- func (*VirtualHostOption) ProtoMessage()
- func (x *VirtualHostOption) ProtoReflect() protoreflect.Message
- func (x *VirtualHostOption) Reset()
- func (r *VirtualHostOption) SetMetadata(meta *core.Metadata)
- func (r *VirtualHostOption) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *VirtualHostOption) SetStatus(status *core.Status)
- func (x *VirtualHostOption) String() string
- type VirtualHostOptionClient
- func NewVirtualHostOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (VirtualHostOptionClient, error)
- func NewVirtualHostOptionClientWithBase(rc clients.ResourceClient) VirtualHostOptionClient
- func NewVirtualHostOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (VirtualHostOptionClient, error)
- type VirtualHostOptionList
- func (list VirtualHostOptionList) AsInputResources() resources.InputResourceList
- func (list VirtualHostOptionList) AsInterfaces() []interface{}
- func (list VirtualHostOptionList) AsResources() resources.ResourceList
- func (list VirtualHostOptionList) Clone() VirtualHostOptionList
- func (list VirtualHostOptionList) Each(f func(element *VirtualHostOption))
- func (list VirtualHostOptionList) EachResource(f func(element resources.Resource))
- func (list VirtualHostOptionList) Find(namespace, name string) (*VirtualHostOption, error)
- func (list VirtualHostOptionList) Names() []string
- func (list VirtualHostOptionList) NamespacesDotNames() []string
- func (list VirtualHostOptionList) Sort() VirtualHostOptionList
- type VirtualHostOptionReconciler
- type VirtualHostOptionWatcher
- type VirtualHost_OptionsConfigRefs
- type VirtualService
- func (m *VirtualService) Clone() proto.Message
- func (o *VirtualService) DeepCopyInto(out *VirtualService)
- func (o *VirtualService) DeepCopyObject() runtime.Object
- func (*VirtualService) Descriptor() ([]byte, []int)deprecated
- func (m *VirtualService) Equal(that interface{}) bool
- func (x *VirtualService) GetDisplayName() string
- func (x *VirtualService) GetMetadata() *core.Metadata
- func (x *VirtualService) GetNamespacedStatuses() *core.NamespacedStatuses
- func (o *VirtualService) GetObjectKind() schema.ObjectKind
- func (x *VirtualService) GetSslConfig() *ssl.SslConfig
- func (r *VirtualService) GetStatus() *core.Status
- func (x *VirtualService) GetVirtualHost() *VirtualHost
- func (r *VirtualService) GroupVersionKind() schema.GroupVersionKind
- func (m *VirtualService) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *VirtualService) HashUnique(hasher hash.Hash64) (uint64, error)
- func (r *VirtualService) MustHash() uint64
- func (*VirtualService) ProtoMessage()
- func (x *VirtualService) ProtoReflect() protoreflect.Message
- func (x *VirtualService) Reset()
- func (r *VirtualService) SetMetadata(meta *core.Metadata)
- func (r *VirtualService) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
- func (r *VirtualService) SetStatus(status *core.Status)
- func (x *VirtualService) String() string
- type VirtualServiceClient
- func NewVirtualServiceClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (VirtualServiceClient, error)
- func NewVirtualServiceClientWithBase(rc clients.ResourceClient) VirtualServiceClient
- func NewVirtualServiceClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (VirtualServiceClient, error)
- type VirtualServiceList
- func (list VirtualServiceList) AsInputResources() resources.InputResourceList
- func (list VirtualServiceList) AsInterfaces() []interface{}
- func (list VirtualServiceList) AsResources() resources.ResourceList
- func (list VirtualServiceList) Clone() VirtualServiceList
- func (list VirtualServiceList) Each(f func(element *VirtualService))
- func (list VirtualServiceList) EachResource(f func(element resources.Resource))
- func (list VirtualServiceList) Find(namespace, name string) (*VirtualService, error)
- func (list VirtualServiceList) Names() []string
- func (list VirtualServiceList) NamespacesDotNames() []string
- func (list VirtualServiceList) Sort() VirtualServiceList
- type VirtualServiceReconciler
- type VirtualServiceSelectorExpressions
- func (m *VirtualServiceSelectorExpressions) Clone() proto.Message
- func (*VirtualServiceSelectorExpressions) Descriptor() ([]byte, []int)deprecated
- func (m *VirtualServiceSelectorExpressions) Equal(that interface{}) bool
- func (x *VirtualServiceSelectorExpressions) GetExpressions() []*VirtualServiceSelectorExpressions_Expression
- func (m *VirtualServiceSelectorExpressions) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *VirtualServiceSelectorExpressions) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*VirtualServiceSelectorExpressions) ProtoMessage()
- func (x *VirtualServiceSelectorExpressions) ProtoReflect() protoreflect.Message
- func (x *VirtualServiceSelectorExpressions) Reset()
- func (x *VirtualServiceSelectorExpressions) String() string
- type VirtualServiceSelectorExpressions_Expression
- func (m *VirtualServiceSelectorExpressions_Expression) Clone() proto.Message
- func (*VirtualServiceSelectorExpressions_Expression) Descriptor() ([]byte, []int)deprecated
- func (m *VirtualServiceSelectorExpressions_Expression) Equal(that interface{}) bool
- func (x *VirtualServiceSelectorExpressions_Expression) GetKey() string
- func (x *VirtualServiceSelectorExpressions_Expression) GetOperator() VirtualServiceSelectorExpressions_Expression_Operator
- func (x *VirtualServiceSelectorExpressions_Expression) GetValues() []string
- func (m *VirtualServiceSelectorExpressions_Expression) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *VirtualServiceSelectorExpressions_Expression) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*VirtualServiceSelectorExpressions_Expression) ProtoMessage()
- func (x *VirtualServiceSelectorExpressions_Expression) ProtoReflect() protoreflect.Message
- func (x *VirtualServiceSelectorExpressions_Expression) Reset()
- func (x *VirtualServiceSelectorExpressions_Expression) String() string
- type VirtualServiceSelectorExpressions_Expression_Operator
- func (VirtualServiceSelectorExpressions_Expression_Operator) Descriptor() protoreflect.EnumDescriptor
- func (x VirtualServiceSelectorExpressions_Expression_Operator) Enum() *VirtualServiceSelectorExpressions_Expression_Operator
- func (VirtualServiceSelectorExpressions_Expression_Operator) EnumDescriptor() ([]byte, []int)deprecated
- func (x VirtualServiceSelectorExpressions_Expression_Operator) Number() protoreflect.EnumNumber
- func (x VirtualServiceSelectorExpressions_Expression_Operator) String() string
- func (VirtualServiceSelectorExpressions_Expression_Operator) Type() protoreflect.EnumType
- type VirtualServiceWatcher
Constants ¶
This section is empty.
Variables ¶
var ( VirtualServiceSelectorExpressions_Expression_Operator_name = map[int32]string{ 0: "Equals", 1: "DoubleEquals", 2: "NotEquals", 3: "In", 4: "NotIn", 5: "Exists", 6: "DoesNotExist", 7: "GreaterThan", 8: "LessThan", } VirtualServiceSelectorExpressions_Expression_Operator_value = map[string]int32{ "Equals": 0, "DoubleEquals": 1, "NotEquals": 2, "In": 3, "NotIn": 4, "Exists": 5, "DoesNotExist": 6, "GreaterThan": 7, "LessThan": 8, } )
Enum value maps for VirtualServiceSelectorExpressions_Expression_Operator.
var ( RouteTableSelector_Expression_Operator_name = map[int32]string{ 0: "Equals", 1: "DoubleEquals", 2: "NotEquals", 3: "In", 4: "NotIn", 5: "Exists", 6: "DoesNotExist", 7: "GreaterThan", 8: "LessThan", } RouteTableSelector_Expression_Operator_value = map[string]int32{ "Equals": 0, "DoubleEquals": 1, "NotEquals": 2, "In": 3, "NotIn": 4, "Exists": 5, "DoesNotExist": 6, "GreaterThan": 7, "LessThan": 8, } )
Enum value maps for RouteTableSelector_Expression_Operator.
var File_github_com_solo_io_gloo_projects_gateway_api_v1_external_options_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_gateway_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_http_gateway_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_matchable_http_gateway_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_matchable_tcp_gateway_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_route_table_proto protoreflect.FileDescriptor
var File_github_com_solo_io_gloo_projects_gateway_api_v1_virtual_service_proto protoreflect.FileDescriptor
var ( GatewayCrd = crd.NewCrd( "gateways", GatewayGVK.Group, GatewayGVK.Version, GatewayGVK.Kind, "gw", false, &Gateway{}) )
var (
GatewayGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "Gateway",
}
)
var ( HttpListenerOptionCrd = crd.NewCrd( "httplisteneroptions", HttpListenerOptionGVK.Group, HttpListenerOptionGVK.Version, HttpListenerOptionGVK.Kind, "hlisopts", false, &HttpListenerOption{}) )
var (
HttpListenerOptionGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "HttpListenerOption",
}
)
var ( ListenerOptionCrd = crd.NewCrd( "listeneroptions", ListenerOptionGVK.Group, ListenerOptionGVK.Version, ListenerOptionGVK.Kind, "lisopts", false, &ListenerOption{}) )
var (
ListenerOptionGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "ListenerOption",
}
)
var ( MatchableHttpGatewayCrd = crd.NewCrd( "httpgateways", MatchableHttpGatewayGVK.Group, MatchableHttpGatewayGVK.Version, MatchableHttpGatewayGVK.Kind, "hgw", false, &MatchableHttpGateway{}) )
var (
MatchableHttpGatewayGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "MatchableHttpGateway",
}
)
var ( MatchableTcpGatewayCrd = crd.NewCrd( "tcpgateways", MatchableTcpGatewayGVK.Group, MatchableTcpGatewayGVK.Version, MatchableTcpGatewayGVK.Kind, "tgw", false, &MatchableTcpGateway{}) )
var (
MatchableTcpGatewayGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "MatchableTcpGateway",
}
)
var ( RouteOptionCrd = crd.NewCrd( "routeoptions", RouteOptionGVK.Group, RouteOptionGVK.Version, RouteOptionGVK.Kind, "rtopts", false, &RouteOption{}) )
var (
RouteOptionGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "RouteOption",
}
)
var ( RouteTableCrd = crd.NewCrd( "routetables", RouteTableGVK.Group, RouteTableGVK.Version, RouteTableGVK.Kind, "rt", false, &RouteTable{}) )
var (
RouteTableGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "RouteTable",
}
)
var ( VirtualHostOptionCrd = crd.NewCrd( "virtualhostoptions", VirtualHostOptionGVK.Group, VirtualHostOptionGVK.Version, VirtualHostOptionGVK.Kind, "vhopts", false, &VirtualHostOption{}) )
var (
VirtualHostOptionGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "VirtualHostOption",
}
)
var ( VirtualServiceCrd = crd.NewCrd( "virtualservices", VirtualServiceGVK.Group, VirtualServiceGVK.Version, VirtualServiceGVK.Kind, "vs", false, &VirtualService{}) )
var (
VirtualServiceGVK = schema.GroupVersionKind{
Version: "v1",
Group: "gateway.solo.io",
Kind: "VirtualService",
}
)
Functions ¶
func NewGatewayHashableResource ¶ added in v1.11.50
func NewGatewayHashableResource() resources.HashableResource
func NewHttpListenerOptionHashableResource ¶ added in v1.17.0
func NewHttpListenerOptionHashableResource() resources.HashableResource
func NewListenerOptionHashableResource ¶ added in v1.17.0
func NewListenerOptionHashableResource() resources.HashableResource
func NewMatchableHttpGatewayHashableResource ¶ added in v1.11.50
func NewMatchableHttpGatewayHashableResource() resources.HashableResource
func NewMatchableTcpGatewayHashableResource ¶ added in v1.14.4
func NewMatchableTcpGatewayHashableResource() resources.HashableResource
func NewRouteOptionHashableResource ¶ added in v1.11.50
func NewRouteOptionHashableResource() resources.HashableResource
func NewRouteTableHashableResource ¶ added in v1.11.50
func NewRouteTableHashableResource() resources.HashableResource
func NewVirtualHostOptionHashableResource ¶ added in v1.11.50
func NewVirtualHostOptionHashableResource() resources.HashableResource
func NewVirtualServiceHashableResource ¶ added in v1.11.50
func NewVirtualServiceHashableResource() resources.HashableResource
Types ¶
type DelegateAction ¶ added in v1.2.15
type DelegateAction struct { // The name of the Route Table to delegate to. // Deprecated: these fields have been added for backwards-compatibility. Please use the `ref` field. If `name` // and/or `namespace` have been specified, Gloo will ignore `ref` and `selector`. // // Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/virtual_service.proto. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The namespace of the Route Table to delegate to. // Deprecated: these fields have been added for backwards-compatibility. Please use the `ref` field. If `name` // and/or `namespace` have been specified, Gloo will ignore `ref` and `selector`. // // Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/virtual_service.proto. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // Types that are assignable to DelegationType: // // *DelegateAction_Ref // *DelegateAction_Selector DelegationType isDelegateAction_DelegationType `protobuf_oneof:"delegation_type"` // contains filtered or unexported fields }
DelegateActions are used to delegate routing decisions to Route Tables.
func (*DelegateAction) Clone ¶ added in v1.8.24
func (m *DelegateAction) Clone() proto.Message
Clone function
func (*DelegateAction) Descriptor
deprecated
added in
v1.2.15
func (*DelegateAction) Descriptor() ([]byte, []int)
Deprecated: Use DelegateAction.ProtoReflect.Descriptor instead.
func (*DelegateAction) Equal ¶ added in v1.2.15
func (m *DelegateAction) Equal(that interface{}) bool
Equal function
func (*DelegateAction) GetDelegationType ¶ added in v1.2.15
func (m *DelegateAction) GetDelegationType() isDelegateAction_DelegationType
func (*DelegateAction) GetName
deprecated
added in
v1.2.15
func (x *DelegateAction) GetName() string
Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/virtual_service.proto.
func (*DelegateAction) GetNamespace
deprecated
added in
v1.2.15
func (x *DelegateAction) GetNamespace() string
Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/virtual_service.proto.
func (*DelegateAction) GetRef ¶ added in v1.2.15
func (x *DelegateAction) GetRef() *core.ResourceRef
func (*DelegateAction) GetSelector ¶ added in v1.2.15
func (x *DelegateAction) GetSelector() *RouteTableSelector
func (*DelegateAction) Hash
deprecated
added in
v1.2.16
func (m *DelegateAction) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*DelegateAction) HashUnique ¶
func (m *DelegateAction) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*DelegateAction) ProtoMessage ¶ added in v1.2.15
func (*DelegateAction) ProtoMessage()
func (*DelegateAction) ProtoReflect ¶ added in v1.6.0
func (x *DelegateAction) ProtoReflect() protoreflect.Message
func (*DelegateAction) Reset ¶ added in v1.2.15
func (x *DelegateAction) Reset()
func (*DelegateAction) String ¶ added in v1.2.15
func (x *DelegateAction) String() string
type DelegateAction_Ref ¶ added in v1.2.15
type DelegateAction_Ref struct { // Delegate to the Route Table resource with the given `name` and `namespace. Ref *core.ResourceRef `protobuf:"bytes,3,opt,name=ref,proto3,oneof"` }
type DelegateAction_Selector ¶ added in v1.2.15
type DelegateAction_Selector struct { // Delegate to the Route Tables that match the given selector. Selector *RouteTableSelector `protobuf:"bytes,4,opt,name=selector,proto3,oneof"` }
type DelegateOptionsRefs ¶ added in v1.8.0
type DelegateOptionsRefs struct { // List of resource refs to Option CRs DelegateOptions []*core.ResourceRef `protobuf:"bytes,1,rep,name=delegate_options,json=delegateOptions,proto3" json:"delegate_options,omitempty"` // contains filtered or unexported fields }
func (*DelegateOptionsRefs) Clone ¶ added in v1.8.24
func (m *DelegateOptionsRefs) Clone() proto.Message
Clone function
func (*DelegateOptionsRefs) Descriptor
deprecated
added in
v1.8.0
func (*DelegateOptionsRefs) Descriptor() ([]byte, []int)
Deprecated: Use DelegateOptionsRefs.ProtoReflect.Descriptor instead.
func (*DelegateOptionsRefs) Equal ¶ added in v1.8.0
func (m *DelegateOptionsRefs) Equal(that interface{}) bool
Equal function
func (*DelegateOptionsRefs) GetDelegateOptions ¶ added in v1.8.0
func (x *DelegateOptionsRefs) GetDelegateOptions() []*core.ResourceRef
func (*DelegateOptionsRefs) Hash
deprecated
added in
v1.8.0
func (m *DelegateOptionsRefs) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*DelegateOptionsRefs) HashUnique ¶
func (m *DelegateOptionsRefs) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*DelegateOptionsRefs) ProtoMessage ¶ added in v1.8.0
func (*DelegateOptionsRefs) ProtoMessage()
func (*DelegateOptionsRefs) ProtoReflect ¶ added in v1.8.0
func (x *DelegateOptionsRefs) ProtoReflect() protoreflect.Message
func (*DelegateOptionsRefs) Reset ¶ added in v1.8.0
func (x *DelegateOptionsRefs) Reset()
func (*DelegateOptionsRefs) String ¶ added in v1.8.0
func (x *DelegateOptionsRefs) String() string
type DelegatedHttpGateway ¶ added in v1.9.25
type DelegatedHttpGateway struct { // How to select MatchableHttpGateways // // Types that are assignable to SelectionType: // // *DelegatedHttpGateway_Ref // *DelegatedHttpGateway_Selector SelectionType isDelegatedHttpGateway_SelectionType `protobuf_oneof:"selection_type"` // Used as a meta modifier to the `http_connection_manager_settings` and `ssl_config` fields in a DelegatedHttpGateway. When set, provided ancestor config cannot be overriden by matched HttpGateways. // Useful in a multi-team context, where a controlling team managing a primary Gateway file may want to lock down specific functionality // from other teams. // // For example: (DelegatedHttpGateway, MatchableHttpGateway) = {"a": "a1", "b": "b1"}, {"b": "b2", "c": "c2"} // When true: get_config(MatchableHttpGateway) --> {"a": "a1", "b": "b1", "c": "c2"} // When false: get_config(MatchableHttpGateway) --> {"a": "a1", "b": "b2", "c": "c2"} PreventChildOverrides bool `` /* 127-byte string literal not displayed */ // Anscestry-level HTTP Gateway configuration. Options specified here will be passed down to each `MatchableHttpGateway` that is matched via `selector` or `ref`. Ultimately, said options will be consumed by instances of `MatchableHttpGateway.http_gateway` HttpConnectionManagerSettings *hcm.HttpConnectionManagerSettings `` /* 152-byte string literal not displayed */ // Anscestry-level TLS/SSL traffic configuration. Options specified here will be passed down to each `MatchableHttpGateway` that is matched via `selector` or `ref`. From there, they are passed to all VirtualServices associated with said `MatchableHttpGateway`s. SslConfig *ssl.SslConfig `protobuf:"bytes,2,opt,name=ssl_config,json=sslConfig,proto3" json:"ssl_config,omitempty"` // contains filtered or unexported fields }
func (*DelegatedHttpGateway) Clone ¶ added in v1.9.25
func (m *DelegatedHttpGateway) Clone() proto.Message
Clone function
func (*DelegatedHttpGateway) Descriptor
deprecated
added in
v1.9.25
func (*DelegatedHttpGateway) Descriptor() ([]byte, []int)
Deprecated: Use DelegatedHttpGateway.ProtoReflect.Descriptor instead.
func (*DelegatedHttpGateway) Equal ¶ added in v1.9.25
func (m *DelegatedHttpGateway) Equal(that interface{}) bool
Equal function
func (*DelegatedHttpGateway) GetHttpConnectionManagerSettings ¶ added in v1.9.25
func (x *DelegatedHttpGateway) GetHttpConnectionManagerSettings() *hcm.HttpConnectionManagerSettings
func (*DelegatedHttpGateway) GetPreventChildOverrides ¶ added in v1.9.25
func (x *DelegatedHttpGateway) GetPreventChildOverrides() bool
func (*DelegatedHttpGateway) GetRef ¶ added in v1.9.25
func (x *DelegatedHttpGateway) GetRef() *core.ResourceRef
func (*DelegatedHttpGateway) GetSelectionType ¶ added in v1.9.25
func (m *DelegatedHttpGateway) GetSelectionType() isDelegatedHttpGateway_SelectionType
func (*DelegatedHttpGateway) GetSelector ¶ added in v1.9.25
func (x *DelegatedHttpGateway) GetSelector() *selectors.Selector
func (*DelegatedHttpGateway) GetSslConfig ¶ added in v1.9.25
func (x *DelegatedHttpGateway) GetSslConfig() *ssl.SslConfig
func (*DelegatedHttpGateway) Hash
deprecated
added in
v1.9.25
func (m *DelegatedHttpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*DelegatedHttpGateway) HashUnique ¶
func (m *DelegatedHttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*DelegatedHttpGateway) ProtoMessage ¶ added in v1.9.25
func (*DelegatedHttpGateway) ProtoMessage()
func (*DelegatedHttpGateway) ProtoReflect ¶ added in v1.9.25
func (x *DelegatedHttpGateway) ProtoReflect() protoreflect.Message
func (*DelegatedHttpGateway) Reset ¶ added in v1.9.25
func (x *DelegatedHttpGateway) Reset()
func (*DelegatedHttpGateway) String ¶ added in v1.9.25
func (x *DelegatedHttpGateway) String() string
type DelegatedHttpGateway_Ref ¶ added in v1.9.25
type DelegatedHttpGateway_Ref struct { // Delegate to the resource with the given `name` and `namespace. Ref *core.ResourceRef `protobuf:"bytes,3,opt,name=ref,proto3,oneof"` }
type DelegatedHttpGateway_Selector ¶ added in v1.9.25
type DelegatedTcpGateway ¶ added in v1.14.4
type DelegatedTcpGateway struct { // How to select MatchableTcpGateways // // Types that are assignable to SelectionType: // // *DelegatedTcpGateway_Ref // *DelegatedTcpGateway_Selector SelectionType isDelegatedTcpGateway_SelectionType `protobuf_oneof:"selection_type"` // contains filtered or unexported fields }
func (*DelegatedTcpGateway) Clone ¶ added in v1.14.4
func (m *DelegatedTcpGateway) Clone() proto.Message
Clone function
func (*DelegatedTcpGateway) Descriptor
deprecated
added in
v1.14.4
func (*DelegatedTcpGateway) Descriptor() ([]byte, []int)
Deprecated: Use DelegatedTcpGateway.ProtoReflect.Descriptor instead.
func (*DelegatedTcpGateway) Equal ¶ added in v1.14.4
func (m *DelegatedTcpGateway) Equal(that interface{}) bool
Equal function
func (*DelegatedTcpGateway) GetRef ¶ added in v1.14.4
func (x *DelegatedTcpGateway) GetRef() *core.ResourceRef
func (*DelegatedTcpGateway) GetSelectionType ¶ added in v1.14.4
func (m *DelegatedTcpGateway) GetSelectionType() isDelegatedTcpGateway_SelectionType
func (*DelegatedTcpGateway) GetSelector ¶ added in v1.14.4
func (x *DelegatedTcpGateway) GetSelector() *selectors.Selector
func (*DelegatedTcpGateway) Hash
deprecated
added in
v1.14.4
func (m *DelegatedTcpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*DelegatedTcpGateway) HashUnique ¶
func (m *DelegatedTcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*DelegatedTcpGateway) ProtoMessage ¶ added in v1.14.4
func (*DelegatedTcpGateway) ProtoMessage()
func (*DelegatedTcpGateway) ProtoReflect ¶ added in v1.14.4
func (x *DelegatedTcpGateway) ProtoReflect() protoreflect.Message
func (*DelegatedTcpGateway) Reset ¶ added in v1.14.4
func (x *DelegatedTcpGateway) Reset()
func (*DelegatedTcpGateway) String ¶ added in v1.14.4
func (x *DelegatedTcpGateway) String() string
type DelegatedTcpGateway_Ref ¶ added in v1.14.4
type DelegatedTcpGateway_Ref struct { // Delegate to the resource with the given `name` and `namespace. Ref *core.ResourceRef `protobuf:"bytes,1,opt,name=ref,proto3,oneof"` }
type DelegatedTcpGateway_Selector ¶ added in v1.14.4
type Gateway ¶
type Gateway struct { // if set to false, only use virtual services without ssl configured. // if set to true, only use virtual services with ssl configured. // this field is ignored if GatewayType is HybridGateway. Ssl bool `protobuf:"varint,1,opt,name=ssl,proto3" json:"ssl,omitempty"` // the bind address the gateway should serve traffic on BindAddress string `protobuf:"bytes,3,opt,name=bind_address,json=bindAddress,proto3" json:"bind_address,omitempty"` // bind ports must not conflict across gateways for a single proxy BindPort uint32 `protobuf:"varint,4,opt,name=bind_port,json=bindPort,proto3" json:"bind_port,omitempty"` // top level optional configuration for all routes on the gateway Options *v1.ListenerOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"` // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,14,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // Enable ProxyProtocol support for this listener. // Deprecated: prefer setting the listener option. // If configured, the listener option (filter config) overrides any setting here. // // Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/gateway.proto. UseProxyProto *wrapperspb.BoolValue `protobuf:"bytes,8,opt,name=use_proxy_proto,json=useProxyProto,proto3" json:"use_proxy_proto,omitempty"` // The type of gateway being created // HttpGateway creates a listener with an http_connection_manager // TcpGateway creates a listener with a tcp proxy filter // HybridGateway creates a listener with any number of filter chains that each may have either an http_connection_manager or a tcp proxy filter // // Types that are assignable to GatewayType: // // *Gateway_HttpGateway // *Gateway_TcpGateway // *Gateway_HybridGateway GatewayType isGateway_GatewayType `protobuf_oneof:"GatewayType"` // Names of the [`Proxy`](https://docs.solo.io/gloo-edge/latest/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk/) // resources to generate from this gateway. If other gateways exist which point to the same proxy, // Gloo will join them together. // // Proxies have a one-to-many relationship with Envoy bootstrap configuration. // In order to connect to Gloo, the Envoy bootstrap configuration sets a `role` in // the [node metadata](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/base.proto#envoy-api-msg-core-node) // Envoy instances announce their `role` to Gloo, which maps to the `{{ .Namespace }}~{{ .Name }}` // of the Proxy resource. // // The template for this value can be seen in the [Gloo Helm chart](https://github.com/solo-io/gloo/blob/main/install/helm/gloo/templates/9-gateway-proxy-configmap.yaml#L22) // // Note: this field also accepts fields written in camel-case. They will be converted // to kebab-case in the Proxy name. This allows use of the [Gateway Name Helm value](https://github.com/solo-io/gloo/blob/main/install/helm/gloo/values-gateway-template.yaml#L47) // for this field // // Defaults to `["gateway-proxy"]` ProxyNames []string `protobuf:"bytes,12,rep,name=proxy_names,json=proxyNames,proto3" json:"proxy_names,omitempty"` // Route configuration options that live under Envoy's [RouteConfigurationOptions](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route.proto#config-route-v3-routeconfiguration) RouteOptions *v1.RouteConfigurationOptions `protobuf:"bytes,13,opt,name=route_options,json=routeOptions,proto3" json:"route_options,omitempty"` // contains filtered or unexported fields }
A Gateway describes a single Listener (bind address:port) and the routing configuration to upstreams that are reachable via a specific port on the Gateway Proxy itself.
func NewGateway ¶
func (*Gateway) DeepCopyInto ¶ added in v0.20.9
func (*Gateway) DeepCopyObject ¶
func (*Gateway) Descriptor
deprecated
func (*Gateway) GetBindAddress ¶
func (*Gateway) GetBindPort ¶
func (*Gateway) GetGatewayType ¶ added in v1.0.0
func (m *Gateway) GetGatewayType() isGateway_GatewayType
func (*Gateway) GetHttpGateway ¶ added in v1.0.0
func (x *Gateway) GetHttpGateway() *HttpGateway
func (*Gateway) GetHybridGateway ¶ added in v1.9.25
func (x *Gateway) GetHybridGateway() *HybridGateway
func (*Gateway) GetMetadata ¶
func (*Gateway) GetNamespacedStatuses ¶ added in v1.9.0
func (x *Gateway) GetNamespacedStatuses() *core.NamespacedStatuses
func (*Gateway) GetObjectKind ¶
func (o *Gateway) GetObjectKind() schema.ObjectKind
func (*Gateway) GetOptions ¶ added in v1.0.0
func (x *Gateway) GetOptions() *v1.ListenerOptions
func (*Gateway) GetProxyNames ¶ added in v1.0.0
func (*Gateway) GetRouteOptions ¶ added in v1.7.7
func (x *Gateway) GetRouteOptions() *v1.RouteConfigurationOptions
func (*Gateway) GetTcpGateway ¶ added in v1.0.0
func (x *Gateway) GetTcpGateway() *TcpGateway
func (*Gateway) GetUseProxyProto
deprecated
added in
v0.13.15
func (x *Gateway) GetUseProxyProto() *wrapperspb.BoolValue
Deprecated: Marked as deprecated in github.com/solo-io/gloo/projects/gateway/api/v1/gateway.proto.
func (*Gateway) GroupVersionKind ¶ added in v0.18.0
func (r *Gateway) GroupVersionKind() schema.GroupVersionKind
func (*Gateway) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*Gateway) ProtoMessage ¶
func (*Gateway) ProtoMessage()
func (*Gateway) ProtoReflect ¶ added in v1.6.0
func (x *Gateway) ProtoReflect() protoreflect.Message
func (*Gateway) SetMetadata ¶
func (*Gateway) SetNamespacedStatuses ¶ added in v1.9.0
func (r *Gateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
type GatewayClient ¶
type GatewayClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*Gateway, error) Write(resource *Gateway, opts clients.WriteOpts) (*Gateway, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (GatewayList, error) GatewayWatcher }
func NewGatewayClient ¶
func NewGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (GatewayClient, error)
func NewGatewayClientWithBase ¶
func NewGatewayClientWithBase(rc clients.ResourceClient) GatewayClient
func NewGatewayClientWithToken ¶
func NewGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (GatewayClient, error)
type GatewayList ¶
type GatewayList []*Gateway
func (GatewayList) AsInputResources ¶
func (list GatewayList) AsInputResources() resources.InputResourceList
func (GatewayList) AsInterfaces ¶
func (list GatewayList) AsInterfaces() []interface{}
func (GatewayList) AsResources ¶
func (list GatewayList) AsResources() resources.ResourceList
func (GatewayList) Clone ¶
func (list GatewayList) Clone() GatewayList
func (GatewayList) Each ¶
func (list GatewayList) Each(f func(element *Gateway))
func (GatewayList) EachResource ¶ added in v0.13.21
func (list GatewayList) EachResource(f func(element resources.Resource))
func (GatewayList) Names ¶
func (list GatewayList) Names() []string
func (GatewayList) NamespacesDotNames ¶
func (list GatewayList) NamespacesDotNames() []string
func (GatewayList) Sort ¶
func (list GatewayList) Sort() GatewayList
type GatewayReconciler ¶
type GatewayReconciler interface {
Reconcile(namespace string, desiredResources GatewayList, transition TransitionGatewayFunc, opts clients.ListOpts) error
}
func NewGatewayReconciler ¶
func NewGatewayReconciler(client GatewayClient, statusSetter resources.StatusSetter) GatewayReconciler
type GatewayWatcher ¶ added in v0.13.21
type Gateway_HttpGateway ¶ added in v1.0.0
type Gateway_HttpGateway struct {
HttpGateway *HttpGateway `protobuf:"bytes,9,opt,name=http_gateway,json=httpGateway,proto3,oneof"`
}
type Gateway_HybridGateway ¶ added in v1.9.25
type Gateway_HybridGateway struct {
HybridGateway *HybridGateway `protobuf:"bytes,11,opt,name=hybrid_gateway,json=hybridGateway,proto3,oneof"`
}
type Gateway_TcpGateway ¶ added in v1.0.0
type Gateway_TcpGateway struct {
TcpGateway *TcpGateway `protobuf:"bytes,10,opt,name=tcp_gateway,json=tcpGateway,proto3,oneof"`
}
type HttpGateway ¶ added in v1.0.0
type HttpGateway struct { // Names & namespace refs of the virtual services which contain the actual routes for the gateway. // If the list is empty, all virtual services in all namespaces that Gloo watches will apply, // with accordance to `ssl` flag on `Gateway` above. // The default namespace matching behavior can be overridden via `virtual_service_namespaces` flag below. // Only one of `virtualServices`, `virtualServiceExpressions` or `virtualServiceSelector` should be provided. // If more than one is provided only one will be checked with priority virtualServiceExpressions, virtualServiceSelector, virtualServices VirtualServices []*core.ResourceRef `protobuf:"bytes,1,rep,name=virtual_services,json=virtualServices,proto3" json:"virtual_services,omitempty"` // Select virtual services by their label. If `virtual_service_namespaces` is provided below, this will apply only // to virtual services in the namespaces specified. // Only one of `virtualServices`, `virtualServiceExpressions` or `virtualServiceSelector` should be provided. // If more than one is provided only one will be checked with priority virtualServiceExpressions, virtualServiceSelector, virtualServices VirtualServiceSelector map[string]string `` /* 217-byte string literal not displayed */ // Select virtual services using expressions. If `virtual_service_namespaces` is provided below, this will apply only // to virtual services in the namespaces specified. // Only one of `virtualServices`, `virtualServiceExpressions` or `virtualServiceSelector` should be provided. // If more than one is provided only one will be checked with priority virtualServiceExpressions, virtualServiceSelector, virtualServices VirtualServiceExpressions *VirtualServiceSelectorExpressions `` /* 138-byte string literal not displayed */ // Restrict the search by providing a list of valid search namespaces here. // Setting '*' will search all namespaces, equivalent to omitting this value. VirtualServiceNamespaces []string `` /* 135-byte string literal not displayed */ // HTTP Gateway configuration Options *v1.HttpListenerOptions `protobuf:"bytes,8,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*HttpGateway) Clone ¶ added in v1.8.24
func (m *HttpGateway) Clone() proto.Message
Clone function
func (*HttpGateway) Descriptor
deprecated
added in
v1.0.0
func (*HttpGateway) Descriptor() ([]byte, []int)
Deprecated: Use HttpGateway.ProtoReflect.Descriptor instead.
func (*HttpGateway) Equal ¶ added in v1.0.0
func (m *HttpGateway) Equal(that interface{}) bool
Equal function
func (*HttpGateway) GetOptions ¶ added in v1.0.0
func (x *HttpGateway) GetOptions() *v1.HttpListenerOptions
func (*HttpGateway) GetVirtualServiceExpressions ¶ added in v1.8.1
func (x *HttpGateway) GetVirtualServiceExpressions() *VirtualServiceSelectorExpressions
func (*HttpGateway) GetVirtualServiceNamespaces ¶ added in v1.2.0
func (x *HttpGateway) GetVirtualServiceNamespaces() []string
func (*HttpGateway) GetVirtualServiceSelector ¶ added in v1.0.0
func (x *HttpGateway) GetVirtualServiceSelector() map[string]string
func (*HttpGateway) GetVirtualServices ¶ added in v1.0.0
func (x *HttpGateway) GetVirtualServices() []*core.ResourceRef
func (*HttpGateway) Hash
deprecated
added in
v1.2.13
func (m *HttpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*HttpGateway) HashUnique ¶
func (m *HttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*HttpGateway) ProtoMessage ¶ added in v1.0.0
func (*HttpGateway) ProtoMessage()
func (*HttpGateway) ProtoReflect ¶ added in v1.6.0
func (x *HttpGateway) ProtoReflect() protoreflect.Message
func (*HttpGateway) Reset ¶ added in v1.0.0
func (x *HttpGateway) Reset()
func (*HttpGateway) String ¶ added in v1.0.0
func (x *HttpGateway) String() string
type HttpListenerOption ¶ added in v1.17.0
type HttpListenerOption struct { // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // HttpListener options Options *v1.HttpListenerOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"` // When using Kubernetes Gateway API mode, targetRef can be used to attach this VirtualHostOption // to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used // for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified. // NOTE: This is a repeated field but currently ONLY supports a single targetRef. // If multiple targetRefs are provided, only the first in the list will be used. TargetRefs []*v11.PolicyTargetReferenceWithSectionName `protobuf:"bytes,3,rep,name=target_refs,json=targetRefs,proto3" json:"target_refs,omitempty"` // contains filtered or unexported fields }
func NewHttpListenerOption ¶ added in v1.17.0
func NewHttpListenerOption(namespace, name string) *HttpListenerOption
func (*HttpListenerOption) Clone ¶ added in v1.17.0
func (m *HttpListenerOption) Clone() proto.Message
Clone function
func (*HttpListenerOption) DeepCopyInto ¶ added in v1.17.0
func (o *HttpListenerOption) DeepCopyInto(out *HttpListenerOption)
func (*HttpListenerOption) DeepCopyObject ¶ added in v1.17.0
func (o *HttpListenerOption) DeepCopyObject() runtime.Object
func (*HttpListenerOption) Descriptor
deprecated
added in
v1.17.0
func (*HttpListenerOption) Descriptor() ([]byte, []int)
Deprecated: Use HttpListenerOption.ProtoReflect.Descriptor instead.
func (*HttpListenerOption) Equal ¶ added in v1.17.0
func (m *HttpListenerOption) Equal(that interface{}) bool
Equal function
func (*HttpListenerOption) GetMetadata ¶ added in v1.17.0
func (x *HttpListenerOption) GetMetadata() *core.Metadata
func (*HttpListenerOption) GetObjectKind ¶ added in v1.17.0
func (o *HttpListenerOption) GetObjectKind() schema.ObjectKind
func (*HttpListenerOption) GetOptions ¶ added in v1.17.0
func (x *HttpListenerOption) GetOptions() *v1.HttpListenerOptions
func (*HttpListenerOption) GetTargetRefs ¶ added in v1.17.0
func (x *HttpListenerOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
func (*HttpListenerOption) GroupVersionKind ¶ added in v1.17.0
func (r *HttpListenerOption) GroupVersionKind() schema.GroupVersionKind
func (*HttpListenerOption) Hash
deprecated
added in
v1.17.0
func (m *HttpListenerOption) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*HttpListenerOption) HashUnique ¶
func (m *HttpListenerOption) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*HttpListenerOption) MustHash ¶ added in v1.17.0
func (r *HttpListenerOption) MustHash() uint64
func (*HttpListenerOption) ProtoMessage ¶ added in v1.17.0
func (*HttpListenerOption) ProtoMessage()
func (*HttpListenerOption) ProtoReflect ¶ added in v1.17.0
func (x *HttpListenerOption) ProtoReflect() protoreflect.Message
func (*HttpListenerOption) Reset ¶ added in v1.17.0
func (x *HttpListenerOption) Reset()
func (*HttpListenerOption) SetMetadata ¶ added in v1.17.0
func (r *HttpListenerOption) SetMetadata(meta *core.Metadata)
func (*HttpListenerOption) String ¶ added in v1.17.0
func (x *HttpListenerOption) String() string
type HttpListenerOptionClient ¶ added in v1.17.0
type HttpListenerOptionClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*HttpListenerOption, error) Write(resource *HttpListenerOption, opts clients.WriteOpts) (*HttpListenerOption, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (HttpListenerOptionList, error) HttpListenerOptionWatcher }
func NewHttpListenerOptionClient ¶ added in v1.17.0
func NewHttpListenerOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (HttpListenerOptionClient, error)
func NewHttpListenerOptionClientWithBase ¶ added in v1.17.0
func NewHttpListenerOptionClientWithBase(rc clients.ResourceClient) HttpListenerOptionClient
func NewHttpListenerOptionClientWithToken ¶ added in v1.17.0
func NewHttpListenerOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (HttpListenerOptionClient, error)
type HttpListenerOptionList ¶ added in v1.17.0
type HttpListenerOptionList []*HttpListenerOption
func (HttpListenerOptionList) AsInterfaces ¶ added in v1.17.0
func (list HttpListenerOptionList) AsInterfaces() []interface{}
func (HttpListenerOptionList) AsResources ¶ added in v1.17.0
func (list HttpListenerOptionList) AsResources() resources.ResourceList
func (HttpListenerOptionList) Clone ¶ added in v1.17.0
func (list HttpListenerOptionList) Clone() HttpListenerOptionList
func (HttpListenerOptionList) Each ¶ added in v1.17.0
func (list HttpListenerOptionList) Each(f func(element *HttpListenerOption))
func (HttpListenerOptionList) EachResource ¶ added in v1.17.0
func (list HttpListenerOptionList) EachResource(f func(element resources.Resource))
func (HttpListenerOptionList) Find ¶ added in v1.17.0
func (list HttpListenerOptionList) Find(namespace, name string) (*HttpListenerOption, error)
func (HttpListenerOptionList) Names ¶ added in v1.17.0
func (list HttpListenerOptionList) Names() []string
func (HttpListenerOptionList) NamespacesDotNames ¶ added in v1.17.0
func (list HttpListenerOptionList) NamespacesDotNames() []string
func (HttpListenerOptionList) Sort ¶ added in v1.17.0
func (list HttpListenerOptionList) Sort() HttpListenerOptionList
type HttpListenerOptionReconciler ¶ added in v1.17.0
type HttpListenerOptionReconciler interface {
Reconcile(namespace string, desiredResources HttpListenerOptionList, transition TransitionHttpListenerOptionFunc, opts clients.ListOpts) error
}
func NewHttpListenerOptionReconciler ¶ added in v1.17.0
func NewHttpListenerOptionReconciler(client HttpListenerOptionClient, statusSetter resources.StatusSetter) HttpListenerOptionReconciler
type HttpListenerOptionWatcher ¶ added in v1.17.0
type HybridGateway ¶ added in v1.9.25
type HybridGateway struct { // MatchedGateways can be used to define both HttpGateways and TcpGateways directly on the Gateway resource. // If `MatchedGateways` is provided, then `DelegatedHttpGateways` and `DelegatedTcpGateways` are ignored. MatchedGateways []*MatchedGateway `protobuf:"bytes,1,rep,name=matched_gateways,json=matchedGateways,proto3" json:"matched_gateways,omitempty"` // DelegatedHttpGateways can be used to configure multiple HttpGateways // using the MatchableHttpGateway CR and select them on this Gateway // using a resourceRef or label selection. // If `MatchedGateways` is provided, then `DelegatedHttpGateways` is ignored. DelegatedHttpGateways *DelegatedHttpGateway `` /* 126-byte string literal not displayed */ // DelegatedTcpGateways can be used to configure multiple TcpGateways // using the MatchableTcpGateway CR and select them on this Gateway // using a resourceRef or label selection. // If `MatchedGateways` is provided, then `DelegatedTcpGateways` is ignored. DelegatedTcpGateways *DelegatedTcpGateway `protobuf:"bytes,3,opt,name=delegated_tcp_gateways,json=delegatedTcpGateways,proto3" json:"delegated_tcp_gateways,omitempty"` // contains filtered or unexported fields }
func (*HybridGateway) Clone ¶ added in v1.9.25
func (m *HybridGateway) Clone() proto.Message
Clone function
func (*HybridGateway) Descriptor
deprecated
added in
v1.9.25
func (*HybridGateway) Descriptor() ([]byte, []int)
Deprecated: Use HybridGateway.ProtoReflect.Descriptor instead.
func (*HybridGateway) Equal ¶ added in v1.9.25
func (m *HybridGateway) Equal(that interface{}) bool
Equal function
func (*HybridGateway) GetDelegatedHttpGateways ¶ added in v1.9.25
func (x *HybridGateway) GetDelegatedHttpGateways() *DelegatedHttpGateway
func (*HybridGateway) GetDelegatedTcpGateways ¶ added in v1.14.4
func (x *HybridGateway) GetDelegatedTcpGateways() *DelegatedTcpGateway
func (*HybridGateway) GetMatchedGateways ¶ added in v1.9.25
func (x *HybridGateway) GetMatchedGateways() []*MatchedGateway
func (*HybridGateway) Hash
deprecated
added in
v1.9.25
func (m *HybridGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*HybridGateway) HashUnique ¶
func (m *HybridGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*HybridGateway) ProtoMessage ¶ added in v1.9.25
func (*HybridGateway) ProtoMessage()
func (*HybridGateway) ProtoReflect ¶ added in v1.9.25
func (x *HybridGateway) ProtoReflect() protoreflect.Message
func (*HybridGateway) Reset ¶ added in v1.9.25
func (x *HybridGateway) Reset()
func (*HybridGateway) String ¶ added in v1.9.25
func (x *HybridGateway) String() string
type ListenerOption ¶ added in v1.17.0
type ListenerOption struct { // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // Listener options Options *v1.ListenerOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"` // When using Kubernetes Gateway API mode, targetRefs can be used to attach this ListenerOption // to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used // for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified. // NOTE: This is a repeated field but currently ONLY supports a single targetRef. // If multiple targetRefs are provided, only the first in the list will be used. TargetRefs []*v11.PolicyTargetReferenceWithSectionName `protobuf:"bytes,3,rep,name=target_refs,json=targetRefs,proto3" json:"target_refs,omitempty"` // contains filtered or unexported fields }
func NewListenerOption ¶ added in v1.17.0
func NewListenerOption(namespace, name string) *ListenerOption
func (*ListenerOption) Clone ¶ added in v1.17.0
func (m *ListenerOption) Clone() proto.Message
Clone function
func (*ListenerOption) DeepCopyInto ¶ added in v1.17.0
func (o *ListenerOption) DeepCopyInto(out *ListenerOption)
func (*ListenerOption) DeepCopyObject ¶ added in v1.17.0
func (o *ListenerOption) DeepCopyObject() runtime.Object
func (*ListenerOption) Descriptor
deprecated
added in
v1.17.0
func (*ListenerOption) Descriptor() ([]byte, []int)
Deprecated: Use ListenerOption.ProtoReflect.Descriptor instead.
func (*ListenerOption) Equal ¶ added in v1.17.0
func (m *ListenerOption) Equal(that interface{}) bool
Equal function
func (*ListenerOption) GetMetadata ¶ added in v1.17.0
func (x *ListenerOption) GetMetadata() *core.Metadata
func (*ListenerOption) GetObjectKind ¶ added in v1.17.0
func (o *ListenerOption) GetObjectKind() schema.ObjectKind
func (*ListenerOption) GetOptions ¶ added in v1.17.0
func (x *ListenerOption) GetOptions() *v1.ListenerOptions
func (*ListenerOption) GetTargetRefs ¶ added in v1.17.0
func (x *ListenerOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
func (*ListenerOption) GroupVersionKind ¶ added in v1.17.0
func (r *ListenerOption) GroupVersionKind() schema.GroupVersionKind
func (*ListenerOption) Hash
deprecated
added in
v1.17.0
func (m *ListenerOption) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*ListenerOption) HashUnique ¶
func (m *ListenerOption) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*ListenerOption) MustHash ¶ added in v1.17.0
func (r *ListenerOption) MustHash() uint64
func (*ListenerOption) ProtoMessage ¶ added in v1.17.0
func (*ListenerOption) ProtoMessage()
func (*ListenerOption) ProtoReflect ¶ added in v1.17.0
func (x *ListenerOption) ProtoReflect() protoreflect.Message
func (*ListenerOption) Reset ¶ added in v1.17.0
func (x *ListenerOption) Reset()
func (*ListenerOption) SetMetadata ¶ added in v1.17.0
func (r *ListenerOption) SetMetadata(meta *core.Metadata)
func (*ListenerOption) String ¶ added in v1.17.0
func (x *ListenerOption) String() string
type ListenerOptionClient ¶ added in v1.17.0
type ListenerOptionClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*ListenerOption, error) Write(resource *ListenerOption, opts clients.WriteOpts) (*ListenerOption, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (ListenerOptionList, error) ListenerOptionWatcher }
func NewListenerOptionClient ¶ added in v1.17.0
func NewListenerOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (ListenerOptionClient, error)
func NewListenerOptionClientWithBase ¶ added in v1.17.0
func NewListenerOptionClientWithBase(rc clients.ResourceClient) ListenerOptionClient
func NewListenerOptionClientWithToken ¶ added in v1.17.0
func NewListenerOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (ListenerOptionClient, error)
type ListenerOptionList ¶ added in v1.17.0
type ListenerOptionList []*ListenerOption
func (ListenerOptionList) AsInterfaces ¶ added in v1.17.0
func (list ListenerOptionList) AsInterfaces() []interface{}
func (ListenerOptionList) AsResources ¶ added in v1.17.0
func (list ListenerOptionList) AsResources() resources.ResourceList
func (ListenerOptionList) Clone ¶ added in v1.17.0
func (list ListenerOptionList) Clone() ListenerOptionList
func (ListenerOptionList) Each ¶ added in v1.17.0
func (list ListenerOptionList) Each(f func(element *ListenerOption))
func (ListenerOptionList) EachResource ¶ added in v1.17.0
func (list ListenerOptionList) EachResource(f func(element resources.Resource))
func (ListenerOptionList) Find ¶ added in v1.17.0
func (list ListenerOptionList) Find(namespace, name string) (*ListenerOption, error)
func (ListenerOptionList) Names ¶ added in v1.17.0
func (list ListenerOptionList) Names() []string
func (ListenerOptionList) NamespacesDotNames ¶ added in v1.17.0
func (list ListenerOptionList) NamespacesDotNames() []string
func (ListenerOptionList) Sort ¶ added in v1.17.0
func (list ListenerOptionList) Sort() ListenerOptionList
type ListenerOptionReconciler ¶ added in v1.17.0
type ListenerOptionReconciler interface {
Reconcile(namespace string, desiredResources ListenerOptionList, transition TransitionListenerOptionFunc, opts clients.ListOpts) error
}
func NewListenerOptionReconciler ¶ added in v1.17.0
func NewListenerOptionReconciler(client ListenerOptionClient, statusSetter resources.StatusSetter) ListenerOptionReconciler
type ListenerOptionWatcher ¶ added in v1.17.0
type MatchableHttpGateway ¶ added in v1.9.25
type MatchableHttpGateway struct { // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,1,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Matcher creates a FilterChainMatch and TransportSocket for a FilterChain // For each MatchableHttpGateway on a Gateway CR, the matcher must be unique. // If there are any identical matchers, the Gateway will be rejected. // An empty matcher will produce an empty FilterChainMatch (https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener_components.proto#envoy-v3-api-msg-config-listener-v3-filterchainmatch) // effectively matching all incoming connections Matcher *MatchableHttpGateway_Matcher `protobuf:"bytes,3,opt,name=matcher,proto3" json:"matcher,omitempty"` // HttpGateway creates a FilterChain with an HttpConnectionManager HttpGateway *HttpGateway `protobuf:"bytes,4,opt,name=http_gateway,json=httpGateway,proto3" json:"http_gateway,omitempty"` // contains filtered or unexported fields }
A MatchableHttpGateway describes a single FilterChain configured with: - The HttpConnectionManager NetworkFilter - A FilterChainMatch and TransportSocket that support TLS configuration and Source IP matching
A Gateway CR may select one or more MatchableHttpGateways on a single listener. This enables separate teams to own Listener configuration (Gateway CR) and FilterChain configuration (MatchableHttpGateway CR)
func NewMatchableHttpGateway ¶ added in v1.9.25
func NewMatchableHttpGateway(namespace, name string) *MatchableHttpGateway
func (*MatchableHttpGateway) Clone ¶ added in v1.9.25
func (m *MatchableHttpGateway) Clone() proto.Message
Clone function
func (*MatchableHttpGateway) DeepCopyInto ¶ added in v1.9.25
func (o *MatchableHttpGateway) DeepCopyInto(out *MatchableHttpGateway)
func (*MatchableHttpGateway) DeepCopyObject ¶ added in v1.9.25
func (o *MatchableHttpGateway) DeepCopyObject() runtime.Object
func (*MatchableHttpGateway) Descriptor
deprecated
added in
v1.9.25
func (*MatchableHttpGateway) Descriptor() ([]byte, []int)
Deprecated: Use MatchableHttpGateway.ProtoReflect.Descriptor instead.
func (*MatchableHttpGateway) Equal ¶ added in v1.9.25
func (m *MatchableHttpGateway) Equal(that interface{}) bool
Equal function
func (*MatchableHttpGateway) GetHttpGateway ¶ added in v1.9.25
func (x *MatchableHttpGateway) GetHttpGateway() *HttpGateway
func (*MatchableHttpGateway) GetMatcher ¶ added in v1.9.25
func (x *MatchableHttpGateway) GetMatcher() *MatchableHttpGateway_Matcher
func (*MatchableHttpGateway) GetMetadata ¶ added in v1.9.25
func (x *MatchableHttpGateway) GetMetadata() *core.Metadata
func (*MatchableHttpGateway) GetNamespacedStatuses ¶ added in v1.9.25
func (x *MatchableHttpGateway) GetNamespacedStatuses() *core.NamespacedStatuses
func (*MatchableHttpGateway) GetObjectKind ¶ added in v1.9.25
func (o *MatchableHttpGateway) GetObjectKind() schema.ObjectKind
func (*MatchableHttpGateway) GetStatus ¶ added in v1.9.25
func (r *MatchableHttpGateway) GetStatus() *core.Status
Deprecated
func (*MatchableHttpGateway) GroupVersionKind ¶ added in v1.9.25
func (r *MatchableHttpGateway) GroupVersionKind() schema.GroupVersionKind
func (*MatchableHttpGateway) Hash
deprecated
added in
v1.9.25
func (m *MatchableHttpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*MatchableHttpGateway) HashUnique ¶
func (m *MatchableHttpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*MatchableHttpGateway) MustHash ¶ added in v1.9.25
func (r *MatchableHttpGateway) MustHash() uint64
func (*MatchableHttpGateway) ProtoMessage ¶ added in v1.9.25
func (*MatchableHttpGateway) ProtoMessage()
func (*MatchableHttpGateway) ProtoReflect ¶ added in v1.9.25
func (x *MatchableHttpGateway) ProtoReflect() protoreflect.Message
func (*MatchableHttpGateway) Reset ¶ added in v1.9.25
func (x *MatchableHttpGateway) Reset()
func (*MatchableHttpGateway) SetMetadata ¶ added in v1.9.25
func (r *MatchableHttpGateway) SetMetadata(meta *core.Metadata)
func (*MatchableHttpGateway) SetNamespacedStatuses ¶ added in v1.9.25
func (r *MatchableHttpGateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*MatchableHttpGateway) SetStatus ¶ added in v1.9.25
func (r *MatchableHttpGateway) SetStatus(status *core.Status)
Deprecated
func (*MatchableHttpGateway) String ¶ added in v1.9.25
func (x *MatchableHttpGateway) String() string
type MatchableHttpGatewayClient ¶ added in v1.9.25
type MatchableHttpGatewayClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*MatchableHttpGateway, error) Write(resource *MatchableHttpGateway, opts clients.WriteOpts) (*MatchableHttpGateway, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (MatchableHttpGatewayList, error) MatchableHttpGatewayWatcher }
func NewMatchableHttpGatewayClient ¶ added in v1.9.25
func NewMatchableHttpGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (MatchableHttpGatewayClient, error)
func NewMatchableHttpGatewayClientWithBase ¶ added in v1.9.25
func NewMatchableHttpGatewayClientWithBase(rc clients.ResourceClient) MatchableHttpGatewayClient
func NewMatchableHttpGatewayClientWithToken ¶ added in v1.9.25
func NewMatchableHttpGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (MatchableHttpGatewayClient, error)
type MatchableHttpGatewayList ¶ added in v1.9.25
type MatchableHttpGatewayList []*MatchableHttpGateway
func (MatchableHttpGatewayList) AsInputResources ¶ added in v1.9.25
func (list MatchableHttpGatewayList) AsInputResources() resources.InputResourceList
func (MatchableHttpGatewayList) AsInterfaces ¶ added in v1.9.25
func (list MatchableHttpGatewayList) AsInterfaces() []interface{}
func (MatchableHttpGatewayList) AsResources ¶ added in v1.9.25
func (list MatchableHttpGatewayList) AsResources() resources.ResourceList
func (MatchableHttpGatewayList) Clone ¶ added in v1.9.25
func (list MatchableHttpGatewayList) Clone() MatchableHttpGatewayList
func (MatchableHttpGatewayList) Each ¶ added in v1.9.25
func (list MatchableHttpGatewayList) Each(f func(element *MatchableHttpGateway))
func (MatchableHttpGatewayList) EachResource ¶ added in v1.9.25
func (list MatchableHttpGatewayList) EachResource(f func(element resources.Resource))
func (MatchableHttpGatewayList) Find ¶ added in v1.9.25
func (list MatchableHttpGatewayList) Find(namespace, name string) (*MatchableHttpGateway, error)
func (MatchableHttpGatewayList) Names ¶ added in v1.9.25
func (list MatchableHttpGatewayList) Names() []string
func (MatchableHttpGatewayList) NamespacesDotNames ¶ added in v1.9.25
func (list MatchableHttpGatewayList) NamespacesDotNames() []string
func (MatchableHttpGatewayList) Sort ¶ added in v1.9.25
func (list MatchableHttpGatewayList) Sort() MatchableHttpGatewayList
type MatchableHttpGatewayReconciler ¶ added in v1.9.25
type MatchableHttpGatewayReconciler interface {
Reconcile(namespace string, desiredResources MatchableHttpGatewayList, transition TransitionMatchableHttpGatewayFunc, opts clients.ListOpts) error
}
func NewMatchableHttpGatewayReconciler ¶ added in v1.9.25
func NewMatchableHttpGatewayReconciler(client MatchableHttpGatewayClient, statusSetter resources.StatusSetter) MatchableHttpGatewayReconciler
type MatchableHttpGatewayWatcher ¶ added in v1.9.25
type MatchableHttpGateway_Matcher ¶ added in v1.9.25
type MatchableHttpGateway_Matcher struct { // CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a CIDR range. // See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#envoy-v3-api-msg-config-core-v3-cidrrange SourcePrefixRanges []*v3.CidrRange `protobuf:"bytes,1,rep,name=source_prefix_ranges,json=sourcePrefixRanges,proto3" json:"source_prefix_ranges,omitempty"` // Ssl configuration applied to the FilterChain: // - FilterChainMatch: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener_components.proto#config-listener-v3-filterchainmatch) // - TransportSocket: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/base.proto#envoy-v3-api-msg-config-core-v3-transportsocket SslConfig *ssl.SslConfig `protobuf:"bytes,2,opt,name=ssl_config,json=sslConfig,proto3" json:"ssl_config,omitempty"` // contains filtered or unexported fields }
func (*MatchableHttpGateway_Matcher) Clone ¶ added in v1.9.25
func (m *MatchableHttpGateway_Matcher) Clone() proto.Message
Clone function
func (*MatchableHttpGateway_Matcher) Descriptor
deprecated
added in
v1.9.25
func (*MatchableHttpGateway_Matcher) Descriptor() ([]byte, []int)
Deprecated: Use MatchableHttpGateway_Matcher.ProtoReflect.Descriptor instead.
func (*MatchableHttpGateway_Matcher) Equal ¶ added in v1.9.25
func (m *MatchableHttpGateway_Matcher) Equal(that interface{}) bool
Equal function
func (*MatchableHttpGateway_Matcher) GetSourcePrefixRanges ¶ added in v1.9.25
func (x *MatchableHttpGateway_Matcher) GetSourcePrefixRanges() []*v3.CidrRange
func (*MatchableHttpGateway_Matcher) GetSslConfig ¶ added in v1.9.25
func (x *MatchableHttpGateway_Matcher) GetSslConfig() *ssl.SslConfig
func (*MatchableHttpGateway_Matcher) Hash
deprecated
added in
v1.9.25
func (m *MatchableHttpGateway_Matcher) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*MatchableHttpGateway_Matcher) HashUnique ¶
func (m *MatchableHttpGateway_Matcher) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*MatchableHttpGateway_Matcher) ProtoMessage ¶ added in v1.9.25
func (*MatchableHttpGateway_Matcher) ProtoMessage()
func (*MatchableHttpGateway_Matcher) ProtoReflect ¶ added in v1.9.25
func (x *MatchableHttpGateway_Matcher) ProtoReflect() protoreflect.Message
func (*MatchableHttpGateway_Matcher) Reset ¶ added in v1.9.25
func (x *MatchableHttpGateway_Matcher) Reset()
func (*MatchableHttpGateway_Matcher) String ¶ added in v1.9.25
func (x *MatchableHttpGateway_Matcher) String() string
type MatchableTcpGateway ¶ added in v1.14.4
type MatchableTcpGateway struct { // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,1,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Matcher creates a FilterChainMatch and TransportSocket for a FilterChain // For each MatchableTcpGateway on a Gateway CR, the matcher must be unique. // If there are any identical matchers, the Gateway will be rejected. // An empty matcher will produce an empty FilterChainMatch (https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener_components.proto#envoy-v3-api-msg-config-listener-v3-filterchainmatch) // effectively matching all incoming connections Matcher *MatchableTcpGateway_Matcher `protobuf:"bytes,3,opt,name=matcher,proto3" json:"matcher,omitempty"` // TcpGateway creates a FilterChain with a TcpProxy. TcpGateway *TcpGateway `protobuf:"bytes,4,opt,name=tcp_gateway,json=tcpGateway,proto3" json:"tcp_gateway,omitempty"` // contains filtered or unexported fields }
A MatchableTcpGateway describes a single FilterChain configured with the TcpProxy network filter and a matcher.
A Gateway CR may select one or more MatchableTcpGateways on a single listener. This enables separate teams to own Listener configuration (Gateway CR) and FilterChain configuration (MatchableTcpGateway CR).
func NewMatchableTcpGateway ¶ added in v1.14.4
func NewMatchableTcpGateway(namespace, name string) *MatchableTcpGateway
func (*MatchableTcpGateway) Clone ¶ added in v1.14.4
func (m *MatchableTcpGateway) Clone() proto.Message
Clone function
func (*MatchableTcpGateway) DeepCopyInto ¶ added in v1.14.4
func (o *MatchableTcpGateway) DeepCopyInto(out *MatchableTcpGateway)
func (*MatchableTcpGateway) DeepCopyObject ¶ added in v1.14.4
func (o *MatchableTcpGateway) DeepCopyObject() runtime.Object
func (*MatchableTcpGateway) Descriptor
deprecated
added in
v1.14.4
func (*MatchableTcpGateway) Descriptor() ([]byte, []int)
Deprecated: Use MatchableTcpGateway.ProtoReflect.Descriptor instead.
func (*MatchableTcpGateway) Equal ¶ added in v1.14.4
func (m *MatchableTcpGateway) Equal(that interface{}) bool
Equal function
func (*MatchableTcpGateway) GetMatcher ¶ added in v1.14.4
func (x *MatchableTcpGateway) GetMatcher() *MatchableTcpGateway_Matcher
func (*MatchableTcpGateway) GetMetadata ¶ added in v1.14.4
func (x *MatchableTcpGateway) GetMetadata() *core.Metadata
func (*MatchableTcpGateway) GetNamespacedStatuses ¶ added in v1.14.4
func (x *MatchableTcpGateway) GetNamespacedStatuses() *core.NamespacedStatuses
func (*MatchableTcpGateway) GetObjectKind ¶ added in v1.14.4
func (o *MatchableTcpGateway) GetObjectKind() schema.ObjectKind
func (*MatchableTcpGateway) GetStatus ¶ added in v1.14.4
func (r *MatchableTcpGateway) GetStatus() *core.Status
Deprecated
func (*MatchableTcpGateway) GetTcpGateway ¶ added in v1.14.4
func (x *MatchableTcpGateway) GetTcpGateway() *TcpGateway
func (*MatchableTcpGateway) GroupVersionKind ¶ added in v1.14.4
func (r *MatchableTcpGateway) GroupVersionKind() schema.GroupVersionKind
func (*MatchableTcpGateway) Hash
deprecated
added in
v1.14.4
func (m *MatchableTcpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*MatchableTcpGateway) HashUnique ¶
func (m *MatchableTcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*MatchableTcpGateway) MustHash ¶ added in v1.14.4
func (r *MatchableTcpGateway) MustHash() uint64
func (*MatchableTcpGateway) ProtoMessage ¶ added in v1.14.4
func (*MatchableTcpGateway) ProtoMessage()
func (*MatchableTcpGateway) ProtoReflect ¶ added in v1.14.4
func (x *MatchableTcpGateway) ProtoReflect() protoreflect.Message
func (*MatchableTcpGateway) Reset ¶ added in v1.14.4
func (x *MatchableTcpGateway) Reset()
func (*MatchableTcpGateway) SetMetadata ¶ added in v1.14.4
func (r *MatchableTcpGateway) SetMetadata(meta *core.Metadata)
func (*MatchableTcpGateway) SetNamespacedStatuses ¶ added in v1.14.4
func (r *MatchableTcpGateway) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*MatchableTcpGateway) SetStatus ¶ added in v1.14.4
func (r *MatchableTcpGateway) SetStatus(status *core.Status)
Deprecated
func (*MatchableTcpGateway) String ¶ added in v1.14.4
func (x *MatchableTcpGateway) String() string
type MatchableTcpGatewayClient ¶ added in v1.14.4
type MatchableTcpGatewayClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*MatchableTcpGateway, error) Write(resource *MatchableTcpGateway, opts clients.WriteOpts) (*MatchableTcpGateway, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (MatchableTcpGatewayList, error) MatchableTcpGatewayWatcher }
func NewMatchableTcpGatewayClient ¶ added in v1.14.4
func NewMatchableTcpGatewayClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (MatchableTcpGatewayClient, error)
func NewMatchableTcpGatewayClientWithBase ¶ added in v1.14.4
func NewMatchableTcpGatewayClientWithBase(rc clients.ResourceClient) MatchableTcpGatewayClient
func NewMatchableTcpGatewayClientWithToken ¶ added in v1.14.4
func NewMatchableTcpGatewayClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (MatchableTcpGatewayClient, error)
type MatchableTcpGatewayList ¶ added in v1.14.4
type MatchableTcpGatewayList []*MatchableTcpGateway
func (MatchableTcpGatewayList) AsInputResources ¶ added in v1.14.4
func (list MatchableTcpGatewayList) AsInputResources() resources.InputResourceList
func (MatchableTcpGatewayList) AsInterfaces ¶ added in v1.14.4
func (list MatchableTcpGatewayList) AsInterfaces() []interface{}
func (MatchableTcpGatewayList) AsResources ¶ added in v1.14.4
func (list MatchableTcpGatewayList) AsResources() resources.ResourceList
func (MatchableTcpGatewayList) Clone ¶ added in v1.14.4
func (list MatchableTcpGatewayList) Clone() MatchableTcpGatewayList
func (MatchableTcpGatewayList) Each ¶ added in v1.14.4
func (list MatchableTcpGatewayList) Each(f func(element *MatchableTcpGateway))
func (MatchableTcpGatewayList) EachResource ¶ added in v1.14.4
func (list MatchableTcpGatewayList) EachResource(f func(element resources.Resource))
func (MatchableTcpGatewayList) Find ¶ added in v1.14.4
func (list MatchableTcpGatewayList) Find(namespace, name string) (*MatchableTcpGateway, error)
func (MatchableTcpGatewayList) Names ¶ added in v1.14.4
func (list MatchableTcpGatewayList) Names() []string
func (MatchableTcpGatewayList) NamespacesDotNames ¶ added in v1.14.4
func (list MatchableTcpGatewayList) NamespacesDotNames() []string
func (MatchableTcpGatewayList) Sort ¶ added in v1.14.4
func (list MatchableTcpGatewayList) Sort() MatchableTcpGatewayList
type MatchableTcpGatewayReconciler ¶ added in v1.14.4
type MatchableTcpGatewayReconciler interface {
Reconcile(namespace string, desiredResources MatchableTcpGatewayList, transition TransitionMatchableTcpGatewayFunc, opts clients.ListOpts) error
}
func NewMatchableTcpGatewayReconciler ¶ added in v1.14.4
func NewMatchableTcpGatewayReconciler(client MatchableTcpGatewayClient, statusSetter resources.StatusSetter) MatchableTcpGatewayReconciler
type MatchableTcpGatewayWatcher ¶ added in v1.14.4
type MatchableTcpGateway_Matcher ¶ added in v1.14.4
type MatchableTcpGateway_Matcher struct { // CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a CIDR range. // See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#envoy-v3-api-msg-config-core-v3-cidrrange SourcePrefixRanges []*v3.CidrRange `protobuf:"bytes,1,rep,name=source_prefix_ranges,json=sourcePrefixRanges,proto3" json:"source_prefix_ranges,omitempty"` // Ssl configuration applied to the FilterChain, if using passthrough should not include secrets : // - FilterChainMatch: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener_components.proto#config-listener-v3-filterchainmatch) // - TransportSocket: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/base.proto#envoy-v3-api-msg-config-core-v3-transportsocket SslConfig *ssl.SslConfig `protobuf:"bytes,2,opt,name=ssl_config,json=sslConfig,proto3" json:"ssl_config,omitempty"` // Enterprise-only: Passthrough cipher suites is an allow-list of OpenSSL cipher suite names for which TLS passthrough will be enabled. // If a client does not support any ciphers that are natively supported by Envoy, but does support one of the ciphers in the passthrough list, // then traffic will be routed via TCP Proxy to a destination specified by the TcpGateway, where TLS can then be terminated. PassthroughCipherSuites []string `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MatchableTcpGateway_Matcher) Clone ¶ added in v1.14.4
func (m *MatchableTcpGateway_Matcher) Clone() proto.Message
Clone function
func (*MatchableTcpGateway_Matcher) Descriptor
deprecated
added in
v1.14.4
func (*MatchableTcpGateway_Matcher) Descriptor() ([]byte, []int)
Deprecated: Use MatchableTcpGateway_Matcher.ProtoReflect.Descriptor instead.
func (*MatchableTcpGateway_Matcher) Equal ¶ added in v1.14.4
func (m *MatchableTcpGateway_Matcher) Equal(that interface{}) bool
Equal function
func (*MatchableTcpGateway_Matcher) GetPassthroughCipherSuites ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) GetPassthroughCipherSuites() []string
func (*MatchableTcpGateway_Matcher) GetSourcePrefixRanges ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) GetSourcePrefixRanges() []*v3.CidrRange
func (*MatchableTcpGateway_Matcher) GetSslConfig ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) GetSslConfig() *ssl.SslConfig
func (*MatchableTcpGateway_Matcher) Hash
deprecated
added in
v1.14.4
func (m *MatchableTcpGateway_Matcher) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*MatchableTcpGateway_Matcher) HashUnique ¶
func (m *MatchableTcpGateway_Matcher) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*MatchableTcpGateway_Matcher) ProtoMessage ¶ added in v1.14.4
func (*MatchableTcpGateway_Matcher) ProtoMessage()
func (*MatchableTcpGateway_Matcher) ProtoReflect ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) ProtoReflect() protoreflect.Message
func (*MatchableTcpGateway_Matcher) Reset ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) Reset()
func (*MatchableTcpGateway_Matcher) String ¶ added in v1.14.4
func (x *MatchableTcpGateway_Matcher) String() string
type MatchedGateway ¶ added in v1.9.25
type MatchedGateway struct { // Matchers are used to define unique matching criteria for each MatchedGateway // Each MatchedGateway within a HybridGateway must have a unique Matcher // If multiple matchers in a HybridGateway are identical, the HybridGateway will not be accepted // Empty Matchers are effectively catch-alls, and there can be no more than one empty Matcher per HybridGateway Matcher *Matcher `protobuf:"bytes,1,opt,name=matcher,proto3" json:"matcher,omitempty"` // Types that are assignable to GatewayType: // // *MatchedGateway_HttpGateway // *MatchedGateway_TcpGateway GatewayType isMatchedGateway_GatewayType `protobuf_oneof:"GatewayType"` // contains filtered or unexported fields }
func (*MatchedGateway) Clone ¶ added in v1.9.25
func (m *MatchedGateway) Clone() proto.Message
Clone function
func (*MatchedGateway) Descriptor
deprecated
added in
v1.9.25
func (*MatchedGateway) Descriptor() ([]byte, []int)
Deprecated: Use MatchedGateway.ProtoReflect.Descriptor instead.
func (*MatchedGateway) Equal ¶ added in v1.9.25
func (m *MatchedGateway) Equal(that interface{}) bool
Equal function
func (*MatchedGateway) GetGatewayType ¶ added in v1.9.25
func (m *MatchedGateway) GetGatewayType() isMatchedGateway_GatewayType
func (*MatchedGateway) GetHttpGateway ¶ added in v1.9.25
func (x *MatchedGateway) GetHttpGateway() *HttpGateway
func (*MatchedGateway) GetMatcher ¶ added in v1.9.25
func (x *MatchedGateway) GetMatcher() *Matcher
func (*MatchedGateway) GetTcpGateway ¶ added in v1.9.25
func (x *MatchedGateway) GetTcpGateway() *TcpGateway
func (*MatchedGateway) Hash
deprecated
added in
v1.9.25
func (m *MatchedGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*MatchedGateway) HashUnique ¶
func (m *MatchedGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*MatchedGateway) ProtoMessage ¶ added in v1.9.25
func (*MatchedGateway) ProtoMessage()
func (*MatchedGateway) ProtoReflect ¶ added in v1.9.25
func (x *MatchedGateway) ProtoReflect() protoreflect.Message
func (*MatchedGateway) Reset ¶ added in v1.9.25
func (x *MatchedGateway) Reset()
func (*MatchedGateway) String ¶ added in v1.9.25
func (x *MatchedGateway) String() string
type MatchedGateway_HttpGateway ¶ added in v1.9.25
type MatchedGateway_HttpGateway struct {
HttpGateway *HttpGateway `protobuf:"bytes,2,opt,name=http_gateway,json=httpGateway,proto3,oneof"`
}
type MatchedGateway_TcpGateway ¶ added in v1.9.25
type MatchedGateway_TcpGateway struct {
TcpGateway *TcpGateway `protobuf:"bytes,3,opt,name=tcp_gateway,json=tcpGateway,proto3,oneof"`
}
type Matcher ¶ added in v1.9.25
type Matcher struct { // Gloo use SNI domains as matching criteria for Gateway selection // The other ssl_config properties will be applied to the outputFilterChain's transport socket // SslConfig from VirtualServices will be ignored in a MatchedGateway SslConfig *ssl.SslConfig `protobuf:"bytes,1,opt,name=ssl_config,json=sslConfig,proto3" json:"ssl_config,omitempty"` // CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a CIDR range. // See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#envoy-v3-api-msg-config-core-v3-cidrrange SourcePrefixRanges []*v3.CidrRange `protobuf:"bytes,2,rep,name=source_prefix_ranges,json=sourcePrefixRanges,proto3" json:"source_prefix_ranges,omitempty"` // Enterprise-only: Passthrough cipher suites is an allow-list of OpenSSL cipher suite names for which TLS passthrough will be enabled. // If a client does not support any ciphers that are natively supported by Envoy, but does support one of the ciphers in the passthrough list, // then traffic will be routed via TCP Proxy to a destination specified by the TcpGateway, where TLS can then be terminated. // This field is only applicable to TcpGateways. PassthroughCipherSuites []string `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Matcher) Descriptor
deprecated
added in
v1.9.25
func (*Matcher) GetPassthroughCipherSuites ¶ added in v1.14.4
func (*Matcher) GetSourcePrefixRanges ¶ added in v1.9.25
func (*Matcher) GetSslConfig ¶ added in v1.9.25
func (*Matcher) Hash
deprecated
added in
v1.9.25
func (*Matcher) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*Matcher) ProtoMessage ¶ added in v1.9.25
func (*Matcher) ProtoMessage()
func (*Matcher) ProtoReflect ¶ added in v1.9.25
func (x *Matcher) ProtoReflect() protoreflect.Message
type Route ¶ added in v0.18.32
type Route struct { // Matchers contain parameters for matching requests (i.e., based on HTTP path, headers, etc.). // If empty, the route will match all requests (i.e, a single "/" path prefix matcher). // For delegated routes, any parent matcher must have a `prefix` path matcher. Matchers []*matchers.Matcher `protobuf:"bytes,1,rep,name=matchers,proto3" json:"matchers,omitempty"` // Whether this route as a child should inherit headers, methods, and query parameter matchers from the parent. // Defaults to value of parent; for virtual services (no parent) defaults to false. InheritableMatchers *wrapperspb.BoolValue `protobuf:"bytes,8,opt,name=inheritable_matchers,json=inheritableMatchers,proto3" json:"inheritable_matchers,omitempty"` // Whether this route as a child should inherit path matchers (i.e., path itself, case-sensitive setting) from // the parent. Defaults to value of parent; for virtual services (no parent) defaults to false. InheritablePathMatchers *wrapperspb.BoolValue `` /* 132-byte string literal not displayed */ // The Route Action Defines what action the proxy should take when a request matches the route. // // Types that are assignable to Action: // // *Route_RouteAction // *Route_RedirectAction // *Route_DirectResponseAction // *Route_DelegateAction // *Route_GraphqlApiRef Action isRoute_Action `protobuf_oneof:"action"` // Route Options extend the behavior of routes. // Route options include configuration such as retries, rate limiting, and request/response transformation. // RouteOption behavior will be inherited by delegated routes which do not specify their own `options` Options *v1.RouteOptions `protobuf:"bytes,6,opt,name=options,proto3" json:"options,omitempty"` // The name provides a convenience for users to be able to refer to a route by name. Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to ExternalOptionsConfig: // // *Route_OptionsConfigRefs ExternalOptionsConfig isRoute_ExternalOptionsConfig `protobuf_oneof:"external_options_config"` // contains filtered or unexported fields }
A route specifies how to match a request and what action to take when the request is matched.
When a request matches on a route, the route can perform one of the following actions: - *Route* the request to a destination - Reply with a *Direct Response* - Send a *Redirect* response to the client - *Delegate* the action for the request to one or more top-level [`RouteTable`]({{< versioned_link_path fromRoot="/reference/api/github.com/solo-io/gloo/projects/gateway/api/v1/route_table.proto.sk.md" >}}) resources DelegateActions can be used to delegate the behavior for a set out routes with a given *prefix* to top-level `RouteTable` resources.
func (*Route) Descriptor
deprecated
added in
v0.18.32
func (*Route) GetDelegateAction ¶ added in v0.18.32
func (x *Route) GetDelegateAction() *DelegateAction
func (*Route) GetDirectResponseAction ¶ added in v0.18.32
func (x *Route) GetDirectResponseAction() *v1.DirectResponseAction
func (*Route) GetExternalOptionsConfig ¶ added in v1.8.0
func (m *Route) GetExternalOptionsConfig() isRoute_ExternalOptionsConfig
func (*Route) GetGraphqlApiRef ¶ added in v1.9.25
func (x *Route) GetGraphqlApiRef() *core.ResourceRef
func (*Route) GetInheritableMatchers ¶ added in v1.5.0
func (x *Route) GetInheritableMatchers() *wrapperspb.BoolValue
func (*Route) GetInheritablePathMatchers ¶ added in v1.6.0
func (x *Route) GetInheritablePathMatchers() *wrapperspb.BoolValue
func (*Route) GetMatchers ¶ added in v1.0.0
func (*Route) GetOptions ¶ added in v1.0.0
func (x *Route) GetOptions() *v1.RouteOptions
func (*Route) GetOptionsConfigRefs ¶ added in v1.8.0
func (x *Route) GetOptionsConfigRefs() *DelegateOptionsRefs
func (*Route) GetRedirectAction ¶ added in v0.18.32
func (x *Route) GetRedirectAction() *v1.RedirectAction
func (*Route) GetRouteAction ¶ added in v0.18.32
func (x *Route) GetRouteAction() *v1.RouteAction
func (*Route) Hash
deprecated
added in
v1.2.13
func (*Route) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*Route) ProtoMessage ¶ added in v0.18.32
func (*Route) ProtoMessage()
func (*Route) ProtoReflect ¶ added in v1.6.0
func (x *Route) ProtoReflect() protoreflect.Message
type RouteOption ¶ added in v1.8.0
type RouteOption struct { // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,4,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Route options. See Route for delegation behavior. Options *v1.RouteOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"` // When using Kubernetes Gateway API mode, targetRefs can be used to attach this RouteOption // to a gateway.networking.k8s.io/HTTPRoute object. The `options` specified will then be used // for all `Rules` in the `HTTPRoute`. // NOTE: This is a repeated field but currently ONLY supports a single targetRef. // If multiple targetRefs are provided, only the first in the list will be used. TargetRefs []*v11.PolicyTargetReference `protobuf:"bytes,5,rep,name=target_refs,json=targetRefs,proto3" json:"target_refs,omitempty"` // contains filtered or unexported fields }
The **RouteOption** holds `options` configuration for a Route. Routes can inherit `options` config from `RouteOption` objects by delegating to them.
When a Route delegates to an external RouteOptions object, any options config defined on the Route will override the external options config. Similarly, `RouteOption`s which are delegated to first will get priority over following `RouteOption`s.
An example configuration with a Route with its own options config and delegating to two RouteOption objects:
```yaml apiVersion: gateway.solo.io/v1 kind: VirtualService metadata:
name: http namespace: gloo-system
spec:
virtualHost: domains: - '*' routes: - matchers: - prefix: / options: headerManipulation: requestHeadersToRemove: ["header-from-route"] optionsConfigRefs: delegateOptions: - name: route-external-options-1 namespace: opt-namespace - name: route-external-options-2 namespace: opt-namespace
```
```yaml apiVersion: gateway.solo.io/v1 kind: RouteOption metadata:
name: route-external-options-1 namespace: opt-namespace
spec:
options: headerManipulation: requestHeadersToRemove: ["header-from-external-options1"] cors: exposeHeaders: - header-from-extopt1 allowOrigin: - 'https://solo.io'
```
```yaml apiVersion: gateway.solo.io/v1 kind: RouteOption metadata:
name: route-external-options-2 namespace: opt-namespace
spec:
options: headerManipulation: requestHeadersToRemove: ["header-from-external-options2"] cors: exposeHeaders: - header-from-extopt2 maxAge: 2s allowOrigin: - 'https://solo.io' transformations: requestTransformation: transformationTemplate: headers: x-header-added-in-opt2: text: this header was added in the RouteOption object - #2
```
The final route options would bewould be: ```yaml routes:
- matchers:
- prefix: / options: # from Route options headerManipulation: requestHeadersToRemove: ["header-from-route"] # from delegated route-external-options-1 cors: exposeHeaders:
- header-from-extopt1 allowOrigin:
- 'https://solo.io' # from delegated route-external-options-2 transformations: requestTransformation: transformationTemplate: headers: x-header-added-in-opt2: text: this header was added in the Route object - #2
```
Notice how the order of RouteOption delegations matters, and that the Route-level option config overrides all delegated option configs.
func NewRouteOption ¶ added in v1.8.0
func NewRouteOption(namespace, name string) *RouteOption
func (*RouteOption) Clone ¶ added in v1.8.24
func (m *RouteOption) Clone() proto.Message
Clone function
func (*RouteOption) DeepCopyInto ¶ added in v1.8.0
func (o *RouteOption) DeepCopyInto(out *RouteOption)
func (*RouteOption) DeepCopyObject ¶ added in v1.8.0
func (o *RouteOption) DeepCopyObject() runtime.Object
func (*RouteOption) Descriptor
deprecated
added in
v1.8.0
func (*RouteOption) Descriptor() ([]byte, []int)
Deprecated: Use RouteOption.ProtoReflect.Descriptor instead.
func (*RouteOption) Equal ¶ added in v1.8.0
func (m *RouteOption) Equal(that interface{}) bool
Equal function
func (*RouteOption) GetMetadata ¶ added in v1.8.0
func (x *RouteOption) GetMetadata() *core.Metadata
func (*RouteOption) GetNamespacedStatuses ¶ added in v1.9.0
func (x *RouteOption) GetNamespacedStatuses() *core.NamespacedStatuses
func (*RouteOption) GetObjectKind ¶ added in v1.8.0
func (o *RouteOption) GetObjectKind() schema.ObjectKind
func (*RouteOption) GetOptions ¶ added in v1.8.0
func (x *RouteOption) GetOptions() *v1.RouteOptions
func (*RouteOption) GetStatus ¶ added in v1.8.0
func (r *RouteOption) GetStatus() *core.Status
Deprecated
func (*RouteOption) GetTargetRefs ¶ added in v1.17.0
func (x *RouteOption) GetTargetRefs() []*v11.PolicyTargetReference
func (*RouteOption) GroupVersionKind ¶ added in v1.8.0
func (r *RouteOption) GroupVersionKind() schema.GroupVersionKind
func (*RouteOption) Hash
deprecated
added in
v1.8.0
func (m *RouteOption) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*RouteOption) HashUnique ¶
func (m *RouteOption) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*RouteOption) MustHash ¶ added in v1.8.0
func (r *RouteOption) MustHash() uint64
func (*RouteOption) ProtoMessage ¶ added in v1.8.0
func (*RouteOption) ProtoMessage()
func (*RouteOption) ProtoReflect ¶ added in v1.8.0
func (x *RouteOption) ProtoReflect() protoreflect.Message
func (*RouteOption) Reset ¶ added in v1.8.0
func (x *RouteOption) Reset()
func (*RouteOption) SetMetadata ¶ added in v1.8.0
func (r *RouteOption) SetMetadata(meta *core.Metadata)
func (*RouteOption) SetNamespacedStatuses ¶ added in v1.9.0
func (r *RouteOption) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*RouteOption) SetStatus ¶ added in v1.8.0
func (r *RouteOption) SetStatus(status *core.Status)
Deprecated
func (*RouteOption) String ¶ added in v1.8.0
func (x *RouteOption) String() string
type RouteOptionClient ¶ added in v1.8.0
type RouteOptionClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*RouteOption, error) Write(resource *RouteOption, opts clients.WriteOpts) (*RouteOption, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (RouteOptionList, error) RouteOptionWatcher }
func NewRouteOptionClient ¶ added in v1.8.0
func NewRouteOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (RouteOptionClient, error)
func NewRouteOptionClientWithBase ¶ added in v1.8.0
func NewRouteOptionClientWithBase(rc clients.ResourceClient) RouteOptionClient
func NewRouteOptionClientWithToken ¶ added in v1.8.0
func NewRouteOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (RouteOptionClient, error)
type RouteOptionList ¶ added in v1.8.0
type RouteOptionList []*RouteOption
func (RouteOptionList) AsInputResources ¶ added in v1.8.0
func (list RouteOptionList) AsInputResources() resources.InputResourceList
func (RouteOptionList) AsInterfaces ¶ added in v1.8.0
func (list RouteOptionList) AsInterfaces() []interface{}
func (RouteOptionList) AsResources ¶ added in v1.8.0
func (list RouteOptionList) AsResources() resources.ResourceList
func (RouteOptionList) Clone ¶ added in v1.8.0
func (list RouteOptionList) Clone() RouteOptionList
func (RouteOptionList) Each ¶ added in v1.8.0
func (list RouteOptionList) Each(f func(element *RouteOption))
func (RouteOptionList) EachResource ¶ added in v1.8.0
func (list RouteOptionList) EachResource(f func(element resources.Resource))
func (RouteOptionList) Find ¶ added in v1.8.0
func (list RouteOptionList) Find(namespace, name string) (*RouteOption, error)
func (RouteOptionList) Names ¶ added in v1.8.0
func (list RouteOptionList) Names() []string
func (RouteOptionList) NamespacesDotNames ¶ added in v1.8.0
func (list RouteOptionList) NamespacesDotNames() []string
func (RouteOptionList) Sort ¶ added in v1.8.0
func (list RouteOptionList) Sort() RouteOptionList
type RouteOptionReconciler ¶ added in v1.8.0
type RouteOptionReconciler interface {
Reconcile(namespace string, desiredResources RouteOptionList, transition TransitionRouteOptionFunc, opts clients.ListOpts) error
}
func NewRouteOptionReconciler ¶ added in v1.8.0
func NewRouteOptionReconciler(client RouteOptionClient, statusSetter resources.StatusSetter) RouteOptionReconciler
type RouteOptionWatcher ¶ added in v1.8.0
type RouteTable ¶ added in v0.18.32
type RouteTable struct { // The list of routes for the route table Routes []*Route `protobuf:"bytes,1,rep,name=routes,proto3" json:"routes,omitempty"` // When a delegated route defines a `RouteTableSelector` that matches multiple route tables, Gloo will inspect this // field to determine the order in which the route tables are to be evaluated. This determines the order in which // the routes will appear on the final `Proxy` resource. The field is optional; if no value is specified, the weight // defaults to 0 (zero). // // Gloo will process the route tables matched by a selector in ascending order by weight and collect the routes of // each route table in the order they are defined. If multiple route tables define the same weight, Gloo will sort the // routes which belong to those tables to avoid short-circuiting (e.g. making sure `/foo/bar` comes before `/foo`). // In this scenario, Gloo will also alert the user by adding a warning to the status of the parent resource // (the one that specifies the `RouteTableSelector`). Weight *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=weight,proto3" json:"weight,omitempty"` // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,8,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The **RouteTable** is a child routing object for the Gloo Gateway.
A **RouteTable** gets built into the complete routing configuration when it is referenced by a `delegateAction`, either in a parent VirtualService or another RouteTable.
Routes specified in a RouteTable must have their paths start with the prefix provided in the parent's matcher.
For example, the following configuration:
``` virtualService: mydomain.com match: /a delegate: a-routes --- routeTable: a-routes match: /1
```
would *not be valid*, while
``` virtualService: mydomain.com match: /a delegate: a-routes --- routeTable: a-routes match: /a/1
```
*would* be valid.
A complete configuration might look as follows:
```yaml apiVersion: gateway.solo.io/v1 kind: VirtualService metadata:
name: 'any' namespace: 'any'
spec:
virtualHost: domains: - 'any.com' routes: - matchers: - prefix: '/a' # delegate ownership of routes for `any.com/a` delegateAction: ref: name: 'a-routes' namespace: 'a' - matchers: - prefix: '/b' # delegate ownership of routes for `any.com/b` delegateAction: ref: name: 'b-routes' namespace: 'b'
```
* A root-level **VirtualService** which delegates routing to to the `a-routes` and `b-routes` **RouteTables**. * Routes with `delegateActions` can only use a `prefix` matcher.
```yaml apiVersion: gateway.solo.io/v1 kind: RouteTable metadata:
name: 'a-routes' namespace: 'a'
spec:
routes: - matchers: # the path matchers in this RouteTable must begin with the prefix `/a/` - prefix: '/a/1' routeAction: single: upstream: name: 'foo-upstream' - matchers: - prefix: '/a/2' routeAction: single: upstream: name: 'bar-upstream'
```
* A **RouteTable** which defines two routes.
```yaml apiVersion: gateway.solo.io/v1 kind: RouteTable metadata:
name: 'b-routes' namespace: 'b'
spec:
routes: - matchers: # the path matchers in this RouteTable must begin with the prefix `/b/` - regex: '/b/3' routeAction: single: upstream: name: 'bar-upstream' - matchers: - prefix: '/b/c/' # routes in the RouteTable can perform any action, including a delegateAction delegateAction: ref: name: 'c-routes' namespace: 'c'
```
* A **RouteTable** which both *defines a route* and *delegates to* another **RouteTable**.
```yaml apiVersion: gateway.solo.io/v1 kind: RouteTable metadata:
name: 'c-routes' namespace: 'c'
spec:
routes: - matchers: - exact: '/b/c/4' routeAction: single: upstream: name: 'qux-upstream'
```
* A RouteTable which is a child of another route table.
Would produce the following route config for `mydomain.com`:
``` /a/1 -> foo-upstream /a/2 -> bar-upstream /b/3 -> baz-upstream /b/c/4 -> qux-upstream ```
func NewRouteTable ¶ added in v0.18.32
func NewRouteTable(namespace, name string) *RouteTable
func (*RouteTable) Clone ¶ added in v1.8.24
func (m *RouteTable) Clone() proto.Message
Clone function
func (*RouteTable) DeepCopyInto ¶ added in v0.20.9
func (o *RouteTable) DeepCopyInto(out *RouteTable)
func (*RouteTable) DeepCopyObject ¶ added in v0.18.32
func (o *RouteTable) DeepCopyObject() runtime.Object
func (*RouteTable) Descriptor
deprecated
added in
v0.18.32
func (*RouteTable) Descriptor() ([]byte, []int)
Deprecated: Use RouteTable.ProtoReflect.Descriptor instead.
func (*RouteTable) Equal ¶ added in v0.18.32
func (m *RouteTable) Equal(that interface{}) bool
Equal function
func (*RouteTable) GetMetadata ¶ added in v0.18.32
func (x *RouteTable) GetMetadata() *core.Metadata
func (*RouteTable) GetNamespacedStatuses ¶ added in v1.9.0
func (x *RouteTable) GetNamespacedStatuses() *core.NamespacedStatuses
func (*RouteTable) GetObjectKind ¶ added in v0.18.32
func (o *RouteTable) GetObjectKind() schema.ObjectKind
func (*RouteTable) GetRoutes ¶ added in v0.18.32
func (x *RouteTable) GetRoutes() []*Route
func (*RouteTable) GetStatus ¶ added in v0.18.32
func (r *RouteTable) GetStatus() *core.Status
Deprecated
func (*RouteTable) GetWeight ¶ added in v1.3.5
func (x *RouteTable) GetWeight() *wrapperspb.Int32Value
func (*RouteTable) GroupVersionKind ¶ added in v0.18.32
func (r *RouteTable) GroupVersionKind() schema.GroupVersionKind
func (*RouteTable) Hash
deprecated
added in
v0.18.32
func (m *RouteTable) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*RouteTable) HashUnique ¶
func (m *RouteTable) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*RouteTable) MustHash ¶ added in v1.2.13
func (r *RouteTable) MustHash() uint64
func (*RouteTable) ProtoMessage ¶ added in v0.18.32
func (*RouteTable) ProtoMessage()
func (*RouteTable) ProtoReflect ¶ added in v1.6.0
func (x *RouteTable) ProtoReflect() protoreflect.Message
func (*RouteTable) Reset ¶ added in v0.18.32
func (x *RouteTable) Reset()
func (*RouteTable) SetMetadata ¶ added in v0.18.32
func (r *RouteTable) SetMetadata(meta *core.Metadata)
func (*RouteTable) SetNamespacedStatuses ¶ added in v1.9.0
func (r *RouteTable) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*RouteTable) SetStatus ¶ added in v0.18.32
func (r *RouteTable) SetStatus(status *core.Status)
Deprecated
func (*RouteTable) String ¶ added in v0.18.32
func (x *RouteTable) String() string
type RouteTableClient ¶ added in v0.18.32
type RouteTableClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*RouteTable, error) Write(resource *RouteTable, opts clients.WriteOpts) (*RouteTable, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (RouteTableList, error) RouteTableWatcher }
func NewRouteTableClient ¶ added in v0.18.32
func NewRouteTableClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (RouteTableClient, error)
func NewRouteTableClientWithBase ¶ added in v0.18.32
func NewRouteTableClientWithBase(rc clients.ResourceClient) RouteTableClient
func NewRouteTableClientWithToken ¶ added in v0.18.32
func NewRouteTableClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (RouteTableClient, error)
type RouteTableList ¶ added in v0.18.32
type RouteTableList []*RouteTable
func (RouteTableList) AsInputResources ¶ added in v0.18.32
func (list RouteTableList) AsInputResources() resources.InputResourceList
func (RouteTableList) AsInterfaces ¶ added in v0.18.32
func (list RouteTableList) AsInterfaces() []interface{}
func (RouteTableList) AsResources ¶ added in v0.18.32
func (list RouteTableList) AsResources() resources.ResourceList
func (RouteTableList) Clone ¶ added in v0.18.32
func (list RouteTableList) Clone() RouteTableList
func (RouteTableList) Each ¶ added in v0.18.32
func (list RouteTableList) Each(f func(element *RouteTable))
func (RouteTableList) EachResource ¶ added in v0.18.32
func (list RouteTableList) EachResource(f func(element resources.Resource))
func (RouteTableList) Find ¶ added in v0.18.32
func (list RouteTableList) Find(namespace, name string) (*RouteTable, error)
func (RouteTableList) Names ¶ added in v0.18.32
func (list RouteTableList) Names() []string
func (RouteTableList) NamespacesDotNames ¶ added in v0.18.32
func (list RouteTableList) NamespacesDotNames() []string
func (RouteTableList) Sort ¶ added in v0.18.32
func (list RouteTableList) Sort() RouteTableList
type RouteTableReconciler ¶ added in v0.18.32
type RouteTableReconciler interface {
Reconcile(namespace string, desiredResources RouteTableList, transition TransitionRouteTableFunc, opts clients.ListOpts) error
}
func NewRouteTableReconciler ¶ added in v0.18.32
func NewRouteTableReconciler(client RouteTableClient, statusSetter resources.StatusSetter) RouteTableReconciler
type RouteTableSelector ¶ added in v1.2.15
type RouteTableSelector struct { // Delegate to Route Tables in these namespaces. If omitted, Gloo will only select Route Tables in the same namespace // as the resource (Virtual Service or Route Table) that owns this selector. The reserved value "*" can be used to // select Route Tables in all namespaces watched by Gloo. Namespaces []string `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // Delegate to Route Tables whose labels match the ones specified here. Labels map[string]string `` /* 153-byte string literal not displayed */ // Expressions allow for more flexible Route Tables label matching, such as equality-based requirements, set-based requirements, or a combination of both. // https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#equality-based-requirement Expressions []*RouteTableSelector_Expression `protobuf:"bytes,3,rep,name=expressions,proto3" json:"expressions,omitempty"` // contains filtered or unexported fields }
Select route tables for delegation by namespace, labels, or both.
func (*RouteTableSelector) Clone ¶ added in v1.8.24
func (m *RouteTableSelector) Clone() proto.Message
Clone function
func (*RouteTableSelector) Descriptor
deprecated
added in
v1.2.15
func (*RouteTableSelector) Descriptor() ([]byte, []int)
Deprecated: Use RouteTableSelector.ProtoReflect.Descriptor instead.
func (*RouteTableSelector) Equal ¶ added in v1.2.15
func (m *RouteTableSelector) Equal(that interface{}) bool
Equal function
func (*RouteTableSelector) GetExpressions ¶ added in v1.5.0
func (x *RouteTableSelector) GetExpressions() []*RouteTableSelector_Expression
func (*RouteTableSelector) GetLabels ¶ added in v1.2.15
func (x *RouteTableSelector) GetLabels() map[string]string
func (*RouteTableSelector) GetNamespaces ¶ added in v1.2.15
func (x *RouteTableSelector) GetNamespaces() []string
func (*RouteTableSelector) Hash
deprecated
added in
v1.2.16
func (m *RouteTableSelector) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*RouteTableSelector) HashUnique ¶
func (m *RouteTableSelector) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*RouteTableSelector) ProtoMessage ¶ added in v1.2.15
func (*RouteTableSelector) ProtoMessage()
func (*RouteTableSelector) ProtoReflect ¶ added in v1.6.0
func (x *RouteTableSelector) ProtoReflect() protoreflect.Message
func (*RouteTableSelector) Reset ¶ added in v1.2.15
func (x *RouteTableSelector) Reset()
func (*RouteTableSelector) String ¶ added in v1.2.15
func (x *RouteTableSelector) String() string
type RouteTableSelector_Expression ¶ added in v1.5.0
type RouteTableSelector_Expression struct { // Kubernetes label key, must conform to Kubernetes syntax requirements // https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // The operator can only be in, notin, =, ==, !=, exists, ! (DoesNotExist), gt (GreaterThan), lt (LessThan). Operator RouteTableSelector_Expression_Operator `` /* 130-byte string literal not displayed */ Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*RouteTableSelector_Expression) Clone ¶ added in v1.8.24
func (m *RouteTableSelector_Expression) Clone() proto.Message
Clone function
func (*RouteTableSelector_Expression) Descriptor
deprecated
added in
v1.5.0
func (*RouteTableSelector_Expression) Descriptor() ([]byte, []int)
Deprecated: Use RouteTableSelector_Expression.ProtoReflect.Descriptor instead.
func (*RouteTableSelector_Expression) Equal ¶ added in v1.5.0
func (m *RouteTableSelector_Expression) Equal(that interface{}) bool
Equal function
func (*RouteTableSelector_Expression) GetKey ¶ added in v1.5.0
func (x *RouteTableSelector_Expression) GetKey() string
func (*RouteTableSelector_Expression) GetOperator ¶ added in v1.5.0
func (x *RouteTableSelector_Expression) GetOperator() RouteTableSelector_Expression_Operator
func (*RouteTableSelector_Expression) GetValues ¶ added in v1.5.0
func (x *RouteTableSelector_Expression) GetValues() []string
func (*RouteTableSelector_Expression) Hash
deprecated
added in
v1.5.0
func (m *RouteTableSelector_Expression) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*RouteTableSelector_Expression) HashUnique ¶
func (m *RouteTableSelector_Expression) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*RouteTableSelector_Expression) ProtoMessage ¶ added in v1.5.0
func (*RouteTableSelector_Expression) ProtoMessage()
func (*RouteTableSelector_Expression) ProtoReflect ¶ added in v1.6.0
func (x *RouteTableSelector_Expression) ProtoReflect() protoreflect.Message
func (*RouteTableSelector_Expression) Reset ¶ added in v1.5.0
func (x *RouteTableSelector_Expression) Reset()
func (*RouteTableSelector_Expression) String ¶ added in v1.5.0
func (x *RouteTableSelector_Expression) String() string
type RouteTableSelector_Expression_Operator ¶ added in v1.5.0
type RouteTableSelector_Expression_Operator int32
Route Table Selector expression operator, while the set-based syntax differs from Kubernetes (kubernetes: `key: !mylabel`, gloo: `key: mylabel, operator: "!"` | kubernetes: `key: mylabel`, gloo: `key: mylabel, operator: exists`), the functionality remains the same.
const ( // = RouteTableSelector_Expression_Equals RouteTableSelector_Expression_Operator = 0 // == RouteTableSelector_Expression_DoubleEquals RouteTableSelector_Expression_Operator = 1 // != RouteTableSelector_Expression_NotEquals RouteTableSelector_Expression_Operator = 2 // in RouteTableSelector_Expression_In RouteTableSelector_Expression_Operator = 3 // notin RouteTableSelector_Expression_NotIn RouteTableSelector_Expression_Operator = 4 // exists RouteTableSelector_Expression_Exists RouteTableSelector_Expression_Operator = 5 // ! RouteTableSelector_Expression_DoesNotExist RouteTableSelector_Expression_Operator = 6 // gt RouteTableSelector_Expression_GreaterThan RouteTableSelector_Expression_Operator = 7 // lt RouteTableSelector_Expression_LessThan RouteTableSelector_Expression_Operator = 8 )
func (RouteTableSelector_Expression_Operator) Descriptor ¶ added in v1.6.0
func (RouteTableSelector_Expression_Operator) Descriptor() protoreflect.EnumDescriptor
func (RouteTableSelector_Expression_Operator) EnumDescriptor
deprecated
added in
v1.5.0
func (RouteTableSelector_Expression_Operator) EnumDescriptor() ([]byte, []int)
Deprecated: Use RouteTableSelector_Expression_Operator.Descriptor instead.
func (RouteTableSelector_Expression_Operator) Number ¶ added in v1.6.0
func (x RouteTableSelector_Expression_Operator) Number() protoreflect.EnumNumber
func (RouteTableSelector_Expression_Operator) String ¶ added in v1.5.0
func (x RouteTableSelector_Expression_Operator) String() string
func (RouteTableSelector_Expression_Operator) Type ¶ added in v1.6.0
func (RouteTableSelector_Expression_Operator) Type() protoreflect.EnumType
type RouteTableWatcher ¶ added in v0.18.32
type Route_DelegateAction ¶ added in v0.18.32
type Route_DelegateAction struct { // Delegate routing actions for the given matcher to one or more RouteTables. DelegateAction *DelegateAction `protobuf:"bytes,5,opt,name=delegate_action,json=delegateAction,proto3,oneof"` }
type Route_DirectResponseAction ¶ added in v0.18.32
type Route_DirectResponseAction struct { // Return an arbitrary HTTP response directly, without proxying. DirectResponseAction *v1.DirectResponseAction `protobuf:"bytes,4,opt,name=direct_response_action,json=directResponseAction,proto3,oneof"` }
type Route_GraphqlApiRef ¶ added in v1.9.25
type Route_GraphqlApiRef struct { // Enterprise-Only: THIS FEATURE IS IN TECH PREVIEW. APIs are versioned as alpha and subject to change. // A reference to a GraphQLApi CR. Resolution of the client request to upstream(s) will be delegated to // the resolution policies defined in the GraphQLApi CR. If configured, the graphql filter will operate // instead of the envoy router filter, so configuration (such as retries) that applies to the router filter // will not be applied. GraphqlApiRef *core.ResourceRef `protobuf:"bytes,11,opt,name=graphql_api_ref,json=graphqlApiRef,proto3,oneof"` }
type Route_OptionsConfigRefs ¶ added in v1.8.0
type Route_OptionsConfigRefs struct { // Delegate the Route options to an external RouteOption Resource. // Any options configured in the Route's `options` field will override all // delegated options. If multiple RouteOption CRs are delegated to, configuration will // be taken from prior RouteOption CRs over later ones. // For example if `headerManipulation` is specified on the route options, a delegated // `RouteOption` route-opt-1, and a second delegated `RouteOption` route-opt-2, the `headerManipulation` // config from only the Route-level `options` will be applied. If the config is removed from the Route-level `options` field, // then the config from the first delegated `RouteOption`, route-opt-1, is applied. OptionsConfigRefs *DelegateOptionsRefs `protobuf:"bytes,10,opt,name=options_config_refs,json=optionsConfigRefs,proto3,oneof"` }
type Route_RedirectAction ¶ added in v0.18.32
type Route_RedirectAction struct { // Redirect actions tell the proxy to return a redirect response to the downstream client. RedirectAction *v1.RedirectAction `protobuf:"bytes,3,opt,name=redirect_action,json=redirectAction,proto3,oneof"` }
type Route_RouteAction ¶ added in v0.18.32
type Route_RouteAction struct { // This action is the primary action to be selected for most routes. The RouteAction tells the proxy to // route requests to an upstream. RouteAction *v1.RouteAction `protobuf:"bytes,2,opt,name=route_action,json=routeAction,proto3,oneof"` }
type TcpGateway ¶ added in v1.0.0
type TcpGateway struct { // TCP hosts that the gateway can route to TcpHosts []*v1.TcpHost `protobuf:"bytes,1,rep,name=tcp_hosts,json=tcpHosts,proto3" json:"tcp_hosts,omitempty"` // TCP Gateway configuration Options *v1.TcpListenerOptions `protobuf:"bytes,8,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*TcpGateway) Clone ¶ added in v1.8.24
func (m *TcpGateway) Clone() proto.Message
Clone function
func (*TcpGateway) Descriptor
deprecated
added in
v1.0.0
func (*TcpGateway) Descriptor() ([]byte, []int)
Deprecated: Use TcpGateway.ProtoReflect.Descriptor instead.
func (*TcpGateway) Equal ¶ added in v1.0.0
func (m *TcpGateway) Equal(that interface{}) bool
Equal function
func (*TcpGateway) GetOptions ¶ added in v1.0.0
func (x *TcpGateway) GetOptions() *v1.TcpListenerOptions
func (*TcpGateway) GetTcpHosts ¶ added in v1.0.0
func (x *TcpGateway) GetTcpHosts() []*v1.TcpHost
func (*TcpGateway) Hash
deprecated
added in
v1.2.13
func (m *TcpGateway) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*TcpGateway) HashUnique ¶
func (m *TcpGateway) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*TcpGateway) ProtoMessage ¶ added in v1.0.0
func (*TcpGateway) ProtoMessage()
func (*TcpGateway) ProtoReflect ¶ added in v1.6.0
func (x *TcpGateway) ProtoReflect() protoreflect.Message
func (*TcpGateway) Reset ¶ added in v1.0.0
func (x *TcpGateway) Reset()
func (*TcpGateway) String ¶ added in v1.0.0
func (x *TcpGateway) String() string
type TransitionGatewayFunc ¶
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionHttpListenerOptionFunc ¶ added in v1.17.0
type TransitionHttpListenerOptionFunc func(original, desired *HttpListenerOption) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionListenerOptionFunc ¶ added in v1.17.0
type TransitionListenerOptionFunc func(original, desired *ListenerOption) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionMatchableHttpGatewayFunc ¶ added in v1.9.25
type TransitionMatchableHttpGatewayFunc func(original, desired *MatchableHttpGateway) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionMatchableTcpGatewayFunc ¶ added in v1.14.4
type TransitionMatchableTcpGatewayFunc func(original, desired *MatchableTcpGateway) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionRouteOptionFunc ¶ added in v1.8.0
type TransitionRouteOptionFunc func(original, desired *RouteOption) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionRouteTableFunc ¶ added in v0.18.32
type TransitionRouteTableFunc func(original, desired *RouteTable) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionVirtualHostOptionFunc ¶ added in v1.8.0
type TransitionVirtualHostOptionFunc func(original, desired *VirtualHostOption) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type TransitionVirtualServiceFunc ¶
type TransitionVirtualServiceFunc func(original, desired *VirtualService) (bool, error)
Option to copy anything from the original to the desired before writing. Return value of false means don't update
type VirtualHost ¶ added in v0.18.32
type VirtualHost struct { // The list of domains (i.e.: matching the `Host` header of a request) that belong to this virtual host. // Note that the wildcard will not match the empty string. e.g. “\*-bar.foo.com” will match “baz-bar.foo.com” // but not “-bar.foo.com”. Additionally, a special entry “*” is allowed which will match any host/authority header. // Only a single virtual host on a gateway can match on “*”. A domain must be unique across all // virtual hosts on a gateway or the config will be invalidated by Gloo // Domains on virtual hosts obey the same rules as [Envoy Virtual Hosts](https://github.com/envoyproxy/envoy/blob/main/api/envoy/api/v2/route/route.proto) Domains []string `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"` // The list of HTTP routes define routing actions to be taken for incoming HTTP requests whose host header matches // this virtual host. If the request matches more than one route in the list, the first route matched will be selected. // If the list of routes is empty, the virtual host will be ignored by Gloo. Routes []*Route `protobuf:"bytes,3,rep,name=routes,proto3" json:"routes,omitempty"` // Virtual host options contain additional configuration to be applied to all traffic served by the Virtual Host. // Some configuration here can be overridden by Route Options. Options *v1.VirtualHostOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"` // Types that are assignable to ExternalOptionsConfig: // // *VirtualHost_OptionsConfigRefs ExternalOptionsConfig isVirtualHost_ExternalOptionsConfig `protobuf_oneof:"external_options_config"` // contains filtered or unexported fields }
Virtual Hosts serve an ordered list of routes for a set of domains.
An HTTP request is first matched to a virtual host based on its host header, then to a route within the virtual host.
If a request is not matched to any virtual host or a route therein, the target proxy will reply with a 404.
Unlike the [Gloo Virtual Host]({{< versioned_link_path fromRoot="/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk/#virtualhost" >}}), _Gateway_ Virtual Hosts can delegate their routes to `RouteTables`.
func (*VirtualHost) Clone ¶ added in v1.8.24
func (m *VirtualHost) Clone() proto.Message
Clone function
func (*VirtualHost) Descriptor
deprecated
added in
v0.18.32
func (*VirtualHost) Descriptor() ([]byte, []int)
Deprecated: Use VirtualHost.ProtoReflect.Descriptor instead.
func (*VirtualHost) Equal ¶ added in v0.18.32
func (m *VirtualHost) Equal(that interface{}) bool
Equal function
func (*VirtualHost) GetDomains ¶ added in v0.18.32
func (x *VirtualHost) GetDomains() []string
func (*VirtualHost) GetExternalOptionsConfig ¶ added in v1.8.0
func (m *VirtualHost) GetExternalOptionsConfig() isVirtualHost_ExternalOptionsConfig
func (*VirtualHost) GetOptions ¶ added in v1.0.0
func (x *VirtualHost) GetOptions() *v1.VirtualHostOptions
func (*VirtualHost) GetOptionsConfigRefs ¶ added in v1.8.0
func (x *VirtualHost) GetOptionsConfigRefs() *DelegateOptionsRefs
func (*VirtualHost) GetRoutes ¶ added in v0.18.32
func (x *VirtualHost) GetRoutes() []*Route
func (*VirtualHost) Hash
deprecated
added in
v1.2.13
func (m *VirtualHost) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*VirtualHost) HashUnique ¶
func (m *VirtualHost) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*VirtualHost) ProtoMessage ¶ added in v0.18.32
func (*VirtualHost) ProtoMessage()
func (*VirtualHost) ProtoReflect ¶ added in v1.6.0
func (x *VirtualHost) ProtoReflect() protoreflect.Message
func (*VirtualHost) Reset ¶ added in v0.18.32
func (x *VirtualHost) Reset()
func (*VirtualHost) String ¶ added in v0.18.32
func (x *VirtualHost) String() string
type VirtualHostOption ¶ added in v1.8.0
type VirtualHostOption struct { // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,4,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // VirtualHost options. See VirtualHost for delegation behavior. Options *v1.VirtualHostOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"` // When using Kubernetes Gateway API mode, targetRefs can be used to attach this VirtualHostOption // to a gateway.networking.k8s.io/Gateway object. The `options` specified will then be used // for all `Listeners` in the `Gateway` unless `targetRef.sectionName` is specified. // NOTE: This is a repeated field but currently ONLY supports a single targetRef. // If multiple targetRefs are provided, only the first in the list will be used. TargetRefs []*v11.PolicyTargetReferenceWithSectionName `protobuf:"bytes,5,rep,name=target_refs,json=targetRefs,proto3" json:"target_refs,omitempty"` // contains filtered or unexported fields }
The **VirtualHostOption** holds `options` configuration for a VirtualHost. VirtualHosts can inherit `options` config from `VirtualHostOption` objects by delegating to them.
When a VirtualHost delegates to an external VirtualHostOptions object, any options config defined on the VirtualHost will override the external options config. Similarly, `VirtualHostOption`s which are delegated to first will get priority over following `VirtualHostOption`s.
An example configuration with a VirtualService with its own options config and delegating to two VirtualHostOption objects:
```yaml apiVersion: gateway.solo.io/v1 kind: VirtualService metadata:
name: http namespace: gloo-system
spec:
virtualHost: domains: - '*' options: headerManipulation: requestHeadersToRemove: ["header-from-vhost"] optionsConfigRefs: delegateOptions: - name: virtualhost-external-options-1 namespace: opt-namespace - name: virtualhost-external-options-2 namespace: opt-namespace
```
```yaml apiVersion: gateway.solo.io/v1 kind: VirtualHostOption metadata:
name: virtualhost-external-options-1 namespace: opt-namespace
spec:
options: headerManipulation: requestHeadersToRemove: ["header-from-external-options1"] cors: exposeHeaders: - header-from-extopt1 allowOrigin: - 'https://solo.io'
```
```yaml apiVersion: gateway.solo.io/v1 kind: VirtualHostOption metadata:
name: virtualhost-external-options-2 namespace: opt-namespace
spec:
options: headerManipulation: requestHeadersToRemove: ["header-from-external-options2"] cors: exposeHeaders: - header-from-extopt2 maxAge: 2s allowOrigin: - 'https://solo.io' transformations: requestTransformation: transformationTemplate: headers: x-header-added-in-opt2: text: this header was added in the VirtualHostOption object - #2
```
The final virtual host options (visible in the Proxy CR) would be: ```yaml spec:
virtualHost: domains: - '*' options: # from Virtual host options headerManipulation: requestHeadersToRemove: ["header-from-vhost"] # from delegated virtualhost-external-options-1 cors: exposeHeaders: - header-from-extopt1 allowOrigin: - 'https://solo.io' # from delegated virtualhost-external-options-2 transformations: requestTransformation: transformationTemplate: headers: x-header-added-in-opt2: text: this header was added in the VirtualHostOption object - #2
```
Notice how the order of VirtualHostOption delegations matters, and that the VirtualHost-level config overrides all delegated configs.
func NewVirtualHostOption ¶ added in v1.8.0
func NewVirtualHostOption(namespace, name string) *VirtualHostOption
func (*VirtualHostOption) Clone ¶ added in v1.8.24
func (m *VirtualHostOption) Clone() proto.Message
Clone function
func (*VirtualHostOption) DeepCopyInto ¶ added in v1.8.0
func (o *VirtualHostOption) DeepCopyInto(out *VirtualHostOption)
func (*VirtualHostOption) DeepCopyObject ¶ added in v1.8.0
func (o *VirtualHostOption) DeepCopyObject() runtime.Object
func (*VirtualHostOption) Descriptor
deprecated
added in
v1.8.0
func (*VirtualHostOption) Descriptor() ([]byte, []int)
Deprecated: Use VirtualHostOption.ProtoReflect.Descriptor instead.
func (*VirtualHostOption) Equal ¶ added in v1.8.0
func (m *VirtualHostOption) Equal(that interface{}) bool
Equal function
func (*VirtualHostOption) GetMetadata ¶ added in v1.8.0
func (x *VirtualHostOption) GetMetadata() *core.Metadata
func (*VirtualHostOption) GetNamespacedStatuses ¶ added in v1.9.0
func (x *VirtualHostOption) GetNamespacedStatuses() *core.NamespacedStatuses
func (*VirtualHostOption) GetObjectKind ¶ added in v1.8.0
func (o *VirtualHostOption) GetObjectKind() schema.ObjectKind
func (*VirtualHostOption) GetOptions ¶ added in v1.8.0
func (x *VirtualHostOption) GetOptions() *v1.VirtualHostOptions
func (*VirtualHostOption) GetStatus ¶ added in v1.8.0
func (r *VirtualHostOption) GetStatus() *core.Status
Deprecated
func (*VirtualHostOption) GetTargetRefs ¶ added in v1.17.0
func (x *VirtualHostOption) GetTargetRefs() []*v11.PolicyTargetReferenceWithSectionName
func (*VirtualHostOption) GroupVersionKind ¶ added in v1.8.0
func (r *VirtualHostOption) GroupVersionKind() schema.GroupVersionKind
func (*VirtualHostOption) Hash
deprecated
added in
v1.8.0
func (m *VirtualHostOption) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*VirtualHostOption) HashUnique ¶
func (m *VirtualHostOption) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*VirtualHostOption) MustHash ¶ added in v1.8.0
func (r *VirtualHostOption) MustHash() uint64
func (*VirtualHostOption) ProtoMessage ¶ added in v1.8.0
func (*VirtualHostOption) ProtoMessage()
func (*VirtualHostOption) ProtoReflect ¶ added in v1.8.0
func (x *VirtualHostOption) ProtoReflect() protoreflect.Message
func (*VirtualHostOption) Reset ¶ added in v1.8.0
func (x *VirtualHostOption) Reset()
func (*VirtualHostOption) SetMetadata ¶ added in v1.8.0
func (r *VirtualHostOption) SetMetadata(meta *core.Metadata)
func (*VirtualHostOption) SetNamespacedStatuses ¶ added in v1.9.0
func (r *VirtualHostOption) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*VirtualHostOption) SetStatus ¶ added in v1.8.0
func (r *VirtualHostOption) SetStatus(status *core.Status)
Deprecated
func (*VirtualHostOption) String ¶ added in v1.8.0
func (x *VirtualHostOption) String() string
type VirtualHostOptionClient ¶ added in v1.8.0
type VirtualHostOptionClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*VirtualHostOption, error) Write(resource *VirtualHostOption, opts clients.WriteOpts) (*VirtualHostOption, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (VirtualHostOptionList, error) VirtualHostOptionWatcher }
func NewVirtualHostOptionClient ¶ added in v1.8.0
func NewVirtualHostOptionClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (VirtualHostOptionClient, error)
func NewVirtualHostOptionClientWithBase ¶ added in v1.8.0
func NewVirtualHostOptionClientWithBase(rc clients.ResourceClient) VirtualHostOptionClient
func NewVirtualHostOptionClientWithToken ¶ added in v1.8.0
func NewVirtualHostOptionClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (VirtualHostOptionClient, error)
type VirtualHostOptionList ¶ added in v1.8.0
type VirtualHostOptionList []*VirtualHostOption
func (VirtualHostOptionList) AsInputResources ¶ added in v1.8.0
func (list VirtualHostOptionList) AsInputResources() resources.InputResourceList
func (VirtualHostOptionList) AsInterfaces ¶ added in v1.8.0
func (list VirtualHostOptionList) AsInterfaces() []interface{}
func (VirtualHostOptionList) AsResources ¶ added in v1.8.0
func (list VirtualHostOptionList) AsResources() resources.ResourceList
func (VirtualHostOptionList) Clone ¶ added in v1.8.0
func (list VirtualHostOptionList) Clone() VirtualHostOptionList
func (VirtualHostOptionList) Each ¶ added in v1.8.0
func (list VirtualHostOptionList) Each(f func(element *VirtualHostOption))
func (VirtualHostOptionList) EachResource ¶ added in v1.8.0
func (list VirtualHostOptionList) EachResource(f func(element resources.Resource))
func (VirtualHostOptionList) Find ¶ added in v1.8.0
func (list VirtualHostOptionList) Find(namespace, name string) (*VirtualHostOption, error)
func (VirtualHostOptionList) Names ¶ added in v1.8.0
func (list VirtualHostOptionList) Names() []string
func (VirtualHostOptionList) NamespacesDotNames ¶ added in v1.8.0
func (list VirtualHostOptionList) NamespacesDotNames() []string
func (VirtualHostOptionList) Sort ¶ added in v1.8.0
func (list VirtualHostOptionList) Sort() VirtualHostOptionList
type VirtualHostOptionReconciler ¶ added in v1.8.0
type VirtualHostOptionReconciler interface {
Reconcile(namespace string, desiredResources VirtualHostOptionList, transition TransitionVirtualHostOptionFunc, opts clients.ListOpts) error
}
func NewVirtualHostOptionReconciler ¶ added in v1.8.0
func NewVirtualHostOptionReconciler(client VirtualHostOptionClient, statusSetter resources.StatusSetter) VirtualHostOptionReconciler
type VirtualHostOptionWatcher ¶ added in v1.8.0
type VirtualHost_OptionsConfigRefs ¶ added in v1.8.0
type VirtualHost_OptionsConfigRefs struct { // Delegate the VirtualHost options to an external VirtualHostOption Resource. // Any options configured in the VirtualHost's `options` field will override all // delegated options. If multiple VirtualHostOption CRs are delegated to, configuration will // be taken from prior VirtualHostOption CRs over later ones. // For example if `headerManipulation` is specified on the VirtualHost options, a delegated // `VirtualHostOption` vhost-opt-1, and a second delegated `VirtualHostOption` vhost-opt-2, the `headerManipulation` // config from only the VirtualHost-level `options` will be applied. If the config is removed from the VirtualHost-level `options` field, // then the config from the first delegated `VirtualHostOption`, vhost-opt-1, is applied. OptionsConfigRefs *DelegateOptionsRefs `protobuf:"bytes,5,opt,name=options_config_refs,json=optionsConfigRefs,proto3,oneof"` }
type VirtualService ¶
type VirtualService struct { // The VirtualHost contains configuration for serving a list of routes for a set of domains along with options for // configuring traffic VirtualHost *VirtualHost `protobuf:"bytes,1,opt,name=virtual_host,json=virtualHost,proto3" json:"virtual_host,omitempty"` // If provided, the Gateway will serve TLS/SSL traffic for this set of routes SslConfig *ssl.SslConfig `protobuf:"bytes,2,opt,name=ssl_config,json=sslConfig,proto3" json:"ssl_config,omitempty"` // Display only, optional descriptive name. // Unlike metadata.name, DisplayName can be any string // and can be changed after creating the resource. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // NamespacedStatuses indicates the validation status of this resource. // NamespacedStatuses is read-only by clients, and set by gateway during validation NamespacedStatuses *core.NamespacedStatuses `protobuf:"bytes,8,opt,name=namespaced_statuses,json=namespacedStatuses,proto3" json:"namespaced_statuses,omitempty"` // Metadata contains the object metadata for this resource Metadata *core.Metadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The **VirtualService** is the root routing object for the Gloo Gateway. A virtual service describes the set of routes to match for a set of domains.
It defines: - a set of domains - the root set of routes for those domains - an optional SSL configuration for server TLS Termination - VirtualHostOptions that will apply configuration to all routes that live on the VirtualService.
Domains must be unique across all virtual services within a gateway (i.e. no overlap between sets).
VirtualServices can delegate routing behavior to the RouteTable resource by using the `delegateAction` on routes.
An example configuration using two VirtualServices (one with TLS termination and one without) which share a RouteTable looks as follows:
```yaml # HTTP VirtualService: apiVersion: gateway.solo.io/v1 kind: VirtualService metadata:
name: 'http' namespace: 'usernamespace'
spec:
virtualHost: domains: - '*.mydomain.com' - 'mydomain.com' routes: - matchers: - prefix: '/' # delegate all traffic to the `shared-routes` RouteTable delegateAction: ref: name: 'shared-routes' namespace: 'usernamespace'
```
```yaml # HTTPS VirtualService: apiVersion: gateway.solo.io/v1 kind: VirtualService metadata:
name: 'https' namespace: 'usernamespace'
spec:
virtualHost: domains: - '*.mydomain.com' - 'mydomain.com' routes: - matchers: - prefix: '/' # delegate all traffic to the `shared-routes` RouteTable delegateAction: ref: name: 'shared-routes' namespace: 'usernamespace' sslConfig: secretRef: name: gateway-tls namespace: gloo-system
```
```yaml # the RouteTable shared by both VirtualServices: apiVersion: gateway.solo.io/v1 kind: RouteTable metadata:
name: 'shared-routes' namespace: 'usernamespace'
spec:
routes: - matchers: - prefix: '/some-route' routeAction: single: upstream: name: 'some-upstream' ...
```
**Delegated Routes** are routes that use the `delegateAction` routing action. Delegated Routes obey the following constraints:
- delegate routes must use `prefix` path matchers - delegated routes cannot specify header, query, or methods portion of the normal route matcher. - `routeOptions` configuration will be inherited from parent routes, but can be overridden by the child
func NewVirtualService ¶
func NewVirtualService(namespace, name string) *VirtualService
func (*VirtualService) Clone ¶ added in v1.8.24
func (m *VirtualService) Clone() proto.Message
Clone function
func (*VirtualService) DeepCopyInto ¶ added in v0.20.9
func (o *VirtualService) DeepCopyInto(out *VirtualService)
func (*VirtualService) DeepCopyObject ¶
func (o *VirtualService) DeepCopyObject() runtime.Object
func (*VirtualService) Descriptor
deprecated
func (*VirtualService) Descriptor() ([]byte, []int)
Deprecated: Use VirtualService.ProtoReflect.Descriptor instead.
func (*VirtualService) GetDisplayName ¶
func (x *VirtualService) GetDisplayName() string
func (*VirtualService) GetMetadata ¶
func (x *VirtualService) GetMetadata() *core.Metadata
func (*VirtualService) GetNamespacedStatuses ¶ added in v1.9.0
func (x *VirtualService) GetNamespacedStatuses() *core.NamespacedStatuses
func (*VirtualService) GetObjectKind ¶
func (o *VirtualService) GetObjectKind() schema.ObjectKind
func (*VirtualService) GetSslConfig ¶
func (x *VirtualService) GetSslConfig() *ssl.SslConfig
func (*VirtualService) GetVirtualHost ¶
func (x *VirtualService) GetVirtualHost() *VirtualHost
func (*VirtualService) GroupVersionKind ¶ added in v0.18.0
func (r *VirtualService) GroupVersionKind() schema.GroupVersionKind
func (*VirtualService) Hash
deprecated
func (m *VirtualService) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*VirtualService) HashUnique ¶
func (m *VirtualService) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*VirtualService) MustHash ¶ added in v1.2.13
func (r *VirtualService) MustHash() uint64
func (*VirtualService) ProtoMessage ¶
func (*VirtualService) ProtoMessage()
func (*VirtualService) ProtoReflect ¶ added in v1.6.0
func (x *VirtualService) ProtoReflect() protoreflect.Message
func (*VirtualService) Reset ¶
func (x *VirtualService) Reset()
func (*VirtualService) SetMetadata ¶
func (r *VirtualService) SetMetadata(meta *core.Metadata)
func (*VirtualService) SetNamespacedStatuses ¶ added in v1.9.0
func (r *VirtualService) SetNamespacedStatuses(namespacedStatuses *core.NamespacedStatuses)
func (*VirtualService) SetStatus ¶
func (r *VirtualService) SetStatus(status *core.Status)
Deprecated
func (*VirtualService) String ¶
func (x *VirtualService) String() string
type VirtualServiceClient ¶
type VirtualServiceClient interface { BaseClient() clients.ResourceClient Register() error Read(namespace, name string, opts clients.ReadOpts) (*VirtualService, error) Write(resource *VirtualService, opts clients.WriteOpts) (*VirtualService, error) Delete(namespace, name string, opts clients.DeleteOpts) error List(namespace string, opts clients.ListOpts) (VirtualServiceList, error) VirtualServiceWatcher }
func NewVirtualServiceClient ¶
func NewVirtualServiceClient(ctx context.Context, rcFactory factory.ResourceClientFactory) (VirtualServiceClient, error)
func NewVirtualServiceClientWithBase ¶
func NewVirtualServiceClientWithBase(rc clients.ResourceClient) VirtualServiceClient
func NewVirtualServiceClientWithToken ¶
func NewVirtualServiceClientWithToken(ctx context.Context, rcFactory factory.ResourceClientFactory, token string) (VirtualServiceClient, error)
type VirtualServiceList ¶
type VirtualServiceList []*VirtualService
func (VirtualServiceList) AsInputResources ¶
func (list VirtualServiceList) AsInputResources() resources.InputResourceList
func (VirtualServiceList) AsInterfaces ¶
func (list VirtualServiceList) AsInterfaces() []interface{}
func (VirtualServiceList) AsResources ¶
func (list VirtualServiceList) AsResources() resources.ResourceList
func (VirtualServiceList) Clone ¶
func (list VirtualServiceList) Clone() VirtualServiceList
func (VirtualServiceList) Each ¶
func (list VirtualServiceList) Each(f func(element *VirtualService))
func (VirtualServiceList) EachResource ¶ added in v0.13.21
func (list VirtualServiceList) EachResource(f func(element resources.Resource))
func (VirtualServiceList) Find ¶
func (list VirtualServiceList) Find(namespace, name string) (*VirtualService, error)
func (VirtualServiceList) Names ¶
func (list VirtualServiceList) Names() []string
func (VirtualServiceList) NamespacesDotNames ¶
func (list VirtualServiceList) NamespacesDotNames() []string
func (VirtualServiceList) Sort ¶
func (list VirtualServiceList) Sort() VirtualServiceList
type VirtualServiceReconciler ¶
type VirtualServiceReconciler interface {
Reconcile(namespace string, desiredResources VirtualServiceList, transition TransitionVirtualServiceFunc, opts clients.ListOpts) error
}
func NewVirtualServiceReconciler ¶
func NewVirtualServiceReconciler(client VirtualServiceClient, statusSetter resources.StatusSetter) VirtualServiceReconciler
type VirtualServiceSelectorExpressions ¶ added in v1.8.1
type VirtualServiceSelectorExpressions struct { // Expressions allow for more flexible virtual service label matching, such as equality-based requirements, set-based requirements, or a combination of both. // https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#equality-based-requirement Expressions []*VirtualServiceSelectorExpressions_Expression `protobuf:"bytes,3,rep,name=expressions,proto3" json:"expressions,omitempty"` // contains filtered or unexported fields }
Expressions to define which virtual services to select Example: expressions:
- key: domain operator: in values: example.com
func (*VirtualServiceSelectorExpressions) Clone ¶ added in v1.8.24
func (m *VirtualServiceSelectorExpressions) Clone() proto.Message
Clone function
func (*VirtualServiceSelectorExpressions) Descriptor
deprecated
added in
v1.8.1
func (*VirtualServiceSelectorExpressions) Descriptor() ([]byte, []int)
Deprecated: Use VirtualServiceSelectorExpressions.ProtoReflect.Descriptor instead.
func (*VirtualServiceSelectorExpressions) Equal ¶ added in v1.8.1
func (m *VirtualServiceSelectorExpressions) Equal(that interface{}) bool
Equal function
func (*VirtualServiceSelectorExpressions) GetExpressions ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions) GetExpressions() []*VirtualServiceSelectorExpressions_Expression
func (*VirtualServiceSelectorExpressions) Hash
deprecated
added in
v1.8.1
func (m *VirtualServiceSelectorExpressions) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*VirtualServiceSelectorExpressions) HashUnique ¶
func (m *VirtualServiceSelectorExpressions) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*VirtualServiceSelectorExpressions) ProtoMessage ¶ added in v1.8.1
func (*VirtualServiceSelectorExpressions) ProtoMessage()
func (*VirtualServiceSelectorExpressions) ProtoReflect ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions) ProtoReflect() protoreflect.Message
func (*VirtualServiceSelectorExpressions) Reset ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions) Reset()
func (*VirtualServiceSelectorExpressions) String ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions) String() string
type VirtualServiceSelectorExpressions_Expression ¶ added in v1.8.1
type VirtualServiceSelectorExpressions_Expression struct { // Kubernetes label key, must conform to Kubernetes syntax requirements // https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // The operator can only be in, notin, =, ==, !=, exists, ! (DoesNotExist), gt (GreaterThan), lt (LessThan). Operator VirtualServiceSelectorExpressions_Expression_Operator `` /* 145-byte string literal not displayed */ Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*VirtualServiceSelectorExpressions_Expression) Clone ¶ added in v1.8.24
func (m *VirtualServiceSelectorExpressions_Expression) Clone() proto.Message
Clone function
func (*VirtualServiceSelectorExpressions_Expression) Descriptor
deprecated
added in
v1.8.1
func (*VirtualServiceSelectorExpressions_Expression) Descriptor() ([]byte, []int)
Deprecated: Use VirtualServiceSelectorExpressions_Expression.ProtoReflect.Descriptor instead.
func (*VirtualServiceSelectorExpressions_Expression) Equal ¶ added in v1.8.1
func (m *VirtualServiceSelectorExpressions_Expression) Equal(that interface{}) bool
Equal function
func (*VirtualServiceSelectorExpressions_Expression) GetKey ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) GetKey() string
func (*VirtualServiceSelectorExpressions_Expression) GetOperator ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) GetOperator() VirtualServiceSelectorExpressions_Expression_Operator
func (*VirtualServiceSelectorExpressions_Expression) GetValues ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) GetValues() []string
func (*VirtualServiceSelectorExpressions_Expression) Hash
deprecated
added in
v1.8.1
func (m *VirtualServiceSelectorExpressions_Expression) Hash(hasher hash.Hash64) (uint64, error)
Hash function
Deprecated: due to hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions. Prefer the HashUnique function instead.
func (*VirtualServiceSelectorExpressions_Expression) HashUnique ¶
func (m *VirtualServiceSelectorExpressions_Expression) HashUnique(hasher hash.Hash64) (uint64, error)
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*VirtualServiceSelectorExpressions_Expression) ProtoMessage ¶ added in v1.8.1
func (*VirtualServiceSelectorExpressions_Expression) ProtoMessage()
func (*VirtualServiceSelectorExpressions_Expression) ProtoReflect ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) ProtoReflect() protoreflect.Message
func (*VirtualServiceSelectorExpressions_Expression) Reset ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) Reset()
func (*VirtualServiceSelectorExpressions_Expression) String ¶ added in v1.8.1
func (x *VirtualServiceSelectorExpressions_Expression) String() string
type VirtualServiceSelectorExpressions_Expression_Operator ¶ added in v1.8.1
type VirtualServiceSelectorExpressions_Expression_Operator int32
Virtual Service Selector expression operator, while the set-based syntax differs from Kubernetes (kubernetes: `key: !mylabel`, gloo: `key: mylabel, operator: "!"` | kubernetes: `key: mylabel`, gloo: `key: mylabel, operator: exists`), the functionality remains the same.
const ( // = VirtualServiceSelectorExpressions_Expression_Equals VirtualServiceSelectorExpressions_Expression_Operator = 0 // == VirtualServiceSelectorExpressions_Expression_DoubleEquals VirtualServiceSelectorExpressions_Expression_Operator = 1 // != VirtualServiceSelectorExpressions_Expression_NotEquals VirtualServiceSelectorExpressions_Expression_Operator = 2 // in VirtualServiceSelectorExpressions_Expression_In VirtualServiceSelectorExpressions_Expression_Operator = 3 // notin VirtualServiceSelectorExpressions_Expression_NotIn VirtualServiceSelectorExpressions_Expression_Operator = 4 // exists VirtualServiceSelectorExpressions_Expression_Exists VirtualServiceSelectorExpressions_Expression_Operator = 5 // ! VirtualServiceSelectorExpressions_Expression_DoesNotExist VirtualServiceSelectorExpressions_Expression_Operator = 6 // gt VirtualServiceSelectorExpressions_Expression_GreaterThan VirtualServiceSelectorExpressions_Expression_Operator = 7 // lt VirtualServiceSelectorExpressions_Expression_LessThan VirtualServiceSelectorExpressions_Expression_Operator = 8 )
func (VirtualServiceSelectorExpressions_Expression_Operator) Descriptor ¶ added in v1.8.1
func (VirtualServiceSelectorExpressions_Expression_Operator) Descriptor() protoreflect.EnumDescriptor
func (VirtualServiceSelectorExpressions_Expression_Operator) EnumDescriptor
deprecated
added in
v1.8.1
func (VirtualServiceSelectorExpressions_Expression_Operator) EnumDescriptor() ([]byte, []int)
Deprecated: Use VirtualServiceSelectorExpressions_Expression_Operator.Descriptor instead.
func (VirtualServiceSelectorExpressions_Expression_Operator) Number ¶ added in v1.8.1
func (x VirtualServiceSelectorExpressions_Expression_Operator) Number() protoreflect.EnumNumber
func (VirtualServiceSelectorExpressions_Expression_Operator) String ¶ added in v1.8.1
func (x VirtualServiceSelectorExpressions_Expression_Operator) String() string
type VirtualServiceWatcher ¶ added in v0.13.21
Source Files ¶
- external_options.pb.clone.go
- external_options.pb.equal.go
- external_options.pb.go
- external_options.pb.hash.go
- external_options.pb.uniquehash.go
- gateway.pb.clone.go
- gateway.pb.equal.go
- gateway.pb.go
- gateway.pb.hash.go
- gateway.pb.uniquehash.go
- gateway.sk.go
- gateway_client.sk.go
- gateway_reconciler.sk.go
- http_gateway.pb.clone.go
- http_gateway.pb.equal.go
- http_gateway.pb.go
- http_gateway.pb.hash.go
- http_gateway.pb.uniquehash.go
- http_listener_option.sk.go
- http_listener_option_client.sk.go
- http_listener_option_reconciler.sk.go
- listener_option.sk.go
- listener_option_client.sk.go
- listener_option_reconciler.sk.go
- matchable_http_gateway.pb.clone.go
- matchable_http_gateway.pb.equal.go
- matchable_http_gateway.pb.go
- matchable_http_gateway.pb.hash.go
- matchable_http_gateway.pb.uniquehash.go
- matchable_http_gateway.sk.go
- matchable_http_gateway_client.sk.go
- matchable_http_gateway_reconciler.sk.go
- matchable_tcp_gateway.pb.clone.go
- matchable_tcp_gateway.pb.equal.go
- matchable_tcp_gateway.pb.go
- matchable_tcp_gateway.pb.hash.go
- matchable_tcp_gateway.pb.uniquehash.go
- matchable_tcp_gateway.sk.go
- matchable_tcp_gateway_client.sk.go
- matchable_tcp_gateway_reconciler.sk.go
- route_option.sk.go
- route_option_client.sk.go
- route_option_reconciler.sk.go
- route_table.pb.clone.go
- route_table.pb.equal.go
- route_table.pb.go
- route_table.pb.hash.go
- route_table.pb.uniquehash.go
- route_table.sk.go
- route_table_client.sk.go
- route_table_reconciler.sk.go
- virtual_host_option.sk.go
- virtual_host_option_client.sk.go
- virtual_host_option_reconciler.sk.go
- virtual_service.pb.clone.go
- virtual_service.pb.equal.go
- virtual_service.pb.go
- virtual_service.pb.hash.go
- virtual_service.pb.uniquehash.go
- virtual_service.sk.go
- virtual_service_client.sk.go
- virtual_service_reconciler.sk.go
Directories ¶
Path | Synopsis |
---|---|
kube
|
|
apis/gateway.solo.io/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
client/clientset/versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
client/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
client/clientset/versioned/typed/gateway.solo.io/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client/clientset/versioned/typed/gateway.solo.io/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |