Resource Type: kubernetes_load_balancer_status

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

Overview

LoadBalancerStatus represents the status of a load-balancer.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • ingress

    Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.

Parameters

  • name (namevar)

    Name of the load_balancer_status.

  • provider

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