Versions in this module Expand all Collapse all v0 v0.0.93 Apr 13, 2020 Changes in this version + func AddKindResolverFlags(cmd *cobra.Command, o *factory.KindResolver) + func NewCmdSecrets() *cobra.Command + type EditOptions struct + AskExisting bool + BatchMode bool + IOFileHandles *util.IOFileHandles + SchemaFile string + Verbose bool + func NewCmdEdit() (*cobra.Command, *EditOptions) + func (o *EditOptions) Run() error + type ExportOptions struct + Console bool + OutFile string + func NewCmdExport() (*cobra.Command, *ExportOptions) + func (o *ExportOptions) Run() error + type ImportOptions struct + File string + func NewCmdImport() (*cobra.Command, *ImportOptions) + func (o *ImportOptions) Run() error + type MemoryClient struct + Data map[string]interface{} + func NewMemoryClient() *MemoryClient + func (c *MemoryClient) Read(secretName string) (map[string]interface{}, error) + func (c *MemoryClient) ReadObject(secretName string, secret interface{}) error + func (c *MemoryClient) ReplaceURIs(s string) (string, error) + func (c *MemoryClient) ToYAML() (string, error) + func (c *MemoryClient) Write(secretName string, data map[string]interface{}) (map[string]interface{}, error) + func (c *MemoryClient) WriteObject(secretName string, data interface{}) (map[string]interface{}, error) + type VerifyOptions struct + File string + func NewCmdVerify() (*cobra.Command, *VerifyOptions) + func (o *VerifyOptions) Run() error + type YAMLOptions struct + BatchMode bool + JXFactory jxfactory.Factory + OutFile string + SecretFile string + SecretName string + Verbose bool + func NewCmdYAML() (*cobra.Command, *YAMLOptions) + func (o *YAMLOptions) Run() error