Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/cli/client.go
2017-12-05 17:53:58 -06:00

13 lines
235 B
Go

package cli
import flag "github.com/hyperhq/hypercli/pkg/mflag"
// ClientFlags represents flags for the docker client.
type ClientFlags struct {
FlagSet *flag.FlagSet
Common *CommonFlags
PostParse func()
ConfigDir string
}