v1

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action func(pod *api.ArangoMember) error

type Filter

type Filter func(pod *api.ArangoMember) bool

func FilterByDeploymentUID

func FilterByDeploymentUID(uid types.UID) Filter

type Inspector

type Inspector interface {
	gvk.GVK

	GetSimple(name string) (*api.ArangoMember, bool)
	Iterate(action Action, filters ...Filter) error
	Read() ReadInterface
}

type Interface

type Interface interface {
	ModInterface
	ReadInterface
}

Interface has methods to work with ArangoMember resources.

type ModInterface

type ModInterface interface {
	generic.ModStatusClient[*api.ArangoMember]
}

ModInterface has methods to work with ArangoMember resources only for creation

type ReadInterface

type ReadInterface interface {
	generic.ReadClient[*api.ArangoMember]
}

ReadInterface has methods to work with ArangoMember resources with ReadOnly mode.

Jump to

Keyboard shortcuts

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