Skip to content

Commit

Permalink
Fix apigroup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jun 4, 2024
1 parent 1733fed commit 5126b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stores/proxyalpha/proxy_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
"_v1_Pod": {{`spec`, `containers`, `image`}, {`spec`, `nodeName`}},
"_v1_ConfigMap": {{`metadata`, `labels[harvesterhci.io/cloud-init-template]`}},

"management.cattle.io_v1_Node": {{`status`, `nodeName`}},
"management.cattle.io_v3_Node": {{`status`, `nodeName`}},
}
baseNSSchema = types.APISchema{
Schema: &schemas.Schema{
Expand Down

0 comments on commit 5126b20

Please sign in to comment.