Skip to content

Commit

Permalink
baremetal: add missing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
honza committed Apr 16, 2024
1 parent 7379790 commit f0d2e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/extended/cli/explain.go
Expand Up @@ -202,6 +202,9 @@ var (
{Group: "metal3.io", Version: "v1alpha1", Resource: "hostfirmwaresettings"},
{Group: "metal3.io", Version: "v1alpha1", Resource: "preprovisioningimages"},
{Group: "metal3.io", Version: "v1alpha1", Resource: "provisionings"},
{Group: "metal3.io", Version: "v1alpha1", Resource: "hostfirmwarecomponents"},
{Group: "metal3.io", Version: "v1alpha1", Resource: "hardwaredata"},
{Group: "metal3.io", Version: "v1alpha1", Resource: "dataimages"},
}

nodeTuningTypes = []schema.GroupVersionResource{
Expand Down

0 comments on commit f0d2e6b

Please sign in to comment.