apiVersion <br/>*string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br/>*string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br/>*[ObjectMeta](#objectmeta-v1)* | Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata.
spec <br/>*[ScaleSpec](#scalespec-v1)* | defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.
status <br/>*[ScaleStatus](#scalestatus-v1)* | current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only.
### ScaleSpec v1
<asideclass="notice">
Appears In <ahref="#scale-v1">Scale</a></aside>
Field | Description
------------ | -----------
replicas <br/>*integer* | desired number of instances for the scaled object.
### ScaleStatus v1
<asideclass="notice">
Appears In <ahref="#scale-v1">Scale</a></aside>
Field | Description
------------ | -----------
replicas <br/>*integer* | actual number of observed instances of the scaled object.
selector <br/>*string* | label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors
## <strong>Misc Operations</strong>
See supported operations below...
## Read Scale
>bdocs-tab:kubectl `kubectl` Command
```bdocs-tab:kubectl_shell
Coming Soon
```
>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*)