INPUT_OBJECT

KubernetesKindStatefulSetSpecTemplateInput

template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.

link GraphQL Schema definition

  • input KubernetesKindStatefulSetSpecTemplateInput {
  • # 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: KubernetesKindStatefulSetSpecTemplateSpecInput
  • }