Uses of Class
io.kubernetes.client.openapi.models.V1StatusCause
Packages that use V1StatusCause
-
Uses of V1StatusCause in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StatusCauseModifier and TypeMethodDescriptionstatic V1StatusCause
Create an instance of V1StatusCause given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1StatusCauseModifier and TypeMethodDescriptionV1StatusDetails.getCauses()
The Causes array includes more details associated with the StatusReason failure.Methods in io.kubernetes.client.openapi.models with parameters of type V1StatusCauseMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1StatusCauseModifier and TypeMethodDescriptionV1StatusDetails.causes
(List<V1StatusCause> causes) void
V1StatusDetails.setCauses
(List<V1StatusCause> causes)