dk.sdu.cloud.app.store.api.AppParameterValue.Ingress

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppParameterValue.Ingress

A reference to an HTTP ingress, registered locally at the provider

data class Ingress(
    val id: String,
    val type: String /* "ingress" */,
)
  • Compatible with: ApplicationParameter.Ingress

  • Mountable as a resource: ✅ Yes

  • Expands to: ${id}

  • Side effects: Configures an HTTP ingress for the application's interactive web interface. This interface should not perform any validation, that is, the application should be publicly accessible.

Properties

Last updated