export

package
v0.0.91 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const LDAP string = "ldap"

LDAP Represents constant for value ldap

View Source
const SAML string = "saml"

SAML Represents constant for value saml

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultImportManager

type DefaultImportManager struct {
	ConfigDir       string
	UAAMgr          uaa.Manager
	CloudController cloudcontroller.Manager
}

DefaultImportManager -

func (*DefaultImportManager) ExportConfig

func (im *DefaultImportManager) ExportConfig(excludedOrgs map[string]string, excludedSpaces map[string]string) error

ExportConfig Imports org and space configuration from an existing CF instance Entries part of excludedOrgs and excludedSpaces are not included in the import

type Manager

type Manager interface {
	ExportConfig(excludedOrgs map[string]string, excludedSpaces map[string]string) error
}

Manager -

func NewExportManager

func NewExportManager(
	configDir string,
	uaaMgr uaa.Manager,
	cloudController cc.Manager) Manager

NewExportManager Creates a new instance of the ImportConfig manager

Jump to

Keyboard shortcuts

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