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 SiteWhereInstall ¶
type SiteWhereInstall struct {
// Status of SiteWhere CDR installation
CDRStatuses []status.SiteWhereStatus `json:"crdStatues,omitempty"`
// Status of SiteWhere Templates installation
TemplatesStatues []status.SiteWhereStatus `json:"templatesStatues,omitempty"`
// Status of SiteWhere Operator
OperatorStatuses []status.SiteWhereStatus `json:"operatorStatuses,omitempty"`
// Status of SiteWhere Infrastructure
InfrastructureStatuses []status.SiteWhereStatus `json:"infrastructureStatuses,omitempty"`
}
SiteWhereInstall destribe the installation of SiteWhere.
Click to show internal directories.
Click to hide internal directories.