server

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventsActions

type EventsActions interface {
	GetNamespaceChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetDeploymentChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespaceDeploymentsChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesDeploymentsChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetServiceChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespaceServicesChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesServicesChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetIngressChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespaceIngressesChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesIngressesChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetPVCChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespacePVCsChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesPVCsChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetSecretChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespaceSecretsChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesSecretsChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetConfigMapChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespaceConfigMapsChanges(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesConfigMapsChanges(params model.FuncParams) (*kubeModel.EventsList, error)

	GetPodEvents(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespacePodsEvents(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesPodsEvents(params model.FuncParams) (*kubeModel.EventsList, error)

	GetPVCEvents(params model.FuncParams) (*kubeModel.EventsList, error)
	GetNamespacePVCsEvents(params model.FuncParams) (*kubeModel.EventsList, error)
	GetAllNamespacesPVCsEvents(params model.FuncParams) (*kubeModel.EventsList, error)

	GetAllNodesEvents(params model.FuncParams) (*kubeModel.EventsList, error)

	GetUsersEvents(params model.FuncParams) (*kubeModel.EventsList, error)
	GetSystemEvents(params model.FuncParams) (*kubeModel.EventsList, error)

	AddUserEvent(event kubeModel.Event) error
	AddSystemEvent(event kubeModel.Event) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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