controller

package
v0.0.0-...-70dd35d Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2019 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CRDPlural   string = "customresourcedefinitions"
	CRDGroup    string = "apiextensions.k8s.io"
	CRDVersion  string = "v1beta1"
	FullCRDName string = CRDPlural + "." + CRDGroup
)

Variables

View Source
var AddToManagerFuncs []func(manager.Manager) error

AddToManagerFuncs is a list of functions to add all Controllers to the Manager

View Source
var CrdSchemeGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

Create a Rest client with the new CRD Schema

Functions

func AddToManager

func AddToManager(m manager.Manager) error

AddToManager adds all Controllers to the Manager

func AddToScheme

func AddToScheme(scheme *runtime.Scheme) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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