Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 749 Bytes

File metadata and controls

20 lines (14 loc) · 749 Bytes

Kubevirt::V1VirtualMachineInstancePhaseTransitionTimestamp

Properties

Name Type Description Notes
phase String Phase is the status of the VirtualMachineInstance in kubernetes world. It is not the VirtualMachineInstance status, but partially correlates to it. [optional]
phase_transition_timestamp Time Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineInstancePhaseTransitionTimestamp.new(
  phase: null,
  phase_transition_timestamp: null
)