Uses of Class
kubevirt.io.V1Clock
-
Packages that use V1Clock Package Description kubevirt.io -
-
Uses of V1Clock in kubevirt.io
Fields in kubevirt.io declared as V1Clock Modifier and Type Field Description private V1Clock
V1DomainSpec. clock
Methods in kubevirt.io that return V1Clock Modifier and Type Method Description V1Clock
V1DomainSpec. getClock()
Clock sets the clock and timers of the vmi.V1Clock
V1Clock. timer(V1Timer timer)
V1Clock
V1Clock. timezone(java.lang.String timezone)
V1Clock
V1Clock. utc(V1ClockOffsetUTC utc)
Methods in kubevirt.io with parameters of type V1Clock Modifier and Type Method Description V1DomainSpec
V1DomainSpec. clock(V1Clock clock)
void
V1DomainSpec. setClock(V1Clock clock)
-