Uses of Class
io.kubernetes.client.proto.V1.ReplicationControllerSpec
-
Uses of V1.ReplicationControllerSpec in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ReplicationControllerSpecModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ReplicationControllerSpec>
V1.ReplicationControllerSpec.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ReplicationControllerSpecModifier and TypeMethodDescriptionV1.ReplicationControllerSpec.Builder.build()
V1.ReplicationControllerSpec.Builder.buildPartial()
static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.getDefaultInstance()
V1.ReplicationControllerSpec.Builder.getDefaultInstanceForType()
V1.ReplicationControllerSpec.getDefaultInstanceForType()
V1.ReplicationController.Builder.getSpec()
Spec defines the specification of the desired behavior of the replication controller.V1.ReplicationController.getSpec()
Spec defines the specification of the desired behavior of the replication controller.V1.ReplicationControllerOrBuilder.getSpec()
Spec defines the specification of the desired behavior of the replication controller.static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseDelimitedFrom
(InputStream input) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(byte[] data) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(com.google.protobuf.ByteString data) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(InputStream input) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(ByteBuffer data) static V1.ReplicationControllerSpec
V1.ReplicationControllerSpec.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ReplicationControllerSpecModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.ReplicationControllerSpec>
V1.ReplicationControllerSpec.getParserForType()
static com.google.protobuf.Parser<V1.ReplicationControllerSpec>
V1.ReplicationControllerSpec.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ReplicationControllerSpecModifier and TypeMethodDescriptionV1.ReplicationControllerSpec.Builder.mergeFrom
(V1.ReplicationControllerSpec other) V1.ReplicationController.Builder.mergeSpec
(V1.ReplicationControllerSpec value) Spec defines the specification of the desired behavior of the replication controller.V1.ReplicationControllerSpec.newBuilder
(V1.ReplicationControllerSpec prototype) V1.ReplicationController.Builder.setSpec
(V1.ReplicationControllerSpec value) Spec defines the specification of the desired behavior of the replication controller.