Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSiteWhereInstance ¶
type CreateSiteWhereInstance struct { // Name of the instance InstanceName string `json:"instanceName"` // Docker Image Tag Tag string `json:"tag"` // Number of replicas Replicas int32 // Use debug mode Debug bool // Configuration Template ConfigurationTemplate string // Dataset template DatasetTemplate string // Instance Custom Resources Name InstanceCustomResourceName string `json:"instanceCustomResourceName"` }
CreateSiteWhereInstance destribe the creating of a SiteWhere Instance.
type DeleteSiteWhereInstance ¶
type DeleteSiteWhereInstance struct { // Name of the instance InstanceName string `json:"instanceName"` // Namespace to use Namespace string `json:"namespace"` }
DeleteSiteWhereInstance destribe the creating of a SiteWhere Instance.
type ListSiteWhereInstance ¶
type ListSiteWhereInstance struct { // Instances found Instances []sitewhereiov1alpha4.SiteWhereInstance // Microservices are the microservices of a instance Microservices []sitewhereiov1alpha4.SiteWhereMicroservice }
ListSiteWhereInstance destribe the listing of a SiteWhere Instance.
Click to show internal directories.
Click to hide internal directories.