OBJECT

KubernetesKindReplicaSetSpecTemplate

Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

link GraphQL Schema definition

  • type KubernetesKindReplicaSetSpecTemplate {
  • # Standard object's metadata. More info:
  • # https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
  • metadata: Object
  • # Specification of the desired behavior of the pod. More info:
  • # https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
  • spec: KubernetesKindReplicaSetSpecTemplateSpec
  • }