Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeReplicationControllerProps

ReplicationController represents the configuration of a replication controller.

schema

io.k8s.api.core.v1.ReplicationController

Hierarchy

  • KubeReplicationControllerProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta

If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

schema

io.k8s.api.core.v1.ReplicationController#metadata

Optional Readonly spec

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

schema

io.k8s.api.core.v1.ReplicationController#spec

Generated using TypeDoc