package
0.3.0
Repository: https://github.com/devfile/registry-operator.git
Documentation: pkg.go.dev

# Functions

ConfigMapName returns the name of the service object associated with the DevfileRegistry CR.
DeploymentName returns the name of the deployment object associated with the DevfileRegistry CR Just returns the fully qualified app name right now, but extracting to a function to avoid relying on that assumption in the future.
No description provided by the author
No description provided by the author
GenerateDevfileRegistryPVC returns a PVC for providing storage on the OCI registry container.
GenerateRegistryConfigMap returns a configmap that is used to configure the devfile registry.
GenerateRoute returns a route exposing the devfile registry index.
GenerateDevfileRegistryService returns a devfileregistry Service object.
GenericResourceName returns just the fully qualified app name, to be used.
GetDevfileIndexImage returns the container image for the devfile index server to be deployed on the Devfile Registry.
GetDevfileIndexImagePullPolicy returns the image pull policy for the devfile index container.
GetDevfileIndexMemoryLimit returns the memory limit for the devfile index container.
No description provided by the author
No description provided by the author
GetFullnameOverride returns full name override used to override the fully qualified app name of a devfile registry Default: "".
No description provided by the author
GetHostnameOverride returns hostname override used to override the hostname and domain of a devfile registry Default: "".
GetK8sIngressClass returns ingress class used for the k8s ingress class field.
GetNameOverride returns name override used to override the app name of a devfile registry Default: "".
GetOCIRegistryImage returns the container image for the OCI registry to be deployed on the Devfile Registry.
GetOCIRegistryImagePullPolicy returns the image pull policy for the OCI registry container.
GetOCIRegistryMemoryLimit returns the memory limit for the OCI registry container.
GetRegistryViewerImage returns the container image for the registry viewer to be deployed on the Devfile Registry.
GetRegistryViewerImagePullPolicy returns the image pull policy for the registry viewer container.
GetRegistryViewerMemoryLimit returns the memory limit for the registry viewer container.
IngressName returns the name of the Ingress object associated with the DevfileRegistry CR Just returns the fully qualified app name right now, but extracting to a function to avoid relying on that assumption in the future.
IsHeadlessEnabled returns value (true/false) set under spec attribute headless If it's not set, it returns false by default.
IsIngressSkipped returns true if no Ingress is set in the DevfileRegistry CR.
IsStorageEnabled returns true if storage.enabled is set in the DevfileRegistry CR If it's not set, it returns false by default.
IsTelemetryEnabled returns true if telemetry.key is set in the DevfileRegistry CR If it's not set, it returns false by default.
IsTLSEnabled returns true if tls.enabled is set in the DevfileRegistry CR If it's not set, it returns true by default.
LabelsForDevfileRegistry returns the labels for selecting the resources belonging to the given devfileregistry CR name.
PVCName returns the name of the PVC object associated with the DevfileRegistry CR Just returns the fully qualified app name right now, but extracting to a function to avoid relying on that assumption in the future.
ServiceName returns the name of the service object associated with the DevfileRegistry CR Just returns the fully qualified app name right now, but extracting to a function to avoid relying on that assumption in the future.

# Constants

App name default.
Default image:tags.
Default image pull policies.
Default memory limits.
No description provided by the author
Defaults/constants for devfile registry storages.
No description provided by the author
Override defaults (should be empty).
Default kubernetes-only fields.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Defaults/constants for devfile registry services.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author