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 13d9b63 commit a9c79e9Copy full SHA for a9c79e9
content/ja/docs/reference/glossary/watch.md
@@ -0,0 +1,22 @@
1
+---
2
+title: Watch
3
+id: watch
4
+date: 2024-07-02
5
+full_link: /docs/reference/using-api/api-concepts/#api-verbs
6
+short_description: >
7
+ Kubernetes内のオブジェクトへの変更をストリームとして追跡するために使用される動詞です。
8
+
9
+aka:
10
+tags:
11
+- API verb
12
+- fundamental
13
14
+Kubernetes内のオブジェクトへの変更をストリームとして追跡するために使用される動詞です。
15
+変更の効率的な検出に使用されます。
16
17
+<!--more-->
18
19
+Kubernetes内のオブジェクトへの変更をストリームとして追跡するために使用される動詞です。Watchは変更の効率的な検出を可能にします。
20
+例えば、ConfigMapが変更されたことを知る必要がある{{< glossary_tooltip term_id="controller" text="コントローラー">}}は、ポーリングではなくWatchを使用できます。
21
22
+詳細については、[APIの基本概念に関するドキュメント内の変更の効率的検出](/docs/reference/using-api/api-concepts/#efficient-detection-of-changes)を参照してください。
0 commit comments