Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, opts options.AddOptions) error
Add creates a new GatewayAPI Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
Start Watches within the Add function for any resources that this controller creates or monitors. This will trigger calls to Reconcile() when an instance of one of the watched resources is modified.
func GetGatewayAPI ¶ added in v1.38.0
func GetGatewayAPI(ctx context.Context, client client.Client) (*operatorv1.GatewayAPI, string, error)
GetGatewayAPI finds the correct GatewayAPI resource and returns a message and error in the case of an error.
Types ¶
type ReconcileGatewayAPI ¶
type ReconcileGatewayAPI struct {
// contains filtered or unexported fields
}
ReconcileGatewayAPI reconciles a GatewayAPI object
func (*ReconcileGatewayAPI) Reconcile ¶
func (r *ReconcileGatewayAPI) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a GatewayAPI object and makes changes based on the state read and what is in the GatewayAPI.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.