collector

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Version resource version
	Version = "v1"
	// Kind resource kind
	Kind = "NodeInfo"
)
View Source
const (
	// WorkerNode worker node type
	WorkerNode = "worker"
	// MasterNode master Node type
	MasterNode = "master"
)

Variables

This section is empty.

Functions

func CollectData

func CollectData(cmd *cobra.Command, target string) error

CollectData run spec audit command and output it result data

func LoadConfig

func LoadConfig(target string) (map[string]*SpecInfo, error)

LoadConfig load audit commands specification from config file

func SanitizeString

func SanitizeString(output string, replaceable map[string]string) string

SanitizeString snitize string from special characters

func StringToArray

func StringToArray(output string, delimiter string) []interface{}

StringToArray convert string with delimiter to array

Types

type Cluster

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

func GetCluster

func GetCluster() (*Cluster, error)

func NewCluster

func NewCluster(clientSet *kubernetes.Clientset, clientConfig clientcmd.ClientConfig, restMApper meta.RESTMapper, dynamicClient dynamic.Interface) *Cluster

func (*Cluster) Platfrom

func (cluster *Cluster) Platfrom() (Platform, error)

type Collector

type Collector struct {
	Key      string `yaml:"key"`
	Title    string `yaml:"title"`
	Audit    string `yaml:"audit"`
	NodeType string `yaml:"nodeType"`
}

Collector details of info to collect

type Info

type Info struct {
	Values interface{} `json:"values"`
}

Info comand output result

type Node

type Node struct {
	APIVersion string            `json:"apiVersion"`
	Kind       string            `json:"kind"`
	Metadata   map[string]string `json:"metadata"`
	Type       string            `json:"type"`
	Info       map[string]*Info  `json:"info"`
}

Node output node data with info results

type Platform

type Platform struct {
	Name    string
	Version string
}

type Shell

type Shell interface {
	Execute(commandArgs string) (string, error)
	FindNodeType() (string, error)
}

Shell command interface to preform shell exec commands

func NewShellCmd

func NewShellCmd() Shell

NewShellCmd instansiate new shell command

type SpecInfo

type SpecInfo struct {
	Version    string      `yaml:"version"`
	Name       string      `yaml:"name"`
	Title      string      `yaml:"title"`
	Collectors []Collector `yaml:"collectors"`
}

SpecInfo spec info with require comand to collect

type SpecVersion

type SpecVersion struct {
	Name    string
	Version string
}

Jump to

Keyboard shortcuts

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