scale
Overview
Name | scale |
Type | Resource |
Id | k8s.core_v1.scale |
Fields
Name | Datatype | Description |
---|---|---|
apiVersion | 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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
kind | 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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
metadata | object | ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. |
spec | object | ScaleSpec describes the attributes of a scale subresource. |
status | object | ScaleStatus represents the current status of a scale subresource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
readCoreV1NamespacedReplicationControllerScale | SELECT | name, namespace, cluster_addr, protocol | read scale of the specified ReplicationController |
patchCoreV1NamespacedReplicationControllerScale | EXEC | name, namespace, cluster_addr, protocol | partially update scale of the specified ReplicationController |
replaceCoreV1NamespacedReplicationControllerScale | EXEC | name, namespace, cluster_addr, protocol | replace scale of the specified ReplicationController |