Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/ja/docs/reference/glossary/api-resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: APIリソース
id: api-resource
date: 2025-02-09
full_link: /docs/reference/using-api/api-concepts/#standard-api-terminology
short_description: >
Kubernetes APIサーバー上のエンドポイントを表すKubernetesのエンティティです。

aka:
- Resource
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem quite right.
"API Resource" would work, or "リソース".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Resource
- API Resource

?

tags:
- architecture
---
Kubernetesの型システムにおけるエンティティであり、{{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}}上のエンドポイントに対応します。
リソースは通常、{{< glossary_tooltip text="オブジェクト" term_id="object" >}}を表します。
一部のリソースは、権限チェックなど、他のオブジェクトに対する操作を表します。
<!--more-->
各リソースはKubernetes APIサーバー上のHTTPエンドポイント(URI)を表し、そのリソース上のオブジェクトまたは操作のスキーマを定義します。