definitions

package
v0.0.0-...-540bb61 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component string
const (
	ArangoClusterSynchronization Component = "ArangoClusterSynchronization"
	ArangoMember                 Component = "ArangoMember"
	ArangoTask                   Component = "ArangoTask"
	Node                         Component = "Node"
	PersistentVolume             Component = "PersistentVolume"
	PersistentVolumeClaim        Component = "PersistentVolumeClaim"
	Pod                          Component = "Pod"
	PodDisruptionBudget          Component = "PodDisruptionBudget"
	Secret                       Component = "Secret"
	Service                      Component = "Service"
	ServiceAccount               Component = "ServiceAccount"
	ServiceMonitor               Component = "ServiceMonitor"
	Endpoints                    Component = "Endpoints"
)

func AllComponents

func AllComponents() []Component

type ComponentCount

type ComponentCount map[Component]int

type Verb

type Verb string
const (
	Create       Verb = "create"
	Delete       Verb = "delete"
	ForceDelete  Verb = "force-delete"
	Get          Verb = "get"
	Patch        Verb = "patch"
	Update       Verb = "update"
	UpdateStatus Verb = "update-status"
)

Jump to

Keyboard shortcuts

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