Resource Type: kubernetes_service_status

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

Overview

ServiceStatus represents the current status of a service.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • load_balancer

    LoadBalancer contains the current status of the load-balancer, if one is present.

Parameters

  • name (namevar)

    Name of the service_status.

  • provider

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