GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
376 stars 68 forks source link

Update Validate*Args tests to use table format #153

Open nikhiljindal opened 6 years ago

nikhiljindal commented 6 years ago

We have multiple Validate*Args tests for each command such as ValidateCreateArgs, ValidateDeleteArgs and we can convert them all to be table based as per comments: https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/149/files#r177542923 and https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/152#discussion_r177497544.

Filing this issue to keep track of it