cmd

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2020 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use: appName,
	Run: func(cmd *cobra.Command, args []string) {
		if err := run(args); err != nil {
			log.Fatal(err)
		}
	},
}

Functions

This section is empty.

Types

type ServiceReconciler

type ServiceReconciler struct {
	client.Client
	Log logr.Logger
	// contains filtered or unexported fields
}

ServiceReconciler is a simple ControllerManagedBy example implementation.

func (*ServiceReconciler) InjectClient

func (r *ServiceReconciler) InjectClient(c client.Client) error

func (*ServiceReconciler) Reconcile

Reconcile determines if a service is used by metallb in level2 mode and the acts accordingly

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL