Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResourceQuotasCollection = "namespaces" EventsCollection = "events" DeploymentCollection = "deployments" ServiceCollection = "services" IngressCollection = "ingresses" PVCCollection = "volumes" SecretsCollection = "secrets" ConfigMapsCollection = "configmaps" UserCollection = "user" SystemCollection = "system" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) BulkInsert ¶
func (s *Storage) BulkInsert(r []kubeClientModel.Event, collection string) error
Click to show internal directories.
Click to hide internal directories.