conf

package
v1.0.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppsGroup                = "apps"
	NoGroup                  = ""
	BatchGroup               = "batch"
	RoleGroup                = "rbac.authorization.k8s.io"
	APIVersionV1             = "v1"
	Nodes                    = "nodes"
	Deployments              = "deployments"
	Pods                     = "pods"
	Daemonsets               = "daemonsets"
	Statefulsets             = "statefulsets"
	Jobs                     = "jobs"
	Cronjobs                 = "cronjobs"
	Namespaces               = "namespaces"
	Events                   = "events"
	Roles                    = "roles"
	Clusterroles             = "clusterroles"
	Group                    = "kubeeyeplugins.kubesphere.io"
	Version                  = "v1alpha1"
	Resource                 = "pluginsubscriptions"
	KubeeyeNameSpace         = "kubeeye-system"
	PluginInstalled   string = "installed"
	PluginPause       string = "pause"
	PluginInstalling  string = "installing"
	PluginUninstalled string = "uninstalled"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type JobConfig added in v1.0.0

type JobConfig struct {
	Image           string                      `json:"image,omitempty"`
	ImagePullPolicy string                      `json:"imagePullPolicy,omitempty"`
	BackLimit       *int32                      `json:"backLimit,omitempty"`
	Resources       corev1.ResourceRequirements `json:"resources,omitempty"`
}

type KubeeyeConfig

type KubeeyeConfig struct {
	Job *JobConfig `json:"job,omitempty"`
}

Jump to

Keyboard shortcuts

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