1 개요[ | ]
- 쿠버네티스 API 요청 애트리뷰트
영어명 | 한국어명 | 설명 |
---|---|---|
user | 사용자 | The user string provided during authentication.
|
group | 그룹 | The list of group names to which the authenticated user belongs. |
extra | 엑스트라 | A map of arbitrary string keys to string values, provided by the authentication layer. |
API | API | Indicates whether the request is for an API resource. |
request path | 요청 경로 | Path to miscellaneous non-resource endpoints like /api or /healthz .
|
API request verb | API 요청 동사 | API verbs get , list , create , update , patch , watch , proxy , redirect , delete , and deletecollection are used for resource requests. To determine the request verb for a resource API endpoint, see Determine the request verb.
|
HTTP request verb | HTTP 요청 동사 | HTTP verbs get , post , put , and delete are used for non-resource requests.
|
resource | 리소스 | The ID or name of the resource that is being accessed (for resource requests only) – For resource requests using get , update , patch , and delete verbs, you must provide the resource name.
|
subresource | 서브리소스 | The subresource that is being accessed (for resource requests only). |
namespace | 네임스페이스 | The namespace of the object that is being accessed (for namespaced resource requests only). |
API group | API 그룹 | The API group being accessed (for resource requests only). An empty string designates the core API group. |
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.