Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
674ae5db
Unverified
Commit
674ae5db
authored
Sep 25, 2017
by
benjaminapetersen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix API_PREFERRED_VERSIONS autoscalers -> horizontalpodautoscalers
parent
91fec514
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
origin-web-common.js
dist/origin-web-common.js
+3
-1
origin-web-common.min.js
dist/origin-web-common.min.js
+12
-4
apiPreferredVersions.js
src/constants/apiPreferredVersions.js
+3
-1
No files found.
dist/origin-web-common.js
View file @
674ae5db
...
...
@@ -1425,7 +1425,6 @@ angular.module('openshiftCommonUI')
angular
.
module
(
'openshiftCommonServices'
)
.
constant
(
'API_PREFERRED_VERSIONS'
,
{
autoscaling
:
{
group
:
'autoscaling'
,
resource
:
'horizontalpodautoscalers'
},
appliedclusterresourcequotas
:
{
group
:
'quota.openshift.io'
,
resource
:
'appliedclusterresourcequotas'
},
builds
:
{
group
:
'build.openshift.io'
,
resource
:
'builds'
},
'builds/clone'
:
{
group
:
'build.openshift.io'
,
resource
:
'builds/clone'
},
...
...
@@ -1434,7 +1433,10 @@ angular.module('openshiftCommonServices')
configmaps
:
'configmaps'
,
deployments
:
{
group
:
'apps'
,
resource
:
'deployments'
},
deploymentconfigs
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs'
},
'deploymentconfigs/instantiate'
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs/instantiate'
},
'deploymentconfigs/rollback'
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs/rollback'
},
events
:
'events'
,
horizontalpodautoscalers
:
{
group
:
'autoscaling'
,
resource
:
'horizontalpodautoscalers'
},
imagestreams
:
{
group
:
'image.openshift.io'
,
resource
:
'imagestreams'
},
imagestreamtags
:
{
group
:
'image.openshift.io'
,
resource
:
'imagestreamtags'
},
limitranges
:
'limitranges'
,
...
...
dist/origin-web-common.min.js
View file @
674ae5db
...
...
@@ -486,10 +486,6 @@ content ? (scope.truncatedContent = truncateFilter(content, scope.limit, scope.u
}
};
}
]),
angular
.
module
(
"openshiftCommonServices"
).
constant
(
"API_PREFERRED_VERSIONS"
,
{
autoscaling
:{
group
:
"autoscaling"
,
resource
:
"horizontalpodautoscalers"
},
appliedclusterresourcequotas
:{
group
:
"quota.openshift.io"
,
resource
:
"appliedclusterresourcequotas"
...
...
@@ -519,7 +515,19 @@ deploymentconfigs:{
group
:
"apps.openshift.io"
,
resource
:
"deploymentconfigs"
},
"deploymentconfigs/instantiate"
:{
group
:
"apps.openshift.io"
,
resource
:
"deploymentconfigs/instantiate"
},
"deploymentconfigs/rollback"
:{
group
:
"apps.openshift.io"
,
resource
:
"deploymentconfigs/rollback"
},
events
:
"events"
,
horizontalpodautoscalers
:{
group
:
"autoscaling"
,
resource
:
"horizontalpodautoscalers"
},
imagestreams
:{
group
:
"image.openshift.io"
,
resource
:
"imagestreams"
...
...
src/constants/apiPreferredVersions.js
View file @
674ae5db
...
...
@@ -2,7 +2,6 @@
angular
.
module
(
'openshiftCommonServices'
)
.
constant
(
'API_PREFERRED_VERSIONS'
,
{
autoscaling
:
{
group
:
'autoscaling'
,
resource
:
'horizontalpodautoscalers'
},
appliedclusterresourcequotas
:
{
group
:
'quota.openshift.io'
,
resource
:
'appliedclusterresourcequotas'
},
builds
:
{
group
:
'build.openshift.io'
,
resource
:
'builds'
},
'builds/clone'
:
{
group
:
'build.openshift.io'
,
resource
:
'builds/clone'
},
...
...
@@ -11,7 +10,10 @@ angular.module('openshiftCommonServices')
configmaps
:
'configmaps'
,
deployments
:
{
group
:
'apps'
,
resource
:
'deployments'
},
deploymentconfigs
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs'
},
'deploymentconfigs/instantiate'
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs/instantiate'
},
'deploymentconfigs/rollback'
:
{
group
:
'apps.openshift.io'
,
resource
:
'deploymentconfigs/rollback'
},
events
:
'events'
,
horizontalpodautoscalers
:
{
group
:
'autoscaling'
,
resource
:
'horizontalpodautoscalers'
},
imagestreams
:
{
group
:
'image.openshift.io'
,
resource
:
'imagestreams'
},
imagestreamtags
:
{
group
:
'image.openshift.io'
,
resource
:
'imagestreamtags'
},
limitranges
:
'limitranges'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment