Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppsGroup = "apps" NoGroup = "" BatchGroup = "batch" RoleGroup = "rbac.authorization.k8s.io" APIVersionV1 = "v1" Nodes = "nodes" Deployments = "deployments" 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 KubeeyeConfig ¶
type KubeeyeConfig struct {
Job *JobConfig `json:"job,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.