INPUT_OBJECT

KubernetesKindDeploymentSpecTemplateInput

Template describes the pods that will be created.

link GraphQL Schema definition

  • input KubernetesKindDeploymentSpecTemplateInput {
  • # 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: KubernetesKindDeploymentSpecTemplateSpecInput
  • }