Versions in this module Expand all Collapse all v0 v0.4.4 Apr 23, 2015 Changes in this version + func NewCmdBundleSecret(f *clientcmd.Factory, parentName, name string, out io.Writer) *cobra.Command + type CreateSecretOptions struct + Name string + Quiet bool + Sources util.StringList + Stderr io.Writer + func NewDefaultOptions() *CreateSecretOptions + func (o *CreateSecretOptions) Complete(args []string) + func (o *CreateSecretOptions) CreateSecret() (*kapi.Secret, error) + func (o *CreateSecretOptions) Validate() error