canary

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Canary

type Canary struct {

	/*AppName - Descr: App name for the canary app Default: <nil>
	 */
	AppName interface{} `yaml:"app_name,omitempty"`

	/*DeploymentName - Descr: Deployment name for the canary app Default: <nil>
	 */
	DeploymentName interface{} `yaml:"deployment_name,omitempty"`

	/*DatadogApiKey - Descr: Datadog API key for the canary app Default: <nil>
	 */
	DatadogApiKey interface{} `yaml:"datadog_api_key,omitempty"`

	/*Api - Descr: The Elastic Runtime API endpoint URL Default: <nil>
	 */
	Api interface{} `yaml:"api,omitempty"`

	/*AppDomain - Descr: The domain to use for the canary app Default: <nil>
	 */
	AppDomain interface{} `yaml:"app_domain,omitempty"`

	/*Password - Descr: The Elastic Runtime API user's password Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*User - Descr: The Elastic Runtime API user Default: <nil>
	 */
	User interface{} `yaml:"user,omitempty"`

	/*InstanceCount - Descr: Number of instances of the canary app Default: <nil>
	 */
	InstanceCount interface{} `yaml:"instance_count,omitempty"`

	/*CfStack - Descr: Stack for the canary app Default: cflinuxfs2
	 */
	CfStack interface{} `yaml:"cf_stack,omitempty"`

	/*Org - Descr: The Elastic Runtime organization name to use for the canary app Default: <nil>
	 */
	Org interface{} `yaml:"org,omitempty"`

	/*Space - Descr: The Elastic Runtime space name to use for the canary app Default: <nil>
	 */
	Space interface{} `yaml:"space,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type CanaryJob

type CanaryJob struct {

	/*Diego - Descr: The domain to use for the canary app Default: <nil>
	 */
	Diego *Diego `yaml:"diego,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Diego

type Diego struct {

	/*Canary - Descr: The domain to use for the canary app Default: <nil>
	 */
	Canary *Canary `yaml:"canary,omitempty"`

	/*Ssl - Descr: Toggles cli verification of the Elastic Runtime API SSL certificate Default: false
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: Toggles cli verification of the Elastic Runtime API SSL certificate Default: false
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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