Documentation
¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetCreated() *types.Timestamp
- func (m *Event) GetEvent() isEvent_Event
- func (ev *Event) GetEventName() string
- func (m *Event) GetExecutorSettingsDelete() *ExecutorSettingsDelete
- func (m *Event) GetExecutorSettingsUpsert() *ExecutorSettingsUpsert
- 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 (m *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 (*Event) XXX_OneofWrappers() []interface{}
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type Event_ExecutorSettingsDelete
- type Event_ExecutorSettingsUpsert
- type ExecutorSettingsDelete
- func (*ExecutorSettingsDelete) Descriptor() ([]byte, []int)
- func (m *ExecutorSettingsDelete) GetName() string
- func (m *ExecutorSettingsDelete) Marshal() (dAtA []byte, err error)
- func (m *ExecutorSettingsDelete) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecutorSettingsDelete) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecutorSettingsDelete) ProtoMessage()
- func (m *ExecutorSettingsDelete) Reset()
- func (m *ExecutorSettingsDelete) Size() (n int)
- func (m *ExecutorSettingsDelete) String() string
- func (m *ExecutorSettingsDelete) Unmarshal(dAtA []byte) error
- func (m *ExecutorSettingsDelete) XXX_DiscardUnknown()
- func (m *ExecutorSettingsDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecutorSettingsDelete) XXX_Merge(src proto.Message)
- func (m *ExecutorSettingsDelete) XXX_Size() int
- func (m *ExecutorSettingsDelete) XXX_Unmarshal(b []byte) error
- type ExecutorSettingsUpsert
- func (*ExecutorSettingsUpsert) Descriptor() ([]byte, []int)
- func (m *ExecutorSettingsUpsert) GetCordonReason() string
- func (m *ExecutorSettingsUpsert) GetCordoned() bool
- func (m *ExecutorSettingsUpsert) GetName() string
- func (m *ExecutorSettingsUpsert) Marshal() (dAtA []byte, err error)
- func (m *ExecutorSettingsUpsert) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecutorSettingsUpsert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecutorSettingsUpsert) ProtoMessage()
- func (m *ExecutorSettingsUpsert) Reset()
- func (m *ExecutorSettingsUpsert) Size() (n int)
- func (m *ExecutorSettingsUpsert) String() string
- func (m *ExecutorSettingsUpsert) Unmarshal(dAtA []byte) error
- func (m *ExecutorSettingsUpsert) XXX_DiscardUnknown()
- func (m *ExecutorSettingsUpsert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecutorSettingsUpsert) XXX_Merge(src proto.Message)
- func (m *ExecutorSettingsUpsert) XXX_Size() int
- func (m *ExecutorSettingsUpsert) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Created *types.Timestamp `protobuf:"bytes,1,opt,name=created,proto3" json:"created,omitempty"` // Types that are valid to be assigned to Event: // *Event_ExecutorSettingsUpsert // *Event_ExecutorSettingsDelete Event isEvent_Event `protobuf_oneof:"event"` }
func (*Event) Descriptor ¶
func (*Event) GetCreated ¶
func (*Event) GetEventName ¶
func (*Event) GetExecutorSettingsDelete ¶
func (m *Event) GetExecutorSettingsDelete() *ExecutorSettingsDelete
func (*Event) GetExecutorSettingsUpsert ¶
func (m *Event) GetExecutorSettingsUpsert() *ExecutorSettingsUpsert
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_OneofWrappers ¶
func (*Event) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Event) XXX_Unmarshal ¶
type Event_ExecutorSettingsDelete ¶
type Event_ExecutorSettingsDelete struct {
ExecutorSettingsDelete *ExecutorSettingsDelete `protobuf:"bytes,3,opt,name=executorSettingsDelete,proto3,oneof" json:"executorSettingsDelete,omitempty"`
}
func (*Event_ExecutorSettingsDelete) MarshalTo ¶
func (m *Event_ExecutorSettingsDelete) MarshalTo(dAtA []byte) (int, error)
func (*Event_ExecutorSettingsDelete) MarshalToSizedBuffer ¶
func (m *Event_ExecutorSettingsDelete) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Event_ExecutorSettingsDelete) Size ¶
func (m *Event_ExecutorSettingsDelete) Size() (n int)
type Event_ExecutorSettingsUpsert ¶
type Event_ExecutorSettingsUpsert struct {
ExecutorSettingsUpsert *ExecutorSettingsUpsert `protobuf:"bytes,2,opt,name=executorSettingsUpsert,proto3,oneof" json:"executorSettingsUpsert,omitempty"`
}
func (*Event_ExecutorSettingsUpsert) MarshalTo ¶
func (m *Event_ExecutorSettingsUpsert) MarshalTo(dAtA []byte) (int, error)
func (*Event_ExecutorSettingsUpsert) MarshalToSizedBuffer ¶
func (m *Event_ExecutorSettingsUpsert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Event_ExecutorSettingsUpsert) Size ¶
func (m *Event_ExecutorSettingsUpsert) Size() (n int)
type ExecutorSettingsDelete ¶
type ExecutorSettingsDelete struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func (*ExecutorSettingsDelete) Descriptor ¶
func (*ExecutorSettingsDelete) Descriptor() ([]byte, []int)
func (*ExecutorSettingsDelete) GetName ¶
func (m *ExecutorSettingsDelete) GetName() string
func (*ExecutorSettingsDelete) Marshal ¶
func (m *ExecutorSettingsDelete) Marshal() (dAtA []byte, err error)
func (*ExecutorSettingsDelete) MarshalTo ¶
func (m *ExecutorSettingsDelete) MarshalTo(dAtA []byte) (int, error)
func (*ExecutorSettingsDelete) MarshalToSizedBuffer ¶
func (m *ExecutorSettingsDelete) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExecutorSettingsDelete) ProtoMessage ¶
func (*ExecutorSettingsDelete) ProtoMessage()
func (*ExecutorSettingsDelete) Reset ¶
func (m *ExecutorSettingsDelete) Reset()
func (*ExecutorSettingsDelete) Size ¶
func (m *ExecutorSettingsDelete) Size() (n int)
func (*ExecutorSettingsDelete) String ¶
func (m *ExecutorSettingsDelete) String() string
func (*ExecutorSettingsDelete) Unmarshal ¶
func (m *ExecutorSettingsDelete) Unmarshal(dAtA []byte) error
func (*ExecutorSettingsDelete) XXX_DiscardUnknown ¶
func (m *ExecutorSettingsDelete) XXX_DiscardUnknown()
func (*ExecutorSettingsDelete) XXX_Marshal ¶
func (m *ExecutorSettingsDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecutorSettingsDelete) XXX_Merge ¶
func (m *ExecutorSettingsDelete) XXX_Merge(src proto.Message)
func (*ExecutorSettingsDelete) XXX_Size ¶
func (m *ExecutorSettingsDelete) XXX_Size() int
func (*ExecutorSettingsDelete) XXX_Unmarshal ¶
func (m *ExecutorSettingsDelete) XXX_Unmarshal(b []byte) error
type ExecutorSettingsUpsert ¶
type ExecutorSettingsUpsert struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Cordoned bool `protobuf:"varint,2,opt,name=cordoned,proto3" json:"cordoned,omitempty"` CordonReason string `protobuf:"bytes,3,opt,name=cordonReason,proto3" json:"cordonReason,omitempty"` }
func (*ExecutorSettingsUpsert) Descriptor ¶
func (*ExecutorSettingsUpsert) Descriptor() ([]byte, []int)
func (*ExecutorSettingsUpsert) GetCordonReason ¶
func (m *ExecutorSettingsUpsert) GetCordonReason() string
func (*ExecutorSettingsUpsert) GetCordoned ¶
func (m *ExecutorSettingsUpsert) GetCordoned() bool
func (*ExecutorSettingsUpsert) GetName ¶
func (m *ExecutorSettingsUpsert) GetName() string
func (*ExecutorSettingsUpsert) Marshal ¶
func (m *ExecutorSettingsUpsert) Marshal() (dAtA []byte, err error)
func (*ExecutorSettingsUpsert) MarshalTo ¶
func (m *ExecutorSettingsUpsert) MarshalTo(dAtA []byte) (int, error)
func (*ExecutorSettingsUpsert) MarshalToSizedBuffer ¶
func (m *ExecutorSettingsUpsert) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExecutorSettingsUpsert) ProtoMessage ¶
func (*ExecutorSettingsUpsert) ProtoMessage()
func (*ExecutorSettingsUpsert) Reset ¶
func (m *ExecutorSettingsUpsert) Reset()
func (*ExecutorSettingsUpsert) Size ¶
func (m *ExecutorSettingsUpsert) Size() (n int)
func (*ExecutorSettingsUpsert) String ¶
func (m *ExecutorSettingsUpsert) String() string
func (*ExecutorSettingsUpsert) Unmarshal ¶
func (m *ExecutorSettingsUpsert) Unmarshal(dAtA []byte) error
func (*ExecutorSettingsUpsert) XXX_DiscardUnknown ¶
func (m *ExecutorSettingsUpsert) XXX_DiscardUnknown()
func (*ExecutorSettingsUpsert) XXX_Marshal ¶
func (m *ExecutorSettingsUpsert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecutorSettingsUpsert) XXX_Merge ¶
func (m *ExecutorSettingsUpsert) XXX_Merge(src proto.Message)
func (*ExecutorSettingsUpsert) XXX_Size ¶
func (m *ExecutorSettingsUpsert) XXX_Size() int
func (*ExecutorSettingsUpsert) XXX_Unmarshal ¶
func (m *ExecutorSettingsUpsert) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.