Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigDirPath = "/app/config/" ConfigFileName = "kubeshark-config.json" DataDirPath = "/app/data/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MaxDBSizeBytes int64 `json:"maxDBSizeBytes"`
InsertionFilter string `json:"insertionFilter"`
PullPolicy string `json:"pullPolicy"`
LogLevel logging.Level `json:"logLevel"`
WorkerResources Resources `json:"workerResources"`
ResourcesNamespace string `json:"resourceNamespace"`
DatabasePath string `json:"databasePath"`
}
type HealthResponse ¶
type HealthResponse struct {
TargettedPods []*PodInfo `json:"targettedPods"`
ConnectedWorkersCount int `json:"connectedWorkersCount"`
WorkersStatus []*WorkerStatus `json:"workersStatus"`
}
type NodeToPodsMap ¶
func (NodeToPodsMap) Summary ¶
func (np NodeToPodsMap) Summary() map[string][]string
type TargettedPodStatus ¶
type VersionResponse ¶
type VersionResponse struct {
Ver string `json:"ver"`
}
type WorkerStatus ¶
Click to show internal directories.
Click to hide internal directories.