Skip to content

Commit d62fa45

Browse files
committed
fix translation
1 parent 88fd85e commit d62fa45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,6 @@ Events:
382382
383383
## 付録: 数量
384384
385-
All metrics in the HorizontalPodAutoscaler and metrics APIs are specified using
386-
a special whole-number notation known in Kubernetes as a
387-
{{< glossary_tooltip term_id="quantity" text="quantity">}}. For example,
388-
the quantity `10500m` would be written as `10.5` in decimal notation. The metrics APIs
389-
will return whole numbers without a suffix when possible, and will generally return
390-
quantities in milli-units otherwise. This means you might see your metric value fluctuate
391-
between `1` and `1500m`, or `1` and `1.5` when written in decimal notation.
392385
全てのHorizontalPodAutoscalerおよびメトリクスAPIにおけるメトリクスは{{< glossary_tooltip term_id="quantity" text="quantity">}}として知られる特殊な整数表記によって指定されます。例えば、`10500m`という数量は10進数表記で`10.5`と書くことができます。メトリクスAPIは可能であれば接尾辞を用いない整数を返し、そうでない場合は基本的にミリ単位での数量を返します。これはメトリクス値が`1`と`1500m`の間で、もしくは10進法表記で書かれた場合は`1`と`1.5`の間で変動するということを意味します。
393386
394387
## 付録: その他の起きうるシナリオ

0 commit comments

Comments
 (0)