Documentation ¶
Index ¶
- func NewManager(kubeconfigPath string) (manager.Manager, error)
- func NewNetworkPolicyController(mgr manager.Manager, options *NetworkPolicyOptions, ...) (controller.Controller, error)
- func NewServiceEntryController(mgr manager.Manager, options *ServiceEntryOptions, ...) (controller.Controller, error)
- type NetworkPolicyOptions
- type ServiceEntryOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetworkPolicyController ¶ added in v0.5.0
func NewNetworkPolicyController(mgr manager.Manager, options *NetworkPolicyOptions, opsChan chan *sdwan.Operation, log zerolog.Logger) (controller.Controller, error)
func NewServiceEntryController ¶
func NewServiceEntryController(mgr manager.Manager, options *ServiceEntryOptions, opsChan chan *sdwan.Operation, log zerolog.Logger) (controller.Controller, error)
Types ¶
type NetworkPolicyOptions ¶ added in v0.5.0
type NetworkPolicyOptions struct {
WatchAllNetworkPolicies bool `yaml:"watchAllNetworkPolicies"`
}
type ServiceEntryOptions ¶
type ServiceEntryOptions struct {
WatchAllServiceEntries bool `yaml:"watchAllServiceEntries"`
}
Click to show internal directories.
Click to hide internal directories.