Resource Type: kubernetes_endpoint_port

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

Overview

EndpointPort is a tuple that describes a single port.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • name (namevar)

    The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined.

  • port

    The port number of the endpoint.

  • protocol

    The IP protocol for this port. Must be UDP or TCP. Default is TCP.

Parameters

  • name

    Name of the endpoint_port.

  • provider

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