Documentation
¶
Index ¶
- type Chart
- type History
- func (History) ColorerFunc() model1.ColorerFunc
- func (History) Header(_ string) model1.Header
- func (History) Healthy(ctx context.Context, o interface{}) error
- func (History) IsGeneric() bool
- func (c History) Render(o interface{}, ns string, r *model1.Row) error
- func (History) SetViewSetting(*config.ViewSetting)
- type ReleaseRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct{}
Chart renders a helm chart to screen.
func (Chart) ColorerFunc ¶
func (Chart) ColorerFunc() model1.ColorerFunc
ColorerFunc colors a resource row.
func (Chart) SetViewSetting ¶ added in v0.40.0
func (Chart) SetViewSetting(*config.ViewSetting)
type History ¶
type History struct{}
History renders a History chart to screen.
func (History) ColorerFunc ¶
func (History) ColorerFunc() model1.ColorerFunc
ColorerFunc colors a resource row.
func (History) SetViewSetting ¶ added in v0.40.0
func (History) SetViewSetting(*config.ViewSetting)
type ReleaseRes ¶
ReleaseRes represents a helm chart resource.
func (ReleaseRes) DeepCopyObject ¶
func (h ReleaseRes) DeepCopyObject() runtime.Object
DeepCopyObject returns a container copy.
func (ReleaseRes) GetObjectKind ¶
func (ReleaseRes) GetObjectKind() schema.ObjectKind
GetObjectKind returns a schema object.
Click to show internal directories.
Click to hide internal directories.