Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.0.11
type Controller struct {
// contains filtered or unexported fields
}
Controller reconciles ServiceNamespaces by creating a Namespace for each, and deleting it if the APIServiceNamespace is deleted.
func NewController ¶
func NewController( config *rest.Config, serviceExportInformer bindinformers.APIServiceExportInformer, serviceExportResourceInformer bindinformers.APIServiceExportResourceInformer, ) (*Controller, error)
NewController returns a new controller to reconcile ServiceExportResources.
Click to show internal directories.
Click to hide internal directories.