Skip to content

Commit

Permalink
feat(extensions/thirdpartyresources): Add thirdpartyresources to `E…
Browse files Browse the repository at this point in the history
…xtensions` (#69)
  • Loading branch information
silasbw authored and TWood67 committed Feb 7, 2017
1 parent 53807ee commit e720491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports.aliasResources = function (resourceObject) {
resourcequotas: ['quota'],
secrets: [],
serviceaccounts: [],
services: ['svc']
services: ['svc'],
thirdpartyresources: []
};

const esPlurals = {
Expand Down
3 changes: 2 additions & 1 deletion lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class Extensions extends ApiGroup {
'horizontalpodautoscalers',
'ingresses',
'jobs',
'replicasets'
'replicasets',
'thirdpartyresources'
];
options = Object.assign({}, options, {
path: 'apis/extensions',
Expand Down

0 comments on commit e720491

Please sign in to comment.