Resource Type: kubernetes_status

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

Overview

Status is a return value for calls that don’t return other objects.

Properties

  • code

    Suggested HTTP return code for this status, 0 if not set.

  • details

    Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • message

    A human-readable description of the status of this operation.

  • metadata
  • reason

    A machine-readable description of why this operation is in the ‘Failure’ status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

  • status

    Status of the operation. One of: ‘Success’ or ‘Failure’. More info: git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status

Parameters

  • name (namevar)

    Name of the status.

  • provider

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