Documentation ¶
Index ¶
Constants ¶
View Source
const InvalidStatus status.Status = "Invalid"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
IOStreams genericclioptions.IOStreams
}
type ResourceInfos ¶
type ResourceInfos []*resourceInfo
func (ResourceInfos) Len ¶
func (g ResourceInfos) Len() int
func (ResourceInfos) Less ¶
func (g ResourceInfos) Less(i, j int) bool
func (ResourceInfos) Swap ¶
func (g ResourceInfos) Swap(i, j int)
type ResourceState ¶
type ResourceState struct {
// contains filtered or unexported fields
}
ResourceState contains the latest state for all the resources.
func (*ResourceState) Error ¶
func (r *ResourceState) Error() error
func (*ResourceState) Resources ¶
func (r *ResourceState) Resources() []table.Resource
Resources returns a slice containing the latest state for each individual resource.
Click to show internal directories.
Click to hide internal directories.