Interface: NginxIngressOutputs ¶
Properties ¶
property | type | description |
---|---|---|
ingressClass | pulumi.Output‹string› | the 'kubernetes.io/ingress.class' annotation that this ingress controller will consume |
ingressService | pulumi.Output‹Service› | The kubernetes service resource of the ingress controller |
meta | pulumi.Output‹HelmMeta› | - |
ingressClass ¶
• ingressClass: pulumi.Output‹string›
the 'kubernetes.io/ingress.class' annotation that this ingress controller will consume
Defined in nginx-ingress/index.ts:104
ingressService ¶
• ingressService: pulumi.Output‹Service›
The kubernetes service resource of the ingress controller
Defined in nginx-ingress/index.ts:108
meta ¶
• meta: pulumi.Output‹HelmMeta›
Defined in nginx-ingress/index.ts:99