Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller keeps track of openshift image registry components.
func NewController ¶
func NewController(kubeconfig *restclient.Config) (*Controller, error)
NewController returns a controller for openshift image registry objects.
This controller keeps track of resources needed in order to have openshift internal registry working.
func (*Controller) Bootstrap ¶
func (c *Controller) Bootstrap() error
Bootstrap registers this operator with OpenShift by creating an appropriate ClusterOperator custom resource. This function also creates the initial configuration for the Image Registry.
func (*Controller) RemoveResources ¶
func (c *Controller) RemoveResources(o *imageregistryv1.Config) error
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{}) error
Run starts the Controller.
Click to show internal directories.
Click to hide internal directories.