-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I want use labelSelector
client.pods.getBy({ labelSelector: 'name=hello-node' }, function (err, pods) {
console.log(err, pods)
})
but i see
this.getBy = function (query, callback) {
/**
var qstring = '';
if(typeof query === 'object') {
Object.keys(query, function (key, value) {
qstring += '&' + key + '=' + value;
});
qstring = qstring.substring(1);
} else {
qstring = query;
}
**/
Metadata
Metadata
Assignees
Labels
No labels