Resource Type: kubernetes_status_details

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

Overview

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Properties

  • causes

    The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group

    The group attribute of the resource associated with the status StatusReason.

  • name (namevar)

    The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).

  • retry_after_seconds

    If specified, the time in seconds before the operation should be retried.

  • uid

    UID of the resource. (when there is a single resource which can be described). More info: kubernetes.io/docs/user-guide/identifiers#uids

Parameters

  • name

    Name of the status_details.

  • provider

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