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 V1StatusCauseV1StatusCause. field(java.lang.String field)V1StatusCauseV1StatusCause. message(java.lang.String message)V1StatusCauseV1StatusCause. 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 V1StatusDetailsV1StatusDetails. addCausesItem(V1StatusCause causesItem)Method parameters in kubevirt.io with type arguments of type V1StatusCause Modifier and Type Method Description V1StatusDetailsV1StatusDetails. causes(java.util.List<V1StatusCause> causes)voidV1StatusDetails. setCauses(java.util.List<V1StatusCause> causes)
-