Documentation ¶
Index ¶
- Variables
- type Command
- func (m *Command) CloneMessageVT() proto.Message
- func (m *Command) CloneVT() *Command
- func (*Command) Descriptor() ([]byte, []int)deprecated
- func (this *Command) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Command) EqualVT(that *Command) bool
- func (x *Command) GetMetadata() *v1.ObjectMeta
- func (x *Command) GetSpec() *CommandSpec
- func (x *Command) GetStatus() *CommandStatus
- func (x *Command) GetType() *v1.TypeMeta
- func (m *Command) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Command) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Command) MarshalToVT(dAtA []byte) (int, error)
- func (m *Command) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Command) MarshalVT() (dAtA []byte, err error)
- func (m *Command) MarshalVTStrict() (dAtA []byte, err error)
- func (*Command) ProtoMessage()
- func (x *Command) ProtoReflect() protoreflect.Message
- func (x *Command) Reset()
- func (m *Command) SizeVT() (n int)
- func (x *Command) String() string
- func (m *Command) UnmarshalVT(dAtA []byte) error
- func (m *Command) UnmarshalVTUnsafe(dAtA []byte) error
- type CommandSpec
- func (m *CommandSpec) CloneMessageVT() proto.Message
- func (m *CommandSpec) CloneVT() *CommandSpec
- func (*CommandSpec) Descriptor() ([]byte, []int)deprecated
- func (this *CommandSpec) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CommandSpec) EqualVT(that *CommandSpec) bool
- func (x *CommandSpec) GetOperation() string
- func (x *CommandSpec) GetSessionId() string
- func (x *CommandSpec) GetType() *v1.TypeMeta
- func (x *CommandSpec) GetTypePayload() []byte
- func (m *CommandSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CommandSpec) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CommandSpec) MarshalToVT(dAtA []byte) (int, error)
- func (m *CommandSpec) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CommandSpec) MarshalVT() (dAtA []byte, err error)
- func (m *CommandSpec) MarshalVTStrict() (dAtA []byte, err error)
- func (*CommandSpec) ProtoMessage()
- func (x *CommandSpec) ProtoReflect() protoreflect.Message
- func (x *CommandSpec) Reset()
- func (m *CommandSpec) SizeVT() (n int)
- func (x *CommandSpec) String() string
- func (m *CommandSpec) UnmarshalVT(dAtA []byte) error
- func (m *CommandSpec) UnmarshalVTUnsafe(dAtA []byte) error
- type CommandStatus
- func (m *CommandStatus) CloneMessageVT() proto.Message
- func (m *CommandStatus) CloneVT() *CommandStatus
- func (*CommandStatus) Descriptor() ([]byte, []int)deprecated
- func (this *CommandStatus) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CommandStatus) EqualVT(that *CommandStatus) bool
- func (x *CommandStatus) GetId() string
- func (x *CommandStatus) GetQuerySubject() string
- func (x *CommandStatus) GetStatus() *v11.Status
- func (m *CommandStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CommandStatus) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CommandStatus) MarshalToVT(dAtA []byte) (int, error)
- func (m *CommandStatus) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CommandStatus) MarshalVT() (dAtA []byte, err error)
- func (m *CommandStatus) MarshalVTStrict() (dAtA []byte, err error)
- func (*CommandStatus) ProtoMessage()
- func (x *CommandStatus) ProtoReflect() protoreflect.Message
- func (x *CommandStatus) Reset()
- func (m *CommandStatus) SizeVT() (n int)
- func (x *CommandStatus) String() string
- func (m *CommandStatus) UnmarshalVT(dAtA []byte) error
- func (m *CommandStatus) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_command_v1_command_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Type *v1.TypeMeta `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Metadata *v1.ObjectMeta `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *CommandSpec `protobuf:"bytes,20,opt,name=spec,proto3" json:"spec,omitempty"` Status *CommandStatus `protobuf:"bytes,30,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Command) CloneMessageVT ¶
func (*Command) Descriptor
deprecated
func (*Command) GetMetadata ¶
func (x *Command) GetMetadata() *v1.ObjectMeta
func (*Command) GetSpec ¶
func (x *Command) GetSpec() *CommandSpec
func (*Command) GetStatus ¶
func (x *Command) GetStatus() *CommandStatus
func (*Command) MarshalToSizedBufferVT ¶
func (*Command) MarshalToSizedBufferVTStrict ¶
func (*Command) MarshalVTStrict ¶
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
func (*Command) ProtoReflect ¶
func (x *Command) ProtoReflect() protoreflect.Message
func (*Command) UnmarshalVT ¶
func (*Command) UnmarshalVTUnsafe ¶
type CommandSpec ¶
type CommandSpec struct { Operation string `protobuf:"bytes,1,opt,name=Operation,proto3" json:"Operation,omitempty"` Type *v1.TypeMeta `protobuf:"bytes,10,opt,name=type,proto3" json:"type,omitempty"` TypePayload []byte `protobuf:"bytes,20,opt,name=type_payload,json=typePayload,proto3" json:"type_payload,omitempty"` SessionId string `protobuf:"bytes,30,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` // contains filtered or unexported fields }
func (*CommandSpec) CloneMessageVT ¶
func (m *CommandSpec) CloneMessageVT() proto.Message
func (*CommandSpec) CloneVT ¶
func (m *CommandSpec) CloneVT() *CommandSpec
func (*CommandSpec) Descriptor
deprecated
func (*CommandSpec) Descriptor() ([]byte, []int)
Deprecated: Use CommandSpec.ProtoReflect.Descriptor instead.
func (*CommandSpec) EqualMessageVT ¶
func (this *CommandSpec) EqualMessageVT(thatMsg proto.Message) bool
func (*CommandSpec) EqualVT ¶
func (this *CommandSpec) EqualVT(that *CommandSpec) bool
func (*CommandSpec) GetOperation ¶
func (x *CommandSpec) GetOperation() string
func (*CommandSpec) GetSessionId ¶
func (x *CommandSpec) GetSessionId() string
func (*CommandSpec) GetType ¶
func (x *CommandSpec) GetType() *v1.TypeMeta
func (*CommandSpec) GetTypePayload ¶
func (x *CommandSpec) GetTypePayload() []byte
func (*CommandSpec) MarshalToSizedBufferVT ¶
func (m *CommandSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CommandSpec) MarshalToSizedBufferVTStrict ¶
func (m *CommandSpec) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CommandSpec) MarshalToVT ¶
func (m *CommandSpec) MarshalToVT(dAtA []byte) (int, error)
func (*CommandSpec) MarshalToVTStrict ¶
func (m *CommandSpec) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CommandSpec) MarshalVT ¶
func (m *CommandSpec) MarshalVT() (dAtA []byte, err error)
func (*CommandSpec) MarshalVTStrict ¶
func (m *CommandSpec) MarshalVTStrict() (dAtA []byte, err error)
func (*CommandSpec) ProtoMessage ¶
func (*CommandSpec) ProtoMessage()
func (*CommandSpec) ProtoReflect ¶
func (x *CommandSpec) ProtoReflect() protoreflect.Message
func (*CommandSpec) Reset ¶
func (x *CommandSpec) Reset()
func (*CommandSpec) SizeVT ¶
func (m *CommandSpec) SizeVT() (n int)
func (*CommandSpec) String ¶
func (x *CommandSpec) String() string
func (*CommandSpec) UnmarshalVT ¶
func (m *CommandSpec) UnmarshalVT(dAtA []byte) error
func (*CommandSpec) UnmarshalVTUnsafe ¶
func (m *CommandSpec) UnmarshalVTUnsafe(dAtA []byte) error
type CommandStatus ¶
type CommandStatus struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` QuerySubject string `protobuf:"bytes,10,opt,name=query_subject,json=querySubject,proto3" json:"query_subject,omitempty"` Status *v11.Status `protobuf:"bytes,20,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CommandStatus) CloneMessageVT ¶
func (m *CommandStatus) CloneMessageVT() proto.Message
func (*CommandStatus) CloneVT ¶
func (m *CommandStatus) CloneVT() *CommandStatus
func (*CommandStatus) Descriptor
deprecated
func (*CommandStatus) Descriptor() ([]byte, []int)
Deprecated: Use CommandStatus.ProtoReflect.Descriptor instead.
func (*CommandStatus) EqualMessageVT ¶
func (this *CommandStatus) EqualMessageVT(thatMsg proto.Message) bool
func (*CommandStatus) EqualVT ¶
func (this *CommandStatus) EqualVT(that *CommandStatus) bool
func (*CommandStatus) GetId ¶
func (x *CommandStatus) GetId() string
func (*CommandStatus) GetQuerySubject ¶
func (x *CommandStatus) GetQuerySubject() string
func (*CommandStatus) GetStatus ¶
func (x *CommandStatus) GetStatus() *v11.Status
func (*CommandStatus) MarshalToSizedBufferVT ¶
func (m *CommandStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CommandStatus) MarshalToSizedBufferVTStrict ¶
func (m *CommandStatus) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CommandStatus) MarshalToVT ¶
func (m *CommandStatus) MarshalToVT(dAtA []byte) (int, error)
func (*CommandStatus) MarshalToVTStrict ¶
func (m *CommandStatus) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CommandStatus) MarshalVT ¶
func (m *CommandStatus) MarshalVT() (dAtA []byte, err error)
func (*CommandStatus) MarshalVTStrict ¶
func (m *CommandStatus) MarshalVTStrict() (dAtA []byte, err error)
func (*CommandStatus) ProtoMessage ¶
func (*CommandStatus) ProtoMessage()
func (*CommandStatus) ProtoReflect ¶
func (x *CommandStatus) ProtoReflect() protoreflect.Message
func (*CommandStatus) Reset ¶
func (x *CommandStatus) Reset()
func (*CommandStatus) SizeVT ¶
func (m *CommandStatus) SizeVT() (n int)
func (*CommandStatus) String ¶
func (x *CommandStatus) String() string
func (*CommandStatus) UnmarshalVT ¶
func (m *CommandStatus) UnmarshalVT(dAtA []byte) error
func (*CommandStatus) UnmarshalVTUnsafe ¶
func (m *CommandStatus) UnmarshalVTUnsafe(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.