Skip to content

Commit 40dd061

Browse files
committed
make generate
1 parent e03ff03 commit 40dd061

File tree

3 files changed

+109
-70
lines changed

3 files changed

+109
-70
lines changed

webconsole/v1/generated.pb.go

Lines changed: 97 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webconsole/v1/generated.proto

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webconsole/v1/types_swagger_doc_generated.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ func (CertInfo) SwaggerDoc() map[string]string {
2222
}
2323

2424
var map_ClusterInfo = map[string]string{
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.",
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.",
3132
}
3233

3334
func (ClusterInfo) SwaggerDoc() map[string]string {

0 commit comments

Comments
 (0)