Uses of Class
io.kubernetes.client.proto.Meta.StatusCause
-
Uses of Meta.StatusCause in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type Meta.StatusCauseModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Meta.StatusCause>
Meta.StatusCause.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return Meta.StatusCauseModifier and TypeMethodDescriptionMeta.StatusCause.Builder.build()
Meta.StatusCause.Builder.buildPartial()
Meta.StatusDetails.Builder.getCauses
(int index) The Causes array includes more details associated with the StatusReason failure.Meta.StatusDetails.getCauses
(int index) The Causes array includes more details associated with the StatusReason failure.Meta.StatusDetailsOrBuilder.getCauses
(int index) The Causes array includes more details associated with the StatusReason failure.static Meta.StatusCause
Meta.StatusCause.getDefaultInstance()
Meta.StatusCause.Builder.getDefaultInstanceForType()
Meta.StatusCause.getDefaultInstanceForType()
static Meta.StatusCause
Meta.StatusCause.parseDelimitedFrom
(InputStream input) static Meta.StatusCause
Meta.StatusCause.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.StatusCause
Meta.StatusCause.parseFrom
(byte[] data) static Meta.StatusCause
Meta.StatusCause.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.StatusCause
Meta.StatusCause.parseFrom
(com.google.protobuf.ByteString data) static Meta.StatusCause
Meta.StatusCause.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.StatusCause
Meta.StatusCause.parseFrom
(com.google.protobuf.CodedInputStream input) static Meta.StatusCause
Meta.StatusCause.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.StatusCause
Meta.StatusCause.parseFrom
(InputStream input) static Meta.StatusCause
Meta.StatusCause.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.StatusCause
Meta.StatusCause.parseFrom
(ByteBuffer data) static Meta.StatusCause
Meta.StatusCause.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type Meta.StatusCauseModifier and TypeMethodDescriptionMeta.StatusDetails.Builder.getCausesList()
The Causes array includes more details associated with the StatusReason failure.Meta.StatusDetails.getCausesList()
The Causes array includes more details associated with the StatusReason failure.Meta.StatusDetailsOrBuilder.getCausesList()
The Causes array includes more details associated with the StatusReason failure.com.google.protobuf.Parser<Meta.StatusCause>
Meta.StatusCause.getParserForType()
static com.google.protobuf.Parser<Meta.StatusCause>
Meta.StatusCause.parser()
Methods in io.kubernetes.client.proto with parameters of type Meta.StatusCauseModifier and TypeMethodDescriptionMeta.StatusDetails.Builder.addCauses
(int index, Meta.StatusCause value) The Causes array includes more details associated with the StatusReason failure.Meta.StatusDetails.Builder.addCauses
(Meta.StatusCause value) The Causes array includes more details associated with the StatusReason failure.Meta.StatusCause.Builder.mergeFrom
(Meta.StatusCause other) static Meta.StatusCause.Builder
Meta.StatusCause.newBuilder
(Meta.StatusCause prototype) Meta.StatusDetails.Builder.setCauses
(int index, Meta.StatusCause value) The Causes array includes more details associated with the StatusReason failure.Method parameters in io.kubernetes.client.proto with type arguments of type Meta.StatusCauseModifier and TypeMethodDescriptionMeta.StatusDetails.Builder.addAllCauses
(Iterable<? extends Meta.StatusCause> values) The Causes array includes more details associated with the StatusReason failure.