OBJECT

KubernetesKindDeploymentSpecTemplate

Template describes the pods that will be created.

link GraphQL Schema definition

  • type KubernetesKindDeploymentSpecTemplate {
  • # 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: KubernetesKindDeploymentSpecTemplateSpec
  • }