Documentation ¶
Index ¶
Constants ¶
View Source
const ( AsyncKey = "async" OutputFormatKey = "output_format" ProjectIdKey = "project_id" SessionTimeLimitKey = "session_time_limit" VerbosityKey = "verbosity" ArgusCustomEndpointKey = "argus_custom_endpoint" AuthorizationCustomEndpointKey = "authorization_custom_endpoint" DNSCustomEndpointKey = "dns_custom_endpoint" LoadBalancerCustomEndpointKey = "load_balancer_custom_endpoint" LogMeCustomEndpointKey = "logme_custom_endpoint" MariaDBCustomEndpointKey = "mariadb_custom_endpoint" MongoDBFlexCustomEndpointKey = "mongodbflex_custom_endpoint" ObjectStorageCustomEndpointKey = "object_storage_custom_endpoint" OpenSearchCustomEndpointKey = "opensearch_custom_endpoint" PostgresFlexCustomEndpointKey = "postgresflex_custom_endpoint" RabbitMQCustomEndpointKey = "rabbitmq_custom_endpoint" RedisCustomEndpointKey = "redis_custom_endpoint" ResourceManagerEndpointKey = "resource_manager_custom_endpoint" SecretsManagerCustomEndpointKey = "secrets_manager_custom_endpoint" ServiceAccountCustomEndpointKey = "service_account_custom_endpoint" SKECustomEndpointKey = "ske_custom_endpoint" AsyncDefault = false SessionTimeLimitDefault = "2h" )
Supported config keys
View Source
const (
ProjectNameKey = "project_name"
)
Backend config keys
Variables ¶
View Source
var ConfigKeys = []string{ AsyncKey, OutputFormatKey, ProjectIdKey, SessionTimeLimitKey, VerbosityKey, DNSCustomEndpointKey, LoadBalancerCustomEndpointKey, LogMeCustomEndpointKey, MariaDBCustomEndpointKey, ObjectStorageCustomEndpointKey, OpenSearchCustomEndpointKey, PostgresFlexCustomEndpointKey, ResourceManagerEndpointKey, ArgusCustomEndpointKey, AuthorizationCustomEndpointKey, MongoDBFlexCustomEndpointKey, RabbitMQCustomEndpointKey, RedisCustomEndpointKey, ResourceManagerEndpointKey, SecretsManagerCustomEndpointKey, ServiceAccountCustomEndpointKey, SKECustomEndpointKey, }
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.