You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/V1alpha1VirtualMachinePoolSpec.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
+
|**max_unavailable**|**String**| IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. |[optional]|
|**paused**|**Boolean**| Indicates that the pool is paused. |[optional]|
9
10
|**replicas**|**Integer**| Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. |[optional]|
Copy file name to clipboardExpand all lines: lib/kubevirt/models/v1alpha1_virtual_machine_pool_spec.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
16
16
moduleKubevirt
17
17
classV1alpha1VirtualMachinePoolSpec
18
+
# IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
19
+
attr_accessor:max_unavailable
20
+
18
21
attr_accessor:name_generation
19
22
20
23
# Indicates that the pool is paused.
@@ -30,6 +33,7 @@ class V1alpha1VirtualMachinePoolSpec
30
33
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments