Class V1ScaleSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1ScaleSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1ScaleSpec
extends Object
ScaleSpec describes the attributes of a scale subresource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
replicas is the desired number of instances for the scaled object.int
hashCode()
void
setReplicas
(Integer replicas) toString()
-
Field Details
-
SERIALIZED_NAME_REPLICAS
- See Also:
-
-
Constructor Details
-
V1ScaleSpec
public V1ScaleSpec()
-
-
Method Details