Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct { Ctx context.Context Puller pull.ImagePuller Provider Provider }
func (*Deployer) ApplyFilter ¶
func (d *Deployer) ApplyFilter(filter *v1.FilterSpec) error
func (*Deployer) RemoveFilter ¶
func (d *Deployer) RemoveFilter(filter *v1.FilterSpec) error
type Provider ¶
type Provider interface { ApplyFilter(filter *v1.FilterSpec) error RemoveFilter(filter *v1.FilterSpec) error }
mesh-provider specific implementation that adds/removes filters
Click to show internal directories.
Click to hide internal directories.