Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigMapVersionsKey = "supported-versions" ConfigMapServerVersionKey = "server-version" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client upsert.CreateOrUpdateProvider // contains filtered or unexported fields }
func New ¶
func New(c client.Client, createOrUpdateProvider upsert.CreateOrUpdateProvider, namespace string) *Reconciler
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr manager.Manager) error
type SupportedVersions ¶ added in v0.1.36
type SupportedVersions struct {
Versions []string `json:"versions"`
}
Click to show internal directories.
Click to hide internal directories.