update link to /ja/docs/concepts/overview/working-with-objects/labels/

This commit is contained in:
Naoki Oketani
2020-04-06 18:29:06 +09:00
parent 109e8c5fa2
commit 0d8f82180d
10 changed files with 13 additions and 13 deletions
@@ -927,7 +927,7 @@ Podの必須フィールドに加えて、Deployment内のPodテンプレート
### セレクター {#selector}
`.spec.selector`は必須フィールドで、Deploymentによって対象とされるPodの[ラベルセレクター](/docs/concepts/overview/working-with-objects/labels/)を指定します。
`.spec.selector`は必須フィールドで、Deploymentによって対象とされるPodの[ラベルセレクター](/ja/docs/concepts/overview/working-with-objects/labels/)を指定します。
`.spec.selector`は`.spec.template.metadata.labels`と一致している必要があり、一致しない場合はAPIによって拒否されます。