Package kubevirt.io
Class V1Initializers
java.lang.Object
kubevirt.io.V1Initializers
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1Initializers
extends Object
Initializers tracks the progress of initialization.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPendingItem(V1Initializer pendingItem) booleanPending is a list of initializers that must execute in order before this object is visible.If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.inthashCode()pending(List<V1Initializer> pending) voidsetPending(List<V1Initializer> pending) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
pending
-
result
-
-
Constructor Details
-
V1Initializers
public V1Initializers()
-
-
Method Details
-
pending
-
addPendingItem
-
getPending
Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.- Returns:
- pending
-
setPending
-
result
-
getResult
If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.- Returns:
- result
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-