Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SuccessSynced is used as part of the Event 'reason' when a Registration is synced SuccessSynced = "Synced" // MessageResourceSynced is the message used for an Event fired when a Registration // is synced successfully MessageResourceSynced = "Radix Registration synced successfully" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(ctx context.Context, client kubernetes.Interface, radixClient radixclient.Interface, handler common.Handler, kubeInformerFactory kubeinformers.SharedInformerFactory, radixInformerFactory informers.SharedInformerFactory, recorder record.EventRecorder) *common.Controller
NewController creates a new controller that handles RadixRegistrations
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler Handler for radix registrations
func NewHandler ¶
func NewHandler( kubeclient kubernetes.Interface, kubeutil *kube.Kube, radixclient radixclient.Interface, hasSynced common.HasSynced) Handler
NewHandler creates a handler which deals with RadixRegistration resources
Click to show internal directories.
Click to hide internal directories.