File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ import (
3939 "open-cluster-management.io/addon-framework/pkg/addonfactory"
4040 agentapi "open-cluster-management.io/addon-framework/pkg/agent"
4141 "open-cluster-management.io/api/addon/v1alpha1"
42+ addonv1alpha1 "open-cluster-management.io/api/addon/v1alpha1"
43+ addonv1beta1 "open-cluster-management.io/api/addon/v1beta1"
4244 clusterv1 "open-cluster-management.io/api/cluster/v1"
4345 clusterv1alpha1 "open-cluster-management.io/api/cluster/v1alpha1"
4446 workv1 "open-cluster-management.io/api/work/v1"
@@ -54,6 +56,8 @@ func init() {
5456 _ = clusterv1alpha1 .Install (scheme )
5557 _ = apiregistrationv1 .AddToScheme (scheme )
5658 _ = monitoringv1 .AddToScheme (scheme )
59+ _ = addonv1alpha1 .Install (scheme )
60+ _ = addonv1beta1 .Install (scheme )
5761}
5862
5963func GetConfigValues (kc client.Client , opts * ManagerOptions , cs * certstore.CertStore ) addonfactory.GetValuesFunc {
You can’t perform that action at this time.
0 commit comments