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"` // Namespace to use Namespace string `json:"namespace"` // Docker Image Tag Tag string `json:"tag"` // Number of replicas Replicas int64 // Use debug mode Debug bool // Configuration Template ConfigurationTemplate string // Dataset template DatasetTemplate string // Service Account created ServiceAccountName string `json:"serviceAccountName"` // Custer Role created ClusterRoleName string `json:"clusterRoleName"` // Cluster Role Binding created ClusterRoleBindingName string `json:"clusterRoleBindingName"` // LoadBalancer Service created LoadBalanceServiceName string `json:"loadBalanceServiceName"` // 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 []*alpha3.SiteWhereInstance }
ListSiteWhereInstance destribe the listing of a SiteWhere Instance.
Click to show internal directories.
Click to hide internal directories.