Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RyanReconciler ¶
RyanReconciler reconciles a Ryan object
func (*RyanReconciler) Reconcile ¶
+kubebuilder:rbac:groups=practice.shipa.io,resources=ryans,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=practice.shipa.io,resources=ryans/status,verbs=get;update;patch +kubebuilder:rbac:groups=practice.shipa.io,resources=ryans/finalizers,verbs=update +kubebuilder:rbac:groups=apps,resources=deployment,verbs=get;list;watch;update;patch Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*RyanReconciler) SetupWithManager ¶
func (r *RyanReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.