You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"": "ClusterInfo holds information the web console needs to talk to the cluster such as master public URL and metrics public URL",
26
-
"consolePublicURL": "ConsolePublicURL is where you can find the web console server (TODO do we really need this?)",
27
-
"masterPublicURL": "MasterPublicURL is how the web console can access the OpenShift v1 server",
28
-
"loggingPublicURL": "LoggingPublicURL is the public endpoint for logging (optional)",
29
-
"metricsPublicURL": "MetricsPublicURL is the public endpoint for metrics (optional)",
30
-
"logoutPublicURL": "LogoutPublicURL is an optional, absolute URL to redirect web browsers to after logging out of the web console. If not specified, the built-in logout page is shown.",
25
+
"": "ClusterInfo holds information the web console needs to talk to the cluster such as master public URL and metrics public URL",
26
+
"consolePublicURL": "ConsolePublicURL is where you can find the web console server (TODO do we really need this?)",
27
+
"masterPublicURL": "MasterPublicURL is how the web console can access the OpenShift v1 server",
28
+
"loggingPublicURL": "LoggingPublicURL is the public endpoint for logging (optional)",
29
+
"metricsPublicURL": "MetricsPublicURL is the public endpoint for metrics (optional)",
30
+
"logoutPublicURL": "LogoutPublicURL is an optional, absolute URL to redirect web browsers to after logging out of the web console. If not specified, the built-in logout page is shown.",
31
+
"clusterResourceOverridesEnabled": "ClusterResourceOverridesEnabled indicates that the cluster is configured for overcommit. When set to true, the web console will hide the CPU request, CPU limit, and memory request fields in its editors and skip validation on those fields. The memory limit field will still be displayed.",
0 commit comments