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