Resource Type: kubernetes_ingress_spec
- Defined in:
- lib/puppet/type/kubernetes_ingress_spec.rb
- Providers:
-
swagger
Overview
IngressSpec describes the Ingress the user wishes to exist.
Properties
-
backend
A default backend capable of servicing requests that don’t match any rule. At least one of ‘backend’ or ‘rules’ must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
rules
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
-
tls
TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
Parameters
-
name (namevar)
Name of the ingress_spec.
-
provider
The specific backend to use for this ‘kubernetes_ingress_spec` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.