Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/BareMetal/03-backup-bm-csi-compatible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- bmh
- configmap
- infraenv
- nmstateconfig
- priorityclasses
- pdb
- agents
Expand Down
1 change: 1 addition & 0 deletions examples/BareMetal/03-backup-bm-csi-no-compatible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- bmh
- configmap
- infraenv
- nmstateconfig
- priorityclasses
- pdb
- agents
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
github.com/onsi/gomega v1.39.0
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff
github.com/openshift/hypershift/api v0.0.0-20260306140012-860432ad354d
github.com/openshift/hypershift/api v0.0.0-20260317154635-8eaac177f1b0
github.com/sirupsen/logrus v1.9.3
github.com/vmware-tanzu/velero v1.14.0
k8s.io/api v0.34.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87/go.mod h1:DB/Mf2oTeiAmVVX1gN+NEqweonAPY0TKUwADizj8+ZA=
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff h1:6C1z4xMAruyeiTFGqahxNDpI1cXPCjpaFeIeIodty08=
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff/go.mod h1:1vBNCcWNpQyFCz83PWYT/lHUFJ9ost2t5FijHElh6gQ=
github.com/openshift/hypershift/api v0.0.0-20260306140012-860432ad354d h1:mFqKfqVEsrhx/przl97VOAEPoquc8mdDiZNawpNHlac=
github.com/openshift/hypershift/api v0.0.0-20260306140012-860432ad354d/go.mod h1:xm7n2ozbGXXI/vojdlx96VdUzI3hX+jyp/eAvXbA1mw=
github.com/openshift/hypershift/api v0.0.0-20260317154635-8eaac177f1b0 h1:x5DgHyFXF9zpgTH4JYDpBhQnASEIj6z1WXdeHl1DGAI=
github.com/openshift/hypershift/api v0.0.0-20260317154635-8eaac177f1b0/go.mod h1:eYDwJzXCU+0HO9DdvhBAA143z7woIJ5dV71TaJXIkgk=
github.com/openshift/velero v0.10.2-0.20250514165055-8fbcf3a8da11 h1:/BjkW8HljIX96clCuv/V+PzShD3coVcNilCXd/Axlfo=
github.com/openshift/velero v0.10.2-0.20250514165055-8fbcf3a8da11/go.mod h1:+wInt9pLqlRiUZAWsO5eSxLZK9Q3jSV9MFaUrBfvGN0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
BackupIBMPowerVSResources = []string{"ibmpowervsmachines", "ibmpowervsmachinetemplates", "ibmpowervsclusters", "ibmpowervsclustertemplates"}
BackupOpenStackResources = []string{"openstackmachines", "openstackmachinetemplates", "openstackclusters", "openstackclustertemplates"}
BackupKubevirtResources = []string{"kubevirtcluster", "kubevirtmachinetemplate", "datavolume"}
BackupAgentResources = []string{"agents", "agentmachines", "agentmachinetemplates", "agentmachinepools", "agentclusters"}
BackupAgentResources = []string{"agents", "agentmachines", "agentmachinetemplates", "agentmachinepools", "agentclusters", "nmstateconfigs", "nmstateconfig", "infraenvs", "infraenv"}
)

type BackupOptions struct {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading