Skip to content

Commit 13b70f2

Browse files
Update content/ja/docs/concepts/architecture/garbage-collection.md
Co-authored-by: nasa9084 <[email protected]>
1 parent 12ca707 commit 13b70f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/architecture/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Kubernetesは、owner referenceを使用して、コントロールプレーン
2828
Ownershipは、一部のリソースでも使用される[ラベルおよびセレクター](/docs/concepts/overview/working-with-objects/labels/)メカニズムとは異なります。
2929
たとえば、`EndpointSlice`オブジェクトを作成する{{<glossary_tooltip text="Service" term_id="service">}}を考えます。
3030
Serviceは*ラベル*を使用して、コントロールプレーンがServiceに使用されている`EndpointSlice`オブジェクトを判別できるようにします。
31-
ラベルに加えて、サービスに代わって管理される各`EndpointSlice`には、owner referenceがあります。
31+
ラベルに加えて、Serviceに代わって管理される各`EndpointSlice`には、owner referenceがあります。
3232
owner referenceは、Kubernetesのさまざまな部分が制御していないオブジェクトへの干渉を回避するのに役立ちます。
3333

3434
{{< note >}}

0 commit comments

Comments
 (0)