blob: 50756a898af5002edf618ec00a23ad3298c803d3 [file] [log] [blame]
// Code generated by cue get go. DO NOT EDIT.
//cue:generate cue get go k8s.io/apimachinery/pkg/runtime
package runtime
// NegotiateError is returned when a ClientNegotiator is unable to locate
// a serializer for the requested operation.
NegotiateError :: {
ContentType: string
Stream: bool
}