Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Availability ¶
type Availability int
Availability represents that the TargetAllocator CR is available in the cluster.
const ( // NotAvailable TargetAllocator CR is available in the cluster. NotAvailable Availability = iota // Available TargetAllocator CR is available in the cluster. Available )
func (Availability) String ¶
func (p Availability) String() string
Click to show internal directories.
Click to hide internal directories.