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/V1VirtualMachineInstanceGuestAgentInfo.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
@@ -10,6 +10,7 @@
10
10
|**guest_agent_version**|**String**| GAVersion is a version of currently installed guest agent |[optional]|
11
11
|**hostname**|**String**| Hostname represents FQDN of a guest |[optional]|
12
12
|**kind**|**String**| 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]|
|**supported_commands**|[**Array<V1GuestAgentCommandInfo>**](V1GuestAgentCommandInfo.md)| Return command list the guest agent supports |[optional]|
15
16
|**timezone**|**String**| Timezone is guest os current timezone |[optional]|
Copy file name to clipboardExpand all lines: lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ class V1VirtualMachineInstanceGuestAgentInfo
33
33
# 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
0 commit comments