OBJECT

KubernetesEntityTraits

This type is a placeholder for K8s-related properties of an EntityTrait

link GraphQL Schema definition

  • type KubernetesEntityTraits {
  • # Query the logs of the pod. Logs are obtained from the Pod by executing the
  • # `kubectl logs` command
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • #
  • # Arguments
  • # logParams: Configuration parameters for the log query
  • queryPodLogs(logParams: KubernetesLogParams!): [KubernetesLogRecord!]
  • }