INPUT_OBJECT
KubernetesKindContainerAppSpecRelatedRefsInput
link GraphQL Schema definition
- input KubernetesKindContainerAppSpecRelatedRefsInput {
- String :
- # Designates the type of reference the relatedRef refers to
- 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
- String :
- String :
- String :
- String :
- }