We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ca707 commit 13b70f2Copy full SHA for 13b70f2
content/ja/docs/concepts/architecture/garbage-collection.md
@@ -28,7 +28,7 @@ Kubernetesは、owner referenceを使用して、コントロールプレーン
28
Ownershipは、一部のリソースでも使用される[ラベルおよびセレクター](/docs/concepts/overview/working-with-objects/labels/)メカニズムとは異なります。
29
たとえば、`EndpointSlice`オブジェクトを作成する{{<glossary_tooltip text="Service" term_id="service">}}を考えます。
30
Serviceは*ラベル*を使用して、コントロールプレーンがServiceに使用されている`EndpointSlice`オブジェクトを判別できるようにします。
31
-ラベルに加えて、サービスに代わって管理される各`EndpointSlice`には、owner referenceがあります。
+ラベルに加えて、Serviceに代わって管理される各`EndpointSlice`には、owner referenceがあります。
32
owner referenceは、Kubernetesのさまざまな部分が制御していないオブジェクトへの干渉を回避するのに役立ちます。
33
34
{{< note >}}
0 commit comments