Skip to content

Commit

Permalink
fix: Fix crd api version
Browse files Browse the repository at this point in the history
Signed-off-by: leoliu <leoliu@yunify.com>
  • Loading branch information
leoliu committed Jul 20, 2020
1 parent 9f7ce58 commit e9b4035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ export const API_VERSIONS = {
strategies: 'apis/servicemesh.kubesphere.io/v1alpha2',
servicepolicies: 'apis/servicemesh.kubesphere.io/v1alpha2',
horizontalpodautoscalers: 'apis/autoscaling/v2beta2',
customresourcedefinitions: 'apis/apiextensions.k8s.io/v1',
customresourcedefinitions: 'apis/apiextensions.k8s.io/v1beta1',
clusters: 'apis/cluster.kubesphere.io/v1alpha1',
workspaces: 'apis/tenant.kubesphere.io/v1alpha2',
users: 'apis/iam.kubesphere.io/v1alpha2',
Expand Down

0 comments on commit e9b4035

Please sign in to comment.