AppSpecIngressRule

data class AppSpecIngressRule(val component: AppSpecIngressRuleComponent? = null, val cors: AppSpecIngressRuleCors? = null, val match: AppSpecIngressRuleMatch? = null, val redirect: AppSpecIngressRuleRedirect? = null)

Constructors

Link copied to clipboard
constructor(component: AppSpecIngressRuleComponent? = null, cors: AppSpecIngressRuleCors? = null, match: AppSpecIngressRuleMatch? = null, redirect: AppSpecIngressRuleRedirect? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The component to route to. Only one of component or redirect may be set.

Link copied to clipboard

The CORS policies of the app.

Link copied to clipboard

The match configuration for the rule

Link copied to clipboard

The redirect configuration for the rule. Only one of component or redirect may be set.