Documentation ¶
Index ¶
- Variables
- func RegisterDashboardServer(s grpc.ServiceRegistrar, srv DashboardServer)
- type AlertRequest
- func (*AlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AlertRequest) GetClientID() string
- func (x *AlertRequest) GetExpiration() *timestamppb.Timestamp
- func (x *AlertRequest) GetMessage() string
- func (x *AlertRequest) GetType() string
- func (*AlertRequest) ProtoMessage()
- func (x *AlertRequest) ProtoReflect() protoreflect.Message
- func (x *AlertRequest) Reset()
- func (x *AlertRequest) String() string
- type ApplyYAMLRequest
- func (*ApplyYAMLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyYAMLRequest) GetNamespace() string
- func (x *ApplyYAMLRequest) GetYaml() string
- func (*ApplyYAMLRequest) ProtoMessage()
- func (x *ApplyYAMLRequest) ProtoReflect() protoreflect.Message
- func (x *ApplyYAMLRequest) Reset()
- func (x *ApplyYAMLRequest) String() string
- type ApplyYAMLResponse
- func (*ApplyYAMLResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyYAMLResponse) GetResources() []string
- func (*ApplyYAMLResponse) ProtoMessage()
- func (x *ApplyYAMLResponse) ProtoReflect() protoreflect.Message
- func (x *ApplyYAMLResponse) Reset()
- func (x *ApplyYAMLResponse) String() string
- type CancelPortForwardRequest
- func (*CancelPortForwardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelPortForwardRequest) GetPortForwardID() string
- func (*CancelPortForwardRequest) ProtoMessage()
- func (x *CancelPortForwardRequest) ProtoReflect() protoreflect.Message
- func (x *CancelPortForwardRequest) Reset()
- func (x *CancelPortForwardRequest) String() string
- type CreateRequest
- type CreateResponse
- type DashboardClient
- type DashboardServer
- type DeleteResponse
- type Empty
- type EventRequest
- func (*EventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventRequest) GetClientID() string
- func (x *EventRequest) GetEventName() string
- func (x *EventRequest) GetPayload() []byte
- func (*EventRequest) ProtoMessage()
- func (x *EventRequest) ProtoReflect() protoreflect.Message
- func (x *EventRequest) Reset()
- func (x *EventRequest) String() string
- type EventResponse
- type GetResponse
- type KeyRequest
- func (*KeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRequest) GetApiVersion() string
- func (x *KeyRequest) GetKind() string
- func (x *KeyRequest) GetLabelSelector() *wrapperspb.BytesValue
- func (x *KeyRequest) GetName() string
- func (x *KeyRequest) GetNamespace() string
- func (*KeyRequest) ProtoMessage()
- func (x *KeyRequest) ProtoReflect() protoreflect.Message
- func (x *KeyRequest) Reset()
- func (x *KeyRequest) String() string
- type LinkResponse
- type ListResponse
- type NamespacesResponse
- func (*NamespacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NamespacesResponse) GetNamespaces() []string
- func (*NamespacesResponse) ProtoMessage()
- func (x *NamespacesResponse) ProtoReflect() protoreflect.Message
- func (x *NamespacesResponse) Reset()
- func (x *NamespacesResponse) String() string
- type PortForwardRequest
- func (*PortForwardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PortForwardRequest) GetContainerName() string
- func (x *PortForwardRequest) GetNamespace() string
- func (x *PortForwardRequest) GetPodName() string
- func (x *PortForwardRequest) GetPortNumber() uint32
- func (*PortForwardRequest) ProtoMessage()
- func (x *PortForwardRequest) ProtoReflect() protoreflect.Message
- func (x *PortForwardRequest) Reset()
- func (x *PortForwardRequest) String() string
- type PortForwardResponse
- func (*PortForwardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PortForwardResponse) GetPortForwardID() string
- func (x *PortForwardResponse) GetPortNumber() uint32
- func (*PortForwardResponse) ProtoMessage()
- func (x *PortForwardResponse) ProtoReflect() protoreflect.Message
- func (x *PortForwardResponse) Reset()
- func (x *PortForwardResponse) String() string
- type UnimplementedDashboardServer
- func (UnimplementedDashboardServer) ApplyYAML(context.Context, *ApplyYAMLRequest) (*ApplyYAMLResponse, error)
- func (UnimplementedDashboardServer) CancelPortForward(context.Context, *CancelPortForwardRequest) (*Empty, error)
- func (UnimplementedDashboardServer) Create(context.Context, *CreateRequest) (*CreateResponse, error)
- func (UnimplementedDashboardServer) CreateLink(context.Context, *KeyRequest) (*LinkResponse, error)
- func (UnimplementedDashboardServer) Delete(context.Context, *KeyRequest) (*DeleteResponse, error)
- func (UnimplementedDashboardServer) ForceFrontendUpdate(context.Context, *Empty) (*Empty, error)
- func (UnimplementedDashboardServer) Get(context.Context, *KeyRequest) (*GetResponse, error)
- func (UnimplementedDashboardServer) List(context.Context, *KeyRequest) (*ListResponse, error)
- func (UnimplementedDashboardServer) ListNamespaces(context.Context, *Empty) (*NamespacesResponse, error)
- func (UnimplementedDashboardServer) PortForward(context.Context, *PortForwardRequest) (*PortForwardResponse, error)
- func (UnimplementedDashboardServer) SendAlert(context.Context, *AlertRequest) (*Empty, error)
- func (UnimplementedDashboardServer) SendEvent(context.Context, *EventRequest) (*EventResponse, error)
- func (UnimplementedDashboardServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
- type UnsafeDashboardServer
- type UpdateRequest
- type UpdateResponse
Constants ¶
This section is empty.
Variables ¶
var Dashboard_ServiceDesc = grpc.ServiceDesc{ ServiceName: "proto.Dashboard", HandlerType: (*DashboardServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "List", Handler: _Dashboard_List_Handler, }, { MethodName: "Get", Handler: _Dashboard_Get_Handler, }, { MethodName: "Update", Handler: _Dashboard_Update_Handler, }, { MethodName: "Create", Handler: _Dashboard_Create_Handler, }, { MethodName: "ApplyYAML", Handler: _Dashboard_ApplyYAML_Handler, }, { MethodName: "Delete", Handler: _Dashboard_Delete_Handler, }, { MethodName: "PortForward", Handler: _Dashboard_PortForward_Handler, }, { MethodName: "CancelPortForward", Handler: _Dashboard_CancelPortForward_Handler, }, { MethodName: "ListNamespaces", Handler: _Dashboard_ListNamespaces_Handler, }, { MethodName: "ForceFrontendUpdate", Handler: _Dashboard_ForceFrontendUpdate_Handler, }, { MethodName: "SendAlert", Handler: _Dashboard_SendAlert_Handler, }, { MethodName: "CreateLink", Handler: _Dashboard_CreateLink_Handler, }, { MethodName: "SendEvent", Handler: _Dashboard_SendEvent_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "dashboard_api.proto", }
Dashboard_ServiceDesc is the grpc.ServiceDesc for Dashboard service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_dashboard_api_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDashboardServer ¶
func RegisterDashboardServer(s grpc.ServiceRegistrar, srv DashboardServer)
Types ¶
type AlertRequest ¶ added in v0.16.0
type AlertRequest struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Expiration *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"` ClientID string `protobuf:"bytes,4,opt,name=clientID,proto3" json:"clientID,omitempty"` // contains filtered or unexported fields }
func (*AlertRequest) Descriptor
deprecated
added in
v0.16.0
func (*AlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use AlertRequest.ProtoReflect.Descriptor instead.
func (*AlertRequest) GetClientID ¶ added in v0.16.0
func (x *AlertRequest) GetClientID() string
func (*AlertRequest) GetExpiration ¶ added in v0.16.0
func (x *AlertRequest) GetExpiration() *timestamppb.Timestamp
func (*AlertRequest) GetMessage ¶ added in v0.16.0
func (x *AlertRequest) GetMessage() string
func (*AlertRequest) GetType ¶ added in v0.16.0
func (x *AlertRequest) GetType() string
func (*AlertRequest) ProtoMessage ¶ added in v0.16.0
func (*AlertRequest) ProtoMessage()
func (*AlertRequest) ProtoReflect ¶ added in v0.16.0
func (x *AlertRequest) ProtoReflect() protoreflect.Message
func (*AlertRequest) Reset ¶ added in v0.16.0
func (x *AlertRequest) Reset()
func (*AlertRequest) String ¶ added in v0.16.0
func (x *AlertRequest) String() string
type ApplyYAMLRequest ¶ added in v0.24.0
type ApplyYAMLRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*ApplyYAMLRequest) Descriptor
deprecated
added in
v0.24.0
func (*ApplyYAMLRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApplyYAMLRequest.ProtoReflect.Descriptor instead.
func (*ApplyYAMLRequest) GetNamespace ¶ added in v0.24.0
func (x *ApplyYAMLRequest) GetNamespace() string
func (*ApplyYAMLRequest) GetYaml ¶ added in v0.24.0
func (x *ApplyYAMLRequest) GetYaml() string
func (*ApplyYAMLRequest) ProtoMessage ¶ added in v0.24.0
func (*ApplyYAMLRequest) ProtoMessage()
func (*ApplyYAMLRequest) ProtoReflect ¶ added in v0.24.0
func (x *ApplyYAMLRequest) ProtoReflect() protoreflect.Message
func (*ApplyYAMLRequest) Reset ¶ added in v0.24.0
func (x *ApplyYAMLRequest) Reset()
func (*ApplyYAMLRequest) String ¶ added in v0.24.0
func (x *ApplyYAMLRequest) String() string
type ApplyYAMLResponse ¶ added in v0.24.0
type ApplyYAMLResponse struct { Resources []string `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*ApplyYAMLResponse) Descriptor
deprecated
added in
v0.24.0
func (*ApplyYAMLResponse) Descriptor() ([]byte, []int)
Deprecated: Use ApplyYAMLResponse.ProtoReflect.Descriptor instead.
func (*ApplyYAMLResponse) GetResources ¶ added in v0.24.0
func (x *ApplyYAMLResponse) GetResources() []string
func (*ApplyYAMLResponse) ProtoMessage ¶ added in v0.24.0
func (*ApplyYAMLResponse) ProtoMessage()
func (*ApplyYAMLResponse) ProtoReflect ¶ added in v0.24.0
func (x *ApplyYAMLResponse) ProtoReflect() protoreflect.Message
func (*ApplyYAMLResponse) Reset ¶ added in v0.24.0
func (x *ApplyYAMLResponse) Reset()
func (*ApplyYAMLResponse) String ¶ added in v0.24.0
func (x *ApplyYAMLResponse) String() string
type CancelPortForwardRequest ¶
type CancelPortForwardRequest struct { PortForwardID string `protobuf:"bytes,1,opt,name=portForwardID,proto3" json:"portForwardID,omitempty"` // contains filtered or unexported fields }
func (*CancelPortForwardRequest) Descriptor
deprecated
func (*CancelPortForwardRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelPortForwardRequest.ProtoReflect.Descriptor instead.
func (*CancelPortForwardRequest) GetPortForwardID ¶
func (x *CancelPortForwardRequest) GetPortForwardID() string
func (*CancelPortForwardRequest) ProtoMessage ¶
func (*CancelPortForwardRequest) ProtoMessage()
func (*CancelPortForwardRequest) ProtoReflect ¶ added in v0.16.0
func (x *CancelPortForwardRequest) ProtoReflect() protoreflect.Message
func (*CancelPortForwardRequest) Reset ¶
func (x *CancelPortForwardRequest) Reset()
func (*CancelPortForwardRequest) String ¶
func (x *CancelPortForwardRequest) String() string
type CreateRequest ¶ added in v0.12.0
type CreateRequest struct { Object []byte `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*CreateRequest) Descriptor
deprecated
added in
v0.12.0
func (*CreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
func (*CreateRequest) GetObject ¶ added in v0.12.0
func (x *CreateRequest) GetObject() []byte
func (*CreateRequest) ProtoMessage ¶ added in v0.12.0
func (*CreateRequest) ProtoMessage()
func (*CreateRequest) ProtoReflect ¶ added in v0.16.0
func (x *CreateRequest) ProtoReflect() protoreflect.Message
func (*CreateRequest) Reset ¶ added in v0.12.0
func (x *CreateRequest) Reset()
func (*CreateRequest) String ¶ added in v0.12.0
func (x *CreateRequest) String() string
type CreateResponse ¶ added in v0.12.0
type CreateResponse struct {
// contains filtered or unexported fields
}
func (*CreateResponse) Descriptor
deprecated
added in
v0.12.0
func (*CreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.
func (*CreateResponse) ProtoMessage ¶ added in v0.12.0
func (*CreateResponse) ProtoMessage()
func (*CreateResponse) ProtoReflect ¶ added in v0.16.0
func (x *CreateResponse) ProtoReflect() protoreflect.Message
func (*CreateResponse) Reset ¶ added in v0.12.0
func (x *CreateResponse) Reset()
func (*CreateResponse) String ¶ added in v0.12.0
func (x *CreateResponse) String() string
type DashboardClient ¶
type DashboardClient interface { List(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*ListResponse, error) Get(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*GetResponse, error) Update(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error) Create(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error) ApplyYAML(ctx context.Context, in *ApplyYAMLRequest, opts ...grpc.CallOption) (*ApplyYAMLResponse, error) Delete(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*DeleteResponse, error) PortForward(ctx context.Context, in *PortForwardRequest, opts ...grpc.CallOption) (*PortForwardResponse, error) CancelPortForward(ctx context.Context, in *CancelPortForwardRequest, opts ...grpc.CallOption) (*Empty, error) ListNamespaces(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*NamespacesResponse, error) ForceFrontendUpdate(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) SendAlert(ctx context.Context, in *AlertRequest, opts ...grpc.CallOption) (*Empty, error) CreateLink(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*LinkResponse, error) SendEvent(ctx context.Context, in *EventRequest, opts ...grpc.CallOption) (*EventResponse, error) }
DashboardClient is the client API for Dashboard service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDashboardClient ¶
func NewDashboardClient(cc grpc.ClientConnInterface) DashboardClient
type DashboardServer ¶
type DashboardServer interface { List(context.Context, *KeyRequest) (*ListResponse, error) Get(context.Context, *KeyRequest) (*GetResponse, error) Update(context.Context, *UpdateRequest) (*UpdateResponse, error) Create(context.Context, *CreateRequest) (*CreateResponse, error) ApplyYAML(context.Context, *ApplyYAMLRequest) (*ApplyYAMLResponse, error) Delete(context.Context, *KeyRequest) (*DeleteResponse, error) PortForward(context.Context, *PortForwardRequest) (*PortForwardResponse, error) CancelPortForward(context.Context, *CancelPortForwardRequest) (*Empty, error) ListNamespaces(context.Context, *Empty) (*NamespacesResponse, error) ForceFrontendUpdate(context.Context, *Empty) (*Empty, error) SendAlert(context.Context, *AlertRequest) (*Empty, error) CreateLink(context.Context, *KeyRequest) (*LinkResponse, error) SendEvent(context.Context, *EventRequest) (*EventResponse, error) // contains filtered or unexported methods }
DashboardServer is the server API for Dashboard service. All implementations must embed UnimplementedDashboardServer for forward compatibility
type DeleteResponse ¶ added in v0.19.0
type DeleteResponse struct {
// contains filtered or unexported fields
}
func (*DeleteResponse) Descriptor
deprecated
added in
v0.19.0
func (*DeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.
func (*DeleteResponse) ProtoMessage ¶ added in v0.19.0
func (*DeleteResponse) ProtoMessage()
func (*DeleteResponse) ProtoReflect ¶ added in v0.19.0
func (x *DeleteResponse) ProtoReflect() protoreflect.Message
func (*DeleteResponse) Reset ¶ added in v0.19.0
func (x *DeleteResponse) Reset()
func (*DeleteResponse) String ¶ added in v0.19.0
func (x *DeleteResponse) String() string
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶ added in v0.16.0
func (x *Empty) ProtoReflect() protoreflect.Message
type EventRequest ¶ added in v0.23.0
type EventRequest struct { ClientID string `protobuf:"bytes,1,opt,name=clientID,proto3" json:"clientID,omitempty"` EventName string `protobuf:"bytes,2,opt,name=eventName,proto3" json:"eventName,omitempty"` Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*EventRequest) Descriptor
deprecated
added in
v0.23.0
func (*EventRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventRequest.ProtoReflect.Descriptor instead.
func (*EventRequest) GetClientID ¶ added in v0.23.0
func (x *EventRequest) GetClientID() string
func (*EventRequest) GetEventName ¶ added in v0.23.0
func (x *EventRequest) GetEventName() string
func (*EventRequest) GetPayload ¶ added in v0.23.0
func (x *EventRequest) GetPayload() []byte
func (*EventRequest) ProtoMessage ¶ added in v0.23.0
func (*EventRequest) ProtoMessage()
func (*EventRequest) ProtoReflect ¶ added in v0.23.0
func (x *EventRequest) ProtoReflect() protoreflect.Message
func (*EventRequest) Reset ¶ added in v0.23.0
func (x *EventRequest) Reset()
func (*EventRequest) String ¶ added in v0.23.0
func (x *EventRequest) String() string
type EventResponse ¶ added in v0.23.0
type EventResponse struct {
// contains filtered or unexported fields
}
func (*EventResponse) Descriptor
deprecated
added in
v0.23.0
func (*EventResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventResponse.ProtoReflect.Descriptor instead.
func (*EventResponse) ProtoMessage ¶ added in v0.23.0
func (*EventResponse) ProtoMessage()
func (*EventResponse) ProtoReflect ¶ added in v0.23.0
func (x *EventResponse) ProtoReflect() protoreflect.Message
func (*EventResponse) Reset ¶ added in v0.23.0
func (x *EventResponse) Reset()
func (*EventResponse) String ¶ added in v0.23.0
func (x *EventResponse) String() string
type GetResponse ¶
type GetResponse struct { Object []byte `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*GetResponse) Descriptor
deprecated
func (*GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) GetObject ¶
func (x *GetResponse) GetObject() []byte
func (*GetResponse) ProtoMessage ¶
func (*GetResponse) ProtoMessage()
func (*GetResponse) ProtoReflect ¶ added in v0.16.0
func (x *GetResponse) ProtoReflect() protoreflect.Message
func (*GetResponse) Reset ¶
func (x *GetResponse) Reset()
func (*GetResponse) String ¶
func (x *GetResponse) String() string
type KeyRequest ¶
type KeyRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` ApiVersion string `protobuf:"bytes,2,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` LabelSelector *wrapperspb.BytesValue `protobuf:"bytes,5,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` // contains filtered or unexported fields }
func (*KeyRequest) Descriptor
deprecated
func (*KeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use KeyRequest.ProtoReflect.Descriptor instead.
func (*KeyRequest) GetApiVersion ¶
func (x *KeyRequest) GetApiVersion() string
func (*KeyRequest) GetKind ¶
func (x *KeyRequest) GetKind() string
func (*KeyRequest) GetLabelSelector ¶
func (x *KeyRequest) GetLabelSelector() *wrapperspb.BytesValue
func (*KeyRequest) GetName ¶
func (x *KeyRequest) GetName() string
func (*KeyRequest) GetNamespace ¶
func (x *KeyRequest) GetNamespace() string
func (*KeyRequest) ProtoMessage ¶
func (*KeyRequest) ProtoMessage()
func (*KeyRequest) ProtoReflect ¶ added in v0.16.0
func (x *KeyRequest) ProtoReflect() protoreflect.Message
func (*KeyRequest) Reset ¶
func (x *KeyRequest) Reset()
func (*KeyRequest) String ¶
func (x *KeyRequest) String() string
type LinkResponse ¶ added in v0.19.0
type LinkResponse struct { Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*LinkResponse) Descriptor
deprecated
added in
v0.19.0
func (*LinkResponse) Descriptor() ([]byte, []int)
Deprecated: Use LinkResponse.ProtoReflect.Descriptor instead.
func (*LinkResponse) GetRef ¶ added in v0.19.0
func (x *LinkResponse) GetRef() string
func (*LinkResponse) ProtoMessage ¶ added in v0.19.0
func (*LinkResponse) ProtoMessage()
func (*LinkResponse) ProtoReflect ¶ added in v0.19.0
func (x *LinkResponse) ProtoReflect() protoreflect.Message
func (*LinkResponse) Reset ¶ added in v0.19.0
func (x *LinkResponse) Reset()
func (*LinkResponse) String ¶ added in v0.19.0
func (x *LinkResponse) String() string
type ListResponse ¶
type ListResponse struct { Objects [][]byte `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetObjects ¶
func (x *ListResponse) GetObjects() [][]byte
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶ added in v0.16.0
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
type NamespacesResponse ¶ added in v0.11.0
type NamespacesResponse struct { Namespaces []string `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // contains filtered or unexported fields }
func (*NamespacesResponse) Descriptor
deprecated
added in
v0.11.0
func (*NamespacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use NamespacesResponse.ProtoReflect.Descriptor instead.
func (*NamespacesResponse) GetNamespaces ¶ added in v0.11.0
func (x *NamespacesResponse) GetNamespaces() []string
func (*NamespacesResponse) ProtoMessage ¶ added in v0.11.0
func (*NamespacesResponse) ProtoMessage()
func (*NamespacesResponse) ProtoReflect ¶ added in v0.16.0
func (x *NamespacesResponse) ProtoReflect() protoreflect.Message
func (*NamespacesResponse) Reset ¶ added in v0.11.0
func (x *NamespacesResponse) Reset()
func (*NamespacesResponse) String ¶ added in v0.11.0
func (x *NamespacesResponse) String() string
type PortForwardRequest ¶
type PortForwardRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` PodName string `protobuf:"bytes,2,opt,name=podName,proto3" json:"podName,omitempty"` ContainerName string `protobuf:"bytes,3,opt,name=containerName,proto3" json:"containerName,omitempty"` PortNumber uint32 `protobuf:"varint,4,opt,name=portNumber,proto3" json:"portNumber,omitempty"` // contains filtered or unexported fields }
func (*PortForwardRequest) Descriptor
deprecated
func (*PortForwardRequest) Descriptor() ([]byte, []int)
Deprecated: Use PortForwardRequest.ProtoReflect.Descriptor instead.
func (*PortForwardRequest) GetContainerName ¶
func (x *PortForwardRequest) GetContainerName() string
func (*PortForwardRequest) GetNamespace ¶
func (x *PortForwardRequest) GetNamespace() string
func (*PortForwardRequest) GetPodName ¶
func (x *PortForwardRequest) GetPodName() string
func (*PortForwardRequest) GetPortNumber ¶
func (x *PortForwardRequest) GetPortNumber() uint32
func (*PortForwardRequest) ProtoMessage ¶
func (*PortForwardRequest) ProtoMessage()
func (*PortForwardRequest) ProtoReflect ¶ added in v0.16.0
func (x *PortForwardRequest) ProtoReflect() protoreflect.Message
func (*PortForwardRequest) Reset ¶
func (x *PortForwardRequest) Reset()
func (*PortForwardRequest) String ¶
func (x *PortForwardRequest) String() string
type PortForwardResponse ¶
type PortForwardResponse struct { PortForwardID string `protobuf:"bytes,1,opt,name=portForwardID,proto3" json:"portForwardID,omitempty"` PortNumber uint32 `protobuf:"varint,2,opt,name=portNumber,proto3" json:"portNumber,omitempty"` // contains filtered or unexported fields }
func (*PortForwardResponse) Descriptor
deprecated
func (*PortForwardResponse) Descriptor() ([]byte, []int)
Deprecated: Use PortForwardResponse.ProtoReflect.Descriptor instead.
func (*PortForwardResponse) GetPortForwardID ¶
func (x *PortForwardResponse) GetPortForwardID() string
func (*PortForwardResponse) GetPortNumber ¶
func (x *PortForwardResponse) GetPortNumber() uint32
func (*PortForwardResponse) ProtoMessage ¶
func (*PortForwardResponse) ProtoMessage()
func (*PortForwardResponse) ProtoReflect ¶ added in v0.16.0
func (x *PortForwardResponse) ProtoReflect() protoreflect.Message
func (*PortForwardResponse) Reset ¶
func (x *PortForwardResponse) Reset()
func (*PortForwardResponse) String ¶
func (x *PortForwardResponse) String() string
type UnimplementedDashboardServer ¶
type UnimplementedDashboardServer struct { }
UnimplementedDashboardServer must be embedded to have forward compatible implementations.
func (UnimplementedDashboardServer) ApplyYAML ¶ added in v0.24.0
func (UnimplementedDashboardServer) ApplyYAML(context.Context, *ApplyYAMLRequest) (*ApplyYAMLResponse, error)
func (UnimplementedDashboardServer) CancelPortForward ¶
func (UnimplementedDashboardServer) CancelPortForward(context.Context, *CancelPortForwardRequest) (*Empty, error)
func (UnimplementedDashboardServer) Create ¶ added in v0.12.0
func (UnimplementedDashboardServer) Create(context.Context, *CreateRequest) (*CreateResponse, error)
func (UnimplementedDashboardServer) CreateLink ¶ added in v0.19.0
func (UnimplementedDashboardServer) CreateLink(context.Context, *KeyRequest) (*LinkResponse, error)
func (UnimplementedDashboardServer) Delete ¶ added in v0.19.0
func (UnimplementedDashboardServer) Delete(context.Context, *KeyRequest) (*DeleteResponse, error)
func (UnimplementedDashboardServer) ForceFrontendUpdate ¶
func (UnimplementedDashboardServer) Get ¶
func (UnimplementedDashboardServer) Get(context.Context, *KeyRequest) (*GetResponse, error)
func (UnimplementedDashboardServer) List ¶
func (UnimplementedDashboardServer) List(context.Context, *KeyRequest) (*ListResponse, error)
func (UnimplementedDashboardServer) ListNamespaces ¶ added in v0.12.0
func (UnimplementedDashboardServer) ListNamespaces(context.Context, *Empty) (*NamespacesResponse, error)
func (UnimplementedDashboardServer) PortForward ¶
func (UnimplementedDashboardServer) PortForward(context.Context, *PortForwardRequest) (*PortForwardResponse, error)
func (UnimplementedDashboardServer) SendAlert ¶ added in v0.16.0
func (UnimplementedDashboardServer) SendAlert(context.Context, *AlertRequest) (*Empty, error)
func (UnimplementedDashboardServer) SendEvent ¶ added in v0.23.0
func (UnimplementedDashboardServer) SendEvent(context.Context, *EventRequest) (*EventResponse, error)
func (UnimplementedDashboardServer) Update ¶
func (UnimplementedDashboardServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
type UnsafeDashboardServer ¶ added in v0.24.0
type UnsafeDashboardServer interface {
// contains filtered or unexported methods
}
UnsafeDashboardServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DashboardServer will result in compilation errors.
type UpdateRequest ¶
type UpdateRequest struct { Object []byte `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` // contains filtered or unexported fields }
func (*UpdateRequest) Descriptor
deprecated
func (*UpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
func (*UpdateRequest) GetObject ¶
func (x *UpdateRequest) GetObject() []byte
func (*UpdateRequest) ProtoMessage ¶
func (*UpdateRequest) ProtoMessage()
func (*UpdateRequest) ProtoReflect ¶ added in v0.16.0
func (x *UpdateRequest) ProtoReflect() protoreflect.Message
func (*UpdateRequest) Reset ¶
func (x *UpdateRequest) Reset()
func (*UpdateRequest) String ¶
func (x *UpdateRequest) String() string
type UpdateResponse ¶
type UpdateResponse struct {
// contains filtered or unexported fields
}
func (*UpdateResponse) Descriptor
deprecated
func (*UpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.
func (*UpdateResponse) ProtoMessage ¶
func (*UpdateResponse) ProtoMessage()
func (*UpdateResponse) ProtoReflect ¶ added in v0.16.0
func (x *UpdateResponse) ProtoReflect() protoreflect.Message
func (*UpdateResponse) Reset ¶
func (x *UpdateResponse) Reset()
func (*UpdateResponse) String ¶
func (x *UpdateResponse) String() string