analysis

package
v0.0.0-...-f34f428 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

Init creates a new Analysis

Types

type Analysis

type Analysis struct {
	// contains filtered or unexported fields
}

Analysis - Plugin to allow analysers to run over an endpoint cluster

func (*Analysis) AddAdminGroupRoutes

func (analysis *Analysis) AddAdminGroupRoutes(echoGroup *echo.Group)

AddAdminGroupRoutes adds the admin routes for this plugin to the Echo server

func (*Analysis) AddSessionGroupRoutes

func (analysis *Analysis) AddSessionGroupRoutes(echoGroup *echo.Group)

AddSessionGroupRoutes adds the session routes for this plugin to the Echo server

func (*Analysis) GetEndpointPlugin

func (analysis *Analysis) GetEndpointPlugin() (interfaces.EndpointPlugin, error)

GetEndpointPlugin gets the endpoint plugin for this plugin

func (*Analysis) GetMiddlewarePlugin

func (analysis *Analysis) GetMiddlewarePlugin() (interfaces.MiddlewarePlugin, error)

GetMiddlewarePlugin gets the middleware plugin for this plugin

func (*Analysis) GetRoutePlugin

func (analysis *Analysis) GetRoutePlugin() (interfaces.RoutePlugin, error)

GetRoutePlugin gets the route plugin for this plugin

func (*Analysis) Init

func (analysis *Analysis) Init() error

Init performs plugin initialization

func (*Analysis) OnEndpointNotification

func (analysis *Analysis) OnEndpointNotification(action interfaces.EndpointAction, endpoint *interfaces.CNSIRecord)

OnEndpointNotification called when for endpoint events

type KubeConfigExporter

type KubeConfigExporter interface {
	GetKubeConfigForEndpointUser(endpointID, userID string) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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