Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyController ¶
type PolicyController interface { Add(obj runtime.Object, jsPolicy *policyv1beta1.JsPolicy) error RequeueAll() error Name() string Start(ctx context.Context) }
func NewPolicyController ¶
type PolicyManager ¶
type PolicyManager interface { Start(ctx context.Context) error Update(policy *policyv1beta1.JsPolicy, requeue bool) error Delete(name string) }
Click to show internal directories.
Click to hide internal directories.