mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
odo describe component (#5725)
* odo describe component * More fields on named describe * Doc * Update pkg/odo/cli/describe/component.go Co-authored-by: Parthvi Vala <pvala@redhat.com> * Update pkg/odo/cli/describe/component.go Co-authored-by: Parthvi Vala <pvala@redhat.com> * Update pkg/odo/cli/describe/component.go Co-authored-by: Parthvi Vala <pvala@redhat.com> * Add Describef * Parthvi review * Fix rebase Co-authored-by: Parthvi Vala <pvala@redhat.com>
This commit is contained in:
@@ -165,7 +165,7 @@ func (o RegistryClient) ListDevfileStacks(registryName, devfileFlag, filterFlag
|
||||
if err != nil {
|
||||
return *catalogDevfileList, err
|
||||
}
|
||||
devfile.SupportedOdoFeatures = devfileData.SupportedOdoFeatures
|
||||
devfile.SupportedOdoFeatures = *devfileData.SupportedOdoFeatures
|
||||
}
|
||||
|
||||
devfiles = append(devfiles, devfile)
|
||||
|
||||
Reference in New Issue
Block a user