Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Installed The item is installed. Installed Status = "Installed" // Uninstalled The item is not longer installed. Uninstalled = "Uninstalled" // Unknown We cannot know if the item is installed or not. Unknown = "Unknown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiteWhereStatus ¶
type SiteWhereStatus struct { // Name of the Custom Resource Definition Name string `json:"name,omitempty"` // Install Status Status Status `json:"status,omitempty"` // Object Meta ObjectMeta *metav1.ObjectMeta `json:"object_meta,omitempty"` }
SiteWhereStatus represents that status of a installation resource
Click to show internal directories.
Click to hide internal directories.