Registry Credentials Response
    data class RegistryCredentialsResponse(val passwordSecretRef: String? = null, val server: String? = null, val username: String? = null)
Container App Private Registry
Constructors
Link copied to clipboard
                fun RegistryCredentialsResponse(passwordSecretRef: String? = null, server: String? = null, username: String? = null)