Home
last modified time | relevance | path

Searched refs:LABEL_CREATE_BY (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/
Dconstants.py161 LABEL_CREATE_BY = "created_by" variable
/tools/acloud/list/
Dlist.py121 filter_item = "labels.%s=%s" % (constants.LABEL_CREATE_BY, getpass.getuser())
/tools/acloud/internal/lib/
Dgcompute_client.py1291 "labels": {constants.LABEL_CREATE_BY: getpass.getuser()},
Dgcompute_client_test.py603 "labels":{constants.LABEL_CREATE_BY: "fake_user"},