Documentation
¶
Index ¶
- Constants
- Variables
- type InitPluginResponse
- func (x *InitPluginResponse) GetConfig() map[string]string
- func (*InitPluginResponse) ProtoMessage()
- func (x *InitPluginResponse) ProtoReflect() protoreflect.Message
- func (x *InitPluginResponse) Reset()
- func (x *InitPluginResponse) SetConfig(v map[string]string)
- func (x *InitPluginResponse) String() string
- type InitPluginResponse_builder
- type InitialStreamInputRequest
- func (x *InitialStreamInputRequest) ClearId()
- func (x *InitialStreamInputRequest) GetId() string
- func (x *InitialStreamInputRequest) HasId() bool
- func (*InitialStreamInputRequest) ProtoMessage()
- func (x *InitialStreamInputRequest) ProtoReflect() protoreflect.Message
- func (x *InitialStreamInputRequest) Reset()
- func (x *InitialStreamInputRequest) SetId(v string)
- func (x *InitialStreamInputRequest) String() string
- type InitialStreamInputRequest_builder
- type InputData
- type InputData_builder
- type OutputData
- func (x *OutputData) ClearChannel()
- func (x *OutputData) ClearData()
- func (x *OutputData) GetChannel() OutputData_Channel
- func (x *OutputData) GetData() []byte
- func (x *OutputData) HasChannel() bool
- func (x *OutputData) HasData() bool
- func (*OutputData) ProtoMessage()
- func (x *OutputData) ProtoReflect() protoreflect.Message
- func (x *OutputData) Reset()
- func (x *OutputData) SetChannel(v OutputData_Channel)
- func (x *OutputData) SetData(v []byte)
- func (x *OutputData) String() string
- type OutputData_Channel
- type OutputData_builder
- type PluginID
- func (x *PluginID) ClearName()
- func (x *PluginID) ClearType()
- func (x *PluginID) GetName() string
- func (x *PluginID) GetType() string
- func (x *PluginID) HasName() bool
- func (x *PluginID) HasType() bool
- func (*PluginID) ProtoMessage()
- func (x *PluginID) ProtoReflect() protoreflect.Message
- func (x *PluginID) Reset()
- func (x *PluginID) SetName(v string)
- func (x *PluginID) SetType(v string)
- func (x *PluginID) String() string
- type PluginID_builder
- type PluginMetadata
- func (x *PluginMetadata) ClearId()
- func (x *PluginMetadata) GetDependencies() []*PluginID
- func (x *PluginMetadata) GetId() *PluginID
- func (x *PluginMetadata) GetLabels() map[string]string
- func (x *PluginMetadata) HasId() bool
- func (*PluginMetadata) ProtoMessage()
- func (x *PluginMetadata) ProtoReflect() protoreflect.Message
- func (x *PluginMetadata) Reset()
- func (x *PluginMetadata) SetDependencies(v []*PluginID)
- func (x *PluginMetadata) SetId(v *PluginID)
- func (x *PluginMetadata) SetLabels(v map[string]string)
- func (x *PluginMetadata) String() string
- type PluginMetadata_builder
- type StreamInputRequest
- func (x *StreamInputRequest) ClearInitialRequest()
- func (x *StreamInputRequest) ClearInputData()
- func (x *StreamInputRequest) ClearInputRequestType()
- func (x *StreamInputRequest) GetInitialRequest() *InitialStreamInputRequest
- func (x *StreamInputRequest) GetInputData() *InputData
- func (x *StreamInputRequest) HasInitialRequest() bool
- func (x *StreamInputRequest) HasInputData() bool
- func (x *StreamInputRequest) HasInputRequestType() bool
- func (*StreamInputRequest) ProtoMessage()
- func (x *StreamInputRequest) ProtoReflect() protoreflect.Message
- func (x *StreamInputRequest) Reset()
- func (x *StreamInputRequest) SetInitialRequest(v *InitialStreamInputRequest)
- func (x *StreamInputRequest) SetInputData(v *InputData)
- func (x *StreamInputRequest) String() string
- func (x *StreamInputRequest) WhichInputRequestType() case_StreamInputRequest_InputRequestType
- type StreamInputRequest_builder
- type StreamOutputRequest
- func (x *StreamOutputRequest) ClearId()
- func (x *StreamOutputRequest) GetId() string
- func (x *StreamOutputRequest) HasId() bool
- func (*StreamOutputRequest) ProtoMessage()
- func (x *StreamOutputRequest) ProtoReflect() protoreflect.Message
- func (x *StreamOutputRequest) Reset()
- func (x *StreamOutputRequest) SetId(v string)
- func (x *StreamOutputRequest) String() string
- type StreamOutputRequest_builder
Constants ¶
View Source
const StreamInputRequest_InitialRequest_case case_StreamInputRequest_InputRequestType = 1
View Source
const StreamInputRequest_InputData_case case_StreamInputRequest_InputRequestType = 2
View Source
const StreamInputRequest_InputRequestType_not_set_case case_StreamInputRequest_InputRequestType = 0
Variables ¶
View Source
var ( OutputData_Channel_name = map[int32]string{ 0: "INVALID", 1: "STDOUT", 2: "STDERR", } OutputData_Channel_value = map[string]int32{ "INVALID": 0, "STDOUT": 1, "STDERR": 2, } )
Enum value maps for OutputData_Channel.
View Source
var File_plugin_v1alpha2_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InitPluginResponse ¶
type InitPluginResponse struct {
// contains filtered or unexported fields
}
func (*InitPluginResponse) GetConfig ¶
func (x *InitPluginResponse) GetConfig() map[string]string
func (*InitPluginResponse) ProtoMessage ¶
func (*InitPluginResponse) ProtoMessage()
func (*InitPluginResponse) ProtoReflect ¶
func (x *InitPluginResponse) ProtoReflect() protoreflect.Message
func (*InitPluginResponse) Reset ¶
func (x *InitPluginResponse) Reset()
func (*InitPluginResponse) SetConfig ¶
func (x *InitPluginResponse) SetConfig(v map[string]string)
func (*InitPluginResponse) String ¶
func (x *InitPluginResponse) String() string
type InitPluginResponse_builder ¶
type InitPluginResponse_builder struct {
Config map[string]string
// contains filtered or unexported fields
}
func (InitPluginResponse_builder) Build ¶
func (b0 InitPluginResponse_builder) Build() *InitPluginResponse
type InitialStreamInputRequest ¶
type InitialStreamInputRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*InitialStreamInputRequest) ClearId ¶
func (x *InitialStreamInputRequest) ClearId()
func (*InitialStreamInputRequest) GetId ¶
func (x *InitialStreamInputRequest) GetId() string
func (*InitialStreamInputRequest) HasId ¶
func (x *InitialStreamInputRequest) HasId() bool
func (*InitialStreamInputRequest) ProtoMessage ¶
func (*InitialStreamInputRequest) ProtoMessage()
func (*InitialStreamInputRequest) ProtoReflect ¶
func (x *InitialStreamInputRequest) ProtoReflect() protoreflect.Message
func (*InitialStreamInputRequest) Reset ¶
func (x *InitialStreamInputRequest) Reset()
func (*InitialStreamInputRequest) SetId ¶
func (x *InitialStreamInputRequest) SetId(v string)
func (*InitialStreamInputRequest) String ¶
func (x *InitialStreamInputRequest) String() string
type InitialStreamInputRequest_builder ¶
type InitialStreamInputRequest_builder struct {
Id *string
// contains filtered or unexported fields
}
func (InitialStreamInputRequest_builder) Build ¶
func (b0 InitialStreamInputRequest_builder) Build() *InitialStreamInputRequest
type InputData ¶
type InputData struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*InputData) ProtoMessage ¶
func (*InputData) ProtoMessage()
func (*InputData) ProtoReflect ¶
func (x *InputData) ProtoReflect() protoreflect.Message
type InputData_builder ¶
type InputData_builder struct {
Data []byte
// contains filtered or unexported fields
}
func (InputData_builder) Build ¶
func (b0 InputData_builder) Build() *InputData
type OutputData ¶
type OutputData struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*OutputData) ClearChannel ¶
func (x *OutputData) ClearChannel()
func (*OutputData) ClearData ¶
func (x *OutputData) ClearData()
func (*OutputData) GetChannel ¶
func (x *OutputData) GetChannel() OutputData_Channel
func (*OutputData) GetData ¶
func (x *OutputData) GetData() []byte
func (*OutputData) HasChannel ¶
func (x *OutputData) HasChannel() bool
func (*OutputData) HasData ¶
func (x *OutputData) HasData() bool
func (*OutputData) ProtoMessage ¶
func (*OutputData) ProtoMessage()
func (*OutputData) ProtoReflect ¶
func (x *OutputData) ProtoReflect() protoreflect.Message
func (*OutputData) Reset ¶
func (x *OutputData) Reset()
func (*OutputData) SetChannel ¶
func (x *OutputData) SetChannel(v OutputData_Channel)
func (*OutputData) SetData ¶
func (x *OutputData) SetData(v []byte)
func (*OutputData) String ¶
func (x *OutputData) String() string
type OutputData_Channel ¶
type OutputData_Channel int32
const ( OutputData_INVALID OutputData_Channel = 0 OutputData_STDOUT OutputData_Channel = 1 OutputData_STDERR OutputData_Channel = 2 )
func (OutputData_Channel) Descriptor ¶
func (OutputData_Channel) Descriptor() protoreflect.EnumDescriptor
func (OutputData_Channel) Enum ¶
func (x OutputData_Channel) Enum() *OutputData_Channel
func (OutputData_Channel) Number ¶
func (x OutputData_Channel) Number() protoreflect.EnumNumber
func (OutputData_Channel) String ¶
func (x OutputData_Channel) String() string
func (OutputData_Channel) Type ¶
func (OutputData_Channel) Type() protoreflect.EnumType
type OutputData_builder ¶
type OutputData_builder struct {
Channel *OutputData_Channel
Data []byte
// contains filtered or unexported fields
}
func (OutputData_builder) Build ¶
func (b0 OutputData_builder) Build() *OutputData
type PluginID ¶
type PluginID struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*PluginID) ProtoMessage ¶
func (*PluginID) ProtoMessage()
func (*PluginID) ProtoReflect ¶
func (x *PluginID) ProtoReflect() protoreflect.Message
type PluginID_builder ¶
type PluginID_builder struct {
Type *string
Name *string
// contains filtered or unexported fields
}
func (PluginID_builder) Build ¶
func (b0 PluginID_builder) Build() *PluginID
type PluginMetadata ¶
type PluginMetadata struct {
// contains filtered or unexported fields
}
func (*PluginMetadata) ClearId ¶
func (x *PluginMetadata) ClearId()
func (*PluginMetadata) GetDependencies ¶
func (x *PluginMetadata) GetDependencies() []*PluginID
func (*PluginMetadata) GetId ¶
func (x *PluginMetadata) GetId() *PluginID
func (*PluginMetadata) GetLabels ¶
func (x *PluginMetadata) GetLabels() map[string]string
func (*PluginMetadata) HasId ¶
func (x *PluginMetadata) HasId() bool
func (*PluginMetadata) ProtoMessage ¶
func (*PluginMetadata) ProtoMessage()
func (*PluginMetadata) ProtoReflect ¶
func (x *PluginMetadata) ProtoReflect() protoreflect.Message
func (*PluginMetadata) Reset ¶
func (x *PluginMetadata) Reset()
func (*PluginMetadata) SetDependencies ¶
func (x *PluginMetadata) SetDependencies(v []*PluginID)
func (*PluginMetadata) SetId ¶
func (x *PluginMetadata) SetId(v *PluginID)
func (*PluginMetadata) SetLabels ¶
func (x *PluginMetadata) SetLabels(v map[string]string)
func (*PluginMetadata) String ¶
func (x *PluginMetadata) String() string
type PluginMetadata_builder ¶
type PluginMetadata_builder struct {
Id *PluginID
Dependencies []*PluginID
Labels map[string]string
// contains filtered or unexported fields
}
func (PluginMetadata_builder) Build ¶
func (b0 PluginMetadata_builder) Build() *PluginMetadata
type StreamInputRequest ¶
type StreamInputRequest struct {
// contains filtered or unexported fields
}
func (*StreamInputRequest) ClearInitialRequest ¶
func (x *StreamInputRequest) ClearInitialRequest()
func (*StreamInputRequest) ClearInputData ¶
func (x *StreamInputRequest) ClearInputData()
func (*StreamInputRequest) ClearInputRequestType ¶
func (x *StreamInputRequest) ClearInputRequestType()
func (*StreamInputRequest) GetInitialRequest ¶
func (x *StreamInputRequest) GetInitialRequest() *InitialStreamInputRequest
func (*StreamInputRequest) GetInputData ¶
func (x *StreamInputRequest) GetInputData() *InputData
func (*StreamInputRequest) HasInitialRequest ¶
func (x *StreamInputRequest) HasInitialRequest() bool
func (*StreamInputRequest) HasInputData ¶
func (x *StreamInputRequest) HasInputData() bool
func (*StreamInputRequest) HasInputRequestType ¶
func (x *StreamInputRequest) HasInputRequestType() bool
func (*StreamInputRequest) ProtoMessage ¶
func (*StreamInputRequest) ProtoMessage()
func (*StreamInputRequest) ProtoReflect ¶
func (x *StreamInputRequest) ProtoReflect() protoreflect.Message
func (*StreamInputRequest) Reset ¶
func (x *StreamInputRequest) Reset()
func (*StreamInputRequest) SetInitialRequest ¶
func (x *StreamInputRequest) SetInitialRequest(v *InitialStreamInputRequest)
func (*StreamInputRequest) SetInputData ¶
func (x *StreamInputRequest) SetInputData(v *InputData)
func (*StreamInputRequest) String ¶
func (x *StreamInputRequest) String() string
func (*StreamInputRequest) WhichInputRequestType ¶
func (x *StreamInputRequest) WhichInputRequestType() case_StreamInputRequest_InputRequestType
type StreamInputRequest_builder ¶
type StreamInputRequest_builder struct {
// Fields of oneof xxx_hidden_InputRequestType:
InitialRequest *InitialStreamInputRequest
InputData *InputData
// contains filtered or unexported fields
}
func (StreamInputRequest_builder) Build ¶
func (b0 StreamInputRequest_builder) Build() *StreamInputRequest
type StreamOutputRequest ¶
type StreamOutputRequest struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*StreamOutputRequest) ClearId ¶
func (x *StreamOutputRequest) ClearId()
func (*StreamOutputRequest) GetId ¶
func (x *StreamOutputRequest) GetId() string
func (*StreamOutputRequest) HasId ¶
func (x *StreamOutputRequest) HasId() bool
func (*StreamOutputRequest) ProtoMessage ¶
func (*StreamOutputRequest) ProtoMessage()
func (*StreamOutputRequest) ProtoReflect ¶
func (x *StreamOutputRequest) ProtoReflect() protoreflect.Message
func (*StreamOutputRequest) Reset ¶
func (x *StreamOutputRequest) Reset()
func (*StreamOutputRequest) SetId ¶
func (x *StreamOutputRequest) SetId(v string)
func (*StreamOutputRequest) String ¶
func (x *StreamOutputRequest) String() string
type StreamOutputRequest_builder ¶
type StreamOutputRequest_builder struct {
Id *string
// contains filtered or unexported fields
}
func (StreamOutputRequest_builder) Build ¶
func (b0 StreamOutputRequest_builder) Build() *StreamOutputRequest
Click to show internal directories.
Click to hide internal directories.