Resource Type: kubernetes_replica_set
- Defined in:
- lib/puppet/type/kubernetes_replica_set.rb
- Providers:
-
swagger
Overview
ReplicaSet represents the configuration of a ReplicaSet.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
metadata
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object’s metadata. More info: git.k8s.io/community/contributors/devel/api-conventions.md#metadata
-
spec
Spec defines the specification of the desired behavior of the ReplicaSet. More info: git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
-
status
Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
Parameters
-
name (namevar)
Name of the replica_set.
-
provider
The specific backend to use for this ‘kubernetes_replica_set` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.