Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideController ¶
func ProvideController(arguments args.InjectArgs) (*controller.GenericController, error)
ProvideController provides a controller that will be run at startup. Kubebuilder will use codegeneration to automatically register this controller in the inject package
Types ¶
type PuffinController ¶
type PuffinController struct {
// contains filtered or unexported fields
}
+kubebuilder:controller:group=birds,version=v1beta1,kind=Puffin,resource=puffins
func (*PuffinController) Reconcile ¶
func (bc *PuffinController) Reconcile(k types.ReconcileKey) error
Click to show internal directories.
Click to hide internal directories.