Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ReconcilePeriodAnnotation - annotation used by a user to specify the reconcilation interval for the CR. // To use create a CR with an annotation "ansible.operator-sdk/reconcile-period: 30s" or some other valid // Duration. This will override the operators/or controllers reconcile period for that particular CR. ReconcilePeriodAnnotation = "ansible.operator-sdk/reconcile-period" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnsibleOperatorReconciler ¶
type AnsibleOperatorReconciler struct { GVK schema.GroupVersionKind Runner runner.Runner Client client.Client EventHandlers []events.EventHandler ReconcilePeriod time.Duration ManageStatus bool }
AnsibleOperatorReconciler - object to reconcile runner requests
Click to show internal directories.
Click to hide internal directories.