createKsCmd.Flags().BoolVar(&kustomizationArgs.wait,"wait",false,"enable health checking of all the applied resources")
createKsCmd.Flags().StringSliceVar(&kustomizationArgs.healthCheck,"health-check",nil,"workload to be included in the health assessment, in the format '<kind>/<name>.<namespace>'")
createKsCmd.Flags().StringSliceVar(&kustomizationArgs.healthCheck,"health-check",nil,"workload to be included in the health assessment, in the format '<kind>/<name>.<namespace>'")
createKsCmd.Flags().DurationVar(&kustomizationArgs.healthTimeout,"health-check-timeout",2*time.Minute,"timeout of health checking operations")
createKsCmd.Flags().DurationVar(&kustomizationArgs.healthTimeout,"health-check-timeout",2*time.Minute,"timeout of health checking operations")
createKsCmd.Flags().StringVar(&kustomizationArgs.validation,"validation","","validate the manifests before applying them on the cluster, can be 'client' or 'server'")
createKsCmd.Flags().StringVar(&kustomizationArgs.validation,"validation","","validate the manifests before applying them on the cluster, can be 'client' or 'server'")