Uses of Class
io.kubernetes.client.proto.V1Batch.JobCondition
-
Uses of V1Batch.JobCondition in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Batch.JobConditionModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Batch.JobCondition>
V1Batch.JobCondition.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1Batch.JobConditionModifier and TypeMethodDescriptionV1Batch.JobCondition.Builder.build()
V1Batch.JobCondition.Builder.buildPartial()
V1Batch.JobStatus.Builder.getConditions
(int index) The latest available observations of an object's current state.V1Batch.JobStatus.getConditions
(int index) The latest available observations of an object's current state.V1Batch.JobStatusOrBuilder.getConditions
(int index) The latest available observations of an object's current state.static V1Batch.JobCondition
V1Batch.JobCondition.getDefaultInstance()
V1Batch.JobCondition.Builder.getDefaultInstanceForType()
V1Batch.JobCondition.getDefaultInstanceForType()
static V1Batch.JobCondition
V1Batch.JobCondition.parseDelimitedFrom
(InputStream input) static V1Batch.JobCondition
V1Batch.JobCondition.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(byte[] data) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(com.google.protobuf.ByteString data) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(com.google.protobuf.CodedInputStream input) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(InputStream input) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(ByteBuffer data) static V1Batch.JobCondition
V1Batch.JobCondition.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Batch.JobConditionModifier and TypeMethodDescriptionV1Batch.JobStatus.Builder.getConditionsList()
The latest available observations of an object's current state.V1Batch.JobStatus.getConditionsList()
The latest available observations of an object's current state.V1Batch.JobStatusOrBuilder.getConditionsList()
The latest available observations of an object's current state.com.google.protobuf.Parser<V1Batch.JobCondition>
V1Batch.JobCondition.getParserForType()
static com.google.protobuf.Parser<V1Batch.JobCondition>
V1Batch.JobCondition.parser()
Methods in io.kubernetes.client.proto with parameters of type V1Batch.JobConditionModifier and TypeMethodDescriptionV1Batch.JobStatus.Builder.addConditions
(int index, V1Batch.JobCondition value) The latest available observations of an object's current state.V1Batch.JobStatus.Builder.addConditions
(V1Batch.JobCondition value) The latest available observations of an object's current state.V1Batch.JobCondition.Builder.mergeFrom
(V1Batch.JobCondition other) static V1Batch.JobCondition.Builder
V1Batch.JobCondition.newBuilder
(V1Batch.JobCondition prototype) V1Batch.JobStatus.Builder.setConditions
(int index, V1Batch.JobCondition value) The latest available observations of an object's current state.Method parameters in io.kubernetes.client.proto with type arguments of type V1Batch.JobConditionModifier and TypeMethodDescriptionV1Batch.JobStatus.Builder.addAllConditions
(Iterable<? extends V1Batch.JobCondition> values) The latest available observations of an object's current state.