Skip to content

Commit e0f4a6b

Browse files
committed
add-labels-to-brancher-app-list
1 parent 617a662 commit e0f4a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hypernode_api_python/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,13 +646,15 @@ def get_active_branchers(self, app_name):
646646
> "created": "2019-08-24T14:15:22Z"
647647
> "ip": "127.0.0.1",
648648
> "elapsed_time": 7824,
649+
> "labels": {"description": "php upgrade test", "label without equal sign": None},
649650
> },
650651
> {
651652
> "id": 22,
652653
> "name": "yourhypernodeappname-eph654321",
653654
> "ip": "52.68.96.58",
654655
> "created": "2019-08-24T14:15:22Z"
655656
> "elapsed_time": 7224,
657+
> "labels": {},
656658
> }
657659
> ]
658660
> }

0 commit comments

Comments
 (0)