Uses of Interface
k8s.io.apimachinery.pkg.apis.meta.v1.Generated.StatusCauseOrBuilder
-
Packages that use Generated.StatusCauseOrBuilder Package Description k8s.io.apimachinery.pkg.apis.meta.v1 -
-
Uses of Generated.StatusCauseOrBuilder in k8s.io.apimachinery.pkg.apis.meta.v1
Classes in k8s.io.apimachinery.pkg.apis.meta.v1 that implement Generated.StatusCauseOrBuilder Modifier and Type Class Description static classGenerated.StatusCauseStatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.static classGenerated.StatusCause.BuilderStatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.Methods in k8s.io.apimachinery.pkg.apis.meta.v1 that return Generated.StatusCauseOrBuilder Modifier and Type Method Description Generated.StatusCauseOrBuilderGenerated.StatusDetails.Builder. getCausesOrBuilder(int index)The Causes array includes more details associated with the StatusReason failure.Generated.StatusCauseOrBuilderGenerated.StatusDetails. getCausesOrBuilder(int index)The Causes array includes more details associated with the StatusReason failure.Generated.StatusCauseOrBuilderGenerated.StatusDetailsOrBuilder. getCausesOrBuilder(int index)The Causes array includes more details associated with the StatusReason failure.Methods in k8s.io.apimachinery.pkg.apis.meta.v1 that return types with arguments of type Generated.StatusCauseOrBuilder Modifier and Type Method Description List<? extends Generated.StatusCauseOrBuilder>Generated.StatusDetails.Builder. getCausesOrBuilderList()The Causes array includes more details associated with the StatusReason failure.List<? extends Generated.StatusCauseOrBuilder>Generated.StatusDetails. getCausesOrBuilderList()The Causes array includes more details associated with the StatusReason failure.List<? extends Generated.StatusCauseOrBuilder>Generated.StatusDetailsOrBuilder. getCausesOrBuilderList()The Causes array includes more details associated with the StatusReason failure.
-