Versions in this module Expand all Collapse all v1 v1.4.0 Oct 17, 2016 Changes in this version + const WatchEventKind + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + func AddToGroupVersion(scheme *runtime.Scheme, groupVersion unversioned.GroupVersion) + func Convert_versioned_Event_to_versioned_InternalEvent(in *Event, out *InternalEvent, s conversion.Scope) error + func Convert_versioned_Event_to_watch_Event(in *Event, out *watch.Event, s conversion.Scope) error + func Convert_versioned_InternalEvent_to_versioned_Event(in *InternalEvent, out *Event, s conversion.Scope) error + func Convert_watch_Event_to_versioned_Event(in *watch.Event, out *Event, s conversion.Scope) error + type Decoder struct + func NewDecoder(decoder streaming.Decoder, embeddedDecoder runtime.Decoder) *Decoder + func (d *Decoder) Close() + func (d *Decoder) Decode() (watch.EventType, runtime.Object, error) + type Encoder struct + func NewEncoder(encoder streaming.Encoder, embeddedEncoder runtime.Encoder) *Encoder + func (e *Encoder) Encode(event *watch.Event) error + type Event struct + Object runtime.RawExtension + Type string + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (e *Event) GetObjectKind() unversioned.ObjectKind + func (m *Event) Marshal() (data []byte, err error) + func (m *Event) MarshalTo(data []byte) (int, error) + func (m *Event) Reset() + func (m *Event) Size() (n int) + func (m *Event) Unmarshal(data []byte) error + func (this *Event) String() string + type InternalEvent watch.Event + func (e *InternalEvent) GetObjectKind() unversioned.ObjectKind