Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeReplicaSetProps

ReplicaSet ensures that a specified number of pod replicas are running at any given time.

schema

io.k8s.api.apps.v1.ReplicaSet

Hierarchy

  • KubeReplicaSetProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta

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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

schema

io.k8s.api.apps.v1.ReplicaSet#metadata

Optional Readonly spec

Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

schema

io.k8s.api.apps.v1.ReplicaSet#spec

Generated using TypeDoc