Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resource = opkit.CustomResource{ Name: customResourceName, Plural: customResourceNamePlural, Group: linev1alpha1.CustomResourceGroup, Version: linev1alpha1.Version, Scope: apiextensionsv1beta1.NamespaceScoped, Kind: reflect.TypeOf(linev1alpha1.Bot{}).Name(), }
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(ctx *opkit.Context, clientset clientset.Interface) *Controller
func (*Controller) StartWatch ¶
func (c *Controller) StartWatch(namespace string, stopCh chan struct{}) error
Click to show internal directories.
Click to hide internal directories.