blob: d6eb54db35ac3a1c00f438b5140fc496a14ed7fc [file] [log] [blame]
// Code generated by cue get go. DO NOT EDIT.
//cue:generate cue get go k8s.io/apimachinery/pkg/watch
package watch
// FullChannelBehavior controls how the Broadcaster reacts if a watcher's watch
// channel is full.
FullChannelBehavior: int // enumFullChannelBehavior
enumFullChannelBehavior:
WaitIfChannelFull |
DropIfChannelFull
WaitIfChannelFull: FullChannelBehavior & 0
DropIfChannelFull: FullChannelBehavior & 1