Documentation ¶
Index ¶
Constants ¶
View Source
const ( CREATE = "create" UPDATE = "update" PATCH = "patch" LIST = "list" WATCH = "watch" GET = "get" USE = "use" DELETE = "delete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterPodPlacementConfigReconciler ¶
type ClusterPodPlacementConfigReconciler struct { client.Client DynamicClient *dynamic.DynamicClient Scheme *runtime.Scheme ClientSet *kubernetes.Clientset Recorder events.Recorder }
ClusterPodPlacementConfigReconciler reconciles a ClusterPodPlacementConfig object
func (*ClusterPodPlacementConfigReconciler) Reconcile ¶
func (r *ClusterPodPlacementConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the ClusterPodPlacementConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
func (*ClusterPodPlacementConfigReconciler) SetupWithManager ¶
func (r *ClusterPodPlacementConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.