Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEnqueueBack = errors.New("enqueue back")
Functions ¶
func TrackConditionType ¶ added in v0.4.0
Types ¶
type KamajiControlPlaneReconciler ¶
type KamajiControlPlaneReconciler struct {
// contains filtered or unexported fields
}
KamajiControlPlaneReconciler reconciles a KamajiControlPlane object.
func (*KamajiControlPlaneReconciler) SetupWithManager ¶
func (r *KamajiControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UnmanagedControlPlaneAddressError ¶ added in v0.2.2
type UnmanagedControlPlaneAddressError struct {
Kind string
}
func NewUnmanagedControlPlaneAddressError ¶ added in v0.2.2
func NewUnmanagedControlPlaneAddressError(kind string) *UnmanagedControlPlaneAddressError
func (UnmanagedControlPlaneAddressError) Error ¶ added in v0.2.2
func (u UnmanagedControlPlaneAddressError) Error() string
Click to show internal directories.
Click to hide internal directories.