controlplaneevents

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthEvents        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEvents          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group")
)

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) Descriptor() ([]byte, []int)

func (*Event) GetCreated

func (m *Event) GetCreated() *types.Timestamp

func (*Event) GetEvent

func (m *Event) GetEvent() isEvent_Event

func (*Event) GetEventName

func (ev *Event) GetEventName() string

func (*Event) GetExecutorSettingsDelete

func (m *Event) GetExecutorSettingsDelete() *ExecutorSettingsDelete

func (*Event) GetExecutorSettingsUpsert

func (m *Event) GetExecutorSettingsUpsert() *ExecutorSettingsUpsert

func (*Event) Marshal

func (m *Event) Marshal() (dAtA []byte, err error)

func (*Event) MarshalTo

func (m *Event) MarshalTo(dAtA []byte) (int, error)

func (*Event) MarshalToSizedBuffer

func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) Size

func (m *Event) Size() (n int)

func (*Event) String

func (m *Event) String() string

func (*Event) Unmarshal

func (m *Event) Unmarshal(dAtA []byte) error

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_OneofWrappers

func (*Event) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL