Versions in this module Expand all Collapse all v0 v0.5.2 Mar 28, 2026 v0.5.1 Mar 28, 2026 v0.5.0 Mar 20, 2026 v0.4.1 Mar 18, 2026 v0.4.0 Mar 16, 2026 v0.3.1 Mar 14, 2026 v0.3.0 Mar 12, 2026 v0.2.1 Mar 10, 2026 v0.2.0 Mar 6, 2026 Changes in this version + var LogLevel_name = map[int32]string + var LogLevel_value = map[string]int32 + type LogLevel int32 + const LogLevel_LOG_LEVEL_DEBUG + const LogLevel_LOG_LEVEL_ERROR + const LogLevel_LOG_LEVEL_FATAL + const LogLevel_LOG_LEVEL_INFO + const LogLevel_LOG_LEVEL_TRACE + const LogLevel_LOG_LEVEL_UNSPECIFIED + const LogLevel_LOG_LEVEL_WARN + func (LogLevel) Descriptor() protoreflect.EnumDescriptor + func (LogLevel) EnumDescriptor() ([]byte, []int) + func (LogLevel) Type() protoreflect.EnumType + func (x LogLevel) Enum() *LogLevel + func (x LogLevel) Number() protoreflect.EnumNumber + func (x LogLevel) String() string type LogLine + Level LogLevel + func (x *LogLine) GetLevel() LogLevel type LogSessionStatus + const LogSessionStatus_LOG_SESSION_STATUS_CONNECTING + const LogSessionStatus_LOG_SESSION_STATUS_INITIALIZING type LogStreamEventType + const LogStreamEventType_LOG_STREAM_EVENT_SESSION_READY v0.1.2 Feb 26, 2026 v0.1.1 Feb 25, 2026 Changes in this version + const PluginLifecycle_GetCapabilities_FullMethodName + const PluginLifecycle_GetInfo_FullMethodName + const PluginLifecycle_HealthCheck_FullMethodName + var File_proto_lifecycle_proto protoreflect.FileDescriptor + var PluginLifecycle_ServiceDesc = grpc.ServiceDesc + var ServingStatus_name = map[int32]string + var ServingStatus_value = map[string]int32 + func RegisterPluginLifecycleServer(s grpc.ServiceRegistrar, srv PluginLifecycleServer) + type GetCapabilitiesResponse struct + Capabilities []string + func (*GetCapabilitiesResponse) Descriptor() ([]byte, []int) + func (*GetCapabilitiesResponse) ProtoMessage() + func (x *GetCapabilitiesResponse) GetCapabilities() []string + func (x *GetCapabilitiesResponse) ProtoReflect() protoreflect.Message + func (x *GetCapabilitiesResponse) Reset() + func (x *GetCapabilitiesResponse) String() string + type GetInfoResponse struct + PluginId string + SdkProtocolVersion int32 + Version string + func (*GetInfoResponse) Descriptor() ([]byte, []int) + func (*GetInfoResponse) ProtoMessage() + func (x *GetInfoResponse) GetPluginId() string + func (x *GetInfoResponse) GetSdkProtocolVersion() int32 + func (x *GetInfoResponse) GetVersion() string + func (x *GetInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetInfoResponse) Reset() + func (x *GetInfoResponse) String() string + type HealthCheckResponse struct + Status ServingStatus + func (*HealthCheckResponse) Descriptor() ([]byte, []int) + func (*HealthCheckResponse) ProtoMessage() + func (x *HealthCheckResponse) GetStatus() ServingStatus + func (x *HealthCheckResponse) ProtoReflect() protoreflect.Message + func (x *HealthCheckResponse) Reset() + func (x *HealthCheckResponse) String() string + type PluginLifecycleClient interface + GetCapabilities func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCapabilitiesResponse, error) + GetInfo func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetInfoResponse, error) + HealthCheck func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*HealthCheckResponse, error) + func NewPluginLifecycleClient(cc grpc.ClientConnInterface) PluginLifecycleClient + type PluginLifecycleServer interface + GetCapabilities func(context.Context, *emptypb.Empty) (*GetCapabilitiesResponse, error) + GetInfo func(context.Context, *emptypb.Empty) (*GetInfoResponse, error) + HealthCheck func(context.Context, *emptypb.Empty) (*HealthCheckResponse, error) + type ServingStatus int32 + const ServingStatus_NOT_SERVING + const ServingStatus_SERVING + const ServingStatus_UNKNOWN + func (ServingStatus) Descriptor() protoreflect.EnumDescriptor + func (ServingStatus) EnumDescriptor() ([]byte, []int) + func (ServingStatus) Type() protoreflect.EnumType + func (x ServingStatus) Enum() *ServingStatus + func (x ServingStatus) Number() protoreflect.EnumNumber + func (x ServingStatus) String() string + type UnimplementedPluginLifecycleServer struct + func (UnimplementedPluginLifecycleServer) GetCapabilities(context.Context, *emptypb.Empty) (*GetCapabilitiesResponse, error) + func (UnimplementedPluginLifecycleServer) GetInfo(context.Context, *emptypb.Empty) (*GetInfoResponse, error) + func (UnimplementedPluginLifecycleServer) HealthCheck(context.Context, *emptypb.Empty) (*HealthCheckResponse, error) + type UnsafePluginLifecycleServer interface v0.1.0 Feb 25, 2026 Changes in this version + const Command_Call_FullMethodName + const ExecPlugin_AttachSession_FullMethodName + const ExecPlugin_CloseSession_FullMethodName + const ExecPlugin_CreateSession_FullMethodName + const ExecPlugin_DetachSession_FullMethodName + const ExecPlugin_GetSession_FullMethodName + const ExecPlugin_GetSupportedResources_FullMethodName + const ExecPlugin_ListSessions_FullMethodName + const ExecPlugin_ResizeSession_FullMethodName + const ExecPlugin_Stream_FullMethodName + const LogPlugin_CloseSession_FullMethodName + const LogPlugin_CreateSession_FullMethodName + const LogPlugin_GetSession_FullMethodName + const LogPlugin_GetSupportedResources_FullMethodName + const LogPlugin_ListSessions_FullMethodName + const LogPlugin_Stream_FullMethodName + const LogPlugin_UpdateSessionOptions_FullMethodName + const MetricPlugin_GetSupportedResources_FullMethodName + const MetricPlugin_Query_FullMethodName + const MetricPlugin_StreamMetrics_FullMethodName + const NetworkerPlugin_ClosePortForwardSession_FullMethodName + const NetworkerPlugin_FindPortForwardSessions_FullMethodName + const NetworkerPlugin_GetPortForwardSession_FullMethodName + const NetworkerPlugin_GetSupportedPortForwardTargets_FullMethodName + const NetworkerPlugin_ListPortForwardSessions_FullMethodName + const NetworkerPlugin_StartPortForwardSession_FullMethodName + const ResourcePlugin_Create_FullMethodName + const ResourcePlugin_DeleteConnection_FullMethodName + const ResourcePlugin_Delete_FullMethodName + const ResourcePlugin_EnsureInformerForResource_FullMethodName + const ResourcePlugin_ExecuteAction_FullMethodName + const ResourcePlugin_Find_FullMethodName + const ResourcePlugin_GetActions_FullMethodName + const ResourcePlugin_GetConnectionNamespaces_FullMethodName + const ResourcePlugin_GetConnection_FullMethodName + const ResourcePlugin_GetDefaultLayout_FullMethodName + const ResourcePlugin_GetEditorSchemas_FullMethodName + const ResourcePlugin_GetInformerState_FullMethodName + const ResourcePlugin_GetLayout_FullMethodName + const ResourcePlugin_GetResourceDefinition_FullMethodName + const ResourcePlugin_GetResourceGroup_FullMethodName + const ResourcePlugin_GetResourceGroups_FullMethodName + const ResourcePlugin_GetResourceType_FullMethodName + const ResourcePlugin_GetResourceTypes_FullMethodName + const ResourcePlugin_Get_FullMethodName + const ResourcePlugin_HasInformer_FullMethodName + const ResourcePlugin_HasResourceType_FullMethodName + const ResourcePlugin_ListConnections_FullMethodName + const ResourcePlugin_List_FullMethodName + const ResourcePlugin_ListenForEvents_FullMethodName + const ResourcePlugin_LoadConnections_FullMethodName + const ResourcePlugin_SetLayout_FullMethodName + const ResourcePlugin_StartConnectionInformer_FullMethodName + const ResourcePlugin_StartConnection_FullMethodName + const ResourcePlugin_StopConnectionInformer_FullMethodName + const ResourcePlugin_StopConnection_FullMethodName + const ResourcePlugin_StreamAction_FullMethodName + const ResourcePlugin_UpdateConnection_FullMethodName + const ResourcePlugin_Update_FullMethodName + const ResourcePlugin_WatchConnections_FullMethodName + const SettingsPlugin_GetSettingValue_FullMethodName + const SettingsPlugin_GetSetting_FullMethodName + const SettingsPlugin_ListSettings_FullMethodName + const SettingsPlugin_SetSetting_FullMethodName + const SettingsPlugin_SetSettings_FullMethodName + const Stream_Publish_FullMethodName + const Stream_Run_FullMethodName + const Stream_Subscribe_FullMethodName + var ActionScope_name = map[int32]string + var ActionScope_value = map[string]int32 + var ColumnDef_AccessorPriority_name = map[int32]string + var ColumnDef_AccessorPriority_value = map[string]int32 + var ColumnDef_Alignment_name = map[int32]string + var ColumnDef_Alignment_value = map[string]int32 + var ColumnDef_Formatter_name = map[int32]string + var ColumnDef_Formatter_value = map[string]int32 + var Command_ServiceDesc = grpc.ServiceDesc + var ConnectionStatus_Status_name = map[int32]string + var ConnectionStatus_Status_value = map[string]int32 + var ExecPlugin_ServiceDesc = grpc.ServiceDesc + var File_proto_command_proto protoreflect.FileDescriptor + var File_proto_exec_proto protoreflect.FileDescriptor + var File_proto_logs_proto protoreflect.FileDescriptor + var File_proto_metric_proto protoreflect.FileDescriptor + var File_proto_networker_proto protoreflect.FileDescriptor + var File_proto_resource_common_proto protoreflect.FileDescriptor + var File_proto_resource_connection_proto protoreflect.FileDescriptor + var File_proto_resource_informer_proto protoreflect.FileDescriptor + var File_proto_resource_layout_proto protoreflect.FileDescriptor + var File_proto_resource_proto protoreflect.FileDescriptor + var File_proto_settings_proto protoreflect.FileDescriptor + var InformerResourceState_name = map[int32]string + var InformerResourceState_value = map[string]int32 + var InformerSyncPolicy_name = map[int32]string + var InformerSyncPolicy_value = map[string]int32 + var LogLineOrigin_name = map[int32]string + var LogLineOrigin_value = map[string]int32 + var LogPlugin_ServiceDesc = grpc.ServiceDesc + var LogSessionStatus_name = map[int32]string + var LogSessionStatus_value = map[string]int32 + var LogStreamCommand_name = map[int32]string + var LogStreamCommand_value = map[string]int32 + var LogStreamEventType_name = map[int32]string + var LogStreamEventType_value = map[string]int32 + var MetricPlugin_ServiceDesc = grpc.ServiceDesc + var MetricShape_name = map[int32]string + var MetricShape_value = map[string]int32 + var MetricStreamCommand_name = map[int32]string + var MetricStreamCommand_value = map[string]int32 + var MetricUnit_name = map[int32]string + var MetricUnit_value = map[string]int32 + var NetworkerPlugin_ServiceDesc = grpc.ServiceDesc + var PortForwardProtocol_name = map[int32]string + var PortForwardProtocol_value = map[string]int32 + var PortForwardSession_SessionState_name = map[int32]string + var PortForwardSession_SessionState_value = map[string]int32 + var PublishStreamResponse_Status_name = map[int32]string + var PublishStreamResponse_Status_value = map[string]int32 + var ResourceAction_Variant_name = map[int32]string + var ResourceAction_Variant_value = map[string]int32 + var ResourcePlugin_ServiceDesc = grpc.ServiceDesc + var SettingType_name = map[int32]string + var SettingType_value = map[string]int32 + var SettingsPlugin_ServiceDesc = grpc.ServiceDesc + var StreamOutput_Target_name = map[int32]string + var StreamOutput_Target_value = map[string]int32 + var StreamSignal_name = map[int32]string + var StreamSignal_value = map[string]int32 + var Stream_ServiceDesc = grpc.ServiceDesc + var SubscribeStreamResponse_Status_name = map[int32]string + var SubscribeStreamResponse_Status_value = map[string]int32 + var VisualResourceComponent_ComponentType_name = map[int32]string + var VisualResourceComponent_ComponentType_value = map[string]int32 + func RegisterCommandServer(s grpc.ServiceRegistrar, srv CommandServer) + func RegisterExecPluginServer(s grpc.ServiceRegistrar, srv ExecPluginServer) + func RegisterLogPluginServer(s grpc.ServiceRegistrar, srv LogPluginServer) + func RegisterMetricPluginServer(s grpc.ServiceRegistrar, srv MetricPluginServer) + func RegisterNetworkerPluginServer(s grpc.ServiceRegistrar, srv NetworkerPluginServer) + func RegisterResourcePluginServer(s grpc.ServiceRegistrar, srv ResourcePluginServer) + func RegisterSettingsPluginServer(s grpc.ServiceRegistrar, srv SettingsPluginServer) + func RegisterStreamServer(s grpc.ServiceRegistrar, srv StreamServer) + type ActionDescriptor struct + Description string + Icon string + Id string + Label string + Scope ActionScope + Streaming bool + func (*ActionDescriptor) Descriptor() ([]byte, []int) + func (*ActionDescriptor) ProtoMessage() + func (x *ActionDescriptor) GetDescription() string + func (x *ActionDescriptor) GetIcon() string + func (x *ActionDescriptor) GetId() string + func (x *ActionDescriptor) GetLabel() string + func (x *ActionDescriptor) GetScope() ActionScope + func (x *ActionDescriptor) GetStreaming() bool + func (x *ActionDescriptor) ProtoReflect() protoreflect.Message + func (x *ActionDescriptor) Reset() + func (x *ActionDescriptor) String() string + type ActionScope int32 + const ActionScope_ACTION_SCOPE_INSTANCE + const ActionScope_ACTION_SCOPE_TYPE + func (ActionScope) Descriptor() protoreflect.EnumDescriptor + func (ActionScope) EnumDescriptor() ([]byte, []int) + func (ActionScope) Type() protoreflect.EnumType + func (x ActionScope) Enum() *ActionScope + func (x ActionScope) Number() protoreflect.EnumNumber + func (x ActionScope) String() string + type AggregateValue struct + Avg float64 + Count int64 + Labels map[string]string + Max float64 + MetricId string + Min float64 + P50 float64 + P90 float64 + P99 float64 + Sum float64 + Window *durationpb.Duration + func (*AggregateValue) Descriptor() ([]byte, []int) + func (*AggregateValue) ProtoMessage() + func (x *AggregateValue) GetAvg() float64 + func (x *AggregateValue) GetCount() int64 + func (x *AggregateValue) GetLabels() map[string]string + func (x *AggregateValue) GetMax() float64 + func (x *AggregateValue) GetMetricId() string + func (x *AggregateValue) GetMin() float64 + func (x *AggregateValue) GetP50() float64 + func (x *AggregateValue) GetP90() float64 + func (x *AggregateValue) GetP99() float64 + func (x *AggregateValue) GetSum() float64 + func (x *AggregateValue) GetWindow() *durationpb.Duration + func (x *AggregateValue) ProtoReflect() protoreflect.Message + func (x *AggregateValue) Reset() + func (x *AggregateValue) String() string + type AttachSessionRequest struct + Id string + func (*AttachSessionRequest) Descriptor() ([]byte, []int) + func (*AttachSessionRequest) ProtoMessage() + func (x *AttachSessionRequest) GetId() string + func (x *AttachSessionRequest) ProtoReflect() protoreflect.Message + func (x *AttachSessionRequest) Reset() + func (x *AttachSessionRequest) String() string + type AttachSessionResponse struct + Buffer []byte + Session *Session + func (*AttachSessionResponse) Descriptor() ([]byte, []int) + func (*AttachSessionResponse) ProtoMessage() + func (x *AttachSessionResponse) GetBuffer() []byte + func (x *AttachSessionResponse) GetSession() *Session + func (x *AttachSessionResponse) ProtoReflect() protoreflect.Message + func (x *AttachSessionResponse) Reset() + func (x *AttachSessionResponse) String() string + type CallCommandRequest struct + Body []byte + Headers map[string]*StringList + Method string + Path string + PluginContext *PluginContext + Url string + func (*CallCommandRequest) Descriptor() ([]byte, []int) + func (*CallCommandRequest) ProtoMessage() + func (x *CallCommandRequest) GetBody() []byte + func (x *CallCommandRequest) GetHeaders() map[string]*StringList + func (x *CallCommandRequest) GetMethod() string + func (x *CallCommandRequest) GetPath() string + func (x *CallCommandRequest) GetPluginContext() *PluginContext + func (x *CallCommandRequest) GetUrl() string + func (x *CallCommandRequest) ProtoReflect() protoreflect.Message + func (x *CallCommandRequest) Reset() + func (x *CallCommandRequest) String() string + type CallCommandResponse struct + Body []byte + Code int32 + Headers map[string]*StringList + func (*CallCommandResponse) Descriptor() ([]byte, []int) + func (*CallCommandResponse) ProtoMessage() + func (x *CallCommandResponse) GetBody() []byte + func (x *CallCommandResponse) GetCode() int32 + func (x *CallCommandResponse) GetHeaders() map[string]*StringList + func (x *CallCommandResponse) ProtoReflect() protoreflect.Message + func (x *CallCommandResponse) Reset() + func (x *CallCommandResponse) String() string + type CloseLogSessionResponse struct + Error string + Success bool + func (*CloseLogSessionResponse) Descriptor() ([]byte, []int) + func (*CloseLogSessionResponse) ProtoMessage() + func (x *CloseLogSessionResponse) GetError() string + func (x *CloseLogSessionResponse) GetSuccess() bool + func (x *CloseLogSessionResponse) ProtoReflect() protoreflect.Message + func (x *CloseLogSessionResponse) Reset() + func (x *CloseLogSessionResponse) String() string + type CloseSessionRequest struct + Id string + func (*CloseSessionRequest) Descriptor() ([]byte, []int) + func (*CloseSessionRequest) ProtoMessage() + func (x *CloseSessionRequest) GetId() string + func (x *CloseSessionRequest) ProtoReflect() protoreflect.Message + func (x *CloseSessionRequest) Reset() + func (x *CloseSessionRequest) String() string + type CloseSessionResponse struct + Error string + Success bool + func (*CloseSessionResponse) Descriptor() ([]byte, []int) + func (*CloseSessionResponse) ProtoMessage() + func (x *CloseSessionResponse) GetError() string + func (x *CloseSessionResponse) GetSuccess() bool + func (x *CloseSessionResponse) ProtoReflect() protoreflect.Message + func (x *CloseSessionResponse) Reset() + func (x *CloseSessionResponse) String() string + type ColumnDef struct + AccessorPriority ColumnDef_AccessorPriority + Accessors string + Alignment ColumnDef_Alignment + Color string + ColorMap map[string]string + Component string + ComponentParams *anypb.Any + Formatter ColumnDef_Formatter + Header string + Hidden bool + Id string + ResourceLink *ResourceLink + ValueMap map[string]string + Width int32 + func (*ColumnDef) Descriptor() ([]byte, []int) + func (*ColumnDef) ProtoMessage() + func (x *ColumnDef) GetAccessorPriority() ColumnDef_AccessorPriority + func (x *ColumnDef) GetAccessors() string + func (x *ColumnDef) GetAlignment() ColumnDef_Alignment + func (x *ColumnDef) GetColor() string + func (x *ColumnDef) GetColorMap() map[string]string + func (x *ColumnDef) GetComponent() string + func (x *ColumnDef) GetComponentParams() *anypb.Any + func (x *ColumnDef) GetFormatter() ColumnDef_Formatter + func (x *ColumnDef) GetHeader() string + func (x *ColumnDef) GetHidden() bool + func (x *ColumnDef) GetId() string + func (x *ColumnDef) GetResourceLink() *ResourceLink + func (x *ColumnDef) GetValueMap() map[string]string + func (x *ColumnDef) GetWidth() int32 + func (x *ColumnDef) ProtoReflect() protoreflect.Message + func (x *ColumnDef) Reset() + func (x *ColumnDef) String() string + type ColumnDef_AccessorPriority int32 + const ColumnDef_ALL + const ColumnDef_FIRST + const ColumnDef_LAST + func (ColumnDef_AccessorPriority) Descriptor() protoreflect.EnumDescriptor + func (ColumnDef_AccessorPriority) EnumDescriptor() ([]byte, []int) + func (ColumnDef_AccessorPriority) Type() protoreflect.EnumType + func (x ColumnDef_AccessorPriority) Enum() *ColumnDef_AccessorPriority + func (x ColumnDef_AccessorPriority) Number() protoreflect.EnumNumber + func (x ColumnDef_AccessorPriority) String() string + type ColumnDef_Alignment int32 + const ColumnDef_CENTER + const ColumnDef_LEFT + const ColumnDef_RIGHT + func (ColumnDef_Alignment) Descriptor() protoreflect.EnumDescriptor + func (ColumnDef_Alignment) EnumDescriptor() ([]byte, []int) + func (ColumnDef_Alignment) Type() protoreflect.EnumType + func (x ColumnDef_Alignment) Enum() *ColumnDef_Alignment + func (x ColumnDef_Alignment) Number() protoreflect.EnumNumber + func (x ColumnDef_Alignment) String() string + type ColumnDef_Formatter int32 + const ColumnDef_AGE + const ColumnDef_AVG + const ColumnDef_BYTES + const ColumnDef_COUNT + const ColumnDef_DURATION + const ColumnDef_MAX + const ColumnDef_MIN + const ColumnDef_NONE + const ColumnDef_PERCENT + const ColumnDef_SUM + const ColumnDef_TIME + func (ColumnDef_Formatter) Descriptor() protoreflect.EnumDescriptor + func (ColumnDef_Formatter) EnumDescriptor() ([]byte, []int) + func (ColumnDef_Formatter) Type() protoreflect.EnumType + func (x ColumnDef_Formatter) Enum() *ColumnDef_Formatter + func (x ColumnDef_Formatter) Number() protoreflect.EnumNumber + func (x ColumnDef_Formatter) String() string + type CommandClient interface + Call func(ctx context.Context, in *CallCommandRequest, opts ...grpc.CallOption) (*CallCommandResponse, error) + func NewCommandClient(cc grpc.ClientConnInterface) CommandClient + type CommandServer interface + Call func(context.Context, *CallCommandRequest) (*CallCommandResponse, error) + type Connection struct + Avatar string + Data *structpb.Struct + Description string + ExpiryTime *durationpb.Duration + Id string + Labels *structpb.Struct + LastRefresh *timestamppb.Timestamp + Name string + Uid string + func (*Connection) Descriptor() ([]byte, []int) + func (*Connection) ProtoMessage() + func (x *Connection) GetAvatar() string + func (x *Connection) GetData() *structpb.Struct + func (x *Connection) GetDescription() string + func (x *Connection) GetExpiryTime() *durationpb.Duration + func (x *Connection) GetId() string + func (x *Connection) GetLabels() *structpb.Struct + func (x *Connection) GetLastRefresh() *timestamppb.Timestamp + func (x *Connection) GetName() string + func (x *Connection) GetUid() string + func (x *Connection) ProtoReflect() protoreflect.Message + func (x *Connection) Reset() + func (x *Connection) String() string + type ConnectionList struct + Connections []*Connection + func (*ConnectionList) Descriptor() ([]byte, []int) + func (*ConnectionList) ProtoMessage() + func (x *ConnectionList) GetConnections() []*Connection + func (x *ConnectionList) ProtoReflect() protoreflect.Message + func (x *ConnectionList) Reset() + func (x *ConnectionList) String() string + type ConnectionNamespacesResponse struct + Namespaces []string + func (*ConnectionNamespacesResponse) Descriptor() ([]byte, []int) + func (*ConnectionNamespacesResponse) ProtoMessage() + func (x *ConnectionNamespacesResponse) GetNamespaces() []string + func (x *ConnectionNamespacesResponse) ProtoReflect() protoreflect.Message + func (x *ConnectionNamespacesResponse) Reset() + func (x *ConnectionNamespacesResponse) String() string + type ConnectionRequest struct + Id string + func (*ConnectionRequest) Descriptor() ([]byte, []int) + func (*ConnectionRequest) ProtoMessage() + func (x *ConnectionRequest) GetId() string + func (x *ConnectionRequest) ProtoReflect() protoreflect.Message + func (x *ConnectionRequest) Reset() + func (x *ConnectionRequest) String() string + type ConnectionStatus struct + Connection *Connection + Details string + Error string + Status ConnectionStatus_Status + func (*ConnectionStatus) Descriptor() ([]byte, []int) + func (*ConnectionStatus) ProtoMessage() + func (x *ConnectionStatus) GetConnection() *Connection + func (x *ConnectionStatus) GetDetails() string + func (x *ConnectionStatus) GetError() string + func (x *ConnectionStatus) GetStatus() ConnectionStatus_Status + func (x *ConnectionStatus) ProtoReflect() protoreflect.Message + func (x *ConnectionStatus) Reset() + func (x *ConnectionStatus) String() string + type ConnectionStatus_Status int32 + const ConnectionStatus_BAD_REQUEST + const ConnectionStatus_CONNECTED + const ConnectionStatus_DISCONNECTED + const ConnectionStatus_ERROR + const ConnectionStatus_FAILED + const ConnectionStatus_FORBIDDEN + const ConnectionStatus_NOT_FOUND + const ConnectionStatus_PENDING + const ConnectionStatus_REQUEST_ENTITY_TOO_LARGE + const ConnectionStatus_TIMEOUT + const ConnectionStatus_UNAUTHORIZED + const ConnectionStatus_UNAVAILABLE + const ConnectionStatus_UNKNOWN + func (ConnectionStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (ConnectionStatus_Status) EnumDescriptor() ([]byte, []int) + func (ConnectionStatus_Status) Type() protoreflect.EnumType + func (x ConnectionStatus_Status) Enum() *ConnectionStatus_Status + func (x ConnectionStatus_Status) Number() protoreflect.EnumNumber + func (x ConnectionStatus_Status) String() string + type CreateLogSessionRequest struct + Options *LogSessionOptions + ResourceData *structpb.Struct + ResourceId string + ResourceKey string + func (*CreateLogSessionRequest) Descriptor() ([]byte, []int) + func (*CreateLogSessionRequest) ProtoMessage() + func (x *CreateLogSessionRequest) GetOptions() *LogSessionOptions + func (x *CreateLogSessionRequest) GetResourceData() *structpb.Struct + func (x *CreateLogSessionRequest) GetResourceId() string + func (x *CreateLogSessionRequest) GetResourceKey() string + func (x *CreateLogSessionRequest) ProtoReflect() protoreflect.Message + func (x *CreateLogSessionRequest) Reset() + func (x *CreateLogSessionRequest) String() string + type CreateLogSessionResponse struct + Error string + Session *LogSession + Success bool + func (*CreateLogSessionResponse) Descriptor() ([]byte, []int) + func (*CreateLogSessionResponse) ProtoMessage() + func (x *CreateLogSessionResponse) GetError() string + func (x *CreateLogSessionResponse) GetSession() *LogSession + func (x *CreateLogSessionResponse) GetSuccess() bool + func (x *CreateLogSessionResponse) ProtoReflect() protoreflect.Message + func (x *CreateLogSessionResponse) Reset() + func (x *CreateLogSessionResponse) String() string + type CreateRequest struct + Context string + Data *structpb.Struct + Id string + Key string + Namespace string + func (*CreateRequest) Descriptor() ([]byte, []int) + func (*CreateRequest) ProtoMessage() + func (x *CreateRequest) GetContext() string + func (x *CreateRequest) GetData() *structpb.Struct + func (x *CreateRequest) GetId() string + func (x *CreateRequest) GetKey() string + func (x *CreateRequest) GetNamespace() string + func (x *CreateRequest) ProtoReflect() protoreflect.Message + func (x *CreateRequest) Reset() + func (x *CreateRequest) String() string + type CreateResponse struct + Data *structpb.Struct + Error *ResourceError + Success bool + func (*CreateResponse) Descriptor() ([]byte, []int) + func (*CreateResponse) ProtoMessage() + func (x *CreateResponse) GetData() *structpb.Struct + func (x *CreateResponse) GetError() *ResourceError + func (x *CreateResponse) GetSuccess() bool + func (x *CreateResponse) ProtoReflect() protoreflect.Message + func (x *CreateResponse) Reset() + func (x *CreateResponse) String() string + type CreateSessionRequest struct + Command string + Id string + Labels map[string]string + Params map[string]string + Tty bool + func (*CreateSessionRequest) Descriptor() ([]byte, []int) + func (*CreateSessionRequest) ProtoMessage() + func (x *CreateSessionRequest) GetCommand() string + func (x *CreateSessionRequest) GetId() string + func (x *CreateSessionRequest) GetLabels() map[string]string + func (x *CreateSessionRequest) GetParams() map[string]string + func (x *CreateSessionRequest) GetTty() bool + func (x *CreateSessionRequest) ProtoReflect() protoreflect.Message + func (x *CreateSessionRequest) Reset() + func (x *CreateSessionRequest) String() string + type CreateSessionResponse struct + Error string + Session *Session + Success bool + func (*CreateSessionResponse) Descriptor() ([]byte, []int) + func (*CreateSessionResponse) ProtoMessage() + func (x *CreateSessionResponse) GetError() string + func (x *CreateSessionResponse) GetSession() *Session + func (x *CreateSessionResponse) GetSuccess() bool + func (x *CreateSessionResponse) ProtoReflect() protoreflect.Message + func (x *CreateSessionResponse) Reset() + func (x *CreateSessionResponse) String() string + type CurrentValue struct + Labels map[string]string + MetricId string + Timestamp *timestamppb.Timestamp + Value float64 + func (*CurrentValue) Descriptor() ([]byte, []int) + func (*CurrentValue) ProtoMessage() + func (x *CurrentValue) GetLabels() map[string]string + func (x *CurrentValue) GetMetricId() string + func (x *CurrentValue) GetTimestamp() *timestamppb.Timestamp + func (x *CurrentValue) GetValue() float64 + func (x *CurrentValue) ProtoReflect() protoreflect.Message + func (x *CurrentValue) Reset() + func (x *CurrentValue) String() string + type DataPoint struct + Labels map[string]string + Timestamp *timestamppb.Timestamp + Value float64 + func (*DataPoint) Descriptor() ([]byte, []int) + func (*DataPoint) ProtoMessage() + func (x *DataPoint) GetLabels() map[string]string + func (x *DataPoint) GetTimestamp() *timestamppb.Timestamp + func (x *DataPoint) GetValue() float64 + func (x *DataPoint) ProtoReflect() protoreflect.Message + func (x *DataPoint) Reset() + func (x *DataPoint) String() string + type DeleteRequest struct + Context string + Id string + Key string + Namespace string + func (*DeleteRequest) Descriptor() ([]byte, []int) + func (*DeleteRequest) ProtoMessage() + func (x *DeleteRequest) GetContext() string + func (x *DeleteRequest) GetId() string + func (x *DeleteRequest) GetKey() string + func (x *DeleteRequest) GetNamespace() string + func (x *DeleteRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRequest) Reset() + func (x *DeleteRequest) String() string + type DeleteResponse struct + Data *structpb.Struct + Error *ResourceError + Success bool + func (*DeleteResponse) Descriptor() ([]byte, []int) + func (*DeleteResponse) ProtoMessage() + func (x *DeleteResponse) GetData() *structpb.Struct + func (x *DeleteResponse) GetError() *ResourceError + func (x *DeleteResponse) GetSuccess() bool + func (x *DeleteResponse) ProtoReflect() protoreflect.Message + func (x *DeleteResponse) Reset() + func (x *DeleteResponse) String() string + type EditorSchema struct + Content []byte + FileMatch string + Language string + ResourceKey string + Uri string + Url string + func (*EditorSchema) Descriptor() ([]byte, []int) + func (*EditorSchema) ProtoMessage() + func (x *EditorSchema) GetContent() []byte + func (x *EditorSchema) GetFileMatch() string + func (x *EditorSchema) GetLanguage() string + func (x *EditorSchema) GetResourceKey() string + func (x *EditorSchema) GetUri() string + func (x *EditorSchema) GetUrl() string + func (x *EditorSchema) ProtoReflect() protoreflect.Message + func (x *EditorSchema) Reset() + func (x *EditorSchema) String() string + type EditorSchemaList struct + Schemas []*EditorSchema + func (*EditorSchemaList) Descriptor() ([]byte, []int) + func (*EditorSchemaList) ProtoMessage() + func (x *EditorSchemaList) GetSchemas() []*EditorSchema + func (x *EditorSchemaList) ProtoReflect() protoreflect.Message + func (x *EditorSchemaList) Reset() + func (x *EditorSchemaList) String() string + type EnsureInformerRequest struct + Connection string + ResourceKey string + func (*EnsureInformerRequest) Descriptor() ([]byte, []int) + func (*EnsureInformerRequest) ProtoMessage() + func (x *EnsureInformerRequest) GetConnection() string + func (x *EnsureInformerRequest) GetResourceKey() string + func (x *EnsureInformerRequest) ProtoReflect() protoreflect.Message + func (x *EnsureInformerRequest) Reset() + func (x *EnsureInformerRequest) String() string + type ExecHandler struct + DefaultCommand []string + Plugin string + Resource string + TargetBuilder *ResourceActionTargetBuilder + func (*ExecHandler) Descriptor() ([]byte, []int) + func (*ExecHandler) ProtoMessage() + func (x *ExecHandler) GetDefaultCommand() []string + func (x *ExecHandler) GetPlugin() string + func (x *ExecHandler) GetResource() string + func (x *ExecHandler) GetTargetBuilder() *ResourceActionTargetBuilder + func (x *ExecHandler) ProtoReflect() protoreflect.Message + func (x *ExecHandler) Reset() + func (x *ExecHandler) String() string + type ExecPluginClient interface + AttachSession func(ctx context.Context, in *AttachSessionRequest, opts ...grpc.CallOption) (*AttachSessionResponse, error) + CloseSession func(ctx context.Context, in *CloseSessionRequest, opts ...grpc.CallOption) (*CloseSessionResponse, error) + CreateSession func(ctx context.Context, in *SessionOptions, opts ...grpc.CallOption) (*CreateSessionResponse, error) + DetachSession func(ctx context.Context, in *AttachSessionRequest, opts ...grpc.CallOption) (*AttachSessionResponse, error) + GetSession func(ctx context.Context, in *GetSessionRequest, opts ...grpc.CallOption) (*GetSessionResponse, error) + GetSupportedResources func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetSupportedResourcesResponse, error) + ListSessions func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListSessionsResponse, error) + ResizeSession func(ctx context.Context, in *ResizeSessionRequest, opts ...grpc.CallOption) (*ResizeSessionResponse, error) + Stream func(ctx context.Context, opts ...grpc.CallOption) (ExecPlugin_StreamClient, error) + func NewExecPluginClient(cc grpc.ClientConnInterface) ExecPluginClient + type ExecPluginServer interface + AttachSession func(context.Context, *AttachSessionRequest) (*AttachSessionResponse, error) + CloseSession func(context.Context, *CloseSessionRequest) (*CloseSessionResponse, error) + CreateSession func(context.Context, *SessionOptions) (*CreateSessionResponse, error) + DetachSession func(context.Context, *AttachSessionRequest) (*AttachSessionResponse, error) + GetSession func(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + GetSupportedResources func(context.Context, *emptypb.Empty) (*GetSupportedResourcesResponse, error) + ListSessions func(context.Context, *emptypb.Empty) (*ListSessionsResponse, error) + ResizeSession func(context.Context, *ResizeSessionRequest) (*ResizeSessionResponse, error) + Stream func(ExecPlugin_StreamServer) error + type ExecPlugin_StreamClient interface + Recv func() (*StreamOutput, error) + Send func(*StreamInput) error + type ExecPlugin_StreamServer interface + Recv func() (*StreamInput, error) + Send func(*StreamOutput) error + type ExecuteActionRequest struct + ActionId string + Context string + Id string + Key string + Namespace string + Params *structpb.Struct + func (*ExecuteActionRequest) Descriptor() ([]byte, []int) + func (*ExecuteActionRequest) ProtoMessage() + func (x *ExecuteActionRequest) GetActionId() string + func (x *ExecuteActionRequest) GetContext() string + func (x *ExecuteActionRequest) GetId() string + func (x *ExecuteActionRequest) GetKey() string + func (x *ExecuteActionRequest) GetNamespace() string + func (x *ExecuteActionRequest) GetParams() *structpb.Struct + func (x *ExecuteActionRequest) ProtoReflect() protoreflect.Message + func (x *ExecuteActionRequest) Reset() + func (x *ExecuteActionRequest) String() string + type ExecuteActionResponse struct + Data *structpb.Struct + Message string + Success bool + func (*ExecuteActionResponse) Descriptor() ([]byte, []int) + func (*ExecuteActionResponse) ProtoMessage() + func (x *ExecuteActionResponse) GetData() *structpb.Struct + func (x *ExecuteActionResponse) GetMessage() string + func (x *ExecuteActionResponse) GetSuccess() bool + func (x *ExecuteActionResponse) ProtoReflect() protoreflect.Message + func (x *ExecuteActionResponse) Reset() + func (x *ExecuteActionResponse) String() string + type FindPortForwardSessionRequest struct + ConnectionId string + ResourceId string + func (*FindPortForwardSessionRequest) Descriptor() ([]byte, []int) + func (*FindPortForwardSessionRequest) ProtoMessage() + func (x *FindPortForwardSessionRequest) GetConnectionId() string + func (x *FindPortForwardSessionRequest) GetResourceId() string + func (x *FindPortForwardSessionRequest) ProtoReflect() protoreflect.Message + func (x *FindPortForwardSessionRequest) Reset() + func (x *FindPortForwardSessionRequest) String() string + type FindRequest struct + Context string + Key string + Namespaces []string + func (*FindRequest) Descriptor() ([]byte, []int) + func (*FindRequest) ProtoMessage() + func (x *FindRequest) GetContext() string + func (x *FindRequest) GetKey() string + func (x *FindRequest) GetNamespaces() []string + func (x *FindRequest) ProtoReflect() protoreflect.Message + func (x *FindRequest) Reset() + func (x *FindRequest) String() string + type FindResponse struct + Data []*structpb.Struct + Error *ResourceError + Success bool + func (*FindResponse) Descriptor() ([]byte, []int) + func (*FindResponse) ProtoMessage() + func (x *FindResponse) GetData() []*structpb.Struct + func (x *FindResponse) GetError() *ResourceError + func (x *FindResponse) GetSuccess() bool + func (x *FindResponse) ProtoReflect() protoreflect.Message + func (x *FindResponse) Reset() + func (x *FindResponse) String() string + type GetActionsRequest struct + Context string + Key string + func (*GetActionsRequest) Descriptor() ([]byte, []int) + func (*GetActionsRequest) ProtoMessage() + func (x *GetActionsRequest) GetContext() string + func (x *GetActionsRequest) GetKey() string + func (x *GetActionsRequest) ProtoReflect() protoreflect.Message + func (x *GetActionsRequest) Reset() + func (x *GetActionsRequest) String() string + type GetActionsResponse struct + Actions []*ActionDescriptor + func (*GetActionsResponse) Descriptor() ([]byte, []int) + func (*GetActionsResponse) ProtoMessage() + func (x *GetActionsResponse) GetActions() []*ActionDescriptor + func (x *GetActionsResponse) ProtoReflect() protoreflect.Message + func (x *GetActionsResponse) Reset() + func (x *GetActionsResponse) String() string + type GetEditorSchemasRequest struct + ConnectionId string + func (*GetEditorSchemasRequest) Descriptor() ([]byte, []int) + func (*GetEditorSchemasRequest) ProtoMessage() + func (x *GetEditorSchemasRequest) GetConnectionId() string + func (x *GetEditorSchemasRequest) ProtoReflect() protoreflect.Message + func (x *GetEditorSchemasRequest) Reset() + func (x *GetEditorSchemasRequest) String() string + type GetInformerStateRequest struct + Connection string + func (*GetInformerStateRequest) Descriptor() ([]byte, []int) + func (*GetInformerStateRequest) ProtoMessage() + func (x *GetInformerStateRequest) GetConnection() string + func (x *GetInformerStateRequest) ProtoReflect() protoreflect.Message + func (x *GetInformerStateRequest) Reset() + func (x *GetInformerStateRequest) String() string + type GetLayoutRequest struct + Id string + func (*GetLayoutRequest) Descriptor() ([]byte, []int) + func (*GetLayoutRequest) ProtoMessage() + func (x *GetLayoutRequest) GetId() string + func (x *GetLayoutRequest) ProtoReflect() protoreflect.Message + func (x *GetLayoutRequest) Reset() + func (x *GetLayoutRequest) String() string + type GetRequest struct + Context string + Id string + Key string + Namespace string + func (*GetRequest) Descriptor() ([]byte, []int) + func (*GetRequest) ProtoMessage() + func (x *GetRequest) GetContext() string + func (x *GetRequest) GetId() string + func (x *GetRequest) GetKey() string + func (x *GetRequest) GetNamespace() string + func (x *GetRequest) ProtoReflect() protoreflect.Message + func (x *GetRequest) Reset() + func (x *GetRequest) String() string + type GetResponse struct + Data *structpb.Struct + Error *ResourceError + Success bool + func (*GetResponse) Descriptor() ([]byte, []int) + func (*GetResponse) ProtoMessage() + func (x *GetResponse) GetData() *structpb.Struct + func (x *GetResponse) GetError() *ResourceError + func (x *GetResponse) GetSuccess() bool + func (x *GetResponse) ProtoReflect() protoreflect.Message + func (x *GetResponse) Reset() + func (x *GetResponse) String() string + type GetSessionRequest struct + Id string + func (*GetSessionRequest) Descriptor() ([]byte, []int) + func (*GetSessionRequest) ProtoMessage() + func (x *GetSessionRequest) GetId() string + func (x *GetSessionRequest) ProtoReflect() protoreflect.Message + func (x *GetSessionRequest) Reset() + func (x *GetSessionRequest) String() string + type GetSessionResponse struct + Error string + Session *Session + Success bool + func (*GetSessionResponse) Descriptor() ([]byte, []int) + func (*GetSessionResponse) ProtoMessage() + func (x *GetSessionResponse) GetError() string + func (x *GetSessionResponse) GetSession() *Session + func (x *GetSessionResponse) GetSuccess() bool + func (x *GetSessionResponse) ProtoReflect() protoreflect.Message + func (x *GetSessionResponse) Reset() + func (x *GetSessionResponse) String() string + type GetSettingRequest struct + Id string + func (*GetSettingRequest) Descriptor() ([]byte, []int) + func (*GetSettingRequest) ProtoMessage() + func (x *GetSettingRequest) GetId() string + func (x *GetSettingRequest) ProtoReflect() protoreflect.Message + func (x *GetSettingRequest) Reset() + func (x *GetSettingRequest) String() string + type GetSettingValueRequest struct + Id string + func (*GetSettingValueRequest) Descriptor() ([]byte, []int) + func (*GetSettingValueRequest) ProtoMessage() + func (x *GetSettingValueRequest) GetId() string + func (x *GetSettingValueRequest) ProtoReflect() protoreflect.Message + func (x *GetSettingValueRequest) Reset() + func (x *GetSettingValueRequest) String() string + type GetSettingValueResponse struct + Value *anypb.Any + func (*GetSettingValueResponse) Descriptor() ([]byte, []int) + func (*GetSettingValueResponse) ProtoMessage() + func (x *GetSettingValueResponse) GetValue() *anypb.Any + func (x *GetSettingValueResponse) ProtoReflect() protoreflect.Message + func (x *GetSettingValueResponse) Reset() + func (x *GetSettingValueResponse) String() string + type GetSupportedLogResourcesResponse struct + Handlers []*LogHandler + func (*GetSupportedLogResourcesResponse) Descriptor() ([]byte, []int) + func (*GetSupportedLogResourcesResponse) ProtoMessage() + func (x *GetSupportedLogResourcesResponse) GetHandlers() []*LogHandler + func (x *GetSupportedLogResourcesResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedLogResourcesResponse) Reset() + func (x *GetSupportedLogResourcesResponse) String() string + type GetSupportedMetricResourcesResponse struct + Handlers []*MetricHandler + Provider *MetricProviderInfo + func (*GetSupportedMetricResourcesResponse) Descriptor() ([]byte, []int) + func (*GetSupportedMetricResourcesResponse) ProtoMessage() + func (x *GetSupportedMetricResourcesResponse) GetHandlers() []*MetricHandler + func (x *GetSupportedMetricResourcesResponse) GetProvider() *MetricProviderInfo + func (x *GetSupportedMetricResourcesResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedMetricResourcesResponse) Reset() + func (x *GetSupportedMetricResourcesResponse) String() string + type GetSupportedPortForwardTargetsResponse struct + Resources []string + func (*GetSupportedPortForwardTargetsResponse) Descriptor() ([]byte, []int) + func (*GetSupportedPortForwardTargetsResponse) ProtoMessage() + func (x *GetSupportedPortForwardTargetsResponse) GetResources() []string + func (x *GetSupportedPortForwardTargetsResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedPortForwardTargetsResponse) Reset() + func (x *GetSupportedPortForwardTargetsResponse) String() string + type GetSupportedResourcesResponse struct + Handlers []*ExecHandler + func (*GetSupportedResourcesResponse) Descriptor() ([]byte, []int) + func (*GetSupportedResourcesResponse) ProtoMessage() + func (x *GetSupportedResourcesResponse) GetHandlers() []*ExecHandler + func (x *GetSupportedResourcesResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedResourcesResponse) Reset() + func (x *GetSupportedResourcesResponse) String() string + type HasInformerRequest struct + Connection string + func (*HasInformerRequest) Descriptor() ([]byte, []int) + func (*HasInformerRequest) ProtoMessage() + func (x *HasInformerRequest) GetConnection() string + func (x *HasInformerRequest) ProtoReflect() protoreflect.Message + func (x *HasInformerRequest) Reset() + func (x *HasInformerRequest) String() string + type InformerAddEvent struct + Data *structpb.Struct + func (*InformerAddEvent) Descriptor() ([]byte, []int) + func (*InformerAddEvent) ProtoMessage() + func (x *InformerAddEvent) GetData() *structpb.Struct + func (x *InformerAddEvent) ProtoReflect() protoreflect.Message + func (x *InformerAddEvent) Reset() + func (x *InformerAddEvent) String() string + type InformerConnectionSummary struct + Connection string + ErrorCount int32 + ResourceCounts map[string]int32 + Resources map[string]InformerResourceState + SyncedCount int32 + TotalResources int32 + func (*InformerConnectionSummary) Descriptor() ([]byte, []int) + func (*InformerConnectionSummary) ProtoMessage() + func (x *InformerConnectionSummary) GetConnection() string + func (x *InformerConnectionSummary) GetErrorCount() int32 + func (x *InformerConnectionSummary) GetResourceCounts() map[string]int32 + func (x *InformerConnectionSummary) GetResources() map[string]InformerResourceState + func (x *InformerConnectionSummary) GetSyncedCount() int32 + func (x *InformerConnectionSummary) GetTotalResources() int32 + func (x *InformerConnectionSummary) ProtoReflect() protoreflect.Message + func (x *InformerConnectionSummary) Reset() + func (x *InformerConnectionSummary) String() string + type InformerDeleteEvent struct + Data *structpb.Struct + func (*InformerDeleteEvent) Descriptor() ([]byte, []int) + func (*InformerDeleteEvent) ProtoMessage() + func (x *InformerDeleteEvent) GetData() *structpb.Struct + func (x *InformerDeleteEvent) ProtoReflect() protoreflect.Message + func (x *InformerDeleteEvent) Reset() + func (x *InformerDeleteEvent) String() string + type InformerEvent struct + Action isInformerEvent_Action + Connection string + Id string + Key string + Namespace string + func (*InformerEvent) Descriptor() ([]byte, []int) + func (*InformerEvent) ProtoMessage() + func (x *InformerEvent) GetAction() isInformerEvent_Action + func (x *InformerEvent) GetAdd() *InformerAddEvent + func (x *InformerEvent) GetConnection() string + func (x *InformerEvent) GetDelete() *InformerDeleteEvent + func (x *InformerEvent) GetId() string + func (x *InformerEvent) GetKey() string + func (x *InformerEvent) GetNamespace() string + func (x *InformerEvent) GetState() *InformerStateEvent + func (x *InformerEvent) GetUpdate() *InformerUpdateEvent + func (x *InformerEvent) ProtoReflect() protoreflect.Message + func (x *InformerEvent) Reset() + func (x *InformerEvent) String() string + type InformerEvent_Add struct + Add *InformerAddEvent + type InformerEvent_Delete struct + Delete *InformerDeleteEvent + type InformerEvent_State struct + State *InformerStateEvent + type InformerEvent_Update struct + Update *InformerUpdateEvent + type InformerResourceState int32 + const InformerResourceState_INFORMER_CANCELLED + const InformerResourceState_INFORMER_ERROR + const InformerResourceState_INFORMER_PENDING + const InformerResourceState_INFORMER_SYNCED + const InformerResourceState_INFORMER_SYNCING + func (InformerResourceState) Descriptor() protoreflect.EnumDescriptor + func (InformerResourceState) EnumDescriptor() ([]byte, []int) + func (InformerResourceState) Type() protoreflect.EnumType + func (x InformerResourceState) Enum() *InformerResourceState + func (x InformerResourceState) Number() protoreflect.EnumNumber + func (x InformerResourceState) String() string + type InformerStateEvent struct + Connection string + Error *ResourceError + ResourceCount int32 + ResourceKey string + State InformerResourceState + TotalCount int32 + func (*InformerStateEvent) Descriptor() ([]byte, []int) + func (*InformerStateEvent) ProtoMessage() + func (x *InformerStateEvent) GetConnection() string + func (x *InformerStateEvent) GetError() *ResourceError + func (x *InformerStateEvent) GetResourceCount() int32 + func (x *InformerStateEvent) GetResourceKey() string + func (x *InformerStateEvent) GetState() InformerResourceState + func (x *InformerStateEvent) GetTotalCount() int32 + func (x *InformerStateEvent) ProtoReflect() protoreflect.Message + func (x *InformerStateEvent) Reset() + func (x *InformerStateEvent) String() string + type InformerSyncPolicy int32 + const InformerSyncPolicy_SYNC_NEVER + const InformerSyncPolicy_SYNC_ON_CONNECT + const InformerSyncPolicy_SYNC_ON_FIRST_QUERY + func (InformerSyncPolicy) Descriptor() protoreflect.EnumDescriptor + func (InformerSyncPolicy) EnumDescriptor() ([]byte, []int) + func (InformerSyncPolicy) Type() protoreflect.EnumType + func (x InformerSyncPolicy) Enum() *InformerSyncPolicy + func (x InformerSyncPolicy) Number() protoreflect.EnumNumber + func (x InformerSyncPolicy) String() string + type InformerUpdateEvent struct + NewData *structpb.Struct + OldData *structpb.Struct + func (*InformerUpdateEvent) Descriptor() ([]byte, []int) + func (*InformerUpdateEvent) ProtoMessage() + func (x *InformerUpdateEvent) GetNewData() *structpb.Struct + func (x *InformerUpdateEvent) GetOldData() *structpb.Struct + func (x *InformerUpdateEvent) ProtoReflect() protoreflect.Message + func (x *InformerUpdateEvent) Reset() + func (x *InformerUpdateEvent) String() string + type Layout struct + Items []*LayoutItem + func (*Layout) Descriptor() ([]byte, []int) + func (*Layout) ProtoMessage() + func (x *Layout) GetItems() []*LayoutItem + func (x *Layout) ProtoReflect() protoreflect.Message + func (x *Layout) Reset() + func (x *Layout) String() string + type LayoutItem struct + Description string + Icon string + Id string + Items []*LayoutItem + Label string + func (*LayoutItem) Descriptor() ([]byte, []int) + func (*LayoutItem) ProtoMessage() + func (x *LayoutItem) GetDescription() string + func (x *LayoutItem) GetIcon() string + func (x *LayoutItem) GetId() string + func (x *LayoutItem) GetItems() []*LayoutItem + func (x *LayoutItem) GetLabel() string + func (x *LayoutItem) ProtoReflect() protoreflect.Message + func (x *LayoutItem) Reset() + func (x *LayoutItem) String() string + type ListLogSessionsResponse struct + Error string + Sessions []*LogSession + Success bool + func (*ListLogSessionsResponse) Descriptor() ([]byte, []int) + func (*ListLogSessionsResponse) ProtoMessage() + func (x *ListLogSessionsResponse) GetError() string + func (x *ListLogSessionsResponse) GetSessions() []*LogSession + func (x *ListLogSessionsResponse) GetSuccess() bool + func (x *ListLogSessionsResponse) ProtoReflect() protoreflect.Message + func (x *ListLogSessionsResponse) Reset() + func (x *ListLogSessionsResponse) String() string + type ListRequest struct + Context string + Key string + Namespaces []string + func (*ListRequest) Descriptor() ([]byte, []int) + func (*ListRequest) ProtoMessage() + func (x *ListRequest) GetContext() string + func (x *ListRequest) GetKey() string + func (x *ListRequest) GetNamespaces() []string + func (x *ListRequest) ProtoReflect() protoreflect.Message + func (x *ListRequest) Reset() + func (x *ListRequest) String() string + type ListResponse struct + Data []*structpb.Struct + Error *ResourceError + Success bool + func (*ListResponse) Descriptor() ([]byte, []int) + func (*ListResponse) ProtoMessage() + func (x *ListResponse) GetData() []*structpb.Struct + func (x *ListResponse) GetError() *ResourceError + func (x *ListResponse) GetSuccess() bool + func (x *ListResponse) ProtoReflect() protoreflect.Message + func (x *ListResponse) Reset() + func (x *ListResponse) String() string + type ListSessionsResponse struct + Error string + Sessions []*Session + Success bool + func (*ListSessionsResponse) Descriptor() ([]byte, []int) + func (*ListSessionsResponse) ProtoMessage() + func (x *ListSessionsResponse) GetError() string + func (x *ListSessionsResponse) GetSessions() []*Session + func (x *ListSessionsResponse) GetSuccess() bool + func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message + func (x *ListSessionsResponse) Reset() + func (x *ListSessionsResponse) String() string + type ListSettingsResponse struct + Settings map[string]*Setting + func (*ListSettingsResponse) Descriptor() ([]byte, []int) + func (*ListSettingsResponse) ProtoMessage() + func (x *ListSettingsResponse) GetSettings() map[string]*Setting + func (x *ListSettingsResponse) ProtoReflect() protoreflect.Message + func (x *ListSettingsResponse) Reset() + func (x *ListSettingsResponse) String() string + type LogHandler struct + Plugin string + Resource string + TargetBuilder *ResourceActionTargetBuilder + func (*LogHandler) Descriptor() ([]byte, []int) + func (*LogHandler) ProtoMessage() + func (x *LogHandler) GetPlugin() string + func (x *LogHandler) GetResource() string + func (x *LogHandler) GetTargetBuilder() *ResourceActionTargetBuilder + func (x *LogHandler) ProtoReflect() protoreflect.Message + func (x *LogHandler) Reset() + func (x *LogHandler) String() string + type LogLine struct + Content []byte + Labels map[string]string + Origin LogLineOrigin + SessionId string + SourceId string + Timestamp *timestamppb.Timestamp + func (*LogLine) Descriptor() ([]byte, []int) + func (*LogLine) ProtoMessage() + func (x *LogLine) GetContent() []byte + func (x *LogLine) GetLabels() map[string]string + func (x *LogLine) GetOrigin() LogLineOrigin + func (x *LogLine) GetSessionId() string + func (x *LogLine) GetSourceId() string + func (x *LogLine) GetTimestamp() *timestamppb.Timestamp + func (x *LogLine) ProtoReflect() protoreflect.Message + func (x *LogLine) Reset() + func (x *LogLine) String() string + type LogLineOrigin int32 + const LogLineOrigin_LOG_LINE_ORIGIN_CURRENT + const LogLineOrigin_LOG_LINE_ORIGIN_PREVIOUS + const LogLineOrigin_LOG_LINE_ORIGIN_SYSTEM + func (LogLineOrigin) Descriptor() protoreflect.EnumDescriptor + func (LogLineOrigin) EnumDescriptor() ([]byte, []int) + func (LogLineOrigin) Type() protoreflect.EnumType + func (x LogLineOrigin) Enum() *LogLineOrigin + func (x LogLineOrigin) Number() protoreflect.EnumNumber + func (x LogLineOrigin) String() string + type LogPluginClient interface + CloseSession func(ctx context.Context, in *LogSessionByIdRequest, opts ...grpc.CallOption) (*CloseLogSessionResponse, error) + CreateSession func(ctx context.Context, in *CreateLogSessionRequest, opts ...grpc.CallOption) (*CreateLogSessionResponse, error) + GetSession func(ctx context.Context, in *LogSessionByIdRequest, opts ...grpc.CallOption) (*LogSessionByIdResponse, error) + GetSupportedResources func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetSupportedLogResourcesResponse, error) + ListSessions func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListLogSessionsResponse, error) + Stream func(ctx context.Context, opts ...grpc.CallOption) (LogPlugin_StreamClient, error) + UpdateSessionOptions func(ctx context.Context, in *UpdateLogSessionOptionsRequest, ...) (*LogSessionByIdResponse, error) + func NewLogPluginClient(cc grpc.ClientConnInterface) LogPluginClient + type LogPluginServer interface + CloseSession func(context.Context, *LogSessionByIdRequest) (*CloseLogSessionResponse, error) + CreateSession func(context.Context, *CreateLogSessionRequest) (*CreateLogSessionResponse, error) + GetSession func(context.Context, *LogSessionByIdRequest) (*LogSessionByIdResponse, error) + GetSupportedResources func(context.Context, *emptypb.Empty) (*GetSupportedLogResourcesResponse, error) + ListSessions func(context.Context, *emptypb.Empty) (*ListLogSessionsResponse, error) + Stream func(LogPlugin_StreamServer) error + UpdateSessionOptions func(context.Context, *UpdateLogSessionOptionsRequest) (*LogSessionByIdResponse, error) + type LogPlugin_StreamClient interface + Recv func() (*LogStreamOutput, error) + Send func(*LogStreamInput) error + type LogPlugin_StreamServer interface + Recv func() (*LogStreamInput, error) + Send func(*LogStreamOutput) error + type LogSession struct + ActiveSources []*LogSource + ConnectionId string + CreatedAt *timestamppb.Timestamp + Id string + Options *LogSessionOptions + PluginId string + ResourceId string + ResourceKey string + Status LogSessionStatus + func (*LogSession) Descriptor() ([]byte, []int) + func (*LogSession) ProtoMessage() + func (x *LogSession) GetActiveSources() []*LogSource + func (x *LogSession) GetConnectionId() string + func (x *LogSession) GetCreatedAt() *timestamppb.Timestamp + func (x *LogSession) GetId() string + func (x *LogSession) GetOptions() *LogSessionOptions + func (x *LogSession) GetPluginId() string + func (x *LogSession) GetResourceId() string + func (x *LogSession) GetResourceKey() string + func (x *LogSession) GetStatus() LogSessionStatus + func (x *LogSession) ProtoReflect() protoreflect.Message + func (x *LogSession) Reset() + func (x *LogSession) String() string + type LogSessionByIdRequest struct + SessionId string + func (*LogSessionByIdRequest) Descriptor() ([]byte, []int) + func (*LogSessionByIdRequest) ProtoMessage() + func (x *LogSessionByIdRequest) GetSessionId() string + func (x *LogSessionByIdRequest) ProtoReflect() protoreflect.Message + func (x *LogSessionByIdRequest) Reset() + func (x *LogSessionByIdRequest) String() string + type LogSessionByIdResponse struct + Error string + Session *LogSession + Success bool + func (*LogSessionByIdResponse) Descriptor() ([]byte, []int) + func (*LogSessionByIdResponse) ProtoMessage() + func (x *LogSessionByIdResponse) GetError() string + func (x *LogSessionByIdResponse) GetSession() *LogSession + func (x *LogSessionByIdResponse) GetSuccess() bool + func (x *LogSessionByIdResponse) ProtoReflect() protoreflect.Message + func (x *LogSessionByIdResponse) Reset() + func (x *LogSessionByIdResponse) String() string + type LogSessionOptions struct + Follow bool + IncludePrevious bool + IncludeSourceEvents bool + IncludeTimestamps bool + LimitBytes int64 + Params map[string]string + SinceSeconds int64 + SinceTime *timestamppb.Timestamp + TailLines int64 + Target string + func (*LogSessionOptions) Descriptor() ([]byte, []int) + func (*LogSessionOptions) ProtoMessage() + func (x *LogSessionOptions) GetFollow() bool + func (x *LogSessionOptions) GetIncludePrevious() bool + func (x *LogSessionOptions) GetIncludeSourceEvents() bool + func (x *LogSessionOptions) GetIncludeTimestamps() bool + func (x *LogSessionOptions) GetLimitBytes() int64 + func (x *LogSessionOptions) GetParams() map[string]string + func (x *LogSessionOptions) GetSinceSeconds() int64 + func (x *LogSessionOptions) GetSinceTime() *timestamppb.Timestamp + func (x *LogSessionOptions) GetTailLines() int64 + func (x *LogSessionOptions) GetTarget() string + func (x *LogSessionOptions) ProtoReflect() protoreflect.Message + func (x *LogSessionOptions) Reset() + func (x *LogSessionOptions) String() string + type LogSessionStatus int32 + const LogSessionStatus_LOG_SESSION_STATUS_ACTIVE + const LogSessionStatus_LOG_SESSION_STATUS_CLOSED + const LogSessionStatus_LOG_SESSION_STATUS_ERROR + const LogSessionStatus_LOG_SESSION_STATUS_PAUSED + func (LogSessionStatus) Descriptor() protoreflect.EnumDescriptor + func (LogSessionStatus) EnumDescriptor() ([]byte, []int) + func (LogSessionStatus) Type() protoreflect.EnumType + func (x LogSessionStatus) Enum() *LogSessionStatus + func (x LogSessionStatus) Number() protoreflect.EnumNumber + func (x LogSessionStatus) String() string + type LogSource struct + Id string + Labels map[string]string + func (*LogSource) Descriptor() ([]byte, []int) + func (*LogSource) ProtoMessage() + func (x *LogSource) GetId() string + func (x *LogSource) GetLabels() map[string]string + func (x *LogSource) ProtoReflect() protoreflect.Message + func (x *LogSource) Reset() + func (x *LogSource) String() string + type LogStreamCommand int32 + const LogStreamCommand_LOG_STREAM_COMMAND_CLOSE + const LogStreamCommand_LOG_STREAM_COMMAND_PAUSE + const LogStreamCommand_LOG_STREAM_COMMAND_RESUME + func (LogStreamCommand) Descriptor() protoreflect.EnumDescriptor + func (LogStreamCommand) EnumDescriptor() ([]byte, []int) + func (LogStreamCommand) Type() protoreflect.EnumType + func (x LogStreamCommand) Enum() *LogStreamCommand + func (x LogStreamCommand) Number() protoreflect.EnumNumber + func (x LogStreamCommand) String() string + type LogStreamEvent struct + Message string + SourceId string + Timestamp *timestamppb.Timestamp + Type LogStreamEventType + func (*LogStreamEvent) Descriptor() ([]byte, []int) + func (*LogStreamEvent) ProtoMessage() + func (x *LogStreamEvent) GetMessage() string + func (x *LogStreamEvent) GetSourceId() string + func (x *LogStreamEvent) GetTimestamp() *timestamppb.Timestamp + func (x *LogStreamEvent) GetType() LogStreamEventType + func (x *LogStreamEvent) ProtoReflect() protoreflect.Message + func (x *LogStreamEvent) Reset() + func (x *LogStreamEvent) String() string + type LogStreamEventType int32 + const LogStreamEventType_LOG_STREAM_EVENT_RECONNECTED + const LogStreamEventType_LOG_STREAM_EVENT_RECONNECTING + const LogStreamEventType_LOG_STREAM_EVENT_SOURCE_ADDED + const LogStreamEventType_LOG_STREAM_EVENT_SOURCE_REMOVED + const LogStreamEventType_LOG_STREAM_EVENT_STREAM_ENDED + const LogStreamEventType_LOG_STREAM_EVENT_STREAM_ERROR + func (LogStreamEventType) Descriptor() protoreflect.EnumDescriptor + func (LogStreamEventType) EnumDescriptor() ([]byte, []int) + func (LogStreamEventType) Type() protoreflect.EnumType + func (x LogStreamEventType) Enum() *LogStreamEventType + func (x LogStreamEventType) Number() protoreflect.EnumNumber + func (x LogStreamEventType) String() string + type LogStreamInput struct + Command LogStreamCommand + SessionId string + func (*LogStreamInput) Descriptor() ([]byte, []int) + func (*LogStreamInput) ProtoMessage() + func (x *LogStreamInput) GetCommand() LogStreamCommand + func (x *LogStreamInput) GetSessionId() string + func (x *LogStreamInput) ProtoReflect() protoreflect.Message + func (x *LogStreamInput) Reset() + func (x *LogStreamInput) String() string + type LogStreamOutput struct + Payload isLogStreamOutput_Payload + SessionId string + func (*LogStreamOutput) Descriptor() ([]byte, []int) + func (*LogStreamOutput) ProtoMessage() + func (x *LogStreamOutput) GetEvent() *LogStreamEvent + func (x *LogStreamOutput) GetLine() *LogLine + func (x *LogStreamOutput) GetPayload() isLogStreamOutput_Payload + func (x *LogStreamOutput) GetSessionId() string + func (x *LogStreamOutput) ProtoReflect() protoreflect.Message + func (x *LogStreamOutput) Reset() + func (x *LogStreamOutput) String() string + type LogStreamOutput_Event struct + Event *LogStreamEvent + type LogStreamOutput_Line struct + Line *LogLine + type MetricColorRange struct + Color string + Max float64 + Min float64 + func (*MetricColorRange) Descriptor() ([]byte, []int) + func (*MetricColorRange) ProtoMessage() + func (x *MetricColorRange) GetColor() string + func (x *MetricColorRange) GetMax() float64 + func (x *MetricColorRange) GetMin() float64 + func (x *MetricColorRange) ProtoReflect() protoreflect.Message + func (x *MetricColorRange) Reset() + func (x *MetricColorRange) String() string + type MetricDescriptor struct + ChartGroup string + ColorRanges []*MetricColorRange + FormatString string + Icon string + Id string + Name string + SupportedShapes []MetricShape + Unit MetricUnit + func (*MetricDescriptor) Descriptor() ([]byte, []int) + func (*MetricDescriptor) ProtoMessage() + func (x *MetricDescriptor) GetChartGroup() string + func (x *MetricDescriptor) GetColorRanges() []*MetricColorRange + func (x *MetricDescriptor) GetFormatString() string + func (x *MetricDescriptor) GetIcon() string + func (x *MetricDescriptor) GetId() string + func (x *MetricDescriptor) GetName() string + func (x *MetricDescriptor) GetSupportedShapes() []MetricShape + func (x *MetricDescriptor) GetUnit() MetricUnit + func (x *MetricDescriptor) ProtoReflect() protoreflect.Message + func (x *MetricDescriptor) Reset() + func (x *MetricDescriptor) String() string + type MetricHandler struct + Metrics []*MetricDescriptor + Resource string + func (*MetricHandler) Descriptor() ([]byte, []int) + func (*MetricHandler) ProtoMessage() + func (x *MetricHandler) GetMetrics() []*MetricDescriptor + func (x *MetricHandler) GetResource() string + func (x *MetricHandler) ProtoReflect() protoreflect.Message + func (x *MetricHandler) Reset() + func (x *MetricHandler) String() string + type MetricPluginClient interface + GetSupportedResources func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetSupportedMetricResourcesResponse, error) + Query func(ctx context.Context, in *QueryMetricsRequest, opts ...grpc.CallOption) (*QueryMetricsResponse, error) + StreamMetrics func(ctx context.Context, opts ...grpc.CallOption) (MetricPlugin_StreamMetricsClient, error) + func NewMetricPluginClient(cc grpc.ClientConnInterface) MetricPluginClient + type MetricPluginServer interface + GetSupportedResources func(context.Context, *emptypb.Empty) (*GetSupportedMetricResourcesResponse, error) + Query func(context.Context, *QueryMetricsRequest) (*QueryMetricsResponse, error) + StreamMetrics func(MetricPlugin_StreamMetricsServer) error + type MetricPlugin_StreamMetricsClient interface + Recv func() (*MetricStreamOutput, error) + Send func(*MetricStreamInput) error + type MetricPlugin_StreamMetricsServer interface + Recv func() (*MetricStreamInput, error) + Send func(*MetricStreamOutput) error + type MetricProviderInfo struct + Description string + Icon string + Id string + Name string + func (*MetricProviderInfo) Descriptor() ([]byte, []int) + func (*MetricProviderInfo) ProtoMessage() + func (x *MetricProviderInfo) GetDescription() string + func (x *MetricProviderInfo) GetIcon() string + func (x *MetricProviderInfo) GetId() string + func (x *MetricProviderInfo) GetName() string + func (x *MetricProviderInfo) ProtoReflect() protoreflect.Message + func (x *MetricProviderInfo) Reset() + func (x *MetricProviderInfo) String() string + type MetricResult struct + Result isMetricResult_Result + func (*MetricResult) Descriptor() ([]byte, []int) + func (*MetricResult) ProtoMessage() + func (x *MetricResult) GetAggregateValue() *AggregateValue + func (x *MetricResult) GetCurrentValue() *CurrentValue + func (x *MetricResult) GetResult() isMetricResult_Result + func (x *MetricResult) GetTimeSeries() *TimeSeries + func (x *MetricResult) ProtoReflect() protoreflect.Message + func (x *MetricResult) Reset() + func (x *MetricResult) String() string + type MetricResult_AggregateValue struct + AggregateValue *AggregateValue + type MetricResult_CurrentValue struct + CurrentValue *CurrentValue + type MetricResult_TimeSeries struct + TimeSeries *TimeSeries + type MetricShape int32 + const MetricShape_METRIC_SHAPE_AGGREGATE + const MetricShape_METRIC_SHAPE_CURRENT + const MetricShape_METRIC_SHAPE_TIMESERIES + func (MetricShape) Descriptor() protoreflect.EnumDescriptor + func (MetricShape) EnumDescriptor() ([]byte, []int) + func (MetricShape) Type() protoreflect.EnumType + func (x MetricShape) Enum() *MetricShape + func (x MetricShape) Number() protoreflect.EnumNumber + func (x MetricShape) String() string + type MetricStreamCommand int32 + const MetricStreamCommand_METRIC_STREAM_COMMAND_CLOSE + const MetricStreamCommand_METRIC_STREAM_COMMAND_SUBSCRIBE + const MetricStreamCommand_METRIC_STREAM_COMMAND_UNSUBSCRIBE + func (MetricStreamCommand) Descriptor() protoreflect.EnumDescriptor + func (MetricStreamCommand) EnumDescriptor() ([]byte, []int) + func (MetricStreamCommand) Type() protoreflect.EnumType + func (x MetricStreamCommand) Enum() *MetricStreamCommand + func (x MetricStreamCommand) Number() protoreflect.EnumNumber + func (x MetricStreamCommand) String() string + type MetricStreamInput struct + Command MetricStreamCommand + Interval *durationpb.Duration + MetricIds []string + ResourceData *structpb.Struct + ResourceId string + ResourceKey string + ResourceNamespace string + SubscriptionId string + func (*MetricStreamInput) Descriptor() ([]byte, []int) + func (*MetricStreamInput) ProtoMessage() + func (x *MetricStreamInput) GetCommand() MetricStreamCommand + func (x *MetricStreamInput) GetInterval() *durationpb.Duration + func (x *MetricStreamInput) GetMetricIds() []string + func (x *MetricStreamInput) GetResourceData() *structpb.Struct + func (x *MetricStreamInput) GetResourceId() string + func (x *MetricStreamInput) GetResourceKey() string + func (x *MetricStreamInput) GetResourceNamespace() string + func (x *MetricStreamInput) GetSubscriptionId() string + func (x *MetricStreamInput) ProtoReflect() protoreflect.Message + func (x *MetricStreamInput) Reset() + func (x *MetricStreamInput) String() string + type MetricStreamOutput struct + Error string + Results []*MetricResult + SubscriptionId string + Timestamp *timestamppb.Timestamp + func (*MetricStreamOutput) Descriptor() ([]byte, []int) + func (*MetricStreamOutput) ProtoMessage() + func (x *MetricStreamOutput) GetError() string + func (x *MetricStreamOutput) GetResults() []*MetricResult + func (x *MetricStreamOutput) GetSubscriptionId() string + func (x *MetricStreamOutput) GetTimestamp() *timestamppb.Timestamp + func (x *MetricStreamOutput) ProtoReflect() protoreflect.Message + func (x *MetricStreamOutput) Reset() + func (x *MetricStreamOutput) String() string + type MetricUnit int32 + const MetricUnit_METRIC_UNIT_BYTES + const MetricUnit_METRIC_UNIT_BYTES_PER_SEC + const MetricUnit_METRIC_UNIT_CORES + const MetricUnit_METRIC_UNIT_COUNT + const MetricUnit_METRIC_UNIT_GB + const MetricUnit_METRIC_UNIT_KB + const MetricUnit_METRIC_UNIT_MB + const MetricUnit_METRIC_UNIT_MILLICORES + const MetricUnit_METRIC_UNIT_MILLISECONDS + const MetricUnit_METRIC_UNIT_NONE + const MetricUnit_METRIC_UNIT_OPS_PER_SEC + const MetricUnit_METRIC_UNIT_PERCENTAGE + const MetricUnit_METRIC_UNIT_SECONDS + func (MetricUnit) Descriptor() protoreflect.EnumDescriptor + func (MetricUnit) EnumDescriptor() ([]byte, []int) + func (MetricUnit) Type() protoreflect.EnumType + func (x MetricUnit) Enum() *MetricUnit + func (x MetricUnit) Number() protoreflect.EnumNumber + func (x MetricUnit) String() string + type NetworkerPluginClient interface + ClosePortForwardSession func(ctx context.Context, in *PortForwardSessionByIdRequest, ...) (*PortForwardSessionByIdResponse, error) + FindPortForwardSessions func(ctx context.Context, in *FindPortForwardSessionRequest, ...) (*PortForwardSessionListResponse, error) + GetPortForwardSession func(ctx context.Context, in *PortForwardSessionByIdRequest, ...) (*PortForwardSessionByIdResponse, error) + GetSupportedPortForwardTargets func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetSupportedPortForwardTargetsResponse, error) + ListPortForwardSessions func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PortForwardSessionListResponse, error) + StartPortForwardSession func(ctx context.Context, in *PortForwardSessionOptions, opts ...grpc.CallOption) (*PortForwardSessionByIdResponse, error) + func NewNetworkerPluginClient(cc grpc.ClientConnInterface) NetworkerPluginClient + type NetworkerPluginServer interface + ClosePortForwardSession func(context.Context, *PortForwardSessionByIdRequest) (*PortForwardSessionByIdResponse, error) + FindPortForwardSessions func(context.Context, *FindPortForwardSessionRequest) (*PortForwardSessionListResponse, error) + GetPortForwardSession func(context.Context, *PortForwardSessionByIdRequest) (*PortForwardSessionByIdResponse, error) + GetSupportedPortForwardTargets func(context.Context, *emptypb.Empty) (*GetSupportedPortForwardTargetsResponse, error) + ListPortForwardSessions func(context.Context, *emptypb.Empty) (*PortForwardSessionListResponse, error) + StartPortForwardSession func(context.Context, *PortForwardSessionOptions) (*PortForwardSessionByIdResponse, error) + type PluginContext struct + GlobalSettings map[string]string + PluginId string + PluginSettings map[string]string + func (*PluginContext) Descriptor() ([]byte, []int) + func (*PluginContext) ProtoMessage() + func (x *PluginContext) GetGlobalSettings() map[string]string + func (x *PluginContext) GetPluginId() string + func (x *PluginContext) GetPluginSettings() map[string]string + func (x *PluginContext) ProtoReflect() protoreflect.Message + func (x *PluginContext) Reset() + func (x *PluginContext) String() string + type PortForwardProtocol int32 + const PortForwardProtocol_TCP + const PortForwardProtocol_UDP + func (PortForwardProtocol) Descriptor() protoreflect.EnumDescriptor + func (PortForwardProtocol) EnumDescriptor() ([]byte, []int) + func (PortForwardProtocol) Type() protoreflect.EnumType + func (x PortForwardProtocol) Enum() *PortForwardProtocol + func (x PortForwardProtocol) Number() protoreflect.EnumNumber + func (x PortForwardProtocol) String() string + type PortForwardResourceConnection struct + ConnectionId string + PluginId string + ResourceData *structpb.Struct + ResourceId string + ResourceKey string + func (*PortForwardResourceConnection) Descriptor() ([]byte, []int) + func (*PortForwardResourceConnection) ProtoMessage() + func (x *PortForwardResourceConnection) GetConnectionId() string + func (x *PortForwardResourceConnection) GetPluginId() string + func (x *PortForwardResourceConnection) GetResourceData() *structpb.Struct + func (x *PortForwardResourceConnection) GetResourceId() string + func (x *PortForwardResourceConnection) GetResourceKey() string + func (x *PortForwardResourceConnection) ProtoReflect() protoreflect.Message + func (x *PortForwardResourceConnection) Reset() + func (x *PortForwardResourceConnection) String() string + type PortForwardSession struct + Connection isPortForwardSession_Connection + CreatedAt *timestamppb.Timestamp + Encryption *PortForwardSessionEncryption + Id string + Labels map[string]string + LocalPort int32 + Protocol PortForwardProtocol + RemotePort int32 + State PortForwardSession_SessionState + UpdatedAt *timestamppb.Timestamp + func (*PortForwardSession) Descriptor() ([]byte, []int) + func (*PortForwardSession) ProtoMessage() + func (x *PortForwardSession) GetConnection() isPortForwardSession_Connection + func (x *PortForwardSession) GetCreatedAt() *timestamppb.Timestamp + func (x *PortForwardSession) GetEncryption() *PortForwardSessionEncryption + func (x *PortForwardSession) GetId() string + func (x *PortForwardSession) GetLabels() map[string]string + func (x *PortForwardSession) GetLocalPort() int32 + func (x *PortForwardSession) GetProtocol() PortForwardProtocol + func (x *PortForwardSession) GetRemotePort() int32 + func (x *PortForwardSession) GetResourceConnection() *PortForwardResourceConnection + func (x *PortForwardSession) GetState() PortForwardSession_SessionState + func (x *PortForwardSession) GetStaticConnection() *PortForwardStaticConnection + func (x *PortForwardSession) GetUpdatedAt() *timestamppb.Timestamp + func (x *PortForwardSession) ProtoReflect() protoreflect.Message + func (x *PortForwardSession) Reset() + func (x *PortForwardSession) String() string + type PortForwardSessionByIdRequest struct + Id string + func (*PortForwardSessionByIdRequest) Descriptor() ([]byte, []int) + func (*PortForwardSessionByIdRequest) ProtoMessage() + func (x *PortForwardSessionByIdRequest) GetId() string + func (x *PortForwardSessionByIdRequest) ProtoReflect() protoreflect.Message + func (x *PortForwardSessionByIdRequest) Reset() + func (x *PortForwardSessionByIdRequest) String() string + type PortForwardSessionByIdResponse struct + Session *PortForwardSession + func (*PortForwardSessionByIdResponse) Descriptor() ([]byte, []int) + func (*PortForwardSessionByIdResponse) ProtoMessage() + func (x *PortForwardSessionByIdResponse) GetSession() *PortForwardSession + func (x *PortForwardSessionByIdResponse) ProtoReflect() protoreflect.Message + func (x *PortForwardSessionByIdResponse) Reset() + func (x *PortForwardSessionByIdResponse) String() string + type PortForwardSessionEncryption struct + Algorithm string + Enabled bool + Key string + func (*PortForwardSessionEncryption) Descriptor() ([]byte, []int) + func (*PortForwardSessionEncryption) ProtoMessage() + func (x *PortForwardSessionEncryption) GetAlgorithm() string + func (x *PortForwardSessionEncryption) GetEnabled() bool + func (x *PortForwardSessionEncryption) GetKey() string + func (x *PortForwardSessionEncryption) ProtoReflect() protoreflect.Message + func (x *PortForwardSessionEncryption) Reset() + func (x *PortForwardSessionEncryption) String() string + type PortForwardSessionListResponse struct + Sessions []*PortForwardSession + func (*PortForwardSessionListResponse) Descriptor() ([]byte, []int) + func (*PortForwardSessionListResponse) ProtoMessage() + func (x *PortForwardSessionListResponse) GetSessions() []*PortForwardSession + func (x *PortForwardSessionListResponse) ProtoReflect() protoreflect.Message + func (x *PortForwardSessionListResponse) Reset() + func (x *PortForwardSessionListResponse) String() string + type PortForwardSessionOptions struct + Connection isPortForwardSessionOptions_Connection + Encryption *PortForwardSessionEncryption + Labels map[string]string + LocalPort int32 + Params map[string]string + Protocol PortForwardProtocol + RemotePort int32 + func (*PortForwardSessionOptions) Descriptor() ([]byte, []int) + func (*PortForwardSessionOptions) ProtoMessage() + func (x *PortForwardSessionOptions) GetConnection() isPortForwardSessionOptions_Connection + func (x *PortForwardSessionOptions) GetEncryption() *PortForwardSessionEncryption + func (x *PortForwardSessionOptions) GetLabels() map[string]string + func (x *PortForwardSessionOptions) GetLocalPort() int32 + func (x *PortForwardSessionOptions) GetParams() map[string]string + func (x *PortForwardSessionOptions) GetProtocol() PortForwardProtocol + func (x *PortForwardSessionOptions) GetRemotePort() int32 + func (x *PortForwardSessionOptions) GetResourceConnection() *PortForwardResourceConnection + func (x *PortForwardSessionOptions) GetStaticConnection() *PortForwardStaticConnection + func (x *PortForwardSessionOptions) ProtoReflect() protoreflect.Message + func (x *PortForwardSessionOptions) Reset() + func (x *PortForwardSessionOptions) String() string + type PortForwardSessionOptions_ResourceConnection struct + ResourceConnection *PortForwardResourceConnection + type PortForwardSessionOptions_StaticConnection struct + StaticConnection *PortForwardStaticConnection + type PortForwardSession_ResourceConnection struct + ResourceConnection *PortForwardResourceConnection + type PortForwardSession_SessionState int32 + const PortForwardSession_ACTIVE + const PortForwardSession_FAILED + const PortForwardSession_PAUSED + const PortForwardSession_STOPPED + func (PortForwardSession_SessionState) Descriptor() protoreflect.EnumDescriptor + func (PortForwardSession_SessionState) EnumDescriptor() ([]byte, []int) + func (PortForwardSession_SessionState) Type() protoreflect.EnumType + func (x PortForwardSession_SessionState) Enum() *PortForwardSession_SessionState + func (x PortForwardSession_SessionState) Number() protoreflect.EnumNumber + func (x PortForwardSession_SessionState) String() string + type PortForwardSession_StaticConnection struct + StaticConnection *PortForwardStaticConnection + type PortForwardStaticConnection struct + Address string + func (*PortForwardStaticConnection) Descriptor() ([]byte, []int) + func (*PortForwardStaticConnection) ProtoMessage() + func (x *PortForwardStaticConnection) GetAddress() string + func (x *PortForwardStaticConnection) ProtoReflect() protoreflect.Message + func (x *PortForwardStaticConnection) Reset() + func (x *PortForwardStaticConnection) String() string + type PublishStreamRequest struct + Data []byte + Path string + PluginContext *PluginContext + func (*PublishStreamRequest) Descriptor() ([]byte, []int) + func (*PublishStreamRequest) ProtoMessage() + func (x *PublishStreamRequest) GetData() []byte + func (x *PublishStreamRequest) GetPath() string + func (x *PublishStreamRequest) GetPluginContext() *PluginContext + func (x *PublishStreamRequest) ProtoReflect() protoreflect.Message + func (x *PublishStreamRequest) Reset() + func (x *PublishStreamRequest) String() string + type PublishStreamResponse struct + Data []byte + Status PublishStreamResponse_Status + func (*PublishStreamResponse) Descriptor() ([]byte, []int) + func (*PublishStreamResponse) ProtoMessage() + func (x *PublishStreamResponse) GetData() []byte + func (x *PublishStreamResponse) GetStatus() PublishStreamResponse_Status + func (x *PublishStreamResponse) ProtoReflect() protoreflect.Message + func (x *PublishStreamResponse) Reset() + func (x *PublishStreamResponse) String() string + type PublishStreamResponse_Status int32 + const PublishStreamResponse_NOT_FOUND + const PublishStreamResponse_OK + const PublishStreamResponse_PERMISSION_DENIED + func (PublishStreamResponse_Status) Descriptor() protoreflect.EnumDescriptor + func (PublishStreamResponse_Status) EnumDescriptor() ([]byte, []int) + func (PublishStreamResponse_Status) Type() protoreflect.EnumType + func (x PublishStreamResponse_Status) Enum() *PublishStreamResponse_Status + func (x PublishStreamResponse_Status) Number() protoreflect.EnumNumber + func (x PublishStreamResponse_Status) String() string + type QueryMetricsRequest struct + EndTime *timestamppb.Timestamp + MetricIds []string + Params map[string]string + ResourceData *structpb.Struct + ResourceId string + ResourceKey string + ResourceNamespace string + Shape MetricShape + StartTime *timestamppb.Timestamp + Step *durationpb.Duration + func (*QueryMetricsRequest) Descriptor() ([]byte, []int) + func (*QueryMetricsRequest) ProtoMessage() + func (x *QueryMetricsRequest) GetEndTime() *timestamppb.Timestamp + func (x *QueryMetricsRequest) GetMetricIds() []string + func (x *QueryMetricsRequest) GetParams() map[string]string + func (x *QueryMetricsRequest) GetResourceData() *structpb.Struct + func (x *QueryMetricsRequest) GetResourceId() string + func (x *QueryMetricsRequest) GetResourceKey() string + func (x *QueryMetricsRequest) GetResourceNamespace() string + func (x *QueryMetricsRequest) GetShape() MetricShape + func (x *QueryMetricsRequest) GetStartTime() *timestamppb.Timestamp + func (x *QueryMetricsRequest) GetStep() *durationpb.Duration + func (x *QueryMetricsRequest) ProtoReflect() protoreflect.Message + func (x *QueryMetricsRequest) Reset() + func (x *QueryMetricsRequest) String() string + type QueryMetricsResponse struct + Error string + Results []*MetricResult + Success bool + func (*QueryMetricsResponse) Descriptor() ([]byte, []int) + func (*QueryMetricsResponse) ProtoMessage() + func (x *QueryMetricsResponse) GetError() string + func (x *QueryMetricsResponse) GetResults() []*MetricResult + func (x *QueryMetricsResponse) GetSuccess() bool + func (x *QueryMetricsResponse) ProtoReflect() protoreflect.Message + func (x *QueryMetricsResponse) Reset() + func (x *QueryMetricsResponse) String() string + type ResizeSessionRequest struct + Cols int32 + Id string + Rows int32 + func (*ResizeSessionRequest) Descriptor() ([]byte, []int) + func (*ResizeSessionRequest) ProtoMessage() + func (x *ResizeSessionRequest) GetCols() int32 + func (x *ResizeSessionRequest) GetId() string + func (x *ResizeSessionRequest) GetRows() int32 + func (x *ResizeSessionRequest) ProtoReflect() protoreflect.Message + func (x *ResizeSessionRequest) Reset() + func (x *ResizeSessionRequest) String() string + type ResizeSessionResponse struct + Error string + Success bool + func (*ResizeSessionResponse) Descriptor() ([]byte, []int) + func (*ResizeSessionResponse) ProtoMessage() + func (x *ResizeSessionResponse) GetError() string + func (x *ResizeSessionResponse) GetSuccess() bool + func (x *ResizeSessionResponse) ProtoReflect() protoreflect.Message + func (x *ResizeSessionResponse) Reset() + func (x *ResizeSessionResponse) String() string + type ResourceAction struct + Description string + Icon string + Id string + Label string + Selectors map[string]string + TargetBuilders []*ResourceActionTargetBuilder + Targets []*ResourceActionTarget + Variant ResourceAction_Variant + func (*ResourceAction) Descriptor() ([]byte, []int) + func (*ResourceAction) ProtoMessage() + func (x *ResourceAction) GetDescription() string + func (x *ResourceAction) GetIcon() string + func (x *ResourceAction) GetId() string + func (x *ResourceAction) GetLabel() string + func (x *ResourceAction) GetSelectors() map[string]string + func (x *ResourceAction) GetTargetBuilders() []*ResourceActionTargetBuilder + func (x *ResourceAction) GetTargets() []*ResourceActionTarget + func (x *ResourceAction) GetVariant() ResourceAction_Variant + func (x *ResourceAction) ProtoReflect() protoreflect.Message + func (x *ResourceAction) Reset() + func (x *ResourceAction) String() string + type ResourceActionTarget struct + Description string + Icon string + Label string + Selectors map[string]string + func (*ResourceActionTarget) Descriptor() ([]byte, []int) + func (*ResourceActionTarget) ProtoMessage() + func (x *ResourceActionTarget) GetDescription() string + func (x *ResourceActionTarget) GetIcon() string + func (x *ResourceActionTarget) GetLabel() string + func (x *ResourceActionTarget) GetSelectors() map[string]string + func (x *ResourceActionTarget) ProtoReflect() protoreflect.Message + func (x *ResourceActionTarget) Reset() + func (x *ResourceActionTarget) String() string + type ResourceActionTargetBuilder struct + Label string + LabelSelector string + Paths []string + Selectors map[string]string + func (*ResourceActionTargetBuilder) Descriptor() ([]byte, []int) + func (*ResourceActionTargetBuilder) ProtoMessage() + func (x *ResourceActionTargetBuilder) GetLabel() string + func (x *ResourceActionTargetBuilder) GetLabelSelector() string + func (x *ResourceActionTargetBuilder) GetPaths() []string + func (x *ResourceActionTargetBuilder) GetSelectors() map[string]string + func (x *ResourceActionTargetBuilder) ProtoReflect() protoreflect.Message + func (x *ResourceActionTargetBuilder) Reset() + func (x *ResourceActionTargetBuilder) String() string + type ResourceAction_Variant int32 + const ResourceAction_CUSTOM + const ResourceAction_EXEC + const ResourceAction_LOGS + func (ResourceAction_Variant) Descriptor() protoreflect.EnumDescriptor + func (ResourceAction_Variant) EnumDescriptor() ([]byte, []int) + func (ResourceAction_Variant) Type() protoreflect.EnumType + func (x ResourceAction_Variant) Enum() *ResourceAction_Variant + func (x ResourceAction_Variant) Number() protoreflect.EnumNumber + func (x ResourceAction_Variant) String() string + type ResourceDefinition struct + ColumnDefs []*ColumnDef + IdAccessor string + MemoAccessor string + NamespaceAccessor string + SupportedOperations []int32 + func (*ResourceDefinition) Descriptor() ([]byte, []int) + func (*ResourceDefinition) ProtoMessage() + func (x *ResourceDefinition) GetColumnDefs() []*ColumnDef + func (x *ResourceDefinition) GetIdAccessor() string + func (x *ResourceDefinition) GetMemoAccessor() string + func (x *ResourceDefinition) GetNamespaceAccessor() string + func (x *ResourceDefinition) GetSupportedOperations() []int32 + func (x *ResourceDefinition) ProtoReflect() protoreflect.Message + func (x *ResourceDefinition) Reset() + func (x *ResourceDefinition) String() string + type ResourceError struct + Code string + Message string + Suggestions []string + Title string + func (*ResourceError) Descriptor() ([]byte, []int) + func (*ResourceError) ProtoMessage() + func (x *ResourceError) GetCode() string + func (x *ResourceError) GetMessage() string + func (x *ResourceError) GetSuggestions() []string + func (x *ResourceError) GetTitle() string + func (x *ResourceError) ProtoReflect() protoreflect.Message + func (x *ResourceError) Reset() + func (x *ResourceError) String() string + type ResourceGroup struct + Description string + Icon string + Id string + Name string + Resources *VersionedResourceTypes + func (*ResourceGroup) Descriptor() ([]byte, []int) + func (*ResourceGroup) ProtoMessage() + func (x *ResourceGroup) GetDescription() string + func (x *ResourceGroup) GetIcon() string + func (x *ResourceGroup) GetId() string + func (x *ResourceGroup) GetName() string + func (x *ResourceGroup) GetResources() *VersionedResourceTypes + func (x *ResourceGroup) ProtoReflect() protoreflect.Message + func (x *ResourceGroup) Reset() + func (x *ResourceGroup) String() string + type ResourceGroupListRequest struct + ConnectionId string + func (*ResourceGroupListRequest) Descriptor() ([]byte, []int) + func (*ResourceGroupListRequest) ProtoMessage() + func (x *ResourceGroupListRequest) GetConnectionId() string + func (x *ResourceGroupListRequest) ProtoReflect() protoreflect.Message + func (x *ResourceGroupListRequest) Reset() + func (x *ResourceGroupListRequest) String() string + type ResourceGroupListResponse struct + Groups map[string]*ResourceGroup + func (*ResourceGroupListResponse) Descriptor() ([]byte, []int) + func (*ResourceGroupListResponse) ProtoMessage() + func (x *ResourceGroupListResponse) GetGroups() map[string]*ResourceGroup + func (x *ResourceGroupListResponse) ProtoReflect() protoreflect.Message + func (x *ResourceGroupListResponse) Reset() + func (x *ResourceGroupListResponse) String() string + type ResourceGroupRequest struct + Id string + func (*ResourceGroupRequest) Descriptor() ([]byte, []int) + func (*ResourceGroupRequest) ProtoMessage() + func (x *ResourceGroupRequest) GetId() string + func (x *ResourceGroupRequest) ProtoReflect() protoreflect.Message + func (x *ResourceGroupRequest) Reset() + func (x *ResourceGroupRequest) String() string + type ResourceLink struct + DetailExtractors map[string]string + DisplayId bool + IdAccessor string + Key string + KeyAccessor string + KeyMap map[string]string + NamespaceAccessor string + Namespaced bool + func (*ResourceLink) Descriptor() ([]byte, []int) + func (*ResourceLink) ProtoMessage() + func (x *ResourceLink) GetDetailExtractors() map[string]string + func (x *ResourceLink) GetDisplayId() bool + func (x *ResourceLink) GetIdAccessor() string + func (x *ResourceLink) GetKey() string + func (x *ResourceLink) GetKeyAccessor() string + func (x *ResourceLink) GetKeyMap() map[string]string + func (x *ResourceLink) GetNamespaceAccessor() string + func (x *ResourceLink) GetNamespaced() bool + func (x *ResourceLink) ProtoReflect() protoreflect.Message + func (x *ResourceLink) Reset() + func (x *ResourceLink) String() string + type ResourceMeta struct + Category string + Description string + Group string + Kind string + Version string + func (*ResourceMeta) Descriptor() ([]byte, []int) + func (*ResourceMeta) ProtoMessage() + func (x *ResourceMeta) GetCategory() string + func (x *ResourceMeta) GetDescription() string + func (x *ResourceMeta) GetGroup() string + func (x *ResourceMeta) GetKind() string + func (x *ResourceMeta) GetVersion() string + func (x *ResourceMeta) ProtoReflect() protoreflect.Message + func (x *ResourceMeta) Reset() + func (x *ResourceMeta) String() string + type ResourcePluginClient interface + Create func(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error) + Delete func(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*DeleteResponse, error) + DeleteConnection func(ctx context.Context, in *ConnectionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + EnsureInformerForResource func(ctx context.Context, in *EnsureInformerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + ExecuteAction func(ctx context.Context, in *ExecuteActionRequest, opts ...grpc.CallOption) (*ExecuteActionResponse, error) + Find func(ctx context.Context, in *FindRequest, opts ...grpc.CallOption) (*FindResponse, error) + Get func(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) + GetActions func(ctx context.Context, in *GetActionsRequest, opts ...grpc.CallOption) (*GetActionsResponse, error) + GetConnection func(ctx context.Context, in *ConnectionRequest, opts ...grpc.CallOption) (*Connection, error) + GetConnectionNamespaces func(ctx context.Context, in *ConnectionRequest, opts ...grpc.CallOption) (*ConnectionNamespacesResponse, error) + GetDefaultLayout func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Layout, error) + GetEditorSchemas func(ctx context.Context, in *GetEditorSchemasRequest, opts ...grpc.CallOption) (*EditorSchemaList, error) + GetInformerState func(ctx context.Context, in *GetInformerStateRequest, opts ...grpc.CallOption) (*InformerConnectionSummary, error) + GetLayout func(ctx context.Context, in *GetLayoutRequest, opts ...grpc.CallOption) (*Layout, error) + GetResourceDefinition func(ctx context.Context, in *ResourceTypeRequest, opts ...grpc.CallOption) (*ResourceDefinition, error) + GetResourceGroup func(ctx context.Context, in *ResourceGroupRequest, opts ...grpc.CallOption) (*ResourceGroup, error) + GetResourceGroups func(ctx context.Context, in *ResourceGroupListRequest, opts ...grpc.CallOption) (*ResourceGroupListResponse, error) + GetResourceType func(ctx context.Context, in *ResourceTypeRequest, opts ...grpc.CallOption) (*ResourceMeta, error) + GetResourceTypes func(ctx context.Context, in *ResourceTypeListRequest, opts ...grpc.CallOption) (*ResourceTypes, error) + HasInformer func(ctx context.Context, in *HasInformerRequest, opts ...grpc.CallOption) (*wrapperspb.BoolValue, error) + HasResourceType func(ctx context.Context, in *ResourceTypeRequest, opts ...grpc.CallOption) (*wrapperspb.BoolValue, error) + List func(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) + ListConnections func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ConnectionList, error) + ListenForEvents func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (ResourcePlugin_ListenForEventsClient, error) + LoadConnections func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ConnectionList, error) + SetLayout func(ctx context.Context, in *SetLayoutRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + StartConnection func(ctx context.Context, in *ConnectionRequest, opts ...grpc.CallOption) (*ConnectionStatus, error) + StartConnectionInformer func(ctx context.Context, in *StartConnectionInformerRequest, ...) (*emptypb.Empty, error) + StopConnection func(ctx context.Context, in *ConnectionRequest, opts ...grpc.CallOption) (*Connection, error) + StopConnectionInformer func(ctx context.Context, in *StopConnectionInformerRequest, ...) (*emptypb.Empty, error) + StreamAction func(ctx context.Context, in *ExecuteActionRequest, opts ...grpc.CallOption) (ResourcePlugin_StreamActionClient, error) + Update func(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error) + UpdateConnection func(ctx context.Context, in *UpdateConnectionRequest, opts ...grpc.CallOption) (*Connection, error) + WatchConnections func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (ResourcePlugin_WatchConnectionsClient, error) + func NewResourcePluginClient(cc grpc.ClientConnInterface) ResourcePluginClient + type ResourcePluginServer interface + Create func(context.Context, *CreateRequest) (*CreateResponse, error) + Delete func(context.Context, *DeleteRequest) (*DeleteResponse, error) + DeleteConnection func(context.Context, *ConnectionRequest) (*emptypb.Empty, error) + EnsureInformerForResource func(context.Context, *EnsureInformerRequest) (*emptypb.Empty, error) + ExecuteAction func(context.Context, *ExecuteActionRequest) (*ExecuteActionResponse, error) + Find func(context.Context, *FindRequest) (*FindResponse, error) + Get func(context.Context, *GetRequest) (*GetResponse, error) + GetActions func(context.Context, *GetActionsRequest) (*GetActionsResponse, error) + GetConnection func(context.Context, *ConnectionRequest) (*Connection, error) + GetConnectionNamespaces func(context.Context, *ConnectionRequest) (*ConnectionNamespacesResponse, error) + GetDefaultLayout func(context.Context, *emptypb.Empty) (*Layout, error) + GetEditorSchemas func(context.Context, *GetEditorSchemasRequest) (*EditorSchemaList, error) + GetInformerState func(context.Context, *GetInformerStateRequest) (*InformerConnectionSummary, error) + GetLayout func(context.Context, *GetLayoutRequest) (*Layout, error) + GetResourceDefinition func(context.Context, *ResourceTypeRequest) (*ResourceDefinition, error) + GetResourceGroup func(context.Context, *ResourceGroupRequest) (*ResourceGroup, error) + GetResourceGroups func(context.Context, *ResourceGroupListRequest) (*ResourceGroupListResponse, error) + GetResourceType func(context.Context, *ResourceTypeRequest) (*ResourceMeta, error) + GetResourceTypes func(context.Context, *ResourceTypeListRequest) (*ResourceTypes, error) + HasInformer func(context.Context, *HasInformerRequest) (*wrapperspb.BoolValue, error) + HasResourceType func(context.Context, *ResourceTypeRequest) (*wrapperspb.BoolValue, error) + List func(context.Context, *ListRequest) (*ListResponse, error) + ListConnections func(context.Context, *emptypb.Empty) (*ConnectionList, error) + ListenForEvents func(*emptypb.Empty, ResourcePlugin_ListenForEventsServer) error + LoadConnections func(context.Context, *emptypb.Empty) (*ConnectionList, error) + SetLayout func(context.Context, *SetLayoutRequest) (*emptypb.Empty, error) + StartConnection func(context.Context, *ConnectionRequest) (*ConnectionStatus, error) + StartConnectionInformer func(context.Context, *StartConnectionInformerRequest) (*emptypb.Empty, error) + StopConnection func(context.Context, *ConnectionRequest) (*Connection, error) + StopConnectionInformer func(context.Context, *StopConnectionInformerRequest) (*emptypb.Empty, error) + StreamAction func(*ExecuteActionRequest, ResourcePlugin_StreamActionServer) error + Update func(context.Context, *UpdateRequest) (*UpdateResponse, error) + UpdateConnection func(context.Context, *UpdateConnectionRequest) (*Connection, error) + WatchConnections func(*emptypb.Empty, ResourcePlugin_WatchConnectionsServer) error + type ResourcePlugin_ListenForEventsClient interface + Recv func() (*InformerEvent, error) + type ResourcePlugin_ListenForEventsServer interface + Send func(*InformerEvent) error + type ResourcePlugin_StreamActionClient interface + Recv func() (*StreamActionEvent, error) + type ResourcePlugin_StreamActionServer interface + Send func(*StreamActionEvent) error + type ResourcePlugin_WatchConnectionsClient interface + Recv func() (*ConnectionList, error) + type ResourcePlugin_WatchConnectionsServer interface + Send func(*ConnectionList) error + type ResourceTypeListRequest struct + ConnectionId string + func (*ResourceTypeListRequest) Descriptor() ([]byte, []int) + func (*ResourceTypeListRequest) ProtoMessage() + func (x *ResourceTypeListRequest) GetConnectionId() string + func (x *ResourceTypeListRequest) ProtoReflect() protoreflect.Message + func (x *ResourceTypeListRequest) Reset() + func (x *ResourceTypeListRequest) String() string + type ResourceTypeRequest struct + Id string + func (*ResourceTypeRequest) Descriptor() ([]byte, []int) + func (*ResourceTypeRequest) ProtoMessage() + func (x *ResourceTypeRequest) GetId() string + func (x *ResourceTypeRequest) ProtoReflect() protoreflect.Message + func (x *ResourceTypeRequest) Reset() + func (x *ResourceTypeRequest) String() string + type ResourceTypes struct + Types []*ResourceMeta + func (*ResourceTypes) Descriptor() ([]byte, []int) + func (*ResourceTypes) ProtoMessage() + func (x *ResourceTypes) GetTypes() []*ResourceMeta + func (x *ResourceTypes) ProtoReflect() protoreflect.Message + func (x *ResourceTypes) Reset() + func (x *ResourceTypes) String() string + type RunStreamRequest struct + Path string + PluginContext *PluginContext + func (*RunStreamRequest) Descriptor() ([]byte, []int) + func (*RunStreamRequest) ProtoMessage() + func (x *RunStreamRequest) GetPath() string + func (x *RunStreamRequest) GetPluginContext() *PluginContext + func (x *RunStreamRequest) ProtoReflect() protoreflect.Message + func (x *RunStreamRequest) Reset() + func (x *RunStreamRequest) String() string + type Session struct + Attached bool + Command []string + CreatedAt *timestamppb.Timestamp + Id string + Labels map[string]string + Params map[string]string + func (*Session) Descriptor() ([]byte, []int) + func (*Session) ProtoMessage() + func (x *Session) GetAttached() bool + func (x *Session) GetCommand() []string + func (x *Session) GetCreatedAt() *timestamppb.Timestamp + func (x *Session) GetId() string + func (x *Session) GetLabels() map[string]string + func (x *Session) GetParams() map[string]string + func (x *Session) ProtoReflect() protoreflect.Message + func (x *Session) Reset() + func (x *Session) String() string + type SessionOptions struct + Command []string + Id string + Labels map[string]string + Params map[string]string + ResourceData *structpb.Struct + ResourceKey string + ResourcePlugin string + Tty bool + func (*SessionOptions) Descriptor() ([]byte, []int) + func (*SessionOptions) ProtoMessage() + func (x *SessionOptions) GetCommand() []string + func (x *SessionOptions) GetId() string + func (x *SessionOptions) GetLabels() map[string]string + func (x *SessionOptions) GetParams() map[string]string + func (x *SessionOptions) GetResourceData() *structpb.Struct + func (x *SessionOptions) GetResourceKey() string + func (x *SessionOptions) GetResourcePlugin() string + func (x *SessionOptions) GetTty() bool + func (x *SessionOptions) ProtoReflect() protoreflect.Message + func (x *SessionOptions) Reset() + func (x *SessionOptions) String() string + type SetLayoutRequest struct + Id string + Layout *Layout + func (*SetLayoutRequest) Descriptor() ([]byte, []int) + func (*SetLayoutRequest) ProtoMessage() + func (x *SetLayoutRequest) GetId() string + func (x *SetLayoutRequest) GetLayout() *Layout + func (x *SetLayoutRequest) ProtoReflect() protoreflect.Message + func (x *SetLayoutRequest) Reset() + func (x *SetLayoutRequest) String() string + type SetSettingRequest struct + Id string + Value *anypb.Any + func (*SetSettingRequest) Descriptor() ([]byte, []int) + func (*SetSettingRequest) ProtoMessage() + func (x *SetSettingRequest) GetId() string + func (x *SetSettingRequest) GetValue() *anypb.Any + func (x *SetSettingRequest) ProtoReflect() protoreflect.Message + func (x *SetSettingRequest) Reset() + func (x *SetSettingRequest) String() string + type SetSettingsRequest struct + Settings map[string]*anypb.Any + func (*SetSettingsRequest) Descriptor() ([]byte, []int) + func (*SetSettingsRequest) ProtoMessage() + func (x *SetSettingsRequest) GetSettings() map[string]*anypb.Any + func (x *SetSettingsRequest) ProtoReflect() protoreflect.Message + func (x *SetSettingsRequest) Reset() + func (x *SetSettingsRequest) String() string + type Setting struct + Default *anypb.Any + Description string + FileSelection *SettingFileSelection + Id string + Label string + Options []*SettingOption + Type SettingType + Value *anypb.Any + func (*Setting) Descriptor() ([]byte, []int) + func (*Setting) ProtoMessage() + func (x *Setting) GetDefault() *anypb.Any + func (x *Setting) GetDescription() string + func (x *Setting) GetFileSelection() *SettingFileSelection + func (x *Setting) GetId() string + func (x *Setting) GetLabel() string + func (x *Setting) GetOptions() []*SettingOption + func (x *Setting) GetType() SettingType + func (x *Setting) GetValue() *anypb.Any + func (x *Setting) ProtoReflect() protoreflect.Message + func (x *Setting) Reset() + func (x *Setting) String() string + type SettingFileSelection struct + AllowFolders bool + DefaultPath string + Enabled bool + Extensions []string + Multiple bool + Relative bool + func (*SettingFileSelection) Descriptor() ([]byte, []int) + func (*SettingFileSelection) ProtoMessage() + func (x *SettingFileSelection) GetAllowFolders() bool + func (x *SettingFileSelection) GetDefaultPath() string + func (x *SettingFileSelection) GetEnabled() bool + func (x *SettingFileSelection) GetExtensions() []string + func (x *SettingFileSelection) GetMultiple() bool + func (x *SettingFileSelection) GetRelative() bool + func (x *SettingFileSelection) ProtoReflect() protoreflect.Message + func (x *SettingFileSelection) Reset() + func (x *SettingFileSelection) String() string + type SettingOption struct + Description string + Label string + Value *anypb.Any + func (*SettingOption) Descriptor() ([]byte, []int) + func (*SettingOption) ProtoMessage() + func (x *SettingOption) GetDescription() string + func (x *SettingOption) GetLabel() string + func (x *SettingOption) GetValue() *anypb.Any + func (x *SettingOption) ProtoReflect() protoreflect.Message + func (x *SettingOption) Reset() + func (x *SettingOption) String() string + type SettingType int32 + const SettingType_COLOR + const SettingType_DATETIME + const SettingType_FLOAT + const SettingType_INTEGER + const SettingType_PASSWORD + const SettingType_TEXT + const SettingType_TOGGLE + func (SettingType) Descriptor() protoreflect.EnumDescriptor + func (SettingType) EnumDescriptor() ([]byte, []int) + func (SettingType) Type() protoreflect.EnumType + func (x SettingType) Enum() *SettingType + func (x SettingType) Number() protoreflect.EnumNumber + func (x SettingType) String() string + type SettingsCategory struct + Description string + Icon string + Id string + Label string + Settings map[string]*Setting + func (*SettingsCategory) Descriptor() ([]byte, []int) + func (*SettingsCategory) ProtoMessage() + func (x *SettingsCategory) GetDescription() string + func (x *SettingsCategory) GetIcon() string + func (x *SettingsCategory) GetId() string + func (x *SettingsCategory) GetLabel() string + func (x *SettingsCategory) GetSettings() map[string]*Setting + func (x *SettingsCategory) ProtoReflect() protoreflect.Message + func (x *SettingsCategory) Reset() + func (x *SettingsCategory) String() string + type SettingsPluginClient interface + GetSetting func(ctx context.Context, in *GetSettingRequest, opts ...grpc.CallOption) (*Setting, error) + GetSettingValue func(ctx context.Context, in *GetSettingValueRequest, opts ...grpc.CallOption) (*GetSettingValueResponse, error) + ListSettings func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListSettingsResponse, error) + SetSetting func(ctx context.Context, in *SetSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + SetSettings func(ctx context.Context, in *SetSettingsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewSettingsPluginClient(cc grpc.ClientConnInterface) SettingsPluginClient + type SettingsPluginServer interface + GetSetting func(context.Context, *GetSettingRequest) (*Setting, error) + GetSettingValue func(context.Context, *GetSettingValueRequest) (*GetSettingValueResponse, error) + ListSettings func(context.Context, *emptypb.Empty) (*ListSettingsResponse, error) + SetSetting func(context.Context, *SetSettingRequest) (*emptypb.Empty, error) + SetSettings func(context.Context, *SetSettingsRequest) (*emptypb.Empty, error) + type StartConnectionInformerRequest struct + Connection string + Key string + func (*StartConnectionInformerRequest) Descriptor() ([]byte, []int) + func (*StartConnectionInformerRequest) ProtoMessage() + func (x *StartConnectionInformerRequest) GetConnection() string + func (x *StartConnectionInformerRequest) GetKey() string + func (x *StartConnectionInformerRequest) ProtoReflect() protoreflect.Message + func (x *StartConnectionInformerRequest) Reset() + func (x *StartConnectionInformerRequest) String() string + type StopConnectionInformerRequest struct + Connection string + Key string + func (*StopConnectionInformerRequest) Descriptor() ([]byte, []int) + func (*StopConnectionInformerRequest) ProtoMessage() + func (x *StopConnectionInformerRequest) GetConnection() string + func (x *StopConnectionInformerRequest) GetKey() string + func (x *StopConnectionInformerRequest) ProtoReflect() protoreflect.Message + func (x *StopConnectionInformerRequest) Reset() + func (x *StopConnectionInformerRequest) String() string + type StreamActionEvent struct + Data *structpb.Struct + Type string + func (*StreamActionEvent) Descriptor() ([]byte, []int) + func (*StreamActionEvent) ProtoMessage() + func (x *StreamActionEvent) GetData() *structpb.Struct + func (x *StreamActionEvent) GetType() string + func (x *StreamActionEvent) ProtoReflect() protoreflect.Message + func (x *StreamActionEvent) Reset() + func (x *StreamActionEvent) String() string + type StreamClient interface + Publish func(ctx context.Context, in *PublishStreamRequest, opts ...grpc.CallOption) (*PublishStreamResponse, error) + Run func(ctx context.Context, in *RunStreamRequest, opts ...grpc.CallOption) (Stream_RunClient, error) + Subscribe func(ctx context.Context, in *SubscribeStreamRequest, opts ...grpc.CallOption) (*SubscribeStreamResponse, error) + func NewStreamClient(cc grpc.ClientConnInterface) StreamClient + type StreamError struct + Message string + RetryCommands []string + Retryable bool + Suggestion string + Title string + func (*StreamError) Descriptor() ([]byte, []int) + func (*StreamError) ProtoMessage() + func (x *StreamError) GetMessage() string + func (x *StreamError) GetRetryCommands() []string + func (x *StreamError) GetRetryable() bool + func (x *StreamError) GetSuggestion() string + func (x *StreamError) GetTitle() string + func (x *StreamError) ProtoReflect() protoreflect.Message + func (x *StreamError) Reset() + func (x *StreamError) String() string + type StreamInput struct + Data []byte + Id string + func (*StreamInput) Descriptor() ([]byte, []int) + func (*StreamInput) ProtoMessage() + func (x *StreamInput) GetData() []byte + func (x *StreamInput) GetId() string + func (x *StreamInput) ProtoReflect() protoreflect.Message + func (x *StreamInput) Reset() + func (x *StreamInput) String() string + type StreamOutput struct + Data []byte + Error *StreamError + Id string + Signal StreamSignal + Target StreamOutput_Target + func (*StreamOutput) Descriptor() ([]byte, []int) + func (*StreamOutput) ProtoMessage() + func (x *StreamOutput) GetData() []byte + func (x *StreamOutput) GetError() *StreamError + func (x *StreamOutput) GetId() string + func (x *StreamOutput) GetSignal() StreamSignal + func (x *StreamOutput) GetTarget() StreamOutput_Target + func (x *StreamOutput) ProtoReflect() protoreflect.Message + func (x *StreamOutput) Reset() + func (x *StreamOutput) String() string + type StreamOutput_Target int32 + const StreamOutput_STDERR + const StreamOutput_STDOUT + func (StreamOutput_Target) Descriptor() protoreflect.EnumDescriptor + func (StreamOutput_Target) EnumDescriptor() ([]byte, []int) + func (StreamOutput_Target) Type() protoreflect.EnumType + func (x StreamOutput_Target) Enum() *StreamOutput_Target + func (x StreamOutput_Target) Number() protoreflect.EnumNumber + func (x StreamOutput_Target) String() string + type StreamPacket struct + Data []byte + func (*StreamPacket) Descriptor() ([]byte, []int) + func (*StreamPacket) ProtoMessage() + func (x *StreamPacket) GetData() []byte + func (x *StreamPacket) ProtoReflect() protoreflect.Message + func (x *StreamPacket) Reset() + func (x *StreamPacket) String() string + type StreamServer interface + Publish func(context.Context, *PublishStreamRequest) (*PublishStreamResponse, error) + Run func(*RunStreamRequest, Stream_RunServer) error + Subscribe func(context.Context, *SubscribeStreamRequest) (*SubscribeStreamResponse, error) + type StreamSignal int32 + const StreamSignal_CLOSE + const StreamSignal_ERROR + const StreamSignal_NONE + const StreamSignal_SIGHUP + const StreamSignal_SIGINT + const StreamSignal_SIGKILL + const StreamSignal_SIGQUIT + const StreamSignal_SIGTERM + const StreamSignal_SIGUSR1 + const StreamSignal_SIGUSR2 + const StreamSignal_SIGWINCH + func (StreamSignal) Descriptor() protoreflect.EnumDescriptor + func (StreamSignal) EnumDescriptor() ([]byte, []int) + func (StreamSignal) Type() protoreflect.EnumType + func (x StreamSignal) Enum() *StreamSignal + func (x StreamSignal) Number() protoreflect.EnumNumber + func (x StreamSignal) String() string + type Stream_RunClient interface + Recv func() (*StreamPacket, error) + type Stream_RunServer interface + Send func(*StreamPacket) error + type StringList struct + Values []string + func (*StringList) Descriptor() ([]byte, []int) + func (*StringList) ProtoMessage() + func (x *StringList) GetValues() []string + func (x *StringList) ProtoReflect() protoreflect.Message + func (x *StringList) Reset() + func (x *StringList) String() string + type SubscribeStreamRequest struct + Path string + PluginContext *PluginContext + func (*SubscribeStreamRequest) Descriptor() ([]byte, []int) + func (*SubscribeStreamRequest) ProtoMessage() + func (x *SubscribeStreamRequest) GetPath() string + func (x *SubscribeStreamRequest) GetPluginContext() *PluginContext + func (x *SubscribeStreamRequest) ProtoReflect() protoreflect.Message + func (x *SubscribeStreamRequest) Reset() + func (x *SubscribeStreamRequest) String() string + type SubscribeStreamResponse struct + Data []byte + Status SubscribeStreamResponse_Status + func (*SubscribeStreamResponse) Descriptor() ([]byte, []int) + func (*SubscribeStreamResponse) ProtoMessage() + func (x *SubscribeStreamResponse) GetData() []byte + func (x *SubscribeStreamResponse) GetStatus() SubscribeStreamResponse_Status + func (x *SubscribeStreamResponse) ProtoReflect() protoreflect.Message + func (x *SubscribeStreamResponse) Reset() + func (x *SubscribeStreamResponse) String() string + type SubscribeStreamResponse_Status int32 + const SubscribeStreamResponse_NOT_FOUND + const SubscribeStreamResponse_OK + const SubscribeStreamResponse_PERMISSION_DENIED + func (SubscribeStreamResponse_Status) Descriptor() protoreflect.EnumDescriptor + func (SubscribeStreamResponse_Status) EnumDescriptor() ([]byte, []int) + func (SubscribeStreamResponse_Status) Type() protoreflect.EnumType + func (x SubscribeStreamResponse_Status) Enum() *SubscribeStreamResponse_Status + func (x SubscribeStreamResponse_Status) Number() protoreflect.EnumNumber + func (x SubscribeStreamResponse_Status) String() string + type TimeSeries struct + DataPoints []*DataPoint + Labels map[string]string + MetricId string + func (*TimeSeries) Descriptor() ([]byte, []int) + func (*TimeSeries) ProtoMessage() + func (x *TimeSeries) GetDataPoints() []*DataPoint + func (x *TimeSeries) GetLabels() map[string]string + func (x *TimeSeries) GetMetricId() string + func (x *TimeSeries) ProtoReflect() protoreflect.Message + func (x *TimeSeries) Reset() + func (x *TimeSeries) String() string + type UnimplementedCommandServer struct + func (UnimplementedCommandServer) Call(context.Context, *CallCommandRequest) (*CallCommandResponse, error) + type UnimplementedExecPluginServer struct + func (UnimplementedExecPluginServer) AttachSession(context.Context, *AttachSessionRequest) (*AttachSessionResponse, error) + func (UnimplementedExecPluginServer) CloseSession(context.Context, *CloseSessionRequest) (*CloseSessionResponse, error) + func (UnimplementedExecPluginServer) CreateSession(context.Context, *SessionOptions) (*CreateSessionResponse, error) + func (UnimplementedExecPluginServer) DetachSession(context.Context, *AttachSessionRequest) (*AttachSessionResponse, error) + func (UnimplementedExecPluginServer) GetSession(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + func (UnimplementedExecPluginServer) GetSupportedResources(context.Context, *emptypb.Empty) (*GetSupportedResourcesResponse, error) + func (UnimplementedExecPluginServer) ListSessions(context.Context, *emptypb.Empty) (*ListSessionsResponse, error) + func (UnimplementedExecPluginServer) ResizeSession(context.Context, *ResizeSessionRequest) (*ResizeSessionResponse, error) + func (UnimplementedExecPluginServer) Stream(ExecPlugin_StreamServer) error + type UnimplementedLogPluginServer struct + func (UnimplementedLogPluginServer) CloseSession(context.Context, *LogSessionByIdRequest) (*CloseLogSessionResponse, error) + func (UnimplementedLogPluginServer) CreateSession(context.Context, *CreateLogSessionRequest) (*CreateLogSessionResponse, error) + func (UnimplementedLogPluginServer) GetSession(context.Context, *LogSessionByIdRequest) (*LogSessionByIdResponse, error) + func (UnimplementedLogPluginServer) GetSupportedResources(context.Context, *emptypb.Empty) (*GetSupportedLogResourcesResponse, error) + func (UnimplementedLogPluginServer) ListSessions(context.Context, *emptypb.Empty) (*ListLogSessionsResponse, error) + func (UnimplementedLogPluginServer) Stream(LogPlugin_StreamServer) error + func (UnimplementedLogPluginServer) UpdateSessionOptions(context.Context, *UpdateLogSessionOptionsRequest) (*LogSessionByIdResponse, error) + type UnimplementedMetricPluginServer struct + func (UnimplementedMetricPluginServer) GetSupportedResources(context.Context, *emptypb.Empty) (*GetSupportedMetricResourcesResponse, error) + func (UnimplementedMetricPluginServer) Query(context.Context, *QueryMetricsRequest) (*QueryMetricsResponse, error) + func (UnimplementedMetricPluginServer) StreamMetrics(MetricPlugin_StreamMetricsServer) error + type UnimplementedNetworkerPluginServer struct + func (UnimplementedNetworkerPluginServer) ClosePortForwardSession(context.Context, *PortForwardSessionByIdRequest) (*PortForwardSessionByIdResponse, error) + func (UnimplementedNetworkerPluginServer) FindPortForwardSessions(context.Context, *FindPortForwardSessionRequest) (*PortForwardSessionListResponse, error) + func (UnimplementedNetworkerPluginServer) GetPortForwardSession(context.Context, *PortForwardSessionByIdRequest) (*PortForwardSessionByIdResponse, error) + func (UnimplementedNetworkerPluginServer) GetSupportedPortForwardTargets(context.Context, *emptypb.Empty) (*GetSupportedPortForwardTargetsResponse, error) + func (UnimplementedNetworkerPluginServer) ListPortForwardSessions(context.Context, *emptypb.Empty) (*PortForwardSessionListResponse, error) + func (UnimplementedNetworkerPluginServer) StartPortForwardSession(context.Context, *PortForwardSessionOptions) (*PortForwardSessionByIdResponse, error) + type UnimplementedResourcePluginServer struct + func (UnimplementedResourcePluginServer) Create(context.Context, *CreateRequest) (*CreateResponse, error) + func (UnimplementedResourcePluginServer) Delete(context.Context, *DeleteRequest) (*DeleteResponse, error) + func (UnimplementedResourcePluginServer) DeleteConnection(context.Context, *ConnectionRequest) (*emptypb.Empty, error) + func (UnimplementedResourcePluginServer) EnsureInformerForResource(context.Context, *EnsureInformerRequest) (*emptypb.Empty, error) + func (UnimplementedResourcePluginServer) ExecuteAction(context.Context, *ExecuteActionRequest) (*ExecuteActionResponse, error) + func (UnimplementedResourcePluginServer) Find(context.Context, *FindRequest) (*FindResponse, error) + func (UnimplementedResourcePluginServer) Get(context.Context, *GetRequest) (*GetResponse, error) + func (UnimplementedResourcePluginServer) GetActions(context.Context, *GetActionsRequest) (*GetActionsResponse, error) + func (UnimplementedResourcePluginServer) GetConnection(context.Context, *ConnectionRequest) (*Connection, error) + func (UnimplementedResourcePluginServer) GetConnectionNamespaces(context.Context, *ConnectionRequest) (*ConnectionNamespacesResponse, error) + func (UnimplementedResourcePluginServer) GetDefaultLayout(context.Context, *emptypb.Empty) (*Layout, error) + func (UnimplementedResourcePluginServer) GetEditorSchemas(context.Context, *GetEditorSchemasRequest) (*EditorSchemaList, error) + func (UnimplementedResourcePluginServer) GetInformerState(context.Context, *GetInformerStateRequest) (*InformerConnectionSummary, error) + func (UnimplementedResourcePluginServer) GetLayout(context.Context, *GetLayoutRequest) (*Layout, error) + func (UnimplementedResourcePluginServer) GetResourceDefinition(context.Context, *ResourceTypeRequest) (*ResourceDefinition, error) + func (UnimplementedResourcePluginServer) GetResourceGroup(context.Context, *ResourceGroupRequest) (*ResourceGroup, error) + func (UnimplementedResourcePluginServer) GetResourceGroups(context.Context, *ResourceGroupListRequest) (*ResourceGroupListResponse, error) + func (UnimplementedResourcePluginServer) GetResourceType(context.Context, *ResourceTypeRequest) (*ResourceMeta, error) + func (UnimplementedResourcePluginServer) GetResourceTypes(context.Context, *ResourceTypeListRequest) (*ResourceTypes, error) + func (UnimplementedResourcePluginServer) HasInformer(context.Context, *HasInformerRequest) (*wrapperspb.BoolValue, error) + func (UnimplementedResourcePluginServer) HasResourceType(context.Context, *ResourceTypeRequest) (*wrapperspb.BoolValue, error) + func (UnimplementedResourcePluginServer) List(context.Context, *ListRequest) (*ListResponse, error) + func (UnimplementedResourcePluginServer) ListConnections(context.Context, *emptypb.Empty) (*ConnectionList, error) + func (UnimplementedResourcePluginServer) ListenForEvents(*emptypb.Empty, ResourcePlugin_ListenForEventsServer) error + func (UnimplementedResourcePluginServer) LoadConnections(context.Context, *emptypb.Empty) (*ConnectionList, error) + func (UnimplementedResourcePluginServer) SetLayout(context.Context, *SetLayoutRequest) (*emptypb.Empty, error) + func (UnimplementedResourcePluginServer) StartConnection(context.Context, *ConnectionRequest) (*ConnectionStatus, error) + func (UnimplementedResourcePluginServer) StartConnectionInformer(context.Context, *StartConnectionInformerRequest) (*emptypb.Empty, error) + func (UnimplementedResourcePluginServer) StopConnection(context.Context, *ConnectionRequest) (*Connection, error) + func (UnimplementedResourcePluginServer) StopConnectionInformer(context.Context, *StopConnectionInformerRequest) (*emptypb.Empty, error) + func (UnimplementedResourcePluginServer) StreamAction(*ExecuteActionRequest, ResourcePlugin_StreamActionServer) error + func (UnimplementedResourcePluginServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error) + func (UnimplementedResourcePluginServer) UpdateConnection(context.Context, *UpdateConnectionRequest) (*Connection, error) + func (UnimplementedResourcePluginServer) WatchConnections(*emptypb.Empty, ResourcePlugin_WatchConnectionsServer) error + type UnimplementedSettingsPluginServer struct + func (UnimplementedSettingsPluginServer) GetSetting(context.Context, *GetSettingRequest) (*Setting, error) + func (UnimplementedSettingsPluginServer) GetSettingValue(context.Context, *GetSettingValueRequest) (*GetSettingValueResponse, error) + func (UnimplementedSettingsPluginServer) ListSettings(context.Context, *emptypb.Empty) (*ListSettingsResponse, error) + func (UnimplementedSettingsPluginServer) SetSetting(context.Context, *SetSettingRequest) (*emptypb.Empty, error) + func (UnimplementedSettingsPluginServer) SetSettings(context.Context, *SetSettingsRequest) (*emptypb.Empty, error) + type UnimplementedStreamServer struct + func (UnimplementedStreamServer) Publish(context.Context, *PublishStreamRequest) (*PublishStreamResponse, error) + func (UnimplementedStreamServer) Run(*RunStreamRequest, Stream_RunServer) error + func (UnimplementedStreamServer) Subscribe(context.Context, *SubscribeStreamRequest) (*SubscribeStreamResponse, error) + type UnsafeCommandServer interface + type UnsafeExecPluginServer interface + type UnsafeLogPluginServer interface + type UnsafeMetricPluginServer interface + type UnsafeNetworkerPluginServer interface + type UnsafeResourcePluginServer interface + type UnsafeSettingsPluginServer interface + type UnsafeStreamServer interface + type UpdateConnectionRequest struct + Avatar *wrapperspb.StringValue + Description *wrapperspb.StringValue + Id string + Labels *structpb.Struct + Name *wrapperspb.StringValue + func (*UpdateConnectionRequest) Descriptor() ([]byte, []int) + func (*UpdateConnectionRequest) ProtoMessage() + func (x *UpdateConnectionRequest) GetAvatar() *wrapperspb.StringValue + func (x *UpdateConnectionRequest) GetDescription() *wrapperspb.StringValue + func (x *UpdateConnectionRequest) GetId() string + func (x *UpdateConnectionRequest) GetLabels() *structpb.Struct + func (x *UpdateConnectionRequest) GetName() *wrapperspb.StringValue + func (x *UpdateConnectionRequest) ProtoReflect() protoreflect.Message + func (x *UpdateConnectionRequest) Reset() + func (x *UpdateConnectionRequest) String() string + type UpdateLogSessionOptionsRequest struct + Options *LogSessionOptions + SessionId string + func (*UpdateLogSessionOptionsRequest) Descriptor() ([]byte, []int) + func (*UpdateLogSessionOptionsRequest) ProtoMessage() + func (x *UpdateLogSessionOptionsRequest) GetOptions() *LogSessionOptions + func (x *UpdateLogSessionOptionsRequest) GetSessionId() string + func (x *UpdateLogSessionOptionsRequest) ProtoReflect() protoreflect.Message + func (x *UpdateLogSessionOptionsRequest) Reset() + func (x *UpdateLogSessionOptionsRequest) String() string + type UpdateRequest struct + Context string + Data *structpb.Struct + Id string + Key string + Namespace string + func (*UpdateRequest) Descriptor() ([]byte, []int) + func (*UpdateRequest) ProtoMessage() + func (x *UpdateRequest) GetContext() string + func (x *UpdateRequest) GetData() *structpb.Struct + func (x *UpdateRequest) GetId() string + func (x *UpdateRequest) GetKey() string + func (x *UpdateRequest) GetNamespace() string + func (x *UpdateRequest) ProtoReflect() protoreflect.Message + func (x *UpdateRequest) Reset() + func (x *UpdateRequest) String() string + type UpdateResponse struct + Data *structpb.Struct + Error *ResourceError + Success bool + func (*UpdateResponse) Descriptor() ([]byte, []int) + func (*UpdateResponse) ProtoMessage() + func (x *UpdateResponse) GetData() *structpb.Struct + func (x *UpdateResponse) GetError() *ResourceError + func (x *UpdateResponse) GetSuccess() bool + func (x *UpdateResponse) ProtoReflect() protoreflect.Message + func (x *UpdateResponse) Reset() + func (x *UpdateResponse) String() string + type VersionedResourceTypes struct + Versions map[string]*ResourceTypes + func (*VersionedResourceTypes) Descriptor() ([]byte, []int) + func (*VersionedResourceTypes) ProtoMessage() + func (x *VersionedResourceTypes) GetVersions() map[string]*ResourceTypes + func (x *VersionedResourceTypes) ProtoReflect() protoreflect.Message + func (x *VersionedResourceTypes) Reset() + func (x *VersionedResourceTypes) String() string + type VisualComponentList struct + Resource []*VisualResourceComponent + func (*VisualComponentList) Descriptor() ([]byte, []int) + func (*VisualComponentList) ProtoMessage() + func (x *VisualComponentList) GetResource() []*VisualResourceComponent + func (x *VisualComponentList) ProtoReflect() protoreflect.Message + func (x *VisualComponentList) Reset() + func (x *VisualComponentList) String() string + type VisualResourceComponent struct + Id string + Plugin string + Resources []string + Type VisualResourceComponent_ComponentType + func (*VisualResourceComponent) Descriptor() ([]byte, []int) + func (*VisualResourceComponent) ProtoMessage() + func (x *VisualResourceComponent) GetId() string + func (x *VisualResourceComponent) GetPlugin() string + func (x *VisualResourceComponent) GetResources() []string + func (x *VisualResourceComponent) GetType() VisualResourceComponent_ComponentType + func (x *VisualResourceComponent) ProtoReflect() protoreflect.Message + func (x *VisualResourceComponent) Reset() + func (x *VisualResourceComponent) String() string + type VisualResourceComponent_ComponentType int32 + const VisualResourceComponent_SIDEBAR + const VisualResourceComponent_TABLE + const VisualResourceComponent_TABLE_CELL + const VisualResourceComponent_TABLE_ROW + func (VisualResourceComponent_ComponentType) Descriptor() protoreflect.EnumDescriptor + func (VisualResourceComponent_ComponentType) EnumDescriptor() ([]byte, []int) + func (VisualResourceComponent_ComponentType) Type() protoreflect.EnumType + func (x VisualResourceComponent_ComponentType) Enum() *VisualResourceComponent_ComponentType + func (x VisualResourceComponent_ComponentType) Number() protoreflect.EnumNumber + func (x VisualResourceComponent_ComponentType) String() string