Skip to content

Commit d378495

Browse files
author
Travis CI
committed
Client Python update by Travis Build 12198
1 parent f3e7ecb commit d378495

File tree

163 files changed

+4094
-2492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+4094
-2492
lines changed

README.md

+88-77
Large diffs are not rendered by default.

docs/DefaultApi.md

+496-730
Large diffs are not rendered by default.

docs/IntstrIntOrString.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# IntstrIntOrString
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/ResourceQuantity.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ResourceQuantity
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/RuntimeRawExtension.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# RuntimeRawExtension
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/V1BIOS.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# V1BIOS
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/V1Bootloader.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**bios** | [**V1BIOS**](V1BIOS.md) | If set (default), BIOS will be used. +optional | [optional]
7-
**efi** | [**V1EFI**](V1EFI.md) | If set, EFI will be used instead of BIOS. +optional | [optional]
6+
**bios** | [**V1BIOS**](V1BIOS.md) | If set (default), BIOS will be used. | [optional]
7+
**efi** | [**V1EFI**](V1EFI.md) | If set, EFI will be used instead of BIOS. | [optional]
88

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

docs/V1CDRomTarget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**bus** | **str** | Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi. | [optional]
77
**readonly** | **bool** | ReadOnly. Defaults to true. | [optional]
8-
**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]
8+
**tray** | **str** | Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. | [optional]
99

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

docs/V1CPU.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**cores** | **int** | Cores specifies the number of cores inside the vmi. Must be a value greater or equal 1. | [optional]
7-
**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]
8-
**features** | [**list[V1CPUFeature]**](V1CPUFeature.md) | Features specifies the CPU features list inside the VMI. +optional | [optional]
9-
**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]
10-
**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]
7+
**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]
8+
**features** | [**list[V1CPUFeature]**](V1CPUFeature.md) | Features specifies the CPU features list inside the VMI. | [optional]
9+
**isolate_emulator_thread** | **bool** | IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place the emulator thread on it. | [optional]
10+
**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]
1111
**sockets** | **int** | Sockets specifies the number of sockets inside the vmi. Must be a value greater or equal 1. | [optional]
1212
**threads** | **int** | Threads specifies the number of threads inside the vmi. Must be a value greater or equal 1. | [optional]
1313

docs/V1CPUFeature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**name** | **str** | Name of the CPU feature |
7-
**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]
7+
**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]
88

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

docs/V1Clock.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**timer** | [**V1Timer**](V1Timer.md) | Timer specifies whih timers are attached to the vmi. |
7-
**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]
6+
**timer** | [**V1Timer**](V1Timer.md) | Timer specifies whih timers are attached to the vmi. | [optional]
7+
**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]
88
**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]
99

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

docs/V1CloudInitConfigDriveSource.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**network_data** | **str** | NetworkData contains config drive inline cloud-init networkdata. + optional | [optional]
7-
**network_data_base64** | **str** | NetworkDataBase64 contains config drive cloud-init networkdata as a base64 encoded string. + optional | [optional]
8-
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains config drive networkdata. + optional | [optional]
9-
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains config drive userdata. + optional | [optional]
10-
**user_data** | **str** | UserData contains config drive inline cloud-init userdata. + optional | [optional]
11-
**user_data_base64** | **str** | UserDataBase64 contains config drive cloud-init userdata as a base64 encoded string. + optional | [optional]
6+
**network_data** | **str** | NetworkData contains config drive inline cloud-init networkdata. | [optional]
7+
**network_data_base64** | **str** | NetworkDataBase64 contains config drive cloud-init networkdata as a base64 encoded string. | [optional]
8+
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains config drive networkdata. | [optional]
9+
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains config drive userdata. | [optional]
10+
**user_data** | **str** | UserData contains config drive inline cloud-init userdata. | [optional]
11+
**user_data_base64** | **str** | UserDataBase64 contains config drive cloud-init userdata as a base64 encoded string. | [optional]
1212

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

docs/V1CloudInitNoCloudSource.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**network_data** | **str** | NetworkData contains NoCloud inline cloud-init networkdata. + optional | [optional]
7-
**network_data_base64** | **str** | NetworkDataBase64 contains NoCloud cloud-init networkdata as a base64 encoded string. + optional | [optional]
8-
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains NoCloud networkdata. + optional | [optional]
9-
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains NoCloud userdata. + optional | [optional]
10-
**user_data** | **str** | UserData contains NoCloud inline cloud-init userdata. + optional | [optional]
11-
**user_data_base64** | **str** | UserDataBase64 contains NoCloud cloud-init userdata as a base64 encoded string. + optional | [optional]
6+
**network_data** | **str** | NetworkData contains NoCloud inline cloud-init networkdata. | [optional]
7+
**network_data_base64** | **str** | NetworkDataBase64 contains NoCloud cloud-init networkdata as a base64 encoded string. | [optional]
8+
**network_data_secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | NetworkDataSecretRef references a k8s secret that contains NoCloud networkdata. | [optional]
9+
**secret_ref** | [**V1LocalObjectReference**](V1LocalObjectReference.md) | UserDataSecretRef references a k8s secret that contains NoCloud userdata. | [optional]
10+
**user_data** | **str** | UserData contains NoCloud inline cloud-init userdata. | [optional]
11+
**user_data_base64** | **str** | UserDataBase64 contains NoCloud cloud-init userdata as a base64 encoded string. | [optional]
1212

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

docs/V1ConfigMapVolumeSource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**name** | **str** | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | [optional]
7-
**optional** | **bool** | Specify whether the ConfigMap or it's keys must be defined +optional | [optional]
8-
**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]
7+
**optional** | **bool** | Specify whether the ConfigMap or it's keys must be defined | [optional]
8+
**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]
99

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

docs/V1ContainerDiskSource.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**image** | **str** | Image is the name of the image with the embedded disk. |
7-
**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]
7+
**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]
88
**image_pull_secret** | **str** | ImagePullSecret is the name of the Docker registry secret required to pull the image. The secret must already exist. | [optional]
99
**path** | **str** | Path defines the path to disk file in the container | [optional]
1010

docs/V1DHCPOptions.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**boot_file_name** | **str** | If specified will pass option 67 to interface's DHCP server +optional | [optional]
7-
**ntp_servers** | **list[str]** | If specified will pass the configured NTP server to the VM via DHCP option 042. +optional | [optional]
8-
**private_options** | [**list[V1DHCPPrivateOptions]**](V1DHCPPrivateOptions.md) | If specified will pass extra DHCP options for private use, range: 224-254 +optional | [optional]
9-
**tftp_server_name** | **str** | If specified will pass option 66 to interface's DHCP server +optional | [optional]
6+
**boot_file_name** | **str** | If specified will pass option 67 to interface's DHCP server | [optional]
7+
**ntp_servers** | **list[str]** | If specified will pass the configured NTP server to the VM via DHCP option 042. | [optional]
8+
**private_options** | [**list[V1DHCPPrivateOptions]**](V1DHCPPrivateOptions.md) | If specified will pass extra DHCP options for private use, range: 224-254 | [optional]
9+
**tftp_server_name** | **str** | If specified will pass option 66 to interface's DHCP server | [optional]
1010

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

docs/V1DeleteOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**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]
1010
**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]
1111
**preconditions** | [**V1Preconditions**](V1Preconditions.md) | Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. | [optional]
12-
**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]
12+
**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]
1313

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

docs/V1Devices.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Name | Type | Description | Notes
66
**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]
77
**autoattach_pod_interface** | **bool** | Whether to attach a pod network interface. Defaults to true. | [optional]
88
**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]
9-
**block_multi_queue** | **bool** | Whether or not to enable virtio multi-queue for block devices +optional | [optional]
9+
**block_multi_queue** | **bool** | Whether or not to enable virtio multi-queue for block devices | [optional]
1010
**disks** | [**list[V1Disk]**](V1Disk.md) | Disks describes disks, cdroms, floppy and luns which are connected to the vmi. | [optional]
11-
**gpus** | [**list[V1GPU]**](V1GPU.md) | Whether to attach a GPU device to the vmi. +optional | [optional]
11+
**gpus** | [**list[V1GPU]**](V1GPU.md) | Whether to attach a GPU device to the vmi. | [optional]
1212
**inputs** | [**list[V1Input]**](V1Input.md) | Inputs describe input devices | [optional]
1313
**interfaces** | [**list[V1Interface]**](V1Interface.md) | Interfaces describe network interfaces which are added to the vmi. | [optional]
14-
**network_interface_multiqueue** | **bool** | If specified, virtual network interfaces configured with a virtio bus will also enable the vhost multiqueue feature +optional | [optional]
15-
**rng** | [**V1Rng**](V1Rng.md) | Whether to have random number generator from host +optional | [optional]
14+
**network_interface_multiqueue** | **bool** | If specified, virtual network interfaces configured with a virtio bus will also enable the vhost multiqueue feature | [optional]
15+
**rng** | [**V1Rng**](V1Rng.md) | Whether to have random number generator from host | [optional]
1616
**watchdog** | [**V1Watchdog**](V1Watchdog.md) | Watchdog describes a watchdog device which can be added to the vmi. | [optional]
1717

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

0 commit comments

Comments
 (0)