INPUT_OBJECT

KubernetesKindReplicaSetSpecTemplateSpecEphemeralContainersEnvValueFromFieldRefInput

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.

link GraphQL Schema definition

  • input KubernetesKindReplicaSetSpecTemplateSpecEphemeralContainersEnvValueFromFieldRefInput {
  • # Version of the schema the FieldPath is written in terms of, defaults to "v1".
  • apiVersion: String
  • # Path of the field to select in the specified API version.
  • fieldPath: String
  • }