INPUT_OBJECT

ObjectTag

Description

Object tag stores key value pair associated with workloads.

link GraphQL Schema definition

  • input ObjectTag {
  • # Specifies key.
  • key: String
  • # Specifies value.
  • value: String
  • }