mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-26 17:49:25 +00:00
Remove unused v1beta2 references from web ui
This commit is contained in:
@@ -2,8 +2,7 @@ angular.module("kubernetesApp.config", [])
|
||||
|
||||
.constant("ENV", {
|
||||
"/": {
|
||||
"k8sApiServer": "/api/v1beta2",
|
||||
"k8sApiv1beta3Server": "/api/v1beta3",
|
||||
"k8sApiServer": "/api/v1beta3",
|
||||
"k8sDataServer": "/cluster",
|
||||
"k8sDataPollMinIntervalSec": 10,
|
||||
"k8sDataPollMaxIntervalSec": 120,
|
||||
|
||||
Reference in New Issue
Block a user