Resource Type: kubernetes_deployment

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

Overview

Deployment enables declarative updates for Pods and ReplicaSets.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • metadata

    Standard object metadata.

  • spec

    Specification of the desired behavior of the Deployment.

  • status

    Most recently observed status of the Deployment.

Parameters

  • name (namevar)

    Name of the deployment.

  • provider

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