Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Priorities ¶
Priorities defines the desired order of resource operations: Resources in the HighPriorities list will be handled first Resources in the LowPriorities list will be handled last Other resources will be handled alphabetically after the high prioritized resources and before the low prioritized resources
func (*Priorities) Set ¶
func (p *Priorities) Set(s string) error
Set parses the provided string to the priority object
func (*Priorities) String ¶
func (p *Priorities) String() string
String returns a string representation of Priority.
Click to show internal directories.
Click to hide internal directories.