fix: StorageClass accessor manage URL error
Created by: weili520
Signed-off-by: TheYoungManLi cjl@kubesphere.io
What type of PR is this?
/kind bug
What this PR does / why we need it:
If the user uses the latest version console to connect the cluster which version is v3.2.1, here will has an error as follows:
So this management function needs kubesphere version greater than 3.3.
So we should check if k8s supports accessor resource when kubesphere verison below 3.3.
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
NONE