@@ -4,38 +4,41 @@ function ResourceGroupVersion(a, b, c) {
4
4
return this . resource = a , this . group = b , this . version = c , this ;
5
5
}
6
6
7
+ ! function ( ) {
8
+ var a = "https://docs.openshift.org/latest/" ;
7
9
window . OPENSHIFT_CONSTANTS = {
10
+ HELP_BASE_URL :a ,
8
11
HELP :{
9
- cli :"https://docs.openshift.org/latest/ cli_reference/overview.html",
10
- get_started_cli :"https://docs.openshift.org/latest/ cli_reference/get_started_cli.html",
11
- basic_cli_operations :"https://docs.openshift.org/latest/ cli_reference/basic_cli_operations.html",
12
- "build-triggers" :"https://docs.openshift.org/latest/ dev_guide/builds.html#build-triggers",
13
- webhooks :"https://docs.openshift.org/latest/ dev_guide/builds.html#webhook-triggers",
14
- new_app :"https://docs.openshift.org/latest/ dev_guide/new_app.html",
15
- "start-build" :"https://docs.openshift.org/latest/ dev_guide/builds.html#starting-a-build",
16
- "deployment-operations" :"https://docs.openshift.org/latest/ cli_reference/basic_cli_operations.html#build-and-deployment-cli-operations",
17
- "route-types" :"https://docs.openshift.org/latest/ architecture/core_concepts/routes.html#route-types",
18
- persistent_volumes :"https://docs.openshift.org/latest/ dev_guide/persistent_volumes.html",
19
- compute_resources :"https://docs.openshift.org/latest/ dev_guide/compute_resources.html",
20
- pod_autoscaling :"https://docs.openshift.org/latest/ dev_guide/pod_autoscaling.html",
21
- application_health :"https://docs.openshift.org/latest/ dev_guide/application_health.html",
22
- source_secrets :"https://docs.openshift.org/latest/ dev_guide/builds.html#using-secrets",
23
- git_secret :"https://docs.openshift.org/latest/ dev_guide/builds.html#using-private-repositories-for-builds",
24
- pull_secret :"https://docs.openshift.org/latest/ dev_guide/managing_images.html#using-image-pull-secrets",
25
- managing_secrets :"https://docs.openshift.org/latest/ dev_guide/service_accounts.html#managing-allowed-secrets",
26
- creating_secrets :"https://docs.openshift.org/latest/ dev_guide/secrets.html#creating-and-using-secrets",
27
- storage_classes :"https://docs.openshift.org/latest/ install_config/persistent_storage/dynamically_provisioning_pvs.html",
28
- selector_label :"https://docs.openshift.org/latest/ install_config/persistent_storage/selector_label_binding.html",
29
- rolling_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#rolling-strategy",
30
- recreate_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#recreate-strategy",
31
- custom_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#custom-strategy",
32
- lifecycle_hooks :"https://docs.openshift.org/latest/ dev_guide/deployments.html#lifecycle-hooks",
33
- new_pod_exec :"https://docs.openshift.org/latest/ dev_guide/deployments.html#pod-based-lifecycle-hook",
34
- authorization :"https://docs.openshift.org/latest/ architecture/additional_concepts/authorization.html",
35
- roles :"https://docs.openshift.org/latest/ architecture/additional_concepts/authorization.html#roles",
36
- service_accounts :"https://docs.openshift.org/latest/ dev_guide/service_accounts.html",
37
- users_and_groups :"https://docs.openshift.org/latest/ architecture/additional_concepts/authentication.html#users-and-groups",
38
- "default" :"https://docs.openshift.org/latest/ welcome/index.html"
12
+ cli :a + " cli_reference/overview.html",
13
+ get_started_cli :a + " cli_reference/get_started_cli.html",
14
+ basic_cli_operations :a + " cli_reference/basic_cli_operations.html",
15
+ "build-triggers" :a + " dev_guide/builds.html#build-triggers",
16
+ webhooks :a + " dev_guide/builds.html#webhook-triggers",
17
+ new_app :a + " dev_guide/new_app.html",
18
+ "start-build" :a + " dev_guide/builds.html#starting-a-build",
19
+ "deployment-operations" :a + " cli_reference/basic_cli_operations.html#build-and-deployment-cli-operations",
20
+ "route-types" :a + " architecture/core_concepts/routes.html#route-types",
21
+ persistent_volumes :a + " dev_guide/persistent_volumes.html",
22
+ compute_resources :a + " dev_guide/compute_resources.html",
23
+ pod_autoscaling :a + " dev_guide/pod_autoscaling.html",
24
+ application_health :a + " dev_guide/application_health.html",
25
+ source_secrets :a + " dev_guide/builds.html#using-secrets",
26
+ git_secret :a + " dev_guide/builds.html#using-private-repositories-for-builds",
27
+ pull_secret :a + " dev_guide/managing_images.html#using-image-pull-secrets",
28
+ managing_secrets :a + " dev_guide/service_accounts.html#managing-allowed-secrets",
29
+ creating_secrets :a + " dev_guide/secrets.html#creating-and-using-secrets",
30
+ storage_classes :a + " install_config/persistent_storage/dynamically_provisioning_pvs.html",
31
+ selector_label :a + " install_config/persistent_storage/selector_label_binding.html",
32
+ rolling_strategy :a + " dev_guide/deployments.html#rolling-strategy",
33
+ recreate_strategy :a + " dev_guide/deployments.html#recreate-strategy",
34
+ custom_strategy :a + " dev_guide/deployments.html#custom-strategy",
35
+ lifecycle_hooks :a + " dev_guide/deployments.html#lifecycle-hooks",
36
+ new_pod_exec :a + " dev_guide/deployments.html#pod-based-lifecycle-hook",
37
+ authorization :a + " architecture/additional_concepts/authorization.html",
38
+ roles :a + " architecture/additional_concepts/authorization.html#roles",
39
+ service_accounts :a + " dev_guide/service_accounts.html",
40
+ users_and_groups :a + " architecture/additional_concepts/authentication.html#users-and-groups",
41
+ "default" :a + " welcome/index.html"
39
42
} ,
40
43
CLI :{
41
44
"Latest Release" :"https://github.com/openshift/origin/releases/latest"
@@ -241,7 +244,8 @@ label:"Uncategorized",
241
244
description :""
242
245
} ]
243
246
} ]
244
- } , angular . module ( "openshiftConsole" , [ "ngAnimate" , "ngCookies" , "ngResource" , "ngRoute" , "ngSanitize" , "openshiftUI" , "kubernetesUI" , "registryUI.images" , "ui.bootstrap" , "patternfly.charts" , "patternfly.sort" , "openshiftConsoleTemplates" , "ui.ace" , "extension-registry" , "as.sortable" , "ui.select" , "key-value-editor" , "angular-inview" , "angularMoment" ] ) . config ( [ "$routeProvider" , function ( a ) {
247
+ } ;
248
+ } ( ) , angular . module ( "openshiftConsole" , [ "ngAnimate" , "ngCookies" , "ngResource" , "ngRoute" , "ngSanitize" , "openshiftUI" , "kubernetesUI" , "registryUI.images" , "ui.bootstrap" , "patternfly.charts" , "patternfly.sort" , "openshiftConsoleTemplates" , "ui.ace" , "extension-registry" , "as.sortable" , "ui.select" , "key-value-editor" , "angular-inview" , "angularMoment" ] ) . config ( [ "$routeProvider" , function ( a ) {
245
249
a . when ( "/" , {
246
250
templateUrl :"views/projects.html" ,
247
251
controller :"ProjectsController"
0 commit comments