instance

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL