Uses of Class
io.kubernetes.client.proto.V1.ReplicationControllerStatus
-
Uses of V1.ReplicationControllerStatus in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ReplicationControllerStatusModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ReplicationControllerStatus>
V1.ReplicationControllerStatus.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ReplicationControllerStatusModifier and TypeMethodDescriptionV1.ReplicationControllerStatus.Builder.build()
V1.ReplicationControllerStatus.Builder.buildPartial()
V1.ReplicationControllerStatus.getDefaultInstance()
V1.ReplicationControllerStatus.Builder.getDefaultInstanceForType()
V1.ReplicationControllerStatus.getDefaultInstanceForType()
V1.ReplicationController.Builder.getStatus()
Status is the most recently observed status of the replication controller.V1.ReplicationController.getStatus()
Status is the most recently observed status of the replication controller.V1.ReplicationControllerOrBuilder.getStatus()
Status is the most recently observed status of the replication controller.V1.ReplicationControllerStatus.parseDelimitedFrom
(InputStream input) V1.ReplicationControllerStatus.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerStatus.parseFrom
(byte[] data) V1.ReplicationControllerStatus.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerStatus.parseFrom
(com.google.protobuf.ByteString data) V1.ReplicationControllerStatus.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerStatus.parseFrom
(com.google.protobuf.CodedInputStream input) V1.ReplicationControllerStatus.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerStatus.parseFrom
(InputStream input) V1.ReplicationControllerStatus.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ReplicationControllerStatus.parseFrom
(ByteBuffer data) V1.ReplicationControllerStatus.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ReplicationControllerStatusModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.ReplicationControllerStatus>
V1.ReplicationControllerStatus.getParserForType()
static com.google.protobuf.Parser<V1.ReplicationControllerStatus>
V1.ReplicationControllerStatus.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ReplicationControllerStatusModifier and TypeMethodDescriptionV1.ReplicationControllerStatus.Builder.mergeFrom
(V1.ReplicationControllerStatus other) V1.ReplicationController.Builder.mergeStatus
(V1.ReplicationControllerStatus value) Status is the most recently observed status of the replication controller.V1.ReplicationControllerStatus.newBuilder
(V1.ReplicationControllerStatus prototype) V1.ReplicationController.Builder.setStatus
(V1.ReplicationControllerStatus value) Status is the most recently observed status of the replication controller.