Resource Type: kubernetes_ingress_backend

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

Overview

IngressBackend describes all endpoints for a given service and port.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • service_name

    Specifies the name of the referenced service.

  • service_port

    Specifies the port of the referenced service.

Parameters

  • name (namevar)

    Name of the ingress_backend.

  • provider

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