dashboard

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPluginServer

func RegisterPluginServer(s *grpc.Server, srv PluginServer)

Types

type ContentRequest

type ContentRequest struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContentRequest) Descriptor

func (*ContentRequest) Descriptor() ([]byte, []int)

func (*ContentRequest) GetPath

func (m *ContentRequest) GetPath() string

func (*ContentRequest) ProtoMessage

func (*ContentRequest) ProtoMessage()

func (*ContentRequest) Reset

func (m *ContentRequest) Reset()

func (*ContentRequest) String

func (m *ContentRequest) String() string

func (*ContentRequest) XXX_DiscardUnknown

func (m *ContentRequest) XXX_DiscardUnknown()

func (*ContentRequest) XXX_Marshal

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

func (*ContentRequest) XXX_Merge

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

func (*ContentRequest) XXX_Size

func (m *ContentRequest) XXX_Size() int

func (*ContentRequest) XXX_Unmarshal

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

type ContentResponse

type ContentResponse struct {
	ContentResponse      []byte   `protobuf:"bytes,1,opt,name=content_response,json=contentResponse,proto3" json:"content_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContentResponse) Descriptor

func (*ContentResponse) Descriptor() ([]byte, []int)

func (*ContentResponse) GetContentResponse

func (m *ContentResponse) GetContentResponse() []byte

func (*ContentResponse) ProtoMessage

func (*ContentResponse) ProtoMessage()

func (*ContentResponse) Reset

func (m *ContentResponse) Reset()

func (*ContentResponse) String

func (m *ContentResponse) String() string

func (*ContentResponse) XXX_DiscardUnknown

func (m *ContentResponse) XXX_DiscardUnknown()

func (*ContentResponse) XXX_Marshal

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

func (*ContentResponse) XXX_Merge

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

func (*ContentResponse) XXX_Size

func (m *ContentResponse) XXX_Size() int

func (*ContentResponse) XXX_Unmarshal

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

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type HandleActionRequest

type HandleActionRequest struct {
	ActionName           string   `protobuf:"bytes,1,opt,name=action_name,json=actionName,proto3" json:"action_name,omitempty"`
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HandleActionRequest) Descriptor

func (*HandleActionRequest) Descriptor() ([]byte, []int)

func (*HandleActionRequest) GetActionName added in v0.12.0

func (m *HandleActionRequest) GetActionName() string

func (*HandleActionRequest) GetPayload

func (m *HandleActionRequest) GetPayload() []byte

func (*HandleActionRequest) ProtoMessage

func (*HandleActionRequest) ProtoMessage()

func (*HandleActionRequest) Reset

func (m *HandleActionRequest) Reset()

func (*HandleActionRequest) String

func (m *HandleActionRequest) String() string

func (*HandleActionRequest) XXX_DiscardUnknown

func (m *HandleActionRequest) XXX_DiscardUnknown()

func (*HandleActionRequest) XXX_Marshal

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

func (*HandleActionRequest) XXX_Merge

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

func (*HandleActionRequest) XXX_Size

func (m *HandleActionRequest) XXX_Size() int

func (*HandleActionRequest) XXX_Unmarshal

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

type HandleActionResponse

type HandleActionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HandleActionResponse) Descriptor

func (*HandleActionResponse) Descriptor() ([]byte, []int)

func (*HandleActionResponse) ProtoMessage

func (*HandleActionResponse) ProtoMessage()

func (*HandleActionResponse) Reset

func (m *HandleActionResponse) Reset()

func (*HandleActionResponse) String

func (m *HandleActionResponse) String() string

func (*HandleActionResponse) XXX_DiscardUnknown

func (m *HandleActionResponse) XXX_DiscardUnknown()

func (*HandleActionResponse) XXX_Marshal

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

func (*HandleActionResponse) XXX_Merge

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

func (*HandleActionResponse) XXX_Size

func (m *HandleActionResponse) XXX_Size() int

func (*HandleActionResponse) XXX_Unmarshal

func (m *HandleActionResponse) XXX_Unmarshal(b []byte) error
type NavigationRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
func (*NavigationRequest) Descriptor() ([]byte, []int)
func (*NavigationRequest) ProtoMessage()
func (m *NavigationRequest) Reset()
func (m *NavigationRequest) String() string
func (m *NavigationRequest) XXX_DiscardUnknown()
func (m *NavigationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *NavigationRequest) XXX_Merge(src proto.Message)
func (m *NavigationRequest) XXX_Size() int
func (m *NavigationRequest) XXX_Unmarshal(b []byte) error
type NavigationResponse struct {
	Navigation           *NavigationResponse_Navigation `protobuf:"bytes,1,opt,name=navigation,proto3" json:"navigation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}
func (*NavigationResponse) Descriptor() ([]byte, []int)
func (*NavigationResponse) ProtoMessage()
func (m *NavigationResponse) Reset()
func (m *NavigationResponse) String() string
func (m *NavigationResponse) XXX_DiscardUnknown()
func (m *NavigationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *NavigationResponse) XXX_Merge(src proto.Message)
func (m *NavigationResponse) XXX_Size() int
func (m *NavigationResponse) XXX_Unmarshal(b []byte) error
type NavigationResponse_Navigation struct {
	Title                string                           `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Path                 string                           `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Children             []*NavigationResponse_Navigation `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"`
	IconName             string                           `protobuf:"bytes,4,opt,name=icon_name,json=iconName,proto3" json:"icon_name,omitempty"`
	IconSource           string                           `protobuf:"bytes,5,opt,name=icon_source,json=iconSource,proto3" json:"icon_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}
func (*NavigationResponse_Navigation) Descriptor() ([]byte, []int)
func (m *NavigationResponse_Navigation) GetIconName() string
func (m *NavigationResponse_Navigation) GetTitle() string
func (*NavigationResponse_Navigation) ProtoMessage()
func (m *NavigationResponse_Navigation) Reset()
func (m *NavigationResponse_Navigation) XXX_DiscardUnknown()
func (m *NavigationResponse_Navigation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *NavigationResponse_Navigation) XXX_Merge(src proto.Message)
func (m *NavigationResponse_Navigation) XXX_Size() int
func (m *NavigationResponse_Navigation) XXX_Unmarshal(b []byte) error

type ObjectRequest

type ObjectRequest struct {
	Object               []byte   `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ObjectRequest) Descriptor

func (*ObjectRequest) Descriptor() ([]byte, []int)

func (*ObjectRequest) GetObject

func (m *ObjectRequest) GetObject() []byte

func (*ObjectRequest) ProtoMessage

func (*ObjectRequest) ProtoMessage()

func (*ObjectRequest) Reset

func (m *ObjectRequest) Reset()

func (*ObjectRequest) String

func (m *ObjectRequest) String() string

func (*ObjectRequest) XXX_DiscardUnknown

func (m *ObjectRequest) XXX_DiscardUnknown()

func (*ObjectRequest) XXX_Marshal

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

func (*ObjectRequest) XXX_Merge

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

func (*ObjectRequest) XXX_Size

func (m *ObjectRequest) XXX_Size() int

func (*ObjectRequest) XXX_Unmarshal

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

type ObjectStatusResponse

type ObjectStatusResponse struct {
	ObjectStatus         []byte   `protobuf:"bytes,1,opt,name=objectStatus,proto3" json:"objectStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ObjectStatusResponse) Descriptor

func (*ObjectStatusResponse) Descriptor() ([]byte, []int)

func (*ObjectStatusResponse) GetObjectStatus

func (m *ObjectStatusResponse) GetObjectStatus() []byte

func (*ObjectStatusResponse) ProtoMessage

func (*ObjectStatusResponse) ProtoMessage()

func (*ObjectStatusResponse) Reset

func (m *ObjectStatusResponse) Reset()

func (*ObjectStatusResponse) String

func (m *ObjectStatusResponse) String() string

func (*ObjectStatusResponse) XXX_DiscardUnknown

func (m *ObjectStatusResponse) XXX_DiscardUnknown()

func (*ObjectStatusResponse) XXX_Marshal

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

func (*ObjectStatusResponse) XXX_Merge

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

func (*ObjectStatusResponse) XXX_Size

func (m *ObjectStatusResponse) XXX_Size() int

func (*ObjectStatusResponse) XXX_Unmarshal

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

type PluginClient

type PluginClient interface {
	Content(ctx context.Context, in *ContentRequest, opts ...grpc.CallOption) (*ContentResponse, error)
	HandleAction(ctx context.Context, in *HandleActionRequest, opts ...grpc.CallOption) (*HandleActionResponse, error)
	Navigation(ctx context.Context, in *NavigationRequest, opts ...grpc.CallOption) (*NavigationResponse, error)
	Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
	Print(ctx context.Context, in *ObjectRequest, opts ...grpc.CallOption) (*PrintResponse, error)
	ObjectStatus(ctx context.Context, in *ObjectRequest, opts ...grpc.CallOption) (*ObjectStatusResponse, error)
	PrintTab(ctx context.Context, in *ObjectRequest, opts ...grpc.CallOption) (*PrintTabResponse, error)
	WatchAdd(ctx context.Context, in *WatchRequest, opts ...grpc.CallOption) (*Empty, error)
	WatchUpdate(ctx context.Context, in *WatchRequest, opts ...grpc.CallOption) (*Empty, error)
	WatchDelete(ctx context.Context, in *WatchRequest, opts ...grpc.CallOption) (*Empty, error)
}

PluginClient is the client API for Plugin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPluginClient

func NewPluginClient(cc *grpc.ClientConn) PluginClient

type PrintResponse

type PrintResponse struct {
	Config               []*PrintResponse_SummaryItem `protobuf:"bytes,1,rep,name=config,proto3" json:"config,omitempty"`
	Status               []*PrintResponse_SummaryItem `protobuf:"bytes,2,rep,name=status,proto3" json:"status,omitempty"`
	Items                []byte                       `protobuf:"bytes,3,opt,name=items,proto3" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*PrintResponse) Descriptor

func (*PrintResponse) Descriptor() ([]byte, []int)

func (*PrintResponse) GetConfig

func (m *PrintResponse) GetConfig() []*PrintResponse_SummaryItem

func (*PrintResponse) GetItems

func (m *PrintResponse) GetItems() []byte

func (*PrintResponse) GetStatus

func (m *PrintResponse) GetStatus() []*PrintResponse_SummaryItem

func (*PrintResponse) ProtoMessage

func (*PrintResponse) ProtoMessage()

func (*PrintResponse) Reset

func (m *PrintResponse) Reset()

func (*PrintResponse) String

func (m *PrintResponse) String() string

func (*PrintResponse) XXX_DiscardUnknown

func (m *PrintResponse) XXX_DiscardUnknown()

func (*PrintResponse) XXX_Marshal

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

func (*PrintResponse) XXX_Merge

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

func (*PrintResponse) XXX_Size

func (m *PrintResponse) XXX_Size() int

func (*PrintResponse) XXX_Unmarshal

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

type PrintResponse_SummaryItem

type PrintResponse_SummaryItem struct {
	Header               string   `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Component            []byte   `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrintResponse_SummaryItem) Descriptor

func (*PrintResponse_SummaryItem) Descriptor() ([]byte, []int)

func (*PrintResponse_SummaryItem) GetComponent

func (m *PrintResponse_SummaryItem) GetComponent() []byte

func (*PrintResponse_SummaryItem) GetHeader

func (m *PrintResponse_SummaryItem) GetHeader() string

func (*PrintResponse_SummaryItem) ProtoMessage

func (*PrintResponse_SummaryItem) ProtoMessage()

func (*PrintResponse_SummaryItem) Reset

func (m *PrintResponse_SummaryItem) Reset()

func (*PrintResponse_SummaryItem) String

func (m *PrintResponse_SummaryItem) String() string

func (*PrintResponse_SummaryItem) XXX_DiscardUnknown

func (m *PrintResponse_SummaryItem) XXX_DiscardUnknown()

func (*PrintResponse_SummaryItem) XXX_Marshal

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

func (*PrintResponse_SummaryItem) XXX_Merge

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

func (*PrintResponse_SummaryItem) XXX_Size

func (m *PrintResponse_SummaryItem) XXX_Size() int

func (*PrintResponse_SummaryItem) XXX_Unmarshal

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

type PrintTabResponse

type PrintTabResponse struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Layout               []byte   `protobuf:"bytes,2,opt,name=layout,proto3" json:"layout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrintTabResponse) Descriptor

func (*PrintTabResponse) Descriptor() ([]byte, []int)

func (*PrintTabResponse) GetLayout

func (m *PrintTabResponse) GetLayout() []byte

func (*PrintTabResponse) GetName

func (m *PrintTabResponse) GetName() string

func (*PrintTabResponse) ProtoMessage

func (*PrintTabResponse) ProtoMessage()

func (*PrintTabResponse) Reset

func (m *PrintTabResponse) Reset()

func (*PrintTabResponse) String

func (m *PrintTabResponse) String() string

func (*PrintTabResponse) XXX_DiscardUnknown

func (m *PrintTabResponse) XXX_DiscardUnknown()

func (*PrintTabResponse) XXX_Marshal

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

func (*PrintTabResponse) XXX_Merge

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

func (*PrintTabResponse) XXX_Size

func (m *PrintTabResponse) XXX_Size() int

func (*PrintTabResponse) XXX_Unmarshal

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

type RegisterRequest

type RegisterRequest struct {
	DashboardAPIAddress  string   `protobuf:"bytes,1,opt,name=dashboardAPIAddress,proto3" json:"dashboardAPIAddress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterRequest) Descriptor

func (*RegisterRequest) Descriptor() ([]byte, []int)

func (*RegisterRequest) GetDashboardAPIAddress

func (m *RegisterRequest) GetDashboardAPIAddress() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) Reset

func (m *RegisterRequest) Reset()

func (*RegisterRequest) String

func (m *RegisterRequest) String() string

func (*RegisterRequest) XXX_DiscardUnknown

func (m *RegisterRequest) XXX_DiscardUnknown()

func (*RegisterRequest) XXX_Marshal

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

func (*RegisterRequest) XXX_Merge

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

func (*RegisterRequest) XXX_Size

func (m *RegisterRequest) XXX_Size() int

func (*RegisterRequest) XXX_Unmarshal

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

type RegisterResponse

type RegisterResponse struct {
	PluginName           string                         `protobuf:"bytes,1,opt,name=pluginName,proto3" json:"pluginName,omitempty"`
	Description          string                         `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Capabilities         *RegisterResponse_Capabilities `protobuf:"bytes,3,opt,name=capabilities,proto3" json:"capabilities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*RegisterResponse) Descriptor

func (*RegisterResponse) Descriptor() ([]byte, []int)

func (*RegisterResponse) GetCapabilities

func (m *RegisterResponse) GetCapabilities() *RegisterResponse_Capabilities

func (*RegisterResponse) GetDescription

func (m *RegisterResponse) GetDescription() string

func (*RegisterResponse) GetPluginName

func (m *RegisterResponse) GetPluginName() string

func (*RegisterResponse) ProtoMessage

func (*RegisterResponse) ProtoMessage()

func (*RegisterResponse) Reset

func (m *RegisterResponse) Reset()

func (*RegisterResponse) String

func (m *RegisterResponse) String() string

func (*RegisterResponse) XXX_DiscardUnknown

func (m *RegisterResponse) XXX_DiscardUnknown()

func (*RegisterResponse) XXX_Marshal

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

func (*RegisterResponse) XXX_Merge

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

func (*RegisterResponse) XXX_Size

func (m *RegisterResponse) XXX_Size() int

func (*RegisterResponse) XXX_Unmarshal

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

type RegisterResponse_Capabilities

type RegisterResponse_Capabilities struct {
	SupportsPrinterConfig []*RegisterResponse_GroupVersionKind `protobuf:"bytes,1,rep,name=supportsPrinterConfig,proto3" json:"supportsPrinterConfig,omitempty"`
	SupportsPrinterStatus []*RegisterResponse_GroupVersionKind `protobuf:"bytes,2,rep,name=supportsPrinterStatus,proto3" json:"supportsPrinterStatus,omitempty"`
	SupportsPrinterItems  []*RegisterResponse_GroupVersionKind `protobuf:"bytes,3,rep,name=supportsPrinterItems,proto3" json:"supportsPrinterItems,omitempty"`
	SupportsObjectStatus  []*RegisterResponse_GroupVersionKind `protobuf:"bytes,4,rep,name=supportsObjectStatus,proto3" json:"supportsObjectStatus,omitempty"`
	SupportsTab           []*RegisterResponse_GroupVersionKind `protobuf:"bytes,5,rep,name=supportsTab,proto3" json:"supportsTab,omitempty"`
	IsModule              bool                                 `protobuf:"varint,6,opt,name=isModule,proto3" json:"isModule,omitempty"`
	ActionNames           []string                             `protobuf:"bytes,7,rep,name=action_names,json=actionNames,proto3" json:"action_names,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                             `json:"-"`
	XXX_unrecognized      []byte                               `json:"-"`
	XXX_sizecache         int32                                `json:"-"`
}

func (*RegisterResponse_Capabilities) Descriptor

func (*RegisterResponse_Capabilities) Descriptor() ([]byte, []int)

func (*RegisterResponse_Capabilities) GetActionNames

func (m *RegisterResponse_Capabilities) GetActionNames() []string

func (*RegisterResponse_Capabilities) GetIsModule

func (m *RegisterResponse_Capabilities) GetIsModule() bool

func (*RegisterResponse_Capabilities) GetSupportsObjectStatus

func (m *RegisterResponse_Capabilities) GetSupportsObjectStatus() []*RegisterResponse_GroupVersionKind

func (*RegisterResponse_Capabilities) GetSupportsPrinterConfig

func (m *RegisterResponse_Capabilities) GetSupportsPrinterConfig() []*RegisterResponse_GroupVersionKind

func (*RegisterResponse_Capabilities) GetSupportsPrinterItems

func (m *RegisterResponse_Capabilities) GetSupportsPrinterItems() []*RegisterResponse_GroupVersionKind

func (*RegisterResponse_Capabilities) GetSupportsPrinterStatus

func (m *RegisterResponse_Capabilities) GetSupportsPrinterStatus() []*RegisterResponse_GroupVersionKind

func (*RegisterResponse_Capabilities) GetSupportsTab

func (*RegisterResponse_Capabilities) ProtoMessage

func (*RegisterResponse_Capabilities) ProtoMessage()

func (*RegisterResponse_Capabilities) Reset

func (m *RegisterResponse_Capabilities) Reset()

func (*RegisterResponse_Capabilities) String

func (*RegisterResponse_Capabilities) XXX_DiscardUnknown

func (m *RegisterResponse_Capabilities) XXX_DiscardUnknown()

func (*RegisterResponse_Capabilities) XXX_Marshal

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

func (*RegisterResponse_Capabilities) XXX_Merge

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

func (*RegisterResponse_Capabilities) XXX_Size

func (m *RegisterResponse_Capabilities) XXX_Size() int

func (*RegisterResponse_Capabilities) XXX_Unmarshal

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

type RegisterResponse_GroupVersionKind

type RegisterResponse_GroupVersionKind struct {
	Group                string   `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	Version              string   `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Kind                 string   `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterResponse_GroupVersionKind) Descriptor

func (*RegisterResponse_GroupVersionKind) Descriptor() ([]byte, []int)

func (*RegisterResponse_GroupVersionKind) GetGroup

func (*RegisterResponse_GroupVersionKind) GetKind

func (*RegisterResponse_GroupVersionKind) GetVersion

func (m *RegisterResponse_GroupVersionKind) GetVersion() string

func (*RegisterResponse_GroupVersionKind) ProtoMessage

func (*RegisterResponse_GroupVersionKind) ProtoMessage()

func (*RegisterResponse_GroupVersionKind) Reset

func (*RegisterResponse_GroupVersionKind) String

func (*RegisterResponse_GroupVersionKind) XXX_DiscardUnknown

func (m *RegisterResponse_GroupVersionKind) XXX_DiscardUnknown()

func (*RegisterResponse_GroupVersionKind) XXX_Marshal

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

func (*RegisterResponse_GroupVersionKind) XXX_Merge

func (*RegisterResponse_GroupVersionKind) XXX_Size

func (m *RegisterResponse_GroupVersionKind) XXX_Size() int

func (*RegisterResponse_GroupVersionKind) XXX_Unmarshal

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

type UnimplementedPluginServer

type UnimplementedPluginServer struct {
}

UnimplementedPluginServer can be embedded to have forward compatible implementations.

func (*UnimplementedPluginServer) Content

func (*UnimplementedPluginServer) HandleAction

func (*UnimplementedPluginServer) Navigation

func (*UnimplementedPluginServer) ObjectStatus

func (*UnimplementedPluginServer) Print

func (*UnimplementedPluginServer) PrintTab

func (*UnimplementedPluginServer) Register

func (*UnimplementedPluginServer) WatchAdd

func (*UnimplementedPluginServer) WatchDelete

func (*UnimplementedPluginServer) WatchDelete(ctx context.Context, req *WatchRequest) (*Empty, error)

func (*UnimplementedPluginServer) WatchUpdate

func (*UnimplementedPluginServer) WatchUpdate(ctx context.Context, req *WatchRequest) (*Empty, error)

type WatchRequest

type WatchRequest struct {
	WatchID              string   `protobuf:"bytes,1,opt,name=watchID,proto3" json:"watchID,omitempty"`
	Object               []byte   `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WatchRequest) Descriptor

func (*WatchRequest) Descriptor() ([]byte, []int)

func (*WatchRequest) GetObject

func (m *WatchRequest) GetObject() []byte

func (*WatchRequest) GetWatchID

func (m *WatchRequest) GetWatchID() string

func (*WatchRequest) ProtoMessage

func (*WatchRequest) ProtoMessage()

func (*WatchRequest) Reset

func (m *WatchRequest) Reset()

func (*WatchRequest) String

func (m *WatchRequest) String() string

func (*WatchRequest) XXX_DiscardUnknown

func (m *WatchRequest) XXX_DiscardUnknown()

func (*WatchRequest) XXX_Marshal

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

func (*WatchRequest) XXX_Merge

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

func (*WatchRequest) XXX_Size

func (m *WatchRequest) XXX_Size() int

func (*WatchRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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