Files
website/content/ko/docs/reference/glossary/api-group.md
T
seokho-son 519861d265 Fourth Korean l10n work for release-1.20
- Ko: add l10n contributor name in a blog (#26285)
- Translate reference/glossary/secret.md in Korean (#26391)
- Update outdated files in the dev-1.20-ko.4 branch (2) (#26342)
- Translate reference/glossary/quantity.md in Korean (#26390)
- Update outdated files in the dev-1.20-ko.4 branch (1) (#26427)
- Translate reference/glossary/storage-class.md in Korean (#26419)
- Update outdated files in dev-1.20-ko.4 branch (3) (#26599)

Co-authored-by: seokho-son <shsongist@gmail.com>
Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: santachopa <santachopa@naver.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
2021-02-18 23:11:23 +09:00

827 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
API 그룹(API Group) api-group 2019-09-02 /ko/docs/concepts/overview/kubernetes-api/#api-그룹과-버전-규칙 쿠버네티스 API의 연관된 경로들의 집합.
fundamental
architecture

쿠버네티스 API의 연관된 경로들의 집합.

API 서버의 구성을 변경하여 각 API 그룹을 활성화하거나 비활성화할 수 있다. 특정 리소스에 대한 경로를 비활성화하거나 활성화할 수도 있다. API 그룹을 사용하면 쿠버네티스 API를 더 쉽게 확장할 수 있다. API 그룹은 REST 경로 및 직렬화된 오브젝트의 apiVersion 필드에 지정된다.

  • 자세한 내용은 [API 그룹(/ko/docs/concepts/overview/kubernetes-api/#api-그룹과-버전-규칙)을 참조한다.