Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

Update cli parameters for consistency/clarity #654

@cdrage

Description

@cdrage

So I'm implementing the api conversion of k8s and I notice that providing api credentials could be simpler.

Can we deprecate the naming of these:

provider = openshift
providerapi = https://127.0.0.1:8443
accesstoken = sadfasdfasfasfdasfasfasdfsafasfd
namespace = mynamespace
providertlsverify = False

to:

provider = openshift
api = https://127.0.0.1:8443
token = sadfasdfasfasfdasfasfasdfsafasfd
namespace = mynamespace
tls = False

Please :)

Seems wayyyyyy simpler and it'll be easier to implement these changes now before GA / 1.0

Thus when I implement k8s and any other provider, the names aren't wacky, ex:

provider = kubernetes
api = https://10.10.10.10:8080
token = sadfasdfasfasfdasfasfasdfsafasfd
namespace = mynamespace
tls = True

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions