Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusPolicy ¶
type StatusPolicy int
StatusPolicy specifies whether the inventory client should apply status to the inventory object. The status contains the actuation and reconcile status of each object in the inventory.
const ( // StatusPolicyNone disables inventory status updates. StatusPolicyNone StatusPolicy = iota // None // StatusPolicyAll fully enables inventory status updates. StatusPolicyAll // All )
func (StatusPolicy) String ¶
func (i StatusPolicy) String() string
Click to show internal directories.
Click to hide internal directories.