Resource Type: kubernetes_tcp_socket_action

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

Overview

TCPSocketAction describes an action based on opening a socket

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • host

    Optional: Host name to connect to, defaults to the pod IP.

  • port

    Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

Parameters

  • name (namevar)

    Name of the tcp_socket_action.

  • provider

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