OBJECT

KubernetesKindNodeStatusConfigAssignedConfigMap

ConfigMap is a reference to a Node's ConfigMap

link GraphQL Schema definition

  • type KubernetesKindNodeStatusConfigAssignedConfigMap {
  • # KubeletConfigKey declares which key of the referenced ConfigMap corresponds to
  • # the KubeletConfiguration structure This field is required in all cases.
  • kubeletConfigKey: String
  • # Name is the metadata.name of the referenced ConfigMap. This field is required in
  • # all cases.
  • name: String
  • # Namespace is the metadata.namespace of the referenced ConfigMap. This field is
  • # required in all cases.
  • namespace: String
  • # ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
  • # This field is forbidden in Node.Spec, and required in Node.Status.
  • resourceVersion: String
  • # UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in
  • # Node.Spec, and required in Node.Status.
  • uid: String
  • }