이벤트 소스

이벤트 소스 (EventSource)

이 페이지는 이벤트에 대한 정보를 담고 있는 EventSource 객체를 설명해요. 이벤트의 소스 정보를 표현하는 데 사용되는 구조체랍니다.

출처: Kubernetes API Reference

본문

EventSource는 이벤트에 대한 정보를 포함합니다.

apiVersion: v1

import "k8s.io/api/core/v1"

EventSource

EventSource는 이벤트에 대한 정보를 포함합니다.


Field Description
component
string 이벤트가 생성된 컴포넌트입니다. (Component from which the event is generated.)
host
string 이벤트가 생성된 노드 이름입니다. (Node name on which the event is generated.)

더 알아보기 (Learn more)