Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CloneSetCreated means cloneset has been created CloneSetCreated = "CloneSetCreated" // CloneSetDeleted means cloneset has been deleted CloneSetDeleted = "CloneSetDeleted" )
View Source
const CloneSetKind = "cloneset"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneSetReconciler ¶
type CloneSetReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
CloneSetReconciler reconciles a CloneSet object
func NewCloneSetReconciler ¶
func NewCloneSetReconciler(mgr manager.Manager) *CloneSetReconciler
func (*CloneSetReconciler) Reconcile ¶
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*CloneSetReconciler) SetupWithManager ¶
func (r *CloneSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.