Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileFestival ¶
ReconcileFestival reconciles a Festival object
func (*ReconcileFestival) Reconcile ¶
func (r *ReconcileFestival) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a Festival object and makes changes based on the state read and what is in the Festival.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. The scaffolding writes a Deployment as an example +kubebuilder:rbac:groups=kingsport.k8s.io,resources=festivals,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=kingsport.k8s.io,resources=festivals/status,verbs=get;update;patch
func (*ReconcileFestival) SetupWithManager ¶
func (r *ReconcileFestival) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.