def create_harbor_client()

in clusters/core/addons/harbor-ha/hack/harbor/main.py [0:0]


def create_harbor_client(url, username, secret):
    client = HarborAsyncClient(url=url, username=username, secret=secret)
    return client