Documentation ¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetSpec() *EventSpec
- 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 (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) Size() (n int)
- func (this *Event) String() string
- 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
- type EventSpec
- func (*EventSpec) Descriptor() ([]byte, []int)
- func (m *EventSpec) GetEventTime() int64
- func (m *EventSpec) GetInvolvedObjectMeta() *v1alpha1.ObjectMetadata
- func (m *EventSpec) GetMessage() string
- func (m *EventSpec) GetReason() string
- func (m *EventSpec) GetType() string
- func (m *EventSpec) Marshal() (dAtA []byte, err error)
- func (m *EventSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *EventSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventSpec) ProtoMessage()
- func (m *EventSpec) Reset()
- func (m *EventSpec) Size() (n int)
- func (this *EventSpec) String() string
- func (m *EventSpec) Unmarshal(dAtA []byte) error
- func (m *EventSpec) XXX_DiscardUnknown()
- func (m *EventSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventSpec) XXX_Merge(src proto.Message)
- func (m *EventSpec) XXX_Size() int
- func (m *EventSpec) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Spec *EventSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Event) Descriptor ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_Unmarshal ¶
type EventSpec ¶
type EventSpec struct { InvolvedObjectMeta *v1alpha1.ObjectMetadata `protobuf:"bytes,1,opt,name=involved_object_meta,json=involvedObjectMeta,proto3" json:"involved_object_meta,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` EventTime int64 `protobuf:"varint,5,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventSpec) Descriptor ¶
func (*EventSpec) GetEventTime ¶
func (*EventSpec) GetInvolvedObjectMeta ¶
func (m *EventSpec) GetInvolvedObjectMeta() *v1alpha1.ObjectMetadata
func (*EventSpec) GetMessage ¶
func (*EventSpec) MarshalToSizedBuffer ¶
func (*EventSpec) ProtoMessage ¶
func (*EventSpec) ProtoMessage()
func (*EventSpec) XXX_DiscardUnknown ¶
func (m *EventSpec) XXX_DiscardUnknown()
func (*EventSpec) XXX_Marshal ¶
func (*EventSpec) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.