Resource Type: kubernetes_load_balancer_ingress

Defined in:
lib/puppet/type/kubernetes_load_balancer_ingress.rb
Providers:
swagger

Overview

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hostname

    Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)

  • ip

    IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)

Parameters

  • name (namevar)

    Name of the load_balancer_ingress.

  • provider

    The specific backend to use for this ‘kubernetes_load_balancer_ingress` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.