Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug bool
View Source
var IsRPaaS bool
View Source
var LogRequestBody bool
View Source
var LogResponseBody bool
View Source
var OptionalSettings = map[string]interface{}{
"AllowInsecureRegistry": "CNAB_BUNDLE_INSECURE_REGISTRY:bool",
"ForcePull": "CNAB_BUNDLE_FORCE_PULL:bool",
"LogRequestBody": "LOG_REQUEST_BODY:bool",
"LogResponseBody": "LOG_RESPONSE_BODY:bool",
"IsRPaaS": "IS_RPAAS:bool",
"ResourceType": "RESOURCE_TYPE:string",
"BundleTag": "CNAB_BUNDLE_TAG:string",
}
View Source
var RPToProvider = make(map[string]*BundleInformation)
View Source
var RequiredSettings = map[string]string{
"StorageAccountName": "CNAB_AZURE_STATE_STORAGE_ACCOUNT_NAME",
"StorageResourceGroup": "CNAB_AZURE_STATE_STORAGE_RESOURCE_GROUP",
"SusbcriptionId": "CNAB_AZURE_SUBSCRIPTION_ID",
"AsyncOpTable": "CUSTOM_RP_ASYNC_OP_TABLE",
"StateTable": "CUSTOM_RP_STATE_TABLE",
}
Functions ¶
Types ¶
type BundleInformation ¶
Click to show internal directories.
Click to hide internal directories.