Files
open-cluster-management/manifests/fs.go
Jian Qiu 2e63e4519a
Some checks failed
Post / coverage (push) Waiting to run
Post / images (amd64) (push) Waiting to run
Post / images (arm64) (push) Waiting to run
Post / image manifest (push) Blocked by required conditions
Post / trigger clusteradm e2e (push) Blocked by required conditions
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Remove resource relating to k8s v1.11 (#942)
1. remove v1beta1 crds
2. remove static rbac files

Signed-off-by: Jian Qiu <jqiu@redhat.com>
2025-04-09 07:49:13 +00:00

14 lines
286 B
Go

package manifests
import "embed"
//go:embed cluster-manager
var ClusterManagerManifestFiles embed.FS
//go:embed managed-cluster-policy
var ManagedClusterPolicyManifestFiles embed.FS
//go:embed klusterlet/management
//go:embed klusterlet/managed
var KlusterletManifestFiles embed.FS