Skip to content

Commit

Permalink
Client Python update by Travis Build 12198
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 12, 2020
1 parent f3e7ecb commit d378495
Show file tree
Hide file tree
Showing 163 changed files with 4,094 additions and 2,492 deletions.
165 changes: 88 additions & 77 deletions README.md

Large diffs are not rendered by default.

1,226 changes: 496 additions & 730 deletions docs/DefaultApi.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/IntstrIntOrString.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# IntstrIntOrString

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


9 changes: 9 additions & 0 deletions docs/ResourceQuantity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ResourceQuantity

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


9 changes: 9 additions & 0 deletions docs/RuntimeRawExtension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RuntimeRawExtension

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


9 changes: 9 additions & 0 deletions docs/V1BIOS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# V1BIOS

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 2 additions & 2 deletions docs/V1Bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bios** | [**V1BIOS**](V1BIOS.md) | If set (default), BIOS will be used. +optional | [optional]
**efi** | [**V1EFI**](V1EFI.md) | If set, EFI will be used instead of BIOS. +optional | [optional]
**bios** | [**V1BIOS**](V1BIOS.md) | If set (default), BIOS will be used. | [optional]
**efi** | [**V1EFI**](V1EFI.md) | If set, EFI will be used instead of BIOS. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/V1CDRomTarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bus** | **str** | Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi. | [optional]
**readonly** | **bool** | ReadOnly. Defaults to true. | [optional]
**tray** | **str** | Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. +optional | [optional]
**tray** | **str** | Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
8 changes: 4 additions & 4 deletions docs/V1CPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cores** | **int** | Cores specifies the number of cores inside the vmi. Must be a value greater or equal 1. | [optional]
**dedicated_cpu_placement** | **bool** | DedicatedCPUPlacement requests the scheduler to place the VirtualMachineInstance on a node with enough dedicated pCPUs and pin the vCPUs to it. +optional | [optional]
**features** | [**list[V1CPUFeature]**](V1CPUFeature.md) | Features specifies the CPU features list inside the VMI. +optional | [optional]
**isolate_emulator_thread** | **bool** | IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place the emulator thread on it. +optional | [optional]
**model** | **str** | Model specifies the CPU model inside the VMI. List of available models https://github.com/libvirt/libvirt/tree/master/src/cpu_map. It is possible to specify special cases like \"host-passthrough\" to get the same CPU as the node and \"host-model\" to get CPU closest to the node one. Defaults to host-model. +optional | [optional]
**dedicated_cpu_placement** | **bool** | DedicatedCPUPlacement requests the scheduler to place the VirtualMachineInstance on a node with enough dedicated pCPUs and pin the vCPUs to it. | [optional]
**features** | [**list[V1CPUFeature]**](V1CPUFeature.md) | Features specifies the CPU features list inside the VMI. | [optional]
**isolate_emulator_thread** | **bool** | IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place the emulator thread on it. | [optional]
**model** | **str** | Model specifies the CPU model inside the VMI. List of available models https://github.com/libvirt/libvirt/tree/master/src/cpu_map. It is possible to specify special cases like \"host-passthrough\" to get the same CPU as the node and \"host-model\" to get CPU closest to the node one. Defaults to host-model. | [optional]
**sockets** | **int** | Sockets specifies the number of sockets inside the vmi. Must be a value greater or equal 1. | [optional]
**threads** | **int** | Threads specifies the number of threads inside the vmi. Must be a value greater or equal 1. | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/V1CPUFeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of the CPU feature |
**policy** | **str** | Policy is the CPU feature attribute which can have the following attributes: force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. disable - The feature will not be supported by virtual CPU. forbid - Guest creation will fail if the feature is supported by host CPU. Defaults to require +optional | [optional]
**policy** | **str** | Policy is the CPU feature attribute which can have the following attributes: force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. disable - The feature will not be supported by virtual CPU. forbid - Guest creation will fail if the feature is supported by host CPU. Defaults to require | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/V1Clock.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timer** | [**V1Timer**](V1Timer.md) | Timer specifies whih timers are attached to the vmi. |
**timezone** | [**V1ClockOffsetTimezone**](V1ClockOffsetTimezone.md) | Timezone sets the guest clock to the specified timezone. Zone name follows the TZ environment variable format (e.g. 'America/New_York'). | [optional]
**timer** | [**V1Timer**](V1Timer.md) | Timer specifies whih timers are attached to the vmi. | [optional]
**timezone** | **str** | Timezone sets the guest clock to the specified timezone. Zone name follows the TZ environment variable format (e.g. 'America/New_York'). | [optional]
**utc** | [**V1ClockOffsetUTC**](V1ClockOffsetUTC.md) | UTC sets the guest clock to UTC on each boot. If an offset is specified, guest changes to the clock will be kept during reboots and are not reset. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
12 changes: 6 additions & 6 deletions docs/V1CloudInitConfigDriveSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**network_data** | **str** | NetworkData contains config drive inline cloud-init networkdata. + optional | [optional]
**network_data_base64** | **str** | NetworkDataBase64 contains config drive cloud-init networkdata as a base64 encoded string. + optional | [optional]
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains config drive networkdata. + optional | [optional]
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains config drive userdata. + optional | [optional]
**user_data** | **str** | UserData contains config drive inline cloud-init userdata. + optional | [optional]
**user_data_base64** | **str** | UserDataBase64 contains config drive cloud-init userdata as a base64 encoded string. + optional | [optional]
**network_data** | **str** | NetworkData contains config drive inline cloud-init networkdata. | [optional]
**network_data_base64** | **str** | NetworkDataBase64 contains config drive cloud-init networkdata as a base64 encoded string. | [optional]
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains config drive networkdata. | [optional]
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains config drive userdata. | [optional]
**user_data** | **str** | UserData contains config drive inline cloud-init userdata. | [optional]
**user_data_base64** | **str** | UserDataBase64 contains config drive cloud-init userdata as a base64 encoded string. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
12 changes: 6 additions & 6 deletions docs/V1CloudInitNoCloudSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**network_data** | **str** | NetworkData contains NoCloud inline cloud-init networkdata. + optional | [optional]
**network_data_base64** | **str** | NetworkDataBase64 contains NoCloud cloud-init networkdata as a base64 encoded string. + optional | [optional]
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains NoCloud networkdata. + optional | [optional]
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains NoCloud userdata. + optional | [optional]
**user_data** | **str** | UserData contains NoCloud inline cloud-init userdata. + optional | [optional]
**user_data_base64** | **str** | UserDataBase64 contains NoCloud cloud-init userdata as a base64 encoded string. + optional | [optional]
**network_data** | **str** | NetworkData contains NoCloud inline cloud-init networkdata. | [optional]
**network_data_base64** | **str** | NetworkDataBase64 contains NoCloud cloud-init networkdata as a base64 encoded string. | [optional]
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains NoCloud networkdata. | [optional]
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains NoCloud userdata. | [optional]
**user_data** | **str** | UserData contains NoCloud inline cloud-init userdata. | [optional]
**user_data_base64** | **str** | UserDataBase64 contains NoCloud cloud-init userdata as a base64 encoded string. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/V1ConfigMapVolumeSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | [optional]
**optional** | **bool** | Specify whether the ConfigMap or it's keys must be defined +optional | [optional]
**volume_label** | **str** | The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are \"cidata\" (cloud-init), \"config-2\" (cloud-init) or \"OEMDRV\" (kickstart). +optional | [optional]
**optional** | **bool** | Specify whether the ConfigMap or it's keys must be defined | [optional]
**volume_label** | **str** | The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are \"cidata\" (cloud-init), \"config-2\" (cloud-init) or \"OEMDRV\" (kickstart). | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/V1ContainerDiskSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**image** | **str** | Image is the name of the image with the embedded disk. |
**image_pull_policy** | **str** | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional | [optional]
**image_pull_policy** | **str** | Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images | [optional]
**image_pull_secret** | **str** | ImagePullSecret is the name of the Docker registry secret required to pull the image. The secret must already exist. | [optional]
**path** | **str** | Path defines the path to disk file in the container | [optional]

Expand Down
8 changes: 4 additions & 4 deletions docs/V1DHCPOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**boot_file_name** | **str** | If specified will pass option 67 to interface's DHCP server +optional | [optional]
**ntp_servers** | **list[str]** | If specified will pass the configured NTP server to the VM via DHCP option 042. +optional | [optional]
**private_options** | [**list[V1DHCPPrivateOptions]**](V1DHCPPrivateOptions.md) | If specified will pass extra DHCP options for private use, range: 224-254 +optional | [optional]
**tftp_server_name** | **str** | If specified will pass option 66 to interface's DHCP server +optional | [optional]
**boot_file_name** | **str** | If specified will pass option 67 to interface's DHCP server | [optional]
**ntp_servers** | **list[str]** | If specified will pass the configured NTP server to the VM via DHCP option 042. | [optional]
**private_options** | [**list[V1DHCPPrivateOptions]**](V1DHCPPrivateOptions.md) | If specified will pass extra DHCP options for private use, range: 224-254 | [optional]
**tftp_server_name** | **str** | If specified will pass option 66 to interface's DHCP server | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/V1DeleteOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional]
**orphan_dependents** | **bool** | Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. | [optional]
**preconditions** | [**V1Preconditions**](V1Preconditions.md) | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. | [optional]
**propagation_policy** | [**V1DeletionPropagation**](V1DeletionPropagation.md) | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. | [optional]
**propagation_policy** | **str** | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
8 changes: 4 additions & 4 deletions docs/V1Devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Name | Type | Description | Notes
**autoattach_graphics_device** | **bool** | Whether to attach the default graphics device or not. VNC will not be available if set to false. Defaults to true. | [optional]
**autoattach_pod_interface** | **bool** | Whether to attach a pod network interface. Defaults to true. | [optional]
**autoattach_serial_console** | **bool** | Whether to attach the default serial console or not. Serial console access will not be available if set to false. Defaults to true. | [optional]
**block_multi_queue** | **bool** | Whether or not to enable virtio multi-queue for block devices +optional | [optional]
**block_multi_queue** | **bool** | Whether or not to enable virtio multi-queue for block devices | [optional]
**disks** | [**list[V1Disk]**](V1Disk.md) | Disks describes disks, cdroms, floppy and luns which are connected to the vmi. | [optional]
**gpus** | [**list[V1GPU]**](V1GPU.md) | Whether to attach a GPU device to the vmi. +optional | [optional]
**gpus** | [**list[V1GPU]**](V1GPU.md) | Whether to attach a GPU device to the vmi. | [optional]
**inputs** | [**list[V1Input]**](V1Input.md) | Inputs describe input devices | [optional]
**interfaces** | [**list[V1Interface]**](V1Interface.md) | Interfaces describe network interfaces which are added to the vmi. | [optional]
**network_interface_multiqueue** | **bool** | If specified, virtual network interfaces configured with a virtio bus will also enable the vhost multiqueue feature +optional | [optional]
**rng** | [**V1Rng**](V1Rng.md) | Whether to have random number generator from host +optional | [optional]
**network_interface_multiqueue** | **bool** | If specified, virtual network interfaces configured with a virtio bus will also enable the vhost multiqueue feature | [optional]
**rng** | [**V1Rng**](V1Rng.md) | Whether to have random number generator from host | [optional]
**watchdog** | [**V1Watchdog**](V1Watchdog.md) | Watchdog describes a watchdog device which can be added to the vmi. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Loading

0 comments on commit d378495

Please sign in to comment.