Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginRegistryConfigMap ¶
type PluginRegistryConfigMap struct { CheSidecarContainersRegistryURL string `json:"CHE_SIDECAR_CONTAINERS_REGISTRY_URL"` CheSidecarContainersRegistryOrganization string `json:"CHE_SIDECAR_CONTAINERS_REGISTRY_ORGANIZATION"` ChePluginRegistryURL string `json:"CHE_PLUGIN_REGISTRY_URL"` ChePluginRegistryInternalURL string `json:"CHE_PLUGIN_REGISTRY_INTERNAL_URL"` StartOpenVSX string `json:"START_OPENVSX"` }
type PluginRegistryReconciler ¶
type PluginRegistryReconciler struct {
deploy.Reconcilable
}
func NewPluginRegistryReconciler ¶
func NewPluginRegistryReconciler() *PluginRegistryReconciler
func (*PluginRegistryReconciler) ExposeEndpoint ¶
func (p *PluginRegistryReconciler) ExposeEndpoint(ctx *chetypes.DeployContext) (string, bool, error)
func (*PluginRegistryReconciler) Finalize ¶
func (p *PluginRegistryReconciler) Finalize(ctx *chetypes.DeployContext) bool
func (*PluginRegistryReconciler) Reconcile ¶
func (p *PluginRegistryReconciler) Reconcile(ctx *chetypes.DeployContext) (reconcile.Result, bool, error)
Click to show internal directories.
Click to hide internal directories.