ConfigurationResponse

data class ConfigurationResponse(val activeRevisionsMode: String? = null, val ingress: IngressResponse? = null, val registries: List<RegistryCredentialsResponse>? = null, val secrets: List<SecretResponse>? = null)

Non versioned Container App configuration properties that define the mutable settings of a Container app

Constructors

Link copied to clipboard
constructor(activeRevisionsMode: String? = null, ingress: IngressResponse? = null, registries: List<RegistryCredentialsResponse>? = null, secrets: List<SecretResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active. If no value if provided, this is the defaultSingle: Only one revision can be active at a time. Revision weights can not be used in this mode

Link copied to clipboard

Ingress configurations.

Link copied to clipboard

Collection of private container registry credentials for containers used by the Container app

Link copied to clipboard

Collection of secrets used by a Container app