Versions in this module Expand all Collapse all v0 v0.3.0 Mar 27, 2019 v0.2.0 Mar 21, 2019 v0.1.0 Nov 15, 2018 v0.0.10 Nov 7, 2018 Changes in this version + func NewCmd() *cobra.Command + func NewCreateCmd(o *CreateOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command + type CreateFlags struct + DockerHub bool + ForPulling bool + GCR bool + GenerateNameFlags cmdcore.GenerateNameFlags + Password string + Type string + URL string + Username string + func (s *CreateFlags) BackfillTypeAndURL() error + func (s *CreateFlags) Set(cmd *cobra.Command, flagsFactory cmdcore.FlagsFactory) + type CreateOptions struct + CreateFlags CreateFlags + SecretFlags cmdflags.SecretFlags + func NewCreateOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *CreateOptions + func (o *CreateOptions) Run() error