Resource Type: kubernetes_event

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

Overview

Event is a report of an event somewhere in the cluster.

Properties

  • count

    The number of times this event has occurred.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • first_timestamp

    The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)

  • involved_object

    The object that this event is about.

  • last_timestamp

    The time at which the most recent occurrence of this event was recorded.

  • message

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

  • metadata
  • reason

    This should be a short, machine understandable string that gives the reason for the transition into the object’s current status.

  • source

    The component reporting this event. Should be a short machine understandable string.

  • type

    Type of this event (Normal, Warning), new types could be added in the future

Parameters

  • name (namevar)

    Name of the event.

  • provider

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