...

Text file src/kubevirt.io/api/apitesting/testdata/release-1.1/kubevirt.io.v1.VirtualMachine.json

Documentation: kubevirt.io/api/apitesting/testdata/release-1.1

     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              }
   524            ],
   525            "preferredDuringSchedulingIgnoredDuringExecution": [
   526              {
   527                "weight": 1,
   528                "podAffinityTerm": {
   529                  "labelSelector": {
   530                    "matchLabels": {
   531                      "matchLabelsKey": "matchLabelsValue"
   532                    },
   533                    "matchExpressions": [
   534                      {
   535                        "key": "keyValue",
   536                        "operator": "operatorValue",
   537                        "values": [
   538                          "valuesValue"
   539                        ]
   540                      }
   541                    ]
   542                  },
   543                  "namespaces": [
   544                    "namespacesValue"
   545                  ],
   546                  "topologyKey": "topologyKeyValue",
   547                  "namespaceSelector": {
   548                    "matchLabels": {
   549                      "matchLabelsKey": "matchLabelsValue"
   550                    },
   551                    "matchExpressions": [
   552                      {
   553                        "key": "keyValue",
   554                        "operator": "operatorValue",
   555                        "values": [
   556                          "valuesValue"
   557                        ]
   558                      }
   559                    ]
   560                  }
   561                }
   562              }
   563            ]
   564          },
   565          "podAntiAffinity": {
   566            "requiredDuringSchedulingIgnoredDuringExecution": [
   567              {
   568                "labelSelector": {
   569                  "matchLabels": {
   570                    "matchLabelsKey": "matchLabelsValue"
   571                  },
   572                  "matchExpressions": [
   573                    {
   574                      "key": "keyValue",
   575                      "operator": "operatorValue",
   576                      "values": [
   577                        "valuesValue"
   578                      ]
   579                    }
   580                  ]
   581                },
   582                "namespaces": [
   583                  "namespacesValue"
   584                ],
   585                "topologyKey": "topologyKeyValue",
   586                "namespaceSelector": {
   587                  "matchLabels": {
   588                    "matchLabelsKey": "matchLabelsValue"
   589                  },
   590                  "matchExpressions": [
   591                    {
   592                      "key": "keyValue",
   593                      "operator": "operatorValue",
   594                      "values": [
   595                        "valuesValue"
   596                      ]
   597                    }
   598                  ]
   599                }
   600              }
   601            ],
   602            "preferredDuringSchedulingIgnoredDuringExecution": [
   603              {
   604                "weight": 1,
   605                "podAffinityTerm": {
   606                  "labelSelector": {
   607                    "matchLabels": {
   608                      "matchLabelsKey": "matchLabelsValue"
   609                    },
   610                    "matchExpressions": [
   611                      {
   612                        "key": "keyValue",
   613                        "operator": "operatorValue",
   614                        "values": [
   615                          "valuesValue"
   616                        ]
   617                      }
   618                    ]
   619                  },
   620                  "namespaces": [
   621                    "namespacesValue"
   622                  ],
   623                  "topologyKey": "topologyKeyValue",
   624                  "namespaceSelector": {
   625                    "matchLabels": {
   626                      "matchLabelsKey": "matchLabelsValue"
   627                    },
   628                    "matchExpressions": [
   629                      {
   630                        "key": "keyValue",
   631                        "operator": "operatorValue",
   632                        "values": [
   633                          "valuesValue"
   634                        ]
   635                      }
   636                    ]
   637                  }
   638                }
   639              }
   640            ]
   641          }
   642        },
   643        "schedulerName": "schedulerNameValue",
   644        "tolerations": [
   645          {
   646            "key": "keyValue",
   647            "operator": "operatorValue",
   648            "value": "valueValue",
   649            "effect": "effectValue",
   650            "tolerationSeconds": 5
   651          }
   652        ],
   653        "topologySpreadConstraints": [
   654          {
   655            "maxSkew": 1,
   656            "topologyKey": "topologyKeyValue",
   657            "whenUnsatisfiable": "whenUnsatisfiableValue",
   658            "labelSelector": {
   659              "matchLabels": {
   660                "matchLabelsKey": "matchLabelsValue"
   661              },
   662              "matchExpressions": [
   663                {
   664                  "key": "keyValue",
   665                  "operator": "operatorValue",
   666                  "values": [
   667                    "valuesValue"
   668                  ]
   669                }
   670              ]
   671            },
   672            "minDomains": 5,
   673            "nodeAffinityPolicy": "nodeAffinityPolicyValue",
   674            "nodeTaintsPolicy": "nodeTaintsPolicyValue",
   675            "matchLabelKeys": [
   676              "matchLabelKeysValue"
   677            ]
   678          }
   679        ],
   680        "evictionStrategy": "evictionStrategyValue",
   681        "startStrategy": "startStrategyValue",
   682        "terminationGracePeriodSeconds": -29,
   683        "volumes": [
   684          {
   685            "name": "nameValue",
   686            "hostDisk": {
   687              "path": "pathValue",
   688              "type": "typeValue",
   689              "capacity": "0",
   690              "shared": true
   691            },
   692            "persistentVolumeClaim": {
   693              "claimName": "claimNameValue",
   694              "readOnly": true,
   695              "hotpluggable": true
   696            },
   697            "cloudInitNoCloud": {
   698              "secretRef": {
   699                "name": "nameValue"
   700              },
   701              "userDataBase64": "userDataBase64Value",
   702              "userData": "userDataValue",
   703              "networkDataSecretRef": {
   704                "name": "nameValue"
   705              },
   706              "networkDataBase64": "networkDataBase64Value",
   707              "networkData": "networkDataValue"
   708            },
   709            "cloudInitConfigDrive": {
   710              "secretRef": {
   711                "name": "nameValue"
   712              },
   713              "userDataBase64": "userDataBase64Value",
   714              "userData": "userDataValue",
   715              "networkDataSecretRef": {
   716                "name": "nameValue"
   717              },
   718              "networkDataBase64": "networkDataBase64Value",
   719              "networkData": "networkDataValue"
   720            },
   721            "sysprep": {
   722              "secret": {
   723                "name": "nameValue"
   724              },
   725              "configMap": {
   726                "name": "nameValue"
   727              }
   728            },
   729            "containerDisk": {
   730              "image": "imageValue",
   731              "imagePullSecret": "imagePullSecretValue",
   732              "path": "pathValue",
   733              "imagePullPolicy": "imagePullPolicyValue"
   734            },
   735            "ephemeral": {
   736              "persistentVolumeClaim": {
   737                "claimName": "claimNameValue",
   738                "readOnly": true
   739              }
   740            },
   741            "emptyDisk": {
   742              "capacity": "0"
   743            },
   744            "dataVolume": {
   745              "name": "nameValue",
   746              "hotpluggable": true
   747            },
   748            "configMap": {
   749              "name": "nameValue",
   750              "optional": true,
   751              "volumeLabel": "volumeLabelValue"
   752            },
   753            "secret": {
   754              "secretName": "secretNameValue",
   755              "optional": true,
   756              "volumeLabel": "volumeLabelValue"
   757            },
   758            "downwardAPI": {
   759              "fields": [
   760                {
   761                  "path": "pathValue",
   762                  "fieldRef": {
   763                    "apiVersion": "apiVersionValue",
   764                    "fieldPath": "fieldPathValue"
   765                  },
   766                  "resourceFieldRef": {
   767                    "containerName": "containerNameValue",
   768                    "resource": "resourceValue",
   769                    "divisor": "0"
   770                  },
   771                  "mode": 4
   772                }
   773              ],
   774              "volumeLabel": "volumeLabelValue"
   775            },
   776            "serviceAccount": {
   777              "serviceAccountName": "serviceAccountNameValue"
   778            },
   779            "downwardMetrics": {},
   780            "memoryDump": {
   781              "claimName": "claimNameValue",
   782              "readOnly": true,
   783              "hotpluggable": true
   784            }
   785          }
   786        ],
   787        "livenessProbe": {
   788          "exec": {
   789            "command": [
   790              "commandValue"
   791            ]
   792          },
   793          "guestAgentPing": {},
   794          "httpGet": {
   795            "path": "pathValue",
   796            "port": "portValue",
   797            "host": "hostValue",
   798            "scheme": "schemeValue",
   799            "httpHeaders": [
   800              {
   801                "name": "nameValue",
   802                "value": "valueValue"
   803              }
   804            ]
   805          },
   806          "tcpSocket": {
   807            "port": "portValue",
   808            "host": "hostValue"
   809          },
   810          "initialDelaySeconds": -19,
   811          "timeoutSeconds": -14,
   812          "periodSeconds": -13,
   813          "successThreshold": -16,
   814          "failureThreshold": -16
   815        },
   816        "readinessProbe": {
   817          "exec": {
   818            "command": [
   819              "commandValue"
   820            ]
   821          },
   822          "guestAgentPing": {},
   823          "httpGet": {
   824            "path": "pathValue",
   825            "port": "portValue",
   826            "host": "hostValue",
   827            "scheme": "schemeValue",
   828            "httpHeaders": [
   829              {
   830                "name": "nameValue",
   831                "value": "valueValue"
   832              }
   833            ]
   834          },
   835          "tcpSocket": {
   836            "port": "portValue",
   837            "host": "hostValue"
   838          },
   839          "initialDelaySeconds": -19,
   840          "timeoutSeconds": -14,
   841          "periodSeconds": -13,
   842          "successThreshold": -16,
   843          "failureThreshold": -16
   844        },
   845        "hostname": "hostnameValue",
   846        "subdomain": "subdomainValue",
   847        "networks": [
   848          {
   849            "name": "nameValue",
   850            "pod": {
   851              "vmNetworkCIDR": "vmNetworkCIDRValue",
   852              "vmIPv6NetworkCIDR": "vmIPv6NetworkCIDRValue"
   853            },
   854            "multus": {
   855              "networkName": "networkNameValue",
   856              "default": true
   857            }
   858          }
   859        ],
   860        "dnsPolicy": "dnsPolicyValue",
   861        "dnsConfig": {
   862          "nameservers": [
   863            "nameserversValue"
   864          ],
   865          "searches": [
   866            "searchesValue"
   867          ],
   868          "options": [
   869            {
   870              "name": "nameValue",
   871              "value": "valueValue"
   872            }
   873          ]
   874        },
   875        "accessCredentials": [
   876          {
   877            "sshPublicKey": {
   878              "source": {
   879                "secret": {
   880                  "secretName": "secretNameValue"
   881                }
   882              },
   883              "propagationMethod": {
   884                "configDrive": {},
   885                "noCloud": {},
   886                "qemuGuestAgent": {
   887                  "users": [
   888                    "usersValue"
   889                  ]
   890                }
   891              }
   892            },
   893            "userPassword": {
   894              "source": {
   895                "secret": {
   896                  "secretName": "secretNameValue"
   897                }
   898              },
   899              "propagationMethod": {
   900                "qemuGuestAgent": {}
   901              }
   902            }
   903          }
   904        ],
   905        "architecture": "architectureValue"
   906      }
   907    },
   908    "dataVolumeTemplates": [
   909      {
   910        "metadata": {
   911          "name": "nameValue",
   912          "generateName": "generateNameValue",
   913          "namespace": "namespaceValue",
   914          "selfLink": "selfLinkValue",
   915          "uid": "uidValue",
   916          "resourceVersion": "resourceVersionValue",
   917          "generation": 7,
   918          "creationTimestamp": "2008-01-01T01:01:01Z",
   919          "deletionTimestamp": "2009-01-01T01:01:01Z",
   920          "deletionGracePeriodSeconds": 10,
   921          "labels": {
   922            "labelsKey": "labelsValue"
   923          },
   924          "annotations": {
   925            "annotationsKey": "annotationsValue"
   926          },
   927          "ownerReferences": [
   928            {
   929              "apiVersion": "apiVersionValue",
   930              "kind": "kindValue",
   931              "name": "nameValue",
   932              "uid": "uidValue",
   933              "controller": true,
   934              "blockOwnerDeletion": true
   935            }
   936          ],
   937          "finalizers": [
   938            "finalizersValue"
   939          ],
   940          "managedFields": [
   941            {
   942              "manager": "managerValue",
   943              "operation": "operationValue",
   944              "apiVersion": "apiVersionValue",
   945              "time": "2004-01-01T01:01:01Z",
   946              "fieldsType": "fieldsTypeValue",
   947              "fieldsV1": {},
   948              "subresource": "subresourceValue"
   949            }
   950          ]
   951        },
   952        "spec": {
   953          "source": {
   954            "http": {
   955              "url": "urlValue",
   956              "secretRef": "secretRefValue",
   957              "certConfigMap": "certConfigMapValue",
   958              "extraHeaders": [
   959                "extraHeadersValue"
   960              ],
   961              "secretExtraHeaders": [
   962                "secretExtraHeadersValue"
   963              ]
   964            },
   965            "s3": {
   966              "url": "urlValue",
   967              "secretRef": "secretRefValue",
   968              "certConfigMap": "certConfigMapValue"
   969            },
   970            "gcs": {
   971              "url": "urlValue",
   972              "secretRef": "secretRefValue"
   973            },
   974            "registry": {
   975              "url": "urlValue",
   976              "imageStream": "imageStreamValue",
   977              "pullMethod": "pullMethodValue",
   978              "secretRef": "secretRefValue",
   979              "certConfigMap": "certConfigMapValue"
   980            },
   981            "pvc": {
   982              "namespace": "namespaceValue",
   983              "name": "nameValue"
   984            },
   985            "upload": {},
   986            "blank": {},
   987            "imageio": {
   988              "url": "urlValue",
   989              "diskId": "diskIdValue",
   990              "secretRef": "secretRefValue",
   991              "certConfigMap": "certConfigMapValue"
   992            },
   993            "vddk": {
   994              "url": "urlValue",
   995              "uuid": "uuidValue",
   996              "backingFile": "backingFileValue",
   997              "thumbprint": "thumbprintValue",
   998              "secretRef": "secretRefValue",
   999              "initImageURL": "initImageURLValue"
  1000            },
  1001            "snapshot": {
  1002              "namespace": "namespaceValue",
  1003              "name": "nameValue"
  1004            }
  1005          },
  1006          "sourceRef": {
  1007            "kind": "kindValue",
  1008            "namespace": "namespaceValue",
  1009            "name": "nameValue"
  1010          },
  1011          "pvc": {
  1012            "accessModes": [
  1013              "accessModesValue"
  1014            ],
  1015            "selector": {
  1016              "matchLabels": {
  1017                "matchLabelsKey": "matchLabelsValue"
  1018              },
  1019              "matchExpressions": [
  1020                {
  1021                  "key": "keyValue",
  1022                  "operator": "operatorValue",
  1023                  "values": [
  1024                    "valuesValue"
  1025                  ]
  1026                }
  1027              ]
  1028            },
  1029            "resources": {
  1030              "limits": {
  1031                "limitsKey": "0"
  1032              },
  1033              "requests": {
  1034                "requestsKey": "0"
  1035              }
  1036            },
  1037            "volumeName": "volumeNameValue",
  1038            "storageClassName": "storageClassNameValue",
  1039            "volumeMode": "volumeModeValue",
  1040            "dataSource": {
  1041              "apiGroup": "apiGroupValue",
  1042              "kind": "kindValue",
  1043              "name": "nameValue"
  1044            },
  1045            "dataSourceRef": {
  1046              "apiGroup": "apiGroupValue",
  1047              "kind": "kindValue",
  1048              "name": "nameValue",
  1049              "namespace": "namespaceValue"
  1050            }
  1051          },
  1052          "storage": {
  1053            "accessModes": [
  1054              "accessModesValue"
  1055            ],
  1056            "selector": {
  1057              "matchLabels": {
  1058                "matchLabelsKey": "matchLabelsValue"
  1059              },
  1060              "matchExpressions": [
  1061                {
  1062                  "key": "keyValue",
  1063                  "operator": "operatorValue",
  1064                  "values": [
  1065                    "valuesValue"
  1066                  ]
  1067                }
  1068              ]
  1069            },
  1070            "resources": {
  1071              "limits": {
  1072                "limitsKey": "0"
  1073              },
  1074              "requests": {
  1075                "requestsKey": "0"
  1076              },
  1077              "claims": [
  1078                {
  1079                  "name": "nameValue"
  1080                }
  1081              ]
  1082            },
  1083            "volumeName": "volumeNameValue",
  1084            "storageClassName": "storageClassNameValue",
  1085            "volumeMode": "volumeModeValue",
  1086            "dataSource": {
  1087              "apiGroup": "apiGroupValue",
  1088              "kind": "kindValue",
  1089              "name": "nameValue"
  1090            },
  1091            "dataSourceRef": {
  1092              "apiGroup": "apiGroupValue",
  1093              "kind": "kindValue",
  1094              "name": "nameValue",
  1095              "namespace": "namespaceValue"
  1096            }
  1097          },
  1098          "priorityClassName": "priorityClassNameValue",
  1099          "contentType": "contentTypeValue",
  1100          "checkpoints": [
  1101            {
  1102              "previous": "previousValue",
  1103              "current": "currentValue"
  1104            }
  1105          ],
  1106          "finalCheckpoint": true,
  1107          "preallocation": true
  1108        },
  1109        "status": {}
  1110      }
  1111    ]
  1112  },
  1113  "status": {
  1114    "snapshotInProgress": "snapshotInProgressValue",
  1115    "restoreInProgress": "restoreInProgressValue",
  1116    "created": true,
  1117    "ready": true,
  1118    "printableStatus": "printableStatusValue",
  1119    "conditions": [
  1120      {
  1121        "type": "typeValue",
  1122        "status": "statusValue",
  1123        "lastProbeTime": "1987-01-01T01:01:01Z",
  1124        "lastTransitionTime": "1982-01-01T01:01:01Z",
  1125        "reason": "reasonValue",
  1126        "message": "messageValue"
  1127      }
  1128    ],
  1129    "stateChangeRequests": [
  1130      {
  1131        "action": "actionValue",
  1132        "data": {
  1133          "dataKey": "dataValue"
  1134        },
  1135        "uid": "uidValue"
  1136      }
  1137    ],
  1138    "volumeRequests": [
  1139      {
  1140        "addVolumeOptions": {
  1141          "name": "nameValue",
  1142          "disk": {
  1143            "name": "nameValue",
  1144            "disk": {
  1145              "bus": "busValue",
  1146              "readonly": true,
  1147              "pciAddress": "pciAddressValue"
  1148            },
  1149            "lun": {
  1150              "bus": "busValue",
  1151              "readonly": true,
  1152              "reservation": true
  1153            },
  1154            "cdrom": {
  1155              "bus": "busValue",
  1156              "readonly": true,
  1157              "tray": "trayValue"
  1158            },
  1159            "bootOrder": 18446744073709551607,
  1160            "serial": "serialValue",
  1161            "dedicatedIOThread": true,
  1162            "cache": "cacheValue",
  1163            "io": "ioValue",
  1164            "tag": "tagValue",
  1165            "blockSize": {
  1166              "custom": {
  1167                "logical": 18446744073709551609,
  1168                "physical": 18446744073709551608
  1169              },
  1170              "matchVolume": {
  1171                "enabled": true
  1172              }
  1173            },
  1174            "shareable": true,
  1175            "errorPolicy": "errorPolicyValue"
  1176          },
  1177          "volumeSource": {
  1178            "persistentVolumeClaim": {
  1179              "claimName": "claimNameValue",
  1180              "readOnly": true,
  1181              "hotpluggable": true
  1182            },
  1183            "dataVolume": {
  1184              "name": "nameValue",
  1185              "hotpluggable": true
  1186            }
  1187          },
  1188          "dryRun": [
  1189            "dryRunValue"
  1190          ]
  1191        },
  1192        "removeVolumeOptions": {
  1193          "name": "nameValue",
  1194          "dryRun": [
  1195            "dryRunValue"
  1196          ]
  1197        }
  1198      }
  1199    ],
  1200    "volumeSnapshotStatuses": [
  1201      {
  1202        "name": "nameValue",
  1203        "enabled": true,
  1204        "reason": "reasonValue"
  1205      }
  1206    ],
  1207    "startFailure": {
  1208      "consecutiveFailCount": -20,
  1209      "lastFailedVMIUID": "lastFailedVMIUIDValue",
  1210      "retryAfterTimestamp": "1981-01-01T01:01:01Z"
  1211    },
  1212    "memoryDumpRequest": {
  1213      "claimName": "claimNameValue",
  1214      "phase": "phaseValue",
  1215      "remove": true,
  1216      "startTimestamp": "1986-01-01T01:01:01Z",
  1217      "endTimestamp": "1988-01-01T01:01:01Z",
  1218      "fileName": "fileNameValue",
  1219      "message": "messageValue"
  1220    },
  1221    "observedGeneration": -18,
  1222    "desiredGeneration": -17
  1223  }
  1224}

View as plain text