Skip to content

Commit

Permalink
Update: add rm getter (#105)
Browse files Browse the repository at this point in the history
* Add a couple getters to KubeResourceMeta

* Omit duplicate getter
  • Loading branch information
adamkingit authored Aug 19, 2020
1 parent 82c6324 commit fef94c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/KubeResourceMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ module.exports = class KubeResourceMeta {
get path() {
return this._path;
}
get resourceMeta() {
return this._resourceMeta;
}
get name() {
return this._resourceMeta.name;
}
Expand Down

0 comments on commit fef94c1

Please sign in to comment.