Documentation ¶
Overview ¶
Code generated for package deploy by go-bindata DO NOT EDIT. (@generated) sources: databases-development.json env-development.json rbac-development.json rp-development-predeploy.json rp-development.json rp-production-global-subscription.json rp-production-global.json rp-production-managed-identity.json rp-production-parameters.json rp-production-predeploy-parameters.json rp-production-predeploy.json rp-production.json
Index ¶
- func Asset(name string) ([]byte, error)
- func AssetDir(name string) ([]string, error)
- func AssetInfo(name string) (os.FileInfo, error)
- func AssetNames() []string
- func MustAsset(name string) []byte
- func RestoreAsset(dir, name string) error
- func RestoreAssets(dir, name string) error
- type Config
- type Configuration
- type Deployer
- type RPConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Asset ¶
Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetDir ¶
AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:
data/ foo.txt img/ a.png b.png
then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.
func AssetInfo ¶
AssetInfo loads and returns the asset info for the given name. It returns an error if the asset could not be found or could not be loaded.
func MustAsset ¶
MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.
func RestoreAsset ¶
RestoreAsset restores an asset under the given directory
func RestoreAssets ¶
RestoreAssets restores an asset under the given directory recursively
Types ¶
type Config ¶
type Config struct { RPs []RPConfig `json:"rps,omitempty"` Configuration *Configuration `json:"configuration,omitempty"` }
Config represents configuration object for deployer tooling
type Configuration ¶
type Configuration struct { ACRResourceID string `json:"acrResourceId,omitempty"` AdminAPICABundle string `json:"adminApiCaBundle,omitempty"` AdminAPIClientCertCommonName string `json:"adminApiClientCertCommonName,omitempty"` ClusterParentDomainName string `json:"clusterParentDomainName,omitempty"` DatabaseAccountName string `json:"databaseAccountName,omitempty"` ExtraClusterKeyvaultAccessPolicies []interface{} `json:"extraClusterKeyvaultAccessPolicies,omitempty"` ExtraCosmosDBIPs []string `json:"extraCosmosDBIPs,omitempty"` ExtraServiceKeyvaultAccessPolicies []interface{} `json:"extraServiceKeyvaultAccessPolicies,omitempty"` FPServerCertCommonName string `json:"fpServerCertCommonName,omitempty"` FPServicePrincipalID string `json:"fpServicePrincipalId,omitempty"` GlobalMonitoringKeyVaultURI string `json:"globalMonitoringKeyVaultUri,omitempty"` GlobalResourceGroupName string `json:"globalResourceGroupName,omitempty"` GlobalSubscriptionID string `json:"globalSubscriptionId,omitempty"` KeyvaultPrefix string `json:"keyvaultPrefix,omitempty"` MDMFrontendURL string `json:"mdmFrontendUrl,omitempty"` MDSDConfigVersion string `json:"mdsdConfigVersion,omitempty"` MDSDEnvironment string `json:"mdsdEnvironment,omitempty"` RPImagePrefix string `json:"rpImagePrefix,omitempty"` RPMode string `json:"rpMode,omitempty"` RPParentDomainName string `json:"rpParentDomainName,omitempty"` SSHPublicKey string `json:"sshPublicKey,omitempty"` }
Configuration represents configuration structure
type Deployer ¶
type RPConfig ¶
type RPConfig struct { Location string `json:"location,omitempty"` SubscriptionID string `json:"subscriptionId,omitempty"` ResourceGroupName string `json:"resourceGroupName,omitempty"` Configuration *Configuration `json:"configuration,omitempty"` }
RPConfig represents individual RP configuration