Versions in this module Expand all Collapse all v1 v1.0.1 Oct 23, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Event struct + Action string + DeprecatedCount int32 + DeprecatedFirstTimestamp metav1.Time + DeprecatedLastTimestamp metav1.Time + DeprecatedSource corev1.EventSource + EventTime metav1.MicroTime + Note string + Reason string + Regarding corev1.ObjectReference + Related *corev1.ObjectReference + ReportingController string + ReportingInstance string + Series *EventSeries + Type string + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (Event) SwaggerDoc() map[string]string + func (in *Event) DeepCopy() *Event + func (in *Event) DeepCopyInto(out *Event) + func (in *Event) DeepCopyObject() runtime.Object + func (m *Event) Marshal() (dAtA []byte, err error) + func (m *Event) MarshalTo(dAtA []byte) (int, error) + func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Event) Reset() + func (m *Event) Size() (n int) + func (m *Event) Unmarshal(dAtA []byte) error + func (m *Event) XXX_DiscardUnknown() + func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Event) XXX_Merge(src proto.Message) + func (m *Event) XXX_Size() int + func (m *Event) XXX_Unmarshal(b []byte) error + func (this *Event) String() string + type EventList struct + Items []Event + func (*EventList) Descriptor() ([]byte, []int) + func (*EventList) ProtoMessage() + func (EventList) SwaggerDoc() map[string]string + func (in *EventList) DeepCopy() *EventList + func (in *EventList) DeepCopyInto(out *EventList) + func (in *EventList) DeepCopyObject() runtime.Object + func (m *EventList) Marshal() (dAtA []byte, err error) + func (m *EventList) MarshalTo(dAtA []byte) (int, error) + func (m *EventList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventList) Reset() + func (m *EventList) Size() (n int) + func (m *EventList) Unmarshal(dAtA []byte) error + func (m *EventList) XXX_DiscardUnknown() + func (m *EventList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventList) XXX_Merge(src proto.Message) + func (m *EventList) XXX_Size() int + func (m *EventList) XXX_Unmarshal(b []byte) error + func (this *EventList) String() string + type EventSeries struct + Count int32 + LastObservedTime metav1.MicroTime + State EventSeriesState + func (*EventSeries) Descriptor() ([]byte, []int) + func (*EventSeries) ProtoMessage() + func (EventSeries) SwaggerDoc() map[string]string + func (in *EventSeries) DeepCopy() *EventSeries + func (in *EventSeries) DeepCopyInto(out *EventSeries) + func (m *EventSeries) Marshal() (dAtA []byte, err error) + func (m *EventSeries) MarshalTo(dAtA []byte) (int, error) + func (m *EventSeries) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventSeries) Reset() + func (m *EventSeries) Size() (n int) + func (m *EventSeries) Unmarshal(dAtA []byte) error + func (m *EventSeries) XXX_DiscardUnknown() + func (m *EventSeries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventSeries) XXX_Merge(src proto.Message) + func (m *EventSeries) XXX_Size() int + func (m *EventSeries) XXX_Unmarshal(b []byte) error + func (this *EventSeries) String() string + type EventSeriesState string + const EventSeriesStateFinished + const EventSeriesStateOngoing + const EventSeriesStateUnknown