TsuyoshiUshio / KubernetesTask

Kubernetes Task for Visual Studio Team Services
34 stars 14 forks source link

Support JsonPath in output #25

Open milla opened 7 years ago

milla commented 7 years ago

Now the Output only supports -o yaml and -o json, yet how about also support customized output instead of a drop-down? Like I need to track kubernetes' deployment status by fetching unavalableReplicas from status as below -o=jsonpath='{$.status.unavailableReplicas}' --namespace=$(env)