Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Assigned signifies that namespace is assigned for the device and corresponding USBDevice resource is created in this namespace. Assigned AssignedReason = "Assigned" // Available signifies that no namespace is assigned for the device. Available AssignedReason = "Available" // InProgress signifies that device connection to namespace is in progress (USBDevice resource creation). InProgress AssignedReason = "InProgress" // Ready signifies that device is ready to use. Ready ReadyReason = "Ready" // NotReady signifies that device exists in the system but is not ready to use. NotReady ReadyReason = "NotReady" // NotFound signifies that device is absent on the host. NotFound ReadyReason = "NotFound" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignedReason ¶
type AssignedReason string
AssignedReason represents the various reasons for the `Assigned` condition type.
func (AssignedReason) String ¶
func (r AssignedReason) String() string
type ReadyReason ¶
type ReadyReason string
ReadyReason represents the various reasons for the `Ready` condition type.
func (ReadyReason) String ¶
func (r ReadyReason) String() string
Click to show internal directories.
Click to hide internal directories.