...

Text file src/kubevirt.io/api/apitesting/testdata/HEAD/kubevirt.io.v1.VirtualMachineInstance.json

Documentation: kubevirt.io/api/apitesting/testdata/HEAD

     1{
     2  "kind": "VirtualMachineInstance",
     3  "apiVersion": "kubevirt.io/v1",
     4  "metadata": {
     5    "name": "nameValue",
     6    "generateName": "generateNameValue",
     7    "namespace": "namespaceValue",
     8    "selfLink": "selfLinkValue",
     9    "uid": "uidValue",
    10    "resourceVersion": "resourceVersionValue",
    11    "generation": 7,
    12    "creationTimestamp": "2008-01-01T01:01:01Z",
    13    "deletionTimestamp": "2009-01-01T01:01:01Z",
    14    "deletionGracePeriodSeconds": 10,
    15    "labels": {
    16      "labelsKey": "labelsValue"
    17    },
    18    "annotations": {
    19      "annotationsKey": "annotationsValue"
    20    },
    21    "ownerReferences": [
    22      {
    23        "apiVersion": "apiVersionValue",
    24        "kind": "kindValue",
    25        "name": "nameValue",
    26        "uid": "uidValue",
    27        "controller": true,
    28        "blockOwnerDeletion": true
    29      }
    30    ],
    31    "finalizers": [
    32      "finalizersValue"
    33    ],
    34    "managedFields": [
    35      {
    36        "manager": "managerValue",
    37        "operation": "operationValue",
    38        "apiVersion": "apiVersionValue",
    39        "time": "2004-01-01T01:01:01Z",
    40        "fieldsType": "fieldsTypeValue",
    41        "fieldsV1": {},
    42        "subresource": "subresourceValue"
    43      }
    44    ]
    45  },
    46  "spec": {
    47    "priorityClassName": "priorityClassNameValue",
    48    "domain": {
    49      "resources": {
    50        "requests": {
    51          "requestsKey": "0"
    52        },
    53        "limits": {
    54          "limitsKey": "0"
    55        },
    56        "overcommitGuestOverhead": true
    57      },
    58      "cpu": {
    59        "cores": 4294967291,
    60        "sockets": 4294967289,
    61        "maxSockets": 4294967286,
    62        "threads": 4294967289,
    63        "model": "modelValue",
    64        "features": [
    65          {
    66            "name": "nameValue",
    67            "policy": "policyValue"
    68          }
    69        ],
    70        "dedicatedCpuPlacement": true,
    71        "numa": {
    72          "guestMappingPassthrough": {}
    73        },
    74        "isolateEmulatorThread": true,
    75        "realtime": {
    76          "mask": "maskValue"
    77        }
    78      },
    79      "memory": {
    80        "hugepages": {
    81          "pageSize": "pageSizeValue"
    82        },
    83        "guest": "0",
    84        "maxGuest": "0"
    85      },
    86      "machine": {
    87        "type": "typeValue"
    88      },
    89      "firmware": {
    90        "uuid": "uuidValue",
    91        "bootloader": {
    92          "bios": {
    93            "useSerial": true
    94          },
    95          "efi": {
    96            "secureBoot": true,
    97            "persistent": true
    98          }
    99        },
   100        "serial": "serialValue",
   101        "kernelBoot": {
   102          "kernelArgs": "kernelArgsValue",
   103          "container": {
   104            "image": "imageValue",
   105            "imagePullSecret": "imagePullSecretValue",
   106            "imagePullPolicy": "imagePullPolicyValue",
   107            "kernelPath": "kernelPathValue",
   108            "initrdPath": "initrdPathValue"
   109          }
   110        },
   111        "acpi": {
   112          "slicNameRef": "slicNameRefValue"
   113        }
   114      },
   115      "clock": {
   116        "utc": {
   117          "offsetSeconds": -13
   118        },
   119        "timezone": "timezoneValue",
   120        "timer": {
   121          "hpet": {
   122            "tickPolicy": "tickPolicyValue",
   123            "present": true
   124          },
   125          "kvm": {
   126            "present": true
   127          },
   128          "pit": {
   129            "tickPolicy": "tickPolicyValue",
   130            "present": true
   131          },
   132          "rtc": {
   133            "tickPolicy": "tickPolicyValue",
   134            "present": true,
   135            "track": "trackValue"
   136          },
   137          "hyperv": {
   138            "present": true
   139          }
   140        }
   141      },
   142      "features": {
   143        "acpi": {
   144          "enabled": true
   145        },
   146        "apic": {
   147          "enabled": true,
   148          "endOfInterrupt": true
   149        },
   150        "hypervPassthrough": {
   151          "enabled": true
   152        },
   153        "hyperv": {
   154          "relaxed": {
   155            "enabled": true
   156          },
   157          "vapic": {
   158            "enabled": true
   159          },
   160          "spinlocks": {
   161            "enabled": true,
   162            "spinlocks": 4294967287
   163          },
   164          "vpindex": {
   165            "enabled": true
   166          },
   167          "runtime": {
   168            "enabled": true
   169          },
   170          "synic": {
   171            "enabled": true
   172          },
   173          "synictimer": {
   174            "enabled": true,
   175            "direct": {
   176              "enabled": true
   177            }
   178          },
   179          "reset": {
   180            "enabled": true
   181          },
   182          "vendorid": {
   183            "enabled": true,
   184            "vendorid": "vendoridValue"
   185          },
   186          "frequencies": {
   187            "enabled": true
   188          },
   189          "reenlightenment": {
   190            "enabled": true
   191          },
   192          "tlbflush": {
   193            "enabled": true
   194          },
   195          "ipi": {
   196            "enabled": true
   197          },
   198          "evmcs": {
   199            "enabled": true
   200          }
   201        },
   202        "smm": {
   203          "enabled": true
   204        },
   205        "kvm": {
   206          "hidden": true
   207        },
   208        "pvspinlock": {
   209          "enabled": true
   210        }
   211      },
   212      "devices": {
   213        "useVirtioTransitional": true,
   214        "disableHotplug": true,
   215        "disks": [
   216          {
   217            "name": "nameValue",
   218            "disk": {
   219              "bus": "busValue",
   220              "readonly": true,
   221              "pciAddress": "pciAddressValue"
   222            },
   223            "lun": {
   224              "bus": "busValue",
   225              "readonly": true,
   226              "reservation": true
   227            },
   228            "cdrom": {
   229              "bus": "busValue",
   230              "readonly": true,
   231              "tray": "trayValue"
   232            },
   233            "bootOrder": 18446744073709551607,
   234            "serial": "serialValue",
   235            "dedicatedIOThread": true,
   236            "cache": "cacheValue",
   237            "io": "ioValue",
   238            "tag": "tagValue",
   239            "blockSize": {
   240              "custom": {
   241                "logical": 18446744073709551609,
   242                "physical": 18446744073709551608
   243              },
   244              "matchVolume": {
   245                "enabled": true
   246              }
   247            },
   248            "shareable": true,
   249            "errorPolicy": "errorPolicyValue"
   250          }
   251        ],
   252        "watchdog": {
   253          "name": "nameValue",
   254          "i6300esb": {
   255            "action": "actionValue"
   256          }
   257        },
   258        "interfaces": [
   259          {
   260            "name": "nameValue",
   261            "model": "modelValue",
   262            "bridge": {},
   263            "slirp": {},
   264            "masquerade": {},
   265            "sriov": {},
   266            "macvtap": {},
   267            "passt": {},
   268            "binding": {
   269              "name": "nameValue"
   270            },
   271            "ports": [
   272              {
   273                "name": "nameValue",
   274                "protocol": "protocolValue",
   275                "port": -4
   276              }
   277            ],
   278            "macAddress": "macAddressValue",
   279            "bootOrder": 18446744073709551607,
   280            "pciAddress": "pciAddressValue",
   281            "dhcpOptions": {
   282              "bootFileName": "bootFileNameValue",
   283              "tftpServerName": "tftpServerNameValue",
   284              "ntpServers": [
   285                "ntpServersValue"
   286              ],
   287              "privateOptions": [
   288                {
   289                  "option": -6,
   290                  "value": "valueValue"
   291                }
   292              ]
   293            },
   294            "tag": "tagValue",
   295            "acpiIndex": -9,
   296            "state": "stateValue"
   297          }
   298        ],
   299        "inputs": [
   300          {
   301            "bus": "busValue",
   302            "type": "typeValue",
   303            "name": "nameValue"
   304          }
   305        ],
   306        "autoattachPodInterface": true,
   307        "autoattachGraphicsDevice": true,
   308        "autoattachSerialConsole": true,
   309        "logSerialConsole": true,
   310        "autoattachMemBalloon": true,
   311        "autoattachInputDevice": true,
   312        "autoattachVSOCK": true,
   313        "rng": {},
   314        "blockMultiQueue": true,
   315        "networkInterfaceMultiqueue": true,
   316        "gpus": [
   317          {
   318            "name": "nameValue",
   319            "deviceName": "deviceNameValue",
   320            "virtualGPUOptions": {
   321              "display": {
   322                "enabled": true,
   323                "ramFB": {
   324                  "enabled": true
   325                }
   326              }
   327            },
   328            "tag": "tagValue"
   329          }
   330        ],
   331        "downwardMetrics": {},
   332        "filesystems": [
   333          {
   334            "name": "nameValue",
   335            "virtiofs": {}
   336          }
   337        ],
   338        "hostDevices": [
   339          {
   340            "name": "nameValue",
   341            "deviceName": "deviceNameValue",
   342            "tag": "tagValue"
   343          }
   344        ],
   345        "clientPassthrough": {},
   346        "sound": {
   347          "name": "nameValue",
   348          "model": "modelValue"
   349        },
   350        "tpm": {
   351          "persistent": true
   352        }
   353      },
   354      "ioThreadsPolicy": "ioThreadsPolicyValue",
   355      "chassis": {
   356        "manufacturer": "manufacturerValue",
   357        "version": "versionValue",
   358        "serial": "serialValue",
   359        "asset": "assetValue",
   360        "sku": "skuValue"
   361      },
   362      "launchSecurity": {
   363        "sev": {
   364          "policy": {
   365            "encryptedState": true
   366          },
   367          "attestation": {},
   368          "session": "sessionValue",
   369          "dhCert": "dhCertValue"
   370        }
   371      }
   372    },
   373    "nodeSelector": {
   374      "nodeSelectorKey": "nodeSelectorValue"
   375    },
   376    "affinity": {
   377      "nodeAffinity": {
   378        "requiredDuringSchedulingIgnoredDuringExecution": {
   379          "nodeSelectorTerms": [
   380            {
   381              "matchExpressions": [
   382                {
   383                  "key": "keyValue",
   384                  "operator": "operatorValue",
   385                  "values": [
   386                    "valuesValue"
   387                  ]
   388                }
   389              ],
   390              "matchFields": [
   391                {
   392                  "key": "keyValue",
   393                  "operator": "operatorValue",
   394                  "values": [
   395                    "valuesValue"
   396                  ]
   397                }
   398              ]
   399            }
   400          ]
   401        },
   402        "preferredDuringSchedulingIgnoredDuringExecution": [
   403          {
   404            "weight": 1,
   405            "preference": {
   406              "matchExpressions": [
   407                {
   408                  "key": "keyValue",
   409                  "operator": "operatorValue",
   410                  "values": [
   411                    "valuesValue"
   412                  ]
   413                }
   414              ],
   415              "matchFields": [
   416                {
   417                  "key": "keyValue",
   418                  "operator": "operatorValue",
   419                  "values": [
   420                    "valuesValue"
   421                  ]
   422                }
   423              ]
   424            }
   425          }
   426        ]
   427      },
   428      "podAffinity": {
   429        "requiredDuringSchedulingIgnoredDuringExecution": [
   430          {
   431            "labelSelector": {
   432              "matchLabels": {
   433                "matchLabelsKey": "matchLabelsValue"
   434              },
   435              "matchExpressions": [
   436                {
   437                  "key": "keyValue",
   438                  "operator": "operatorValue",
   439                  "values": [
   440                    "valuesValue"
   441                  ]
   442                }
   443              ]
   444            },
   445            "namespaces": [
   446              "namespacesValue"
   447            ],
   448            "topologyKey": "topologyKeyValue",
   449            "namespaceSelector": {
   450              "matchLabels": {
   451                "matchLabelsKey": "matchLabelsValue"
   452              },
   453              "matchExpressions": [
   454                {
   455                  "key": "keyValue",
   456                  "operator": "operatorValue",
   457                  "values": [
   458                    "valuesValue"
   459                  ]
   460                }
   461              ]
   462            },
   463            "matchLabelKeys": [
   464              "matchLabelKeysValue"
   465            ],
   466            "mismatchLabelKeys": [
   467              "mismatchLabelKeysValue"
   468            ]
   469          }
   470        ],
   471        "preferredDuringSchedulingIgnoredDuringExecution": [
   472          {
   473            "weight": 1,
   474            "podAffinityTerm": {
   475              "labelSelector": {
   476                "matchLabels": {
   477                  "matchLabelsKey": "matchLabelsValue"
   478                },
   479                "matchExpressions": [
   480                  {
   481                    "key": "keyValue",
   482                    "operator": "operatorValue",
   483                    "values": [
   484                      "valuesValue"
   485                    ]
   486                  }
   487                ]
   488              },
   489              "namespaces": [
   490                "namespacesValue"
   491              ],
   492              "topologyKey": "topologyKeyValue",
   493              "namespaceSelector": {
   494                "matchLabels": {
   495                  "matchLabelsKey": "matchLabelsValue"
   496                },
   497                "matchExpressions": [
   498                  {
   499                    "key": "keyValue",
   500                    "operator": "operatorValue",
   501                    "values": [
   502                      "valuesValue"
   503                    ]
   504                  }
   505                ]
   506              },
   507              "matchLabelKeys": [
   508                "matchLabelKeysValue"
   509              ],
   510              "mismatchLabelKeys": [
   511                "mismatchLabelKeysValue"
   512              ]
   513            }
   514          }
   515        ]
   516      },
   517      "podAntiAffinity": {
   518        "requiredDuringSchedulingIgnoredDuringExecution": [
   519          {
   520            "labelSelector": {
   521              "matchLabels": {
   522                "matchLabelsKey": "matchLabelsValue"
   523              },
   524              "matchExpressions": [
   525                {
   526                  "key": "keyValue",
   527                  "operator": "operatorValue",
   528                  "values": [
   529                    "valuesValue"
   530                  ]
   531                }
   532              ]
   533            },
   534            "namespaces": [
   535              "namespacesValue"
   536            ],
   537            "topologyKey": "topologyKeyValue",
   538            "namespaceSelector": {
   539              "matchLabels": {
   540                "matchLabelsKey": "matchLabelsValue"
   541              },
   542              "matchExpressions": [
   543                {
   544                  "key": "keyValue",
   545                  "operator": "operatorValue",
   546                  "values": [
   547                    "valuesValue"
   548                  ]
   549                }
   550              ]
   551            },
   552            "matchLabelKeys": [
   553              "matchLabelKeysValue"
   554            ],
   555            "mismatchLabelKeys": [
   556              "mismatchLabelKeysValue"
   557            ]
   558          }
   559        ],
   560        "preferredDuringSchedulingIgnoredDuringExecution": [
   561          {
   562            "weight": 1,
   563            "podAffinityTerm": {
   564              "labelSelector": {
   565                "matchLabels": {
   566                  "matchLabelsKey": "matchLabelsValue"
   567                },
   568                "matchExpressions": [
   569                  {
   570                    "key": "keyValue",
   571                    "operator": "operatorValue",
   572                    "values": [
   573                      "valuesValue"
   574                    ]
   575                  }
   576                ]
   577              },
   578              "namespaces": [
   579                "namespacesValue"
   580              ],
   581              "topologyKey": "topologyKeyValue",
   582              "namespaceSelector": {
   583                "matchLabels": {
   584                  "matchLabelsKey": "matchLabelsValue"
   585                },
   586                "matchExpressions": [
   587                  {
   588                    "key": "keyValue",
   589                    "operator": "operatorValue",
   590                    "values": [
   591                      "valuesValue"
   592                    ]
   593                  }
   594                ]
   595              },
   596              "matchLabelKeys": [
   597                "matchLabelKeysValue"
   598              ],
   599              "mismatchLabelKeys": [
   600                "mismatchLabelKeysValue"
   601              ]
   602            }
   603          }
   604        ]
   605      }
   606    },
   607    "schedulerName": "schedulerNameValue",
   608    "tolerations": [
   609      {
   610        "key": "keyValue",
   611        "operator": "operatorValue",
   612        "value": "valueValue",
   613        "effect": "effectValue",
   614        "tolerationSeconds": 5
   615      }
   616    ],
   617    "topologySpreadConstraints": [
   618      {
   619        "maxSkew": 1,
   620        "topologyKey": "topologyKeyValue",
   621        "whenUnsatisfiable": "whenUnsatisfiableValue",
   622        "labelSelector": {
   623          "matchLabels": {
   624            "matchLabelsKey": "matchLabelsValue"
   625          },
   626          "matchExpressions": [
   627            {
   628              "key": "keyValue",
   629              "operator": "operatorValue",
   630              "values": [
   631                "valuesValue"
   632              ]
   633            }
   634          ]
   635        },
   636        "minDomains": 5,
   637        "nodeAffinityPolicy": "nodeAffinityPolicyValue",
   638        "nodeTaintsPolicy": "nodeTaintsPolicyValue",
   639        "matchLabelKeys": [
   640          "matchLabelKeysValue"
   641        ]
   642      }
   643    ],
   644    "evictionStrategy": "evictionStrategyValue",
   645    "startStrategy": "startStrategyValue",
   646    "terminationGracePeriodSeconds": -29,
   647    "volumes": [
   648      {
   649        "name": "nameValue",
   650        "hostDisk": {
   651          "path": "pathValue",
   652          "type": "typeValue",
   653          "capacity": "0",
   654          "shared": true
   655        },
   656        "persistentVolumeClaim": {
   657          "claimName": "claimNameValue",
   658          "readOnly": true,
   659          "hotpluggable": true
   660        },
   661        "cloudInitNoCloud": {
   662          "secretRef": {
   663            "name": "nameValue"
   664          },
   665          "userDataBase64": "userDataBase64Value",
   666          "userData": "userDataValue",
   667          "networkDataSecretRef": {
   668            "name": "nameValue"
   669          },
   670          "networkDataBase64": "networkDataBase64Value",
   671          "networkData": "networkDataValue"
   672        },
   673        "cloudInitConfigDrive": {
   674          "secretRef": {
   675            "name": "nameValue"
   676          },
   677          "userDataBase64": "userDataBase64Value",
   678          "userData": "userDataValue",
   679          "networkDataSecretRef": {
   680            "name": "nameValue"
   681          },
   682          "networkDataBase64": "networkDataBase64Value",
   683          "networkData": "networkDataValue"
   684        },
   685        "sysprep": {
   686          "secret": {
   687            "name": "nameValue"
   688          },
   689          "configMap": {
   690            "name": "nameValue"
   691          }
   692        },
   693        "containerDisk": {
   694          "image": "imageValue",
   695          "imagePullSecret": "imagePullSecretValue",
   696          "path": "pathValue",
   697          "imagePullPolicy": "imagePullPolicyValue"
   698        },
   699        "ephemeral": {
   700          "persistentVolumeClaim": {
   701            "claimName": "claimNameValue",
   702            "readOnly": true
   703          }
   704        },
   705        "emptyDisk": {
   706          "capacity": "0"
   707        },
   708        "dataVolume": {
   709          "name": "nameValue",
   710          "hotpluggable": true
   711        },
   712        "configMap": {
   713          "name": "nameValue",
   714          "optional": true,
   715          "volumeLabel": "volumeLabelValue"
   716        },
   717        "secret": {
   718          "secretName": "secretNameValue",
   719          "optional": true,
   720          "volumeLabel": "volumeLabelValue"
   721        },
   722        "downwardAPI": {
   723          "fields": [
   724            {
   725              "path": "pathValue",
   726              "fieldRef": {
   727                "apiVersion": "apiVersionValue",
   728                "fieldPath": "fieldPathValue"
   729              },
   730              "resourceFieldRef": {
   731                "containerName": "containerNameValue",
   732                "resource": "resourceValue",
   733                "divisor": "0"
   734              },
   735              "mode": 4
   736            }
   737          ],
   738          "volumeLabel": "volumeLabelValue"
   739        },
   740        "serviceAccount": {
   741          "serviceAccountName": "serviceAccountNameValue"
   742        },
   743        "downwardMetrics": {},
   744        "memoryDump": {
   745          "claimName": "claimNameValue",
   746          "readOnly": true,
   747          "hotpluggable": true
   748        }
   749      }
   750    ],
   751    "livenessProbe": {
   752      "exec": {
   753        "command": [
   754          "commandValue"
   755        ]
   756      },
   757      "guestAgentPing": {},
   758      "httpGet": {
   759        "path": "pathValue",
   760        "port": "portValue",
   761        "host": "hostValue",
   762        "scheme": "schemeValue",
   763        "httpHeaders": [
   764          {
   765            "name": "nameValue",
   766            "value": "valueValue"
   767          }
   768        ]
   769      },
   770      "tcpSocket": {
   771        "port": "portValue",
   772        "host": "hostValue"
   773      },
   774      "initialDelaySeconds": -19,
   775      "timeoutSeconds": -14,
   776      "periodSeconds": -13,
   777      "successThreshold": -16,
   778      "failureThreshold": -16
   779    },
   780    "readinessProbe": {
   781      "exec": {
   782        "command": [
   783          "commandValue"
   784        ]
   785      },
   786      "guestAgentPing": {},
   787      "httpGet": {
   788        "path": "pathValue",
   789        "port": "portValue",
   790        "host": "hostValue",
   791        "scheme": "schemeValue",
   792        "httpHeaders": [
   793          {
   794            "name": "nameValue",
   795            "value": "valueValue"
   796          }
   797        ]
   798      },
   799      "tcpSocket": {
   800        "port": "portValue",
   801        "host": "hostValue"
   802      },
   803      "initialDelaySeconds": -19,
   804      "timeoutSeconds": -14,
   805      "periodSeconds": -13,
   806      "successThreshold": -16,
   807      "failureThreshold": -16
   808    },
   809    "hostname": "hostnameValue",
   810    "subdomain": "subdomainValue",
   811    "networks": [
   812      {
   813        "name": "nameValue",
   814        "pod": {
   815          "vmNetworkCIDR": "vmNetworkCIDRValue",
   816          "vmIPv6NetworkCIDR": "vmIPv6NetworkCIDRValue"
   817        },
   818        "multus": {
   819          "networkName": "networkNameValue",
   820          "default": true
   821        }
   822      }
   823    ],
   824    "dnsPolicy": "dnsPolicyValue",
   825    "dnsConfig": {
   826      "nameservers": [
   827        "nameserversValue"
   828      ],
   829      "searches": [
   830        "searchesValue"
   831      ],
   832      "options": [
   833        {
   834          "name": "nameValue",
   835          "value": "valueValue"
   836        }
   837      ]
   838    },
   839    "accessCredentials": [
   840      {
   841        "sshPublicKey": {
   842          "source": {
   843            "secret": {
   844              "secretName": "secretNameValue"
   845            }
   846          },
   847          "propagationMethod": {
   848            "configDrive": {},
   849            "noCloud": {},
   850            "qemuGuestAgent": {
   851              "users": [
   852                "usersValue"
   853              ]
   854            }
   855          }
   856        },
   857        "userPassword": {
   858          "source": {
   859            "secret": {
   860              "secretName": "secretNameValue"
   861            }
   862          },
   863          "propagationMethod": {
   864            "qemuGuestAgent": {}
   865          }
   866        }
   867      }
   868    ],
   869    "architecture": "architectureValue"
   870  },
   871  "status": {
   872    "nodeName": "nodeNameValue",
   873    "reason": "reasonValue",
   874    "conditions": [
   875      {
   876        "type": "typeValue",
   877        "status": "statusValue",
   878        "lastProbeTime": "1987-01-01T01:01:01Z",
   879        "lastTransitionTime": "1982-01-01T01:01:01Z",
   880        "reason": "reasonValue",
   881        "message": "messageValue"
   882      }
   883    ],
   884    "phase": "phaseValue",
   885    "phaseTransitionTimestamps": [
   886      {
   887        "phase": "phaseValue",
   888        "phaseTransitionTimestamp": "1976-01-01T01:01:01Z"
   889      }
   890    ],
   891    "interfaces": [
   892      {
   893        "ipAddress": "ipAddressValue",
   894        "mac": "macValue",
   895        "name": "nameValue",
   896        "ipAddresses": [
   897          "ipAddressesValue"
   898        ],
   899        "podInterfaceName": "podInterfaceNameValue",
   900        "interfaceName": "interfaceNameValue",
   901        "infoSource": "infoSourceValue",
   902        "queueCount": -10
   903      }
   904    ],
   905    "guestOSInfo": {
   906      "name": "nameValue",
   907      "kernelRelease": "kernelReleaseValue",
   908      "version": "versionValue",
   909      "prettyName": "prettyNameValue",
   910      "versionId": "versionIdValue",
   911      "kernelVersion": "kernelVersionValue",
   912      "machine": "machineValue",
   913      "id": "idValue"
   914    },
   915    "migrationState": {
   916      "startTimestamp": "1986-01-01T01:01:01Z",
   917      "endTimestamp": "1988-01-01T01:01:01Z",
   918      "targetNodeDomainReadyTimestamp": "1970-01-01T01:01:01Z",
   919      "targetNodeDomainDetected": true,
   920      "targetNodeAddress": "targetNodeAddressValue",
   921      "targetDirectMigrationNodePorts": {
   922        "targetDirectMigrationNodePortsKey": -30
   923      },
   924      "targetNode": "targetNodeValue",
   925      "targetPod": "targetPodValue",
   926      "targetAttachmentPodUID": "targetAttachmentPodUIDValue",
   927      "sourceNode": "sourceNodeValue",
   928      "sourcePod": "sourcePodValue",
   929      "completed": true,
   930      "failed": true,
   931      "abortRequested": true,
   932      "abortStatus": "abortStatusValue",
   933      "failureReason": "failureReasonValue",
   934      "migrationUid": "migrationUidValue",
   935      "mode": "modeValue",
   936      "migrationPolicyName": "migrationPolicyNameValue",
   937      "migrationConfiguration": {
   938        "nodeDrainTaintKey": "nodeDrainTaintKeyValue",
   939        "parallelOutboundMigrationsPerNode": 4294967263,
   940        "parallelMigrationsPerCluster": 4294967268,
   941        "allowAutoConverge": true,
   942        "bandwidthPerMigration": "0",
   943        "completionTimeoutPerGiB": -23,
   944        "progressTimeout": -15,
   945        "unsafeMigrationOverride": true,
   946        "allowPostCopy": true,
   947        "disableTLS": true,
   948        "network": "networkValue",
   949        "matchSELinuxLevelOnMigration": true
   950      },
   951      "targetCPUSet": [
   952        -12
   953      ],
   954      "targetNodeTopology": "targetNodeTopologyValue",
   955      "sourcePersistentStatePVCName": "sourcePersistentStatePVCNameValue",
   956      "targetPersistentStatePVCName": "targetPersistentStatePVCNameValue"
   957    },
   958    "migrationMethod": "migrationMethodValue",
   959    "migrationTransport": "migrationTransportValue",
   960    "qosClass": "qosClassValue",
   961    "launcherContainerImageVersion": "launcherContainerImageVersionValue",
   962    "evacuationNodeName": "evacuationNodeNameValue",
   963    "activePods": {
   964      "activePodsKey": "activePodsValue"
   965    },
   966    "volumeStatus": [
   967      {
   968        "name": "nameValue",
   969        "target": "targetValue",
   970        "phase": "phaseValue",
   971        "reason": "reasonValue",
   972        "message": "messageValue",
   973        "persistentVolumeClaimInfo": {
   974          "claimName": "claimNameValue",
   975          "accessModes": [
   976            "accessModesValue"
   977          ],
   978          "volumeMode": "volumeModeValue",
   979          "capacity": {
   980            "capacityKey": "0"
   981          },
   982          "requests": {
   983            "requestsKey": "0"
   984          },
   985          "preallocated": true,
   986          "filesystemOverhead": "filesystemOverheadValue"
   987        },
   988        "hotplugVolume": {
   989          "attachPodName": "attachPodNameValue",
   990          "attachPodUID": "attachPodUIDValue"
   991        },
   992        "size": -4,
   993        "memoryDumpVolume": {
   994          "startTimestamp": "1986-01-01T01:01:01Z",
   995          "endTimestamp": "1988-01-01T01:01:01Z",
   996          "claimName": "claimNameValue",
   997          "targetFileName": "targetFileNameValue"
   998        },
   999        "containerDiskVolume": {
  1000          "checksum": 4294967288
  1001        }
  1002      }
  1003    ],
  1004    "kernelBootStatus": {
  1005      "kernelInfo": {
  1006        "checksum": 4294967288
  1007      },
  1008      "initrdInfo": {
  1009        "checksum": 4294967288
  1010      }
  1011    },
  1012    "fsFreezeStatus": "fsFreezeStatusValue",
  1013    "topologyHints": {
  1014      "tscFrequency": -12
  1015    },
  1016    "virtualMachineRevisionName": "virtualMachineRevisionNameValue",
  1017    "runtimeUser": 18446744073709551605,
  1018    "VSOCKCID": 4294967288,
  1019    "selinuxContext": "selinuxContextValue",
  1020    "machine": {
  1021      "type": "typeValue"
  1022    },
  1023    "currentCPUTopology": {
  1024      "cores": 4294967291,
  1025      "sockets": 4294967289,
  1026      "threads": 4294967289
  1027    },
  1028    "memory": {
  1029      "guestAtBoot": "0",
  1030      "guestCurrent": "0",
  1031      "guestRequested": "0"
  1032    },
  1033    "migratedVolumes": [
  1034      {
  1035        "volumeName": "volumeNameValue",
  1036        "sourcePVCInfo": {
  1037          "claimName": "claimNameValue",
  1038          "accessModes": [
  1039            "accessModesValue"
  1040          ],
  1041          "volumeMode": "volumeModeValue",
  1042          "capacity": {
  1043            "capacityKey": "0"
  1044          },
  1045          "requests": {
  1046            "requestsKey": "0"
  1047          },
  1048          "preallocated": true,
  1049          "filesystemOverhead": "filesystemOverheadValue"
  1050        },
  1051        "destinationPVCInfo": {
  1052          "claimName": "claimNameValue",
  1053          "accessModes": [
  1054            "accessModesValue"
  1055          ],
  1056          "volumeMode": "volumeModeValue",
  1057          "capacity": {
  1058            "capacityKey": "0"
  1059          },
  1060          "requests": {
  1061            "requestsKey": "0"
  1062          },
  1063          "preallocated": true,
  1064          "filesystemOverhead": "filesystemOverheadValue"
  1065        }
  1066      }
  1067    ]
  1068  }
  1069}

View as plain text