AzureKubernetesEnvironmentResource.addIngress
Method
interface AzureKubernetesEnvironmentResource { // ... omitted for brevity addIngress(name: string): KubernetesIngressResource;}Signature
method
addIngress builder Adds a Kubernetes Ingress resource to the application model, associated with the inner Kubernetes environment of the specified AKS environment. The ingress generates a `networking.k8s.io/v1 Ingress` resource in the Helm chart output at publish time.
addIngress(name: string): KubernetesIngressResourceParameters
name string Returns
KubernetesIngressResource Defined on
This method is defined on the following type: