instance

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2020 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"`
	// 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳