mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
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
1. remove v1beta1 crds 2. remove static rbac files Signed-off-by: Jian Qiu <jqiu@redhat.com>
14 lines
286 B
Go
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
|