Documentation
¶
Index ¶
- func NewCmd() *cobra.Command
- func NewDiffCmd(o *DiffOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
- func NewInspectCmd(o *InspectOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
- func NewListImagesCmd(o *ListImagesOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
- func NewListLabelsCmd(o *ListLabelsOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
- func NewValueResourceManagedBy(resource ctlres.Resource) uitable.ValueString
- type DiffFlags
- type DiffOptions
- type FileFlags
- type FileFlags2
- type InspectOptions
- type InspectTreeView
- type InspectView
- type ListImagesOptions
- type ListLabelsOptions
- type ResourceFilterFlags
- type ResourceWithSource
- type ValueColored
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDiffCmd ¶
func NewDiffCmd(o *DiffOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
func NewInspectCmd ¶
func NewInspectCmd(o *InspectOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
func NewListImagesCmd ¶
func NewListImagesCmd(o *ListImagesOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
func NewListLabelsCmd ¶
func NewListLabelsCmd(o *ListLabelsOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
func NewValueResourceManagedBy ¶
func NewValueResourceManagedBy(resource ctlres.Resource) uitable.ValueString
Types ¶
type DiffFlags ¶
type DiffFlags struct { ctldiff.ChangeSetViewOpts ctldiff.ChangeSetOpts Run bool }
type DiffOptions ¶
type DiffOptions struct { FileFlags FileFlags FileFlags2 FileFlags2 DiffFlags DiffFlags // contains filtered or unexported fields }
func NewDiffOptions ¶
func NewDiffOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *DiffOptions
func (*DiffOptions) Run ¶
func (o *DiffOptions) Run() error
type FileFlags2 ¶
func (*FileFlags2) Set ¶
func (s *FileFlags2) Set(cmd *cobra.Command)
type InspectOptions ¶
type InspectOptions struct { FileFlags FileFlags ResourceFilterFlags ResourceFilterFlags Raw bool // contains filtered or unexported fields }
func NewInspectOptions ¶
func NewInspectOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *InspectOptions
func (*InspectOptions) Run ¶
func (o *InspectOptions) Run() error
type InspectTreeView ¶
func (InspectTreeView) Print ¶
func (v InspectTreeView) Print(ui ui.UI)
type InspectView ¶
func (InspectView) Print ¶
func (v InspectView) Print(ui ui.UI)
type ListImagesOptions ¶
type ListImagesOptions struct { FileFlags FileFlags // contains filtered or unexported fields }
func NewListImagesOptions ¶
func NewListImagesOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *ListImagesOptions
func (*ListImagesOptions) Run ¶
func (o *ListImagesOptions) Run() error
type ListLabelsOptions ¶
type ListLabelsOptions struct { FileFlags FileFlags Accessor string Values bool // contains filtered or unexported fields }
func NewListLabelsOptions ¶
func NewListLabelsOptions(ui ui.UI, depsFactory cmdcore.DepsFactory) *ListLabelsOptions
func (*ListLabelsOptions) Run ¶
func (o *ListLabelsOptions) Run() error
type ResourceFilterFlags ¶
type ResourceFilterFlags struct {
// contains filtered or unexported fields
}
func (*ResourceFilterFlags) AfterTime ¶
func (s *ResourceFilterFlags) AfterTime() (*time.Time, error)
func (*ResourceFilterFlags) ResourceFilter ¶
func (s *ResourceFilterFlags) ResourceFilter() (ctlres.ResourceFilter, error)
func (*ResourceFilterFlags) Set ¶
func (s *ResourceFilterFlags) Set(cmd *cobra.Command)
type ResourceWithSource ¶
type ValueColored ¶
func NewValueColored ¶
func NewValueColored(str string, f func(string, ...interface{}) string) ValueColored
func (ValueColored) String ¶
func (t ValueColored) String() string
func (ValueColored) Value ¶
func (t ValueColored) Value() uitable.Value
Click to show internal directories.
Click to hide internal directories.