Skip to content

Commit

Permalink
fix formatting of devfileregistry_types.go
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Sep 7, 2023
1 parent 0b7c7c2 commit e0c1f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1alpha1/devfileregistry_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ type DevfileRegistryStatus struct {
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status

// DevfileRegistry is a custom resource allows you to create and manage your own index server and registry viewer.
// In order to be added, the Devfile Registry must be reachable, supports the Devfile v2.0 spec
// and above, and is not using the default namespace.
// DevfileRegistry is a custom resource allows you to create and manage your own index server and registry viewer.
// In order to be added, the Devfile Registry must be reachable, supports the Devfile v2.0 spec and above, and is
// not using the default namespace.
// +kubebuilder:resource:path=devfileregistries,shortName=devreg;dr
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="URL",type="string",JSONPath=".status.url",description="The URL for the Devfile Registry"
Expand Down

0 comments on commit e0c1f9b

Please sign in to comment.