cache.DeletedFinalStateUnknown

Jmnote (토론 | 기여)님의 2024년 2월 16일 (금) 11:05 판 (새 문서: ==개요== {{소문자}} ;cache.DeletedFinalStateUnknown <syntaxhighlight lang='go'> type DeletedFinalStateUnknown struct { Key string Obj interface{} } </syntaxhighlight> 오브...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

cache.DeletedFinalStateUnknown
type DeletedFinalStateUnknown struct {
	Key string
	Obj interface{}
}

오브젝트가 삭제되었지만 apiserver와의 연결이 끊어진 동안 삭제 감지 이벤트(watch deletion event)가 누락된 경우 DeletedFinalStateUnknown이 DeltaFIFO에 배치된다. 이러한 경우 오브젝트의 최종 "휴지(resting)" 상태를 알 수 없으므로 포함된 'Obj'가 오래되었을 가능성이 있다.

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}