Resource Type: kubernetes_container_image

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

Overview

Describe a container image

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • names

    Names by which this image is known. e.g. [‘gcr.io/google_containers/hyperkube:v1.0.7’, ‘dockerhub.io/google_containers/hyperkube:v1.0.7’]

  • size_bytes

    The size of the image in bytes.

Parameters

  • name (namevar)

    Name of the container_image.

  • provider

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