push_apps_manager

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 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 AppUsageService

type AppUsageService struct {

	/*AllowTestDataCreation - Descr: Whether or not to allow manual creation of AppEvents Default: false
	 */
	AllowTestDataCreation interface{} `yaml:"allow_test_data_creation,omitempty"`

	/*EventFetchingOffset - Descr: How recent is too recent to trust an event Default: 60
	 */
	EventFetchingOffset interface{} `yaml:"event_fetching_offset,omitempty"`

	/*AllowViewingLogs - Descr: Whether or not to allow viewing logs Default: false
	 */
	AllowViewingLogs interface{} `yaml:"allow_viewing_logs,omitempty"`
}

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

type AppsManagerConfigJson

type AppsManagerConfigJson struct {

	/*ProductName - Descr: White labeling for product name Default: Apps Manager
	 */
	ProductName interface{} `yaml:"product_name,omitempty"`

	/*NavLinks - Descr: White labeling for navigation links Default: [map[name:Marketplace href:/marketplace] map[name:Docs href:http://docs.run.pivotal.io] map[name:Tools href:/tools]]
	 */
	NavLinks interface{} `yaml:"nav_links,omitempty"`

	/*MarketplaceName - Descr: White labeling for marketplace name Default: Marketplace
	 */
	MarketplaceName interface{} `yaml:"marketplace_name,omitempty"`
}

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

type Authentication

type Authentication struct {

	/*CFCLIENTID - Descr: UAA client id for Console application Default: <nil>
	 */
	CFCLIENTID interface{} `yaml:"CF_CLIENT_ID,omitempty"`

	/*CFUAASERVERURL - Descr: Cloud Foundry UAA server URL Default: <nil>
	 */
	CFUAASERVERURL interface{} `yaml:"CF_UAA_SERVER_URL,omitempty"`

	/*CFLOGINSERVERURL - Descr: Cloud Foundry login server URL Default: <nil>
	 */
	CFLOGINSERVERURL interface{} `yaml:"CF_LOGIN_SERVER_URL,omitempty"`

	/*CFCLIENTSECRET - Descr: UAA client secret for Console application Default: <nil>
	 */
	CFCLIENTSECRET interface{} `yaml:"CF_CLIENT_SECRET,omitempty"`
}

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

type Cf

type Cf struct {

	/*AdminPassword - Descr: Password of the admin user Default: <nil>
	 */
	AdminPassword interface{} `yaml:"admin_password,omitempty"`

	/*ApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil>
	 */
	ApiUrl interface{} `yaml:"api_url,omitempty"`

	/*SystemDomain - Descr: Cloud Foundry system domain, used for the Console application's URL Default: <nil>
	 */
	SystemDomain interface{} `yaml:"system_domain,omitempty"`

	/*ConsoleSubdomain - Descr: Console subdomain name Default: apps
	 */
	ConsoleSubdomain interface{} `yaml:"console_subdomain,omitempty"`

	/*AdminUsername - Descr: Username of the admin user Default: <nil>
	 */
	AdminUsername interface{} `yaml:"admin_username,omitempty"`

	/*MaximumHealthCheckTimeout - Descr: The maximum time (in seconds) for cf-push to wait for console app to start Default: 600
	 */
	MaximumHealthCheckTimeout interface{} `yaml:"maximum_health_check_timeout,omitempty"`
}

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

type Console

type Console struct {

	/*Password - Descr: Password credential for database for Console application Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`

	/*Adapter - Descr: adapter type (mysql or postgresql) of database server for Console application Default: postgresql
	 */
	Adapter interface{} `yaml:"adapter,omitempty"`

	/*Username - Descr: Username credential for database for Console application Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Ip - Descr: IP of database server for Console application Default: <nil>
	 */
	Ip interface{} `yaml:"ip,omitempty"`

	/*Port - Descr: Port of database server for Console application Default: 2544
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Name - Descr: Postgres database name for Console application Default: console
	 */
	Name interface{} `yaml:"name,omitempty"`
}

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

type Databases

type Databases struct {

	/*AppUsageService - Descr: IP of database server for the app usage service Default: <nil>
	 */
	AppUsageService *DatabasesAppUsageService `yaml:"app_usage_service,omitempty"`

	/*Console - Descr: Postgres database name for Console application Default: console
	 */
	Console *Console `yaml:"console,omitempty"`
}

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

type DatabasesAppUsageService

type DatabasesAppUsageService struct {

	/*Ip - Descr: IP of database server for the app usage service Default: <nil>
	 */
	Ip interface{} `yaml:"ip,omitempty"`

	/*Adapter - Descr: Adapter type (mysql2 or postgresql) for the app usage service database Default: mysql2
	 */
	Adapter interface{} `yaml:"adapter,omitempty"`

	/*Port - Descr: Port of database server for the app usage service Default: <nil>
	 */
	Port interface{} `yaml:"port,omitempty"`

	/*Name - Descr: Database name for the app usage service Default: <nil>
	 */
	Name interface{} `yaml:"name,omitempty"`

	/*Username - Descr: Username credential for the app usage service Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Password - Descr: Password credential for the app usage service Default: <nil>
	 */
	Password interface{} `yaml:"password,omitempty"`
}

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

type Env

type Env struct {

	/*SecretToken - Descr: Secret token for signing cookies Default: <nil>
	 */
	SecretToken interface{} `yaml:"secret_token,omitempty"`

	/*CfLoggregatorHttpUrl - Descr: Full URL of Loggregator's HTTP API Default: <nil>
	 */
	CfLoggregatorHttpUrl interface{} `yaml:"cf_loggregator_http_url,omitempty"`

	/*GenericWhiteLabelConfigJson - Descr: White labeling for company name Default: Pivotal
	 */
	GenericWhiteLabelConfigJson *GenericWhiteLabelConfigJson `yaml:"generic_white_label_config_json,omitempty"`

	/*CfNotificationsServiceUrl - Descr: Full URL of Notifications Service's HTTP API Default: <nil>
	 */
	CfNotificationsServiceUrl interface{} `yaml:"cf_notifications_service_url,omitempty"`

	/*RailsEnv - Descr: Rails environment Default: production
	 */
	RailsEnv interface{} `yaml:"rails_env,omitempty"`

	/*CfConsoleUrl - Descr: Full URL of Console application Default: <nil>
	 */
	CfConsoleUrl interface{} `yaml:"cf_console_url,omitempty"`

	/*EnableNonAdminRoleManagement - Descr: Allow non-admins to manage users in the Console application Default: false
	 */
	EnableNonAdminRoleManagement interface{} `yaml:"enable_non_admin_role_management,omitempty"`

	/*SystemOrgQuotaName - Descr: The name of the quota to be assigned to the system org Default: runaway
	 */
	SystemOrgQuotaName interface{} `yaml:"system_org_quota_name,omitempty"`

	/*RackEnv - Descr: Rack environment Default: production
	 */
	RackEnv interface{} `yaml:"rack_env,omitempty"`

	/*AppsManagerConfigJson - Descr: White labeling for product name Default: Apps Manager
	 */
	AppsManagerConfigJson *AppsManagerConfigJson `yaml:"apps_manager_config_json,omitempty"`

	/*CfCcApiUrl - Descr: Full URL of Cloud Foundry API Default: <nil>
	 */
	CfCcApiUrl interface{} `yaml:"cf_cc_api_url,omitempty"`

	/*DefaultFrom - Descr: Default 'from' address for e-mails generated by Console application Default: <nil>
	 */
	DefaultFrom interface{} `yaml:"default_from,omitempty"`

	/*EnableInternalUserStore - Descr: Enable internal user store in the Console application Default: false
	 */
	EnableInternalUserStore interface{} `yaml:"enable_internal_user_store,omitempty"`

	/*DefaultReplyTo - Descr: Default 'reply-to' address for e-mails generated by Console application Default: <nil>
	 */
	DefaultReplyTo interface{} `yaml:"default_reply_to,omitempty"`

	/*UsageServiceHost - Descr: The host for the usage service Default: <nil>
	 */
	UsageServiceHost interface{} `yaml:"usage_service_host,omitempty"`

	/*BundleWithout - Descr:  Default: test:development
	 */
	BundleWithout interface{} `yaml:"bundle_without,omitempty"`
}

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

type GenericWhiteLabelConfigJson

type GenericWhiteLabelConfigJson struct {

	/*GlobalWrapperHeaderContent - Descr: Global Wrapper Header Content Default:
	 */
	GlobalWrapperHeaderContent interface{} `yaml:"global_wrapper_header_content,omitempty"`

	/*FooterLinks - Descr: White labeling for footer links Default: []
	 */
	FooterLinks interface{} `yaml:"footer_links,omitempty"`

	/*GlobalWrapperBgColor - Descr: Global Wrapper Background Color Default: #D6D6D6
	 */
	GlobalWrapperBgColor interface{} `yaml:"global_wrapper_bg_color,omitempty"`

	/*GlobalWrapperFooterContent - Descr: Global Wrapper Footer Content Default:
	 */
	GlobalWrapperFooterContent interface{} `yaml:"global_wrapper_footer_content,omitempty"`


	SquareLogo interface{} `yaml:"square_logo,omitempty"`


	Logo interface{} `yaml:"logo,omitempty"`

	/*CompanyName - Descr: White labeling for company name Default: Pivotal
	 */
	CompanyName interface{} `yaml:"company_name,omitempty"`

	/*AccentColor - Descr: White labeling for accent color Default: #1FCCC0
	 */
	AccentColor interface{} `yaml:"accent_color,omitempty"`

	/*GlobalWrapperTextColor - Descr: Global Wrapper Header/Footer Text Color Default: #333
	 */
	GlobalWrapperTextColor interface{} `yaml:"global_wrapper_text_color,omitempty"`

	/*FooterText - Descr: White labeling for footer text Default:
	 */
	FooterText interface{} `yaml:"footer_text,omitempty"`
}

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

type PushAppsManagerJob

type PushAppsManagerJob struct {

	/*Services - Descr: Cloud Foundry login server URL Default: <nil>
	 */
	Services *Services `yaml:"services,omitempty"`

	/*Ssl - Descr: When rendering app route urls, prefix all of them with https Default: false
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`

	/*Env - Descr: Default 'from' address for e-mails generated by Console application Default: <nil>
	 */
	Env *Env `yaml:"env,omitempty"`

	/*AppUsageService - Descr: Whether or not to allow manual creation of AppEvents Default: false
	 */
	AppUsageService *AppUsageService `yaml:"app_usage_service,omitempty"`

	/*Cf - Descr: Cloud Foundry system domain, used for the Console application's URL Default: <nil>
	 */
	Cf *Cf `yaml:"cf,omitempty"`

	/*Databases - Descr: IP of database server for the app usage service Default: <nil>
	 */
	Databases *Databases `yaml:"databases,omitempty"`
}

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

type Services

type Services struct {

	/*Authentication - Descr: Cloud Foundry login server URL Default: <nil>
	 */
	Authentication *Authentication `yaml:"authentication,omitempty"`
}

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

type Ssl

type Ssl struct {

	/*HttpsOnlyMode - Descr: When rendering app route urls, prefix all of them with https Default: false
	 */
	HttpsOnlyMode interface{} `yaml:"https_only_mode,omitempty"`

	/*SkipCertVerify - Descr: when connecting over TLS, don't verify certificates 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