Documentation
¶
Index ¶
- Constants
- func AgencyDump() shared.Factory
- func Deployments() shared.Factory
- func Events() shared.Factory
- func ListObjects[L k8sutil.ListContinue, T meta.Object](ctx context.Context, k k8sutil.ListAPI[L], extract func(result L) []T) ([]T, error)
- func NewDeploymentAgencyInfo(out chan<- shared.File, name string, handler ArangoOperatorExecFunc)
- func Pods() shared.Factory
- func Secrets() shared.Factory
- func Services() shared.Factory
- type ArangoOperatorExecFunc
- type ObjectList
Constants ¶
View Source
const LocalBinDir = "/usr/bin/arangodb_operator"
Variables ¶
This section is empty.
Functions ¶
func AgencyDump ¶
func Deployments ¶
func ListObjects ¶
func NewDeploymentAgencyInfo ¶
func NewDeploymentAgencyInfo(out chan<- shared.File, name string, handler ArangoOperatorExecFunc)
Types ¶
type ArangoOperatorExecFunc ¶
type ObjectList ¶
func MapObjects ¶
func MapObjects[L k8sutil.ListContinue, T meta.Object](ctx context.Context, k k8sutil.ListAPI[L], extract func(result L) []T) (ObjectList[T], error)
func (ObjectList[T]) AsList ¶
func (d ObjectList[T]) AsList() []T
Click to show internal directories.
Click to hide internal directories.