Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { secretfacade.Options Dir string Filter string Input input.Interface Schema *schema.Schema Results []*secretfacade.SecretPair CommandRunner cmdrunner.CommandRunner }
Options the options for the command
func NewCmdEdit ¶
NewCmdEdit creates a command object for the command
func (*Options) DataToEdit ¶ added in v0.0.61
func (o *Options) DataToEdit(r *secretfacade.SecretPair) []v1alpha1.Data
DataToEdit returns the properties to edit
func (*Options) Matches ¶ added in v0.0.61
func (o *Options) Matches(r *secretfacade.SecretPair) bool
Matches returns true if the secret matches the current filter If no filter then just filter out mandatory properties only?
Click to show internal directories.
Click to hide internal directories.