...

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

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

     1{
     2  "kind": "VirtualMachine",
     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    "running": true,
    48    "runStrategy": "runStrategyValue",
    49    "instancetype": {
    50      "name": "nameValue",
    51      "kind": "kindValue",
    52      "revisionName": "revisionNameValue",
    53      "inferFromVolume": "inferFromVolumeValue",
    54      "inferFromVolumeFailurePolicy": "inferFromVolumeFailurePolicyValue"
    55    },
    56    "preference": {
    57      "name": "nameValue",
    58      "kind": "kindValue",
    59      "revisionName": "revisionNameValue",
    60      "inferFromVolume": "inferFromVolumeValue",
    61      "inferFromVolumeFailurePolicy": "inferFromVolumeFailurePolicyValue"
    62    },
    63    "template": {
    64      "metadata": {
    65        "name": "nameValue",
    66        "generateName": "generateNameValue",
    67        "namespace": "namespaceValue",
    68        "selfLink": "selfLinkValue",
    69        "uid": "uidValue",
    70        "resourceVersion": "resourceVersionValue",
    71        "generation": 7,
    72        "creationTimestamp": "2008-01-01T01:01:01Z",
    73        "deletionTimestamp": "2009-01-01T01:01:01Z",
    74        "deletionGracePeriodSeconds": 10,
    75        "labels": {
    76          "labelsKey": "labelsValue"
    77        },
    78        "annotations": {
    79          "annotationsKey": "annotationsValue"
    80        },
    81        "ownerReferences": [
    82          {
    83            "apiVersion": "apiVersionValue",
    84            "kind": "kindValue",
    85            "name": "nameValue",
    86            "uid": "uidValue",
    87            "controller": true,
    88            "blockOwnerDeletion": true
    89          }
    90        ],
    91        "finalizers": [
    92          "finalizersValue"
    93        ],
    94        "managedFields": [
    95          {
    96            "manager": "managerValue",
    97            "operation": "operationValue",
    98            "apiVersion": "apiVersionValue",
    99            "time": "2004-01-01T01:01:01Z",
   100            "fieldsType": "fieldsTypeValue",
   101            "fieldsV1": {},
   102            "subresource": "subresourceValue"
   103          }
   104        ]
   105      },
   106      "spec": {
   107        "priorityClassName": "priorityClassNameValue",
   108        "domain": {
   109          "resources": {
   110            "requests": {
   111              "requestsKey": "0"
   112            },
   113            "limits": {
   114              "limitsKey": "0"
   115            },
   116            "overcommitGuestOverhead": true
   117          },
   118          "cpu": {
   119            "cores": 4294967291,
   120            "sockets": 4294967289,
   121            "maxSockets": 4294967286,
   122            "threads": 4294967289,
   123            "model": "modelValue",
   124            "features": [
   125              {
   126                "name": "nameValue",
   127                "policy": "policyValue"
   128              }
   129            ],
   130            "dedicatedCpuPlacement": true,
   131            "numa": {
   132              "guestMappingPassthrough": {}
   133            },
   134            "isolateEmulatorThread": true,
   135            "realtime": {
   136              "mask": "maskValue"
   137            }
   138          },
   139          "memory": {
   140            "hugepages": {
   141              "pageSize": "pageSizeValue"
   142            },
   143            "guest": "0",
   144            "maxGuest": "0"
   145          },
   146          "machine": {
   147            "type": "typeValue"
   148          },
   149          "firmware": {
   150            "uuid": "uuidValue",
   151            "bootloader": {
   152              "bios": {
   153                "useSerial": true
   154              },
   155              "efi": {
   156                "secureBoot": true,
   157                "persistent": true
   158              }
   159            },
   160            "serial": "serialValue",
   161            "kernelBoot": {
   162              "kernelArgs": "kernelArgsValue",
   163              "container": {
   164                "image": "imageValue",
   165                "imagePullSecret": "imagePullSecretValue",
   166                "imagePullPolicy": "imagePullPolicyValue",
   167                "kernelPath": "kernelPathValue",
   168                "initrdPath": "initrdPathValue"
   169              }
   170            },
   171            "acpi": {
   172              "slicNameRef": "slicNameRefValue"
   173            }
   174          },
   175          "clock": {
   176            "utc": {
   177              "offsetSeconds": -13
   178            },
   179            "timezone": "timezoneValue",
   180            "timer": {
   181              "hpet": {
   182                "tickPolicy": "tickPolicyValue",
   183                "present": true
   184              },
   185              "kvm": {
   186                "present": true
   187              },
   188              "pit": {
   189                "tickPolicy": "tickPolicyValue",
   190                "present": true
   191              },
   192              "rtc": {
   193                "tickPolicy": "tickPolicyValue",
   194                "present": true,
   195                "track": "trackValue"
   196              },
   197              "hyperv": {
   198                "present": true
   199              }
   200            }
   201          },
   202          "features": {
   203            "acpi": {
   204              "enabled": true
   205            },
   206            "apic": {
   207              "enabled": true,
   208              "endOfInterrupt": true
   209            },
   210            "hypervPassthrough": {
   211              "enabled": true
   212            },
   213            "hyperv": {
   214              "relaxed": {
   215                "enabled": true
   216              },
   217              "vapic": {
   218                "enabled": true
   219              },
   220              "spinlocks": {
   221                "enabled": true,
   222                "spinlocks": 4294967287
   223              },
   224              "vpindex": {
   225                "enabled": true
   226              },
   227              "runtime": {
   228                "enabled": true
   229              },
   230              "synic": {
   231                "enabled": true
   232              },
   233              "synictimer": {
   234                "enabled": true,
   235                "direct": {
   236                  "enabled": true
   237                }
   238              },
   239              "reset": {
   240                "enabled": true
   241              },
   242              "vendorid": {
   243                "enabled": true,
   244                "vendorid": "vendoridValue"
   245              },
   246              "frequencies": {
   247                "enabled": true
   248              },
   249              "reenlightenment": {
   250                "enabled": true
   251              },
   252              "tlbflush": {
   253                "enabled": true
   254              },
   255              "ipi": {
   256                "enabled": true
   257              },
   258              "evmcs": {
   259                "enabled": true
   260              }
   261            },
   262            "smm": {
   263              "enabled": true
   264            },
   265            "kvm": {
   266              "hidden": true
   267            },
   268            "pvspinlock": {
   269              "enabled": true
   270            }
   271          },
   272          "devices": {
   273            "useVirtioTransitional": true,
   274            "disableHotplug": true,
   275            "disks": [
   276              {
   277                "name": "nameValue",
   278                "disk": {
   279                  "bus": "busValue",
   280                  "readonly": true,
   281                  "pciAddress": "pciAddressValue"
   282                },
   283                "lun": {
   284                  "bus": "busValue",
   285                  "readonly": true,
   286                  "reservation": true
   287                },
   288                "cdrom": {
   289                  "bus": "busValue",
   290                  "readonly": true,
   291                  "tray": "trayValue"
   292                },
   293                "bootOrder": 18446744073709551607,
   294                "serial": "serialValue",
   295                "dedicatedIOThread": true,
   296                "cache": "cacheValue",
   297                "io": "ioValue",
   298                "tag": "tagValue",
   299                "blockSize": {
   300                  "custom": {
   301                    "logical": 18446744073709551609,
   302                    "physical": 18446744073709551608
   303                  },
   304                  "matchVolume": {
   305                    "enabled": true
   306                  }
   307                },
   308                "shareable": true,
   309                "errorPolicy": "errorPolicyValue"
   310              }
   311            ],
   312            "watchdog": {
   313              "name": "nameValue",
   314              "i6300esb": {
   315                "action": "actionValue"
   316              }
   317            },
   318            "interfaces": [
   319              {
   320                "name": "nameValue",
   321                "model": "modelValue",
   322                "bridge": {},
   323                "slirp": {},
   324                "masquerade": {},
   325                "sriov": {},
   326                "macvtap": {},
   327                "passt": {},
   328                "binding": {
   329                  "name": "nameValue"
   330                },
   331                "ports": [
   332                  {
   333                    "name": "nameValue",
   334                    "protocol": "protocolValue",
   335                    "port": -4
   336                  }
   337                ],
   338                "macAddress": "macAddressValue",
   339                "bootOrder": 18446744073709551607,
   340                "pciAddress": "pciAddressValue",
   341                "dhcpOptions": {
   342                  "bootFileName": "bootFileNameValue",
   343                  "tftpServerName": "tftpServerNameValue",
   344                  "ntpServers": [
   345                    "ntpServersValue"
   346                  ],
   347                  "privateOptions": [
   348                    {
   349                      "option": -6,
   350                      "value": "valueValue"
   351                    }
   352                  ]
   353                },
   354                "tag": "tagValue",
   355                "acpiIndex": -9,
   356                "state": "stateValue"
   357              }
   358            ],
   359            "inputs": [
   360              {
   361                "bus": "busValue",
   362                "type": "typeValue",
   363                "name": "nameValue"
   364              }
   365            ],
   366            "autoattachPodInterface": true,
   367            "autoattachGraphicsDevice": true,
   368            "autoattachSerialConsole": true,
   369            "logSerialConsole": true,
   370            "autoattachMemBalloon": true,
   371            "autoattachInputDevice": true,
   372            "autoattachVSOCK": true,
   373            "rng": {},
   374            "blockMultiQueue": true,
   375            "networkInterfaceMultiqueue": true,
   376            "gpus": [
   377              {
   378                "name": "nameValue",
   379                "deviceName": "deviceNameValue",
   380                "virtualGPUOptions": {
   381                  "display": {
   382                    "enabled": true,
   383                    "ramFB": {
   384                      "enabled": true
   385                    }
   386                  }
   387                },
   388                "tag": "tagValue"
   389              }
   390            ],
   391            "downwardMetrics": {},
   392            "filesystems": [
   393              {
   394                "name": "nameValue",
   395                "virtiofs": {}
   396              }
   397            ],
   398            "hostDevices": [
   399              {
   400                "name": "nameValue",
   401                "deviceName": "deviceNameValue",
   402                "tag": "tagValue"
   403              }
   404            ],
   405            "clientPassthrough": {},
   406            "sound": {
   407              "name": "nameValue",
   408              "model": "modelValue"
   409            },
   410            "tpm": {
   411              "persistent": true
   412            }
   413          },
   414          "ioThreadsPolicy": "ioThreadsPolicyValue",
   415          "chassis": {
   416            "manufacturer": "manufacturerValue",
   417            "version": "versionValue",
   418            "serial": "serialValue",
   419            "asset": "assetValue",
   420            "sku": "skuValue"
   421          },
   422          "launchSecurity": {
   423            "sev": {
   424              "policy": {
   425                "encryptedState": true
   426              },
   427              "attestation": {},
   428              "session": "sessionValue",
   429              "dhCert": "dhCertValue"
   430            }
   431          }
   432        },
   433        "nodeSelector": {
   434          "nodeSelectorKey": "nodeSelectorValue"
   435        },
   436        "affinity": {
   437          "nodeAffinity": {
   438            "requiredDuringSchedulingIgnoredDuringExecution": {
   439              "nodeSelectorTerms": [
   440                {
   441                  "matchExpressions": [
   442                    {
   443                      "key": "keyValue",
   444                      "operator": "operatorValue",
   445                      "values": [
   446                        "valuesValue"
   447                      ]
   448                    }
   449                  ],
   450                  "matchFields": [
   451                    {
   452                      "key": "keyValue",
   453                      "operator": "operatorValue",
   454                      "values": [
   455                        "valuesValue"
   456                      ]
   457                    }
   458                  ]
   459                }
   460              ]
   461            },
   462            "preferredDuringSchedulingIgnoredDuringExecution": [
   463              {
   464                "weight": 1,
   465                "preference": {
   466                  "matchExpressions": [
   467                    {
   468                      "key": "keyValue",
   469                      "operator": "operatorValue",
   470                      "values": [
   471                        "valuesValue"
   472                      ]
   473                    }
   474                  ],
   475                  "matchFields": [
   476                    {
   477                      "key": "keyValue",
   478                      "operator": "operatorValue",
   479                      "values": [
   480                        "valuesValue"
   481                      ]
   482                    }
   483                  ]
   484                }
   485              }
   486            ]
   487          },
   488          "podAffinity": {
   489            "requiredDuringSchedulingIgnoredDuringExecution": [
   490              {
   491                "labelSelector": {
   492                  "matchLabels": {
   493                    "matchLabelsKey": "matchLabelsValue"
   494                  },
   495                  "matchExpressions": [
   496                    {
   497                      "key": "keyValue",
   498                      "operator": "operatorValue",
   499                      "values": [
   500                        "valuesValue"
   501                      ]
   502                    }
   503                  ]
   504                },
   505                "namespaces": [
   506                  "namespacesValue"
   507                ],
   508                "topologyKey": "topologyKeyValue",
   509                "namespaceSelector": {
   510                  "matchLabels": {
   511                    "matchLabelsKey": "matchLabelsValue"
   512                  },
   513                  "matchExpressions": [
   514                    {
   515                      "key": "keyValue",
   516                      "operator": "operatorValue",
   517                      "values": [
   518                        "valuesValue"
   519                      ]
   520                    }
   521                  ]
   522                },
   523                "matchLabelKeys": [
   524                  "matchLabelKeysValue"
   525                ],
   526                "mismatchLabelKeys": [
   527                  "mismatchLabelKeysValue"
   528                ]
   529              }
   530            ],
   531            "preferredDuringSchedulingIgnoredDuringExecution": [
   532              {
   533                "weight": 1,
   534                "podAffinityTerm": {
   535                  "labelSelector": {
   536                    "matchLabels": {
   537                      "matchLabelsKey": "matchLabelsValue"
   538                    },
   539                    "matchExpressions": [
   540                      {
   541                        "key": "keyValue",
   542                        "operator": "operatorValue",
   543                        "values": [
   544                          "valuesValue"
   545                        ]
   546                      }
   547                    ]
   548                  },
   549                  "namespaces": [
   550                    "namespacesValue"
   551                  ],
   552                  "topologyKey": "topologyKeyValue",
   553                  "namespaceSelector": {
   554                    "matchLabels": {
   555                      "matchLabelsKey": "matchLabelsValue"
   556                    },
   557                    "matchExpressions": [
   558                      {
   559                        "key": "keyValue",
   560                        "operator": "operatorValue",
   561                        "values": [
   562                          "valuesValue"
   563                        ]
   564                      }
   565                    ]
   566                  },
   567                  "matchLabelKeys": [
   568                    "matchLabelKeysValue"
   569                  ],
   570                  "mismatchLabelKeys": [
   571                    "mismatchLabelKeysValue"
   572                  ]
   573                }
   574              }
   575            ]
   576          },
   577          "podAntiAffinity": {
   578            "requiredDuringSchedulingIgnoredDuringExecution": [
   579              {
   580                "labelSelector": {
   581                  "matchLabels": {
   582                    "matchLabelsKey": "matchLabelsValue"
   583                  },
   584                  "matchExpressions": [
   585                    {
   586                      "key": "keyValue",
   587                      "operator": "operatorValue",
   588                      "values": [
   589                        "valuesValue"
   590                      ]
   591                    }
   592                  ]
   593                },
   594                "namespaces": [
   595                  "namespacesValue"
   596                ],
   597                "topologyKey": "topologyKeyValue",
   598                "namespaceSelector": {
   599                  "matchLabels": {
   600                    "matchLabelsKey": "matchLabelsValue"
   601                  },
   602                  "matchExpressions": [
   603                    {
   604                      "key": "keyValue",
   605                      "operator": "operatorValue",
   606                      "values": [
   607                        "valuesValue"
   608                      ]
   609                    }
   610                  ]
   611                },
   612                "matchLabelKeys": [
   613                  "matchLabelKeysValue"
   614                ],
   615                "mismatchLabelKeys": [
   616                  "mismatchLabelKeysValue"
   617                ]
   618              }
   619            ],
   620            "preferredDuringSchedulingIgnoredDuringExecution": [
   621              {
   622                "weight": 1,
   623                "podAffinityTerm": {
   624                  "labelSelector": {
   625                    "matchLabels": {
   626                      "matchLabelsKey": "matchLabelsValue"
   627                    },
   628                    "matchExpressions": [
   629                      {
   630                        "key": "keyValue",
   631                        "operator": "operatorValue",
   632                        "values": [
   633                          "valuesValue"
   634                        ]
   635                      }
   636                    ]
   637                  },
   638                  "namespaces": [
   639                    "namespacesValue"
   640                  ],
   641                  "topologyKey": "topologyKeyValue",
   642                  "namespaceSelector": {
   643                    "matchLabels": {
   644                      "matchLabelsKey": "matchLabelsValue"
   645                    },
   646                    "matchExpressions": [
   647                      {
   648                        "key": "keyValue",
   649                        "operator": "operatorValue",
   650                        "values": [
   651                          "valuesValue"
   652                        ]
   653                      }
   654                    ]
   655                  },
   656                  "matchLabelKeys": [
   657                    "matchLabelKeysValue"
   658                  ],
   659                  "mismatchLabelKeys": [
   660                    "mismatchLabelKeysValue"
   661                  ]
   662                }
   663              }
   664            ]
   665          }
   666        },
   667        "schedulerName": "schedulerNameValue",
   668        "tolerations": [
   669          {
   670            "key": "keyValue",
   671            "operator": "operatorValue",
   672            "value": "valueValue",
   673            "effect": "effectValue",
   674            "tolerationSeconds": 5
   675          }
   676        ],
   677        "topologySpreadConstraints": [
   678          {
   679            "maxSkew": 1,
   680            "topologyKey": "topologyKeyValue",
   681            "whenUnsatisfiable": "whenUnsatisfiableValue",
   682            "labelSelector": {
   683              "matchLabels": {
   684                "matchLabelsKey": "matchLabelsValue"
   685              },
   686              "matchExpressions": [
   687                {
   688                  "key": "keyValue",
   689                  "operator": "operatorValue",
   690                  "values": [
   691                    "valuesValue"
   692                  ]
   693                }
   694              ]
   695            },
   696            "minDomains": 5,
   697            "nodeAffinityPolicy": "nodeAffinityPolicyValue",
   698            "nodeTaintsPolicy": "nodeTaintsPolicyValue",
   699            "matchLabelKeys": [
   700              "matchLabelKeysValue"
   701            ]
   702          }
   703        ],
   704        "evictionStrategy": "evictionStrategyValue",
   705        "startStrategy": "startStrategyValue",
   706        "terminationGracePeriodSeconds": -29,
   707        "volumes": [
   708          {
   709            "name": "nameValue",
   710            "hostDisk": {
   711              "path": "pathValue",
   712              "type": "typeValue",
   713              "capacity": "0",
   714              "shared": true
   715            },
   716            "persistentVolumeClaim": {
   717              "claimName": "claimNameValue",
   718              "readOnly": true,
   719              "hotpluggable": true
   720            },
   721            "cloudInitNoCloud": {
   722              "secretRef": {
   723                "name": "nameValue"
   724              },
   725              "userDataBase64": "userDataBase64Value",
   726              "userData": "userDataValue",
   727              "networkDataSecretRef": {
   728                "name": "nameValue"
   729              },
   730              "networkDataBase64": "networkDataBase64Value",
   731              "networkData": "networkDataValue"
   732            },
   733            "cloudInitConfigDrive": {
   734              "secretRef": {
   735                "name": "nameValue"
   736              },
   737              "userDataBase64": "userDataBase64Value",
   738              "userData": "userDataValue",
   739              "networkDataSecretRef": {
   740                "name": "nameValue"
   741              },
   742              "networkDataBase64": "networkDataBase64Value",
   743              "networkData": "networkDataValue"
   744            },
   745            "sysprep": {
   746              "secret": {
   747                "name": "nameValue"
   748              },
   749              "configMap": {
   750                "name": "nameValue"
   751              }
   752            },
   753            "containerDisk": {
   754              "image": "imageValue",
   755              "imagePullSecret": "imagePullSecretValue",
   756              "path": "pathValue",
   757              "imagePullPolicy": "imagePullPolicyValue"
   758            },
   759            "ephemeral": {
   760              "persistentVolumeClaim": {
   761                "claimName": "claimNameValue",
   762                "readOnly": true
   763              }
   764            },
   765            "emptyDisk": {
   766              "capacity": "0"
   767            },
   768            "dataVolume": {
   769              "name": "nameValue",
   770              "hotpluggable": true
   771            },
   772            "configMap": {
   773              "name": "nameValue",
   774              "optional": true,
   775              "volumeLabel": "volumeLabelValue"
   776            },
   777            "secret": {
   778              "secretName": "secretNameValue",
   779              "optional": true,
   780              "volumeLabel": "volumeLabelValue"
   781            },
   782            "downwardAPI": {
   783              "fields": [
   784                {
   785                  "path": "pathValue",
   786                  "fieldRef": {
   787                    "apiVersion": "apiVersionValue",
   788                    "fieldPath": "fieldPathValue"
   789                  },
   790                  "resourceFieldRef": {
   791                    "containerName": "containerNameValue",
   792                    "resource": "resourceValue",
   793                    "divisor": "0"
   794                  },
   795                  "mode": 4
   796                }
   797              ],
   798              "volumeLabel": "volumeLabelValue"
   799            },
   800            "serviceAccount": {
   801              "serviceAccountName": "serviceAccountNameValue"
   802            },
   803            "downwardMetrics": {},
   804            "memoryDump": {
   805              "claimName": "claimNameValue",
   806              "readOnly": true,
   807              "hotpluggable": true
   808            }
   809          }
   810        ],
   811        "livenessProbe": {
   812          "exec": {
   813            "command": [
   814              "commandValue"
   815            ]
   816          },
   817          "guestAgentPing": {},
   818          "httpGet": {
   819            "path": "pathValue",
   820            "port": "portValue",
   821            "host": "hostValue",
   822            "scheme": "schemeValue",
   823            "httpHeaders": [
   824              {
   825                "name": "nameValue",
   826                "value": "valueValue"
   827              }
   828            ]
   829          },
   830          "tcpSocket": {
   831            "port": "portValue",
   832            "host": "hostValue"
   833          },
   834          "initialDelaySeconds": -19,
   835          "timeoutSeconds": -14,
   836          "periodSeconds": -13,
   837          "successThreshold": -16,
   838          "failureThreshold": -16
   839        },
   840        "readinessProbe": {
   841          "exec": {
   842            "command": [
   843              "commandValue"
   844            ]
   845          },
   846          "guestAgentPing": {},
   847          "httpGet": {
   848            "path": "pathValue",
   849            "port": "portValue",
   850            "host": "hostValue",
   851            "scheme": "schemeValue",
   852            "httpHeaders": [
   853              {
   854                "name": "nameValue",
   855                "value": "valueValue"
   856              }
   857            ]
   858          },
   859          "tcpSocket": {
   860            "port": "portValue",
   861            "host": "hostValue"
   862          },
   863          "initialDelaySeconds": -19,
   864          "timeoutSeconds": -14,
   865          "periodSeconds": -13,
   866          "successThreshold": -16,
   867          "failureThreshold": -16
   868        },
   869        "hostname": "hostnameValue",
   870        "subdomain": "subdomainValue",
   871        "networks": [
   872          {
   873            "name": "nameValue",
   874            "pod": {
   875              "vmNetworkCIDR": "vmNetworkCIDRValue",
   876              "vmIPv6NetworkCIDR": "vmIPv6NetworkCIDRValue"
   877            },
   878            "multus": {
   879              "networkName": "networkNameValue",
   880              "default": true
   881            }
   882          }
   883        ],
   884        "dnsPolicy": "dnsPolicyValue",
   885        "dnsConfig": {
   886          "nameservers": [
   887            "nameserversValue"
   888          ],
   889          "searches": [
   890            "searchesValue"
   891          ],
   892          "options": [
   893            {
   894              "name": "nameValue",
   895              "value": "valueValue"
   896            }
   897          ]
   898        },
   899        "accessCredentials": [
   900          {
   901            "sshPublicKey": {
   902              "source": {
   903                "secret": {
   904                  "secretName": "secretNameValue"
   905                }
   906              },
   907              "propagationMethod": {
   908                "configDrive": {},
   909                "noCloud": {},
   910                "qemuGuestAgent": {
   911                  "users": [
   912                    "usersValue"
   913                  ]
   914                }
   915              }
   916            },
   917            "userPassword": {
   918              "source": {
   919                "secret": {
   920                  "secretName": "secretNameValue"
   921                }
   922              },
   923              "propagationMethod": {
   924                "qemuGuestAgent": {}
   925              }
   926            }
   927          }
   928        ],
   929        "architecture": "architectureValue"
   930      }
   931    },
   932    "dataVolumeTemplates": [
   933      {
   934        "metadata": {
   935          "name": "nameValue",
   936          "generateName": "generateNameValue",
   937          "namespace": "namespaceValue",
   938          "selfLink": "selfLinkValue",
   939          "uid": "uidValue",
   940          "resourceVersion": "resourceVersionValue",
   941          "generation": 7,
   942          "creationTimestamp": "2008-01-01T01:01:01Z",
   943          "deletionTimestamp": "2009-01-01T01:01:01Z",
   944          "deletionGracePeriodSeconds": 10,
   945          "labels": {
   946            "labelsKey": "labelsValue"
   947          },
   948          "annotations": {
   949            "annotationsKey": "annotationsValue"
   950          },
   951          "ownerReferences": [
   952            {
   953              "apiVersion": "apiVersionValue",
   954              "kind": "kindValue",
   955              "name": "nameValue",
   956              "uid": "uidValue",
   957              "controller": true,
   958              "blockOwnerDeletion": true
   959            }
   960          ],
   961          "finalizers": [
   962            "finalizersValue"
   963          ],
   964          "managedFields": [
   965            {
   966              "manager": "managerValue",
   967              "operation": "operationValue",
   968              "apiVersion": "apiVersionValue",
   969              "time": "2004-01-01T01:01:01Z",
   970              "fieldsType": "fieldsTypeValue",
   971              "fieldsV1": {},
   972              "subresource": "subresourceValue"
   973            }
   974          ]
   975        },
   976        "spec": {
   977          "source": {
   978            "http": {
   979              "url": "urlValue",
   980              "secretRef": "secretRefValue",
   981              "certConfigMap": "certConfigMapValue",
   982              "extraHeaders": [
   983                "extraHeadersValue"
   984              ],
   985              "secretExtraHeaders": [
   986                "secretExtraHeadersValue"
   987              ]
   988            },
   989            "s3": {
   990              "url": "urlValue",
   991              "secretRef": "secretRefValue",
   992              "certConfigMap": "certConfigMapValue"
   993            },
   994            "gcs": {
   995              "url": "urlValue",
   996              "secretRef": "secretRefValue"
   997            },
   998            "registry": {
   999              "url": "urlValue",
  1000              "imageStream": "imageStreamValue",
  1001              "pullMethod": "pullMethodValue",
  1002              "secretRef": "secretRefValue",
  1003              "certConfigMap": "certConfigMapValue"
  1004            },
  1005            "pvc": {
  1006              "namespace": "namespaceValue",
  1007              "name": "nameValue"
  1008            },
  1009            "upload": {},
  1010            "blank": {},
  1011            "imageio": {
  1012              "url": "urlValue",
  1013              "diskId": "diskIdValue",
  1014              "secretRef": "secretRefValue",
  1015              "certConfigMap": "certConfigMapValue"
  1016            },
  1017            "vddk": {
  1018              "url": "urlValue",
  1019              "uuid": "uuidValue",
  1020              "backingFile": "backingFileValue",
  1021              "thumbprint": "thumbprintValue",
  1022              "secretRef": "secretRefValue",
  1023              "initImageURL": "initImageURLValue"
  1024            },
  1025            "snapshot": {
  1026              "namespace": "namespaceValue",
  1027              "name": "nameValue"
  1028            }
  1029          },
  1030          "sourceRef": {
  1031            "kind": "kindValue",
  1032            "namespace": "namespaceValue",
  1033            "name": "nameValue"
  1034          },
  1035          "pvc": {
  1036            "accessModes": [
  1037              "accessModesValue"
  1038            ],
  1039            "selector": {
  1040              "matchLabels": {
  1041                "matchLabelsKey": "matchLabelsValue"
  1042              },
  1043              "matchExpressions": [
  1044                {
  1045                  "key": "keyValue",
  1046                  "operator": "operatorValue",
  1047                  "values": [
  1048                    "valuesValue"
  1049                  ]
  1050                }
  1051              ]
  1052            },
  1053            "resources": {
  1054              "limits": {
  1055                "limitsKey": "0"
  1056              },
  1057              "requests": {
  1058                "requestsKey": "0"
  1059              }
  1060            },
  1061            "volumeName": "volumeNameValue",
  1062            "storageClassName": "storageClassNameValue",
  1063            "volumeMode": "volumeModeValue",
  1064            "dataSource": {
  1065              "apiGroup": "apiGroupValue",
  1066              "kind": "kindValue",
  1067              "name": "nameValue"
  1068            },
  1069            "dataSourceRef": {
  1070              "apiGroup": "apiGroupValue",
  1071              "kind": "kindValue",
  1072              "name": "nameValue",
  1073              "namespace": "namespaceValue"
  1074            },
  1075            "volumeAttributesClassName": "volumeAttributesClassNameValue"
  1076          },
  1077          "storage": {
  1078            "accessModes": [
  1079              "accessModesValue"
  1080            ],
  1081            "selector": {
  1082              "matchLabels": {
  1083                "matchLabelsKey": "matchLabelsValue"
  1084              },
  1085              "matchExpressions": [
  1086                {
  1087                  "key": "keyValue",
  1088                  "operator": "operatorValue",
  1089                  "values": [
  1090                    "valuesValue"
  1091                  ]
  1092                }
  1093              ]
  1094            },
  1095            "resources": {
  1096              "limits": {
  1097                "limitsKey": "0"
  1098              },
  1099              "requests": {
  1100                "requestsKey": "0"
  1101              },
  1102              "claims": [
  1103                {
  1104                  "name": "nameValue",
  1105                  "request": "requestValue"
  1106                }
  1107              ]
  1108            },
  1109            "volumeName": "volumeNameValue",
  1110            "storageClassName": "storageClassNameValue",
  1111            "volumeMode": "volumeModeValue",
  1112            "dataSource": {
  1113              "apiGroup": "apiGroupValue",
  1114              "kind": "kindValue",
  1115              "name": "nameValue"
  1116            },
  1117            "dataSourceRef": {
  1118              "apiGroup": "apiGroupValue",
  1119              "kind": "kindValue",
  1120              "name": "nameValue",
  1121              "namespace": "namespaceValue"
  1122            }
  1123          },
  1124          "priorityClassName": "priorityClassNameValue",
  1125          "contentType": "contentTypeValue",
  1126          "checkpoints": [
  1127            {
  1128              "previous": "previousValue",
  1129              "current": "currentValue"
  1130            }
  1131          ],
  1132          "finalCheckpoint": true,
  1133          "preallocation": true
  1134        },
  1135        "status": {}
  1136      }
  1137    ],
  1138    "updateVolumesStrategy": "updateVolumesStrategyValue"
  1139  },
  1140  "status": {
  1141    "snapshotInProgress": "snapshotInProgressValue",
  1142    "restoreInProgress": "restoreInProgressValue",
  1143    "created": true,
  1144    "ready": true,
  1145    "printableStatus": "printableStatusValue",
  1146    "conditions": [
  1147      {
  1148        "type": "typeValue",
  1149        "status": "statusValue",
  1150        "lastProbeTime": "1987-01-01T01:01:01Z",
  1151        "lastTransitionTime": "1982-01-01T01:01:01Z",
  1152        "reason": "reasonValue",
  1153        "message": "messageValue"
  1154      }
  1155    ],
  1156    "stateChangeRequests": [
  1157      {
  1158        "action": "actionValue",
  1159        "data": {
  1160          "dataKey": "dataValue"
  1161        },
  1162        "uid": "uidValue"
  1163      }
  1164    ],
  1165    "volumeRequests": [
  1166      {
  1167        "addVolumeOptions": {
  1168          "name": "nameValue",
  1169          "disk": {
  1170            "name": "nameValue",
  1171            "disk": {
  1172              "bus": "busValue",
  1173              "readonly": true,
  1174              "pciAddress": "pciAddressValue"
  1175            },
  1176            "lun": {
  1177              "bus": "busValue",
  1178              "readonly": true,
  1179              "reservation": true
  1180            },
  1181            "cdrom": {
  1182              "bus": "busValue",
  1183              "readonly": true,
  1184              "tray": "trayValue"
  1185            },
  1186            "bootOrder": 18446744073709551607,
  1187            "serial": "serialValue",
  1188            "dedicatedIOThread": true,
  1189            "cache": "cacheValue",
  1190            "io": "ioValue",
  1191            "tag": "tagValue",
  1192            "blockSize": {
  1193              "custom": {
  1194                "logical": 18446744073709551609,
  1195                "physical": 18446744073709551608
  1196              },
  1197              "matchVolume": {
  1198                "enabled": true
  1199              }
  1200            },
  1201            "shareable": true,
  1202            "errorPolicy": "errorPolicyValue"
  1203          },
  1204          "volumeSource": {
  1205            "persistentVolumeClaim": {
  1206              "claimName": "claimNameValue",
  1207              "readOnly": true,
  1208              "hotpluggable": true
  1209            },
  1210            "dataVolume": {
  1211              "name": "nameValue",
  1212              "hotpluggable": true
  1213            }
  1214          },
  1215          "dryRun": [
  1216            "dryRunValue"
  1217          ]
  1218        },
  1219        "removeVolumeOptions": {
  1220          "name": "nameValue",
  1221          "dryRun": [
  1222            "dryRunValue"
  1223          ]
  1224        }
  1225      }
  1226    ],
  1227    "volumeSnapshotStatuses": [
  1228      {
  1229        "name": "nameValue",
  1230        "enabled": true,
  1231        "reason": "reasonValue"
  1232      }
  1233    ],
  1234    "startFailure": {
  1235      "consecutiveFailCount": -20,
  1236      "lastFailedVMIUID": "lastFailedVMIUIDValue",
  1237      "retryAfterTimestamp": "1981-01-01T01:01:01Z"
  1238    },
  1239    "memoryDumpRequest": {
  1240      "claimName": "claimNameValue",
  1241      "phase": "phaseValue",
  1242      "remove": true,
  1243      "startTimestamp": "1986-01-01T01:01:01Z",
  1244      "endTimestamp": "1988-01-01T01:01:01Z",
  1245      "fileName": "fileNameValue",
  1246      "message": "messageValue"
  1247    },
  1248    "observedGeneration": -18,
  1249    "desiredGeneration": -17,
  1250    "runStrategy": "runStrategyValue",
  1251    "volumeUpdateState": {
  1252      "volumeMigrationState": {
  1253        "migratedVolumes": [
  1254          {
  1255            "volumeName": "volumeNameValue",
  1256            "sourcePVCInfo": {
  1257              "claimName": "claimNameValue",
  1258              "accessModes": [
  1259                "accessModesValue"
  1260              ],
  1261              "volumeMode": "volumeModeValue",
  1262              "capacity": {
  1263                "capacityKey": "0"
  1264              },
  1265              "requests": {
  1266                "requestsKey": "0"
  1267              },
  1268              "preallocated": true,
  1269              "filesystemOverhead": "filesystemOverheadValue"
  1270            },
  1271            "destinationPVCInfo": {
  1272              "claimName": "claimNameValue",
  1273              "accessModes": [
  1274                "accessModesValue"
  1275              ],
  1276              "volumeMode": "volumeModeValue",
  1277              "capacity": {
  1278                "capacityKey": "0"
  1279              },
  1280              "requests": {
  1281                "requestsKey": "0"
  1282              },
  1283              "preallocated": true,
  1284              "filesystemOverhead": "filesystemOverheadValue"
  1285            }
  1286          }
  1287        ]
  1288      }
  1289    }
  1290  }
  1291}

View as plain text