Documentation ¶
Index ¶
Constants ¶
View Source
const RouteOwnerAnnotation = "imageregistry.openshift.io"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
func (*Generator) ApplyClusterOperator ¶
func (g *Generator) ApplyClusterOperator(cr *imageregistryv1.Config) error
type Mutator ¶
type Mutator interface { Getter Create() (runtime.Object, error) Update(o runtime.Object) (runtime.Object, bool, error) Delete(opts *metaapi.DeleteOptions) error // Owned indicates whether this resource is explicitly owned by the registry operator // and therefore should be removed when the registry config resource is removed. Owned() bool }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.