Documentation
¶
Index ¶
Constants ¶
View Source
const ( PodPlacementControllerName = "pod-placement-controller" PodPlacementWebhookName = "pod-placement-web-hook" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodPlacementConfigReconciler ¶
type PodPlacementConfigReconciler struct { client.Client Scheme *runtime.Scheme ClientSet *kubernetes.Clientset Recorder events.Recorder }
PodPlacementConfigReconciler reconciles a PodPlacementConfig object
func (*PodPlacementConfigReconciler) Reconcile ¶
func (r *PodPlacementConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the PodPlacementConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
func (*PodPlacementConfigReconciler) SetupWithManager ¶
func (r *PodPlacementConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.