Skip to content

Commit 2b3a1a7

Browse files
authored
Merge pull request #13 from ByteInternet/add-labels-to-brancher-app-list
Add brancher labels to get_active_branchers endpoint docstring
2 parents 617a662 + e0f4a6b commit 2b3a1a7

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)