Uses of Class
kubevirt.io.V1StatusCause
-
Packages that use V1StatusCause Package Description kubevirt.io -
-
Uses of V1StatusCause in kubevirt.io
Methods in kubevirt.io that return V1StatusCause Modifier and Type Method Description V1StatusCause
V1StatusCause. field(java.lang.String field)
V1StatusCause
V1StatusCause. message(java.lang.String message)
V1StatusCause
V1StatusCause. reason(java.lang.String reason)
Methods in kubevirt.io that return types with arguments of type V1StatusCause Modifier and Type Method Description java.util.List<V1StatusCause>
V1StatusDetails. getCauses()
The Causes array includes more details associated with the StatusReason failure.Methods in kubevirt.io with parameters of type V1StatusCause Modifier and Type Method Description V1StatusDetails
V1StatusDetails. addCausesItem(V1StatusCause causesItem)
Method parameters in kubevirt.io with type arguments of type V1StatusCause Modifier and Type Method Description V1StatusDetails
V1StatusDetails. causes(java.util.List<V1StatusCause> causes)
void
V1StatusDetails. setCauses(java.util.List<V1StatusCause> causes)
-