Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkIngressOperationRequest ¶
type NetworkIngressOperationRequest struct {
ApiClient *NetworkIngressReconciler
Request ctrl.Request
}
NetworkIngressOperationRequest is the object passed to all functions. It contains the NetworkIngressReconciler and also the event request.
type NetworkIngressReconciler ¶
type NetworkIngressReconciler struct {
client.Client
Log logr.Logger
ConfigmapName string
BackendDeploymentName string
NetworkIngressClass string
}
NetworkIngressReconciler stores the arguments passed to the program, main logger and main api client.
func (*NetworkIngressReconciler) SetupWithManager ¶
func (r *NetworkIngressReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager calls NetworkIngressReconciler
Click to show internal directories.
Click to hide internal directories.