INPUT_OBJECT

KubernetesKindContainerAppSpecRelatedRefsInput

link GraphQL Schema definition

  • input KubernetesKindContainerAppSpecRelatedRefsInput {
  • apiGroup: String
  • # Designates the type of reference the relatedRef refers to
  • for: String
  • # The keyPath within the resource that depicts this ref.
  • # The keyPath is in jsonpath format. In case Kind is a Secret, it is an
  • # established pattern to embed whole yaml/json files within a single secret key.
  • # In this case, one can use the arrow -> operator to designate a jsonpath that
  • # selects a key within the embedded yaml structure.
  • #
  • #
  • # Here are a few examples:
  • # ".data.replicas" -- selects the .data.replicas property within the secret
  • # ".data.'values\.yaml'->[yaml].data.replicas" -- selects the .data.replicas field
  • # within the values.yaml file which is stored in the secret under
  • # .data.values.yaml path
  • keyPath: String
  • kind: String
  • labelSelector: String
  • name: String
  • }