Commit 195dffc2 by Samuel Padgett

Update service catalog preferred versions

parent 30d8982c
...@@ -1427,7 +1427,6 @@ angular.module('openshiftCommonServices') ...@@ -1427,7 +1427,6 @@ angular.module('openshiftCommonServices')
.constant('API_PREFERRED_VERSIONS', { .constant('API_PREFERRED_VERSIONS', {
autoscaling: {group: 'autoscaling', resource: 'horizontalpodautoscalers' }, autoscaling: {group: 'autoscaling', resource: 'horizontalpodautoscalers' },
appliedclusterresourcequotas: {group: 'quota.openshift.io', resource: 'appliedclusterresourcequotas' }, appliedclusterresourcequotas: {group: 'quota.openshift.io', resource: 'appliedclusterresourcequotas' },
bindings: {group: 'servicecatalog.k8s.io', resource: 'bindings' },
builds: {group: 'build.openshift.io', resource: 'builds' }, builds: {group: 'build.openshift.io', resource: 'builds' },
'builds/clone': {group: 'build.openshift.io', resource: 'builds/clone' }, 'builds/clone': {group: 'build.openshift.io', resource: 'builds/clone' },
'buildconfigs/instantiate': {group: 'build.openshift.io', resource: 'buildconfigs/instantiate' }, 'buildconfigs/instantiate': {group: 'build.openshift.io', resource: 'buildconfigs/instantiate' },
...@@ -1438,7 +1437,6 @@ angular.module('openshiftCommonServices') ...@@ -1438,7 +1437,6 @@ angular.module('openshiftCommonServices')
events: 'events', events: 'events',
imagestreams: {group: 'image.openshift.io', resource: 'imagestreams' }, imagestreams: {group: 'image.openshift.io', resource: 'imagestreams' },
imagestreamtags: {group: 'image.openshift.io', resource: 'imagestreamtags' }, imagestreamtags: {group: 'image.openshift.io', resource: 'imagestreamtags' },
instances: {group: 'servicecatalog.k8s.io', resource: 'instances' },
limitranges: 'limitranges', limitranges: 'limitranges',
pods: 'pods', pods: 'pods',
projects: {group: 'project.openshift.io', resource: 'projects'}, projects: {group: 'project.openshift.io', resource: 'projects'},
...@@ -1454,6 +1452,8 @@ angular.module('openshiftCommonServices') ...@@ -1454,6 +1452,8 @@ angular.module('openshiftCommonServices')
services: 'services', services: 'services',
serviceaccounts: 'serviceaccounts', serviceaccounts: 'serviceaccounts',
serviceclasses: {group: 'servicecatalog.k8s.io', resource: 'serviceclasses' }, serviceclasses: {group: 'servicecatalog.k8s.io', resource: 'serviceclasses' },
serviceinstancecredentials: {group: 'servicecatalog.k8s.io', resource: 'serviceinstancecredentials' },
serviceinstances: {group: 'servicecatalog.k8s.io', resource: 'serviceinstances' },
statefulsets: {group: 'apps', resource: 'statefulsets' }, statefulsets: {group: 'apps', resource: 'statefulsets' },
templates: {group: 'template.openshift.io', resource: 'templates'} templates: {group: 'template.openshift.io', resource: 'templates'}
}); });
......
...@@ -494,10 +494,6 @@ appliedclusterresourcequotas:{ ...@@ -494,10 +494,6 @@ appliedclusterresourcequotas:{
group:"quota.openshift.io", group:"quota.openshift.io",
resource:"appliedclusterresourcequotas" resource:"appliedclusterresourcequotas"
}, },
bindings:{
group:"servicecatalog.k8s.io",
resource:"bindings"
},
builds:{ builds:{
group:"build.openshift.io", group:"build.openshift.io",
resource:"builds" resource:"builds"
...@@ -532,10 +528,6 @@ imagestreamtags:{ ...@@ -532,10 +528,6 @@ imagestreamtags:{
group:"image.openshift.io", group:"image.openshift.io",
resource:"imagestreamtags" resource:"imagestreamtags"
}, },
instances:{
group:"servicecatalog.k8s.io",
resource:"instances"
},
limitranges:"limitranges", limitranges:"limitranges",
pods:"pods", pods:"pods",
projects:{ projects:{
...@@ -569,6 +561,14 @@ serviceclasses:{ ...@@ -569,6 +561,14 @@ serviceclasses:{
group:"servicecatalog.k8s.io", group:"servicecatalog.k8s.io",
resource:"serviceclasses" resource:"serviceclasses"
}, },
serviceinstancecredentials:{
group:"servicecatalog.k8s.io",
resource:"serviceinstancecredentials"
},
serviceinstances:{
group:"servicecatalog.k8s.io",
resource:"serviceinstances"
},
statefulsets:{ statefulsets:{
group:"apps", group:"apps",
resource:"statefulsets" resource:"statefulsets"
......
...@@ -4,7 +4,6 @@ angular.module('openshiftCommonServices') ...@@ -4,7 +4,6 @@ angular.module('openshiftCommonServices')
.constant('API_PREFERRED_VERSIONS', { .constant('API_PREFERRED_VERSIONS', {
autoscaling: {group: 'autoscaling', resource: 'horizontalpodautoscalers' }, autoscaling: {group: 'autoscaling', resource: 'horizontalpodautoscalers' },
appliedclusterresourcequotas: {group: 'quota.openshift.io', resource: 'appliedclusterresourcequotas' }, appliedclusterresourcequotas: {group: 'quota.openshift.io', resource: 'appliedclusterresourcequotas' },
bindings: {group: 'servicecatalog.k8s.io', resource: 'bindings' },
builds: {group: 'build.openshift.io', resource: 'builds' }, builds: {group: 'build.openshift.io', resource: 'builds' },
'builds/clone': {group: 'build.openshift.io', resource: 'builds/clone' }, 'builds/clone': {group: 'build.openshift.io', resource: 'builds/clone' },
'buildconfigs/instantiate': {group: 'build.openshift.io', resource: 'buildconfigs/instantiate' }, 'buildconfigs/instantiate': {group: 'build.openshift.io', resource: 'buildconfigs/instantiate' },
...@@ -15,7 +14,6 @@ angular.module('openshiftCommonServices') ...@@ -15,7 +14,6 @@ angular.module('openshiftCommonServices')
events: 'events', events: 'events',
imagestreams: {group: 'image.openshift.io', resource: 'imagestreams' }, imagestreams: {group: 'image.openshift.io', resource: 'imagestreams' },
imagestreamtags: {group: 'image.openshift.io', resource: 'imagestreamtags' }, imagestreamtags: {group: 'image.openshift.io', resource: 'imagestreamtags' },
instances: {group: 'servicecatalog.k8s.io', resource: 'instances' },
limitranges: 'limitranges', limitranges: 'limitranges',
pods: 'pods', pods: 'pods',
projects: {group: 'project.openshift.io', resource: 'projects'}, projects: {group: 'project.openshift.io', resource: 'projects'},
...@@ -31,6 +29,8 @@ angular.module('openshiftCommonServices') ...@@ -31,6 +29,8 @@ angular.module('openshiftCommonServices')
services: 'services', services: 'services',
serviceaccounts: 'serviceaccounts', serviceaccounts: 'serviceaccounts',
serviceclasses: {group: 'servicecatalog.k8s.io', resource: 'serviceclasses' }, serviceclasses: {group: 'servicecatalog.k8s.io', resource: 'serviceclasses' },
serviceinstancecredentials: {group: 'servicecatalog.k8s.io', resource: 'serviceinstancecredentials' },
serviceinstances: {group: 'servicecatalog.k8s.io', resource: 'serviceinstances' },
statefulsets: {group: 'apps', resource: 'statefulsets' }, statefulsets: {group: 'apps', resource: 'statefulsets' },
templates: {group: 'template.openshift.io', resource: 'templates'} templates: {group: 'template.openshift.io', resource: 'templates'}
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment