Uses of Class
io.kubernetes.client.proto.V1.ReplicationControllerCondition
-
Uses of V1.ReplicationControllerCondition in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ReplicationControllerConditionModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ReplicationControllerCondition>
V1.ReplicationControllerCondition.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ReplicationControllerConditionModifier and TypeMethodDescriptionV1.ReplicationControllerCondition.Builder.build()
V1.ReplicationControllerCondition.Builder.buildPartial()
V1.ReplicationControllerStatus.Builder.getConditions
(int index) Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerStatus.getConditions
(int index) Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerStatusOrBuilder.getConditions
(int index) Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerCondition.getDefaultInstance()
V1.ReplicationControllerCondition.Builder.getDefaultInstanceForType()
V1.ReplicationControllerCondition.getDefaultInstanceForType()
V1.ReplicationControllerCondition.parseDelimitedFrom
(InputStream input) V1.ReplicationControllerCondition.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerCondition.parseFrom
(byte[] data) V1.ReplicationControllerCondition.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerCondition.parseFrom
(com.google.protobuf.ByteString data) V1.ReplicationControllerCondition.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerCondition.parseFrom
(com.google.protobuf.CodedInputStream input) V1.ReplicationControllerCondition.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerCondition.parseFrom
(InputStream input) V1.ReplicationControllerCondition.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerCondition.parseFrom
(ByteBuffer data) V1.ReplicationControllerCondition.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ReplicationControllerConditionModifier and TypeMethodDescriptionV1.ReplicationControllerStatus.Builder.getConditionsList()
Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerStatus.getConditionsList()
Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerStatusOrBuilder.getConditionsList()
Represents the latest available observations of a replication controller's current state.com.google.protobuf.Parser<V1.ReplicationControllerCondition>
V1.ReplicationControllerCondition.getParserForType()
static com.google.protobuf.Parser<V1.ReplicationControllerCondition>
V1.ReplicationControllerCondition.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ReplicationControllerConditionModifier and TypeMethodDescriptionV1.ReplicationControllerStatus.Builder.addConditions
(int index, V1.ReplicationControllerCondition value) Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerStatus.Builder.addConditions
(V1.ReplicationControllerCondition value) Represents the latest available observations of a replication controller's current state.V1.ReplicationControllerCondition.Builder.mergeFrom
(V1.ReplicationControllerCondition other) V1.ReplicationControllerCondition.newBuilder
(V1.ReplicationControllerCondition prototype) V1.ReplicationControllerStatus.Builder.setConditions
(int index, V1.ReplicationControllerCondition value) Represents the latest available observations of a replication controller's current state.Method parameters in io.kubernetes.client.proto with type arguments of type V1.ReplicationControllerConditionModifier and TypeMethodDescriptionV1.ReplicationControllerStatus.Builder.addAllConditions
(Iterable<? extends V1.ReplicationControllerCondition> values) Represents the latest available observations of a replication controller's current state.