Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Ctx context.Context GatewayClient gatewayv1.GatewayClient // used to determine the workloads and gateways to which we apply the filters Selector Selector }
func (*Provider) ApplyFilter ¶
func (p *Provider) ApplyFilter(filter *v1.FilterSpec) error
applies the filter to all selected workloads in selected namespaces
func (*Provider) RemoveFilter ¶
func (p *Provider) RemoveFilter(filter *v1.FilterSpec) error
removes the filter from all selected workloads in selected namespaces
Click to show internal directories.
Click to hide internal directories.