Skip to content

Commit

Permalink
k8saass: better kubeconfig handling
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Nov 28, 2018
1 parent 0d9d1b8 commit 1200693
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 31 deletions.
4 changes: 3 additions & 1 deletion args.go
Expand Up @@ -38,13 +38,15 @@ const (
ArgClusterVersionSlug = "version"
// ArgClusterNodePools are a cluster's node pools arguments.
ArgClusterNodePools = "node-pools"
// ArgClusterUpdateKubeconfig updates the local kubeconfig.
ArgClusterUpdateKubeconfig = "update-kubeconfig"
// ArgNodePoolName is a cluster's node pool name argument.
ArgNodePoolName = "name"
// ArgNodePoolCount is a cluster's node pool count argument.
ArgNodePoolCount = "count"
// ArgNodePoolNodeIDs is a cluster's node pool nodes argument.
ArgNodePoolNodeIDs = "node-ids"
// ArgCommandWait is a wait for a droplet to be created argument.
// ArgCommandWait is a wait for a resource to be created argument.
ArgCommandWait = "wait"
// ArgDropletID is a droplet id argument.
ArgDropletID = "droplet-id"
Expand Down

0 comments on commit 1200693

Please sign in to comment.