mods

package
v0.0.0-...-33a4775 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArangoClusterSynchronizationMods

type ArangoClusterSynchronizationMods interface {
	V1() generic.ModStatusClient[*api.ArangoClusterSynchronization]
}

type ArangoMemberMods

type ArangoMemberMods interface {
	V1() generic.ModStatusClient[*api.ArangoMember]
}

type ArangoPlatformStorageMods

type ArangoPlatformStorageMods interface {
	V1Alpha1() generic.ModStatusClient[*platformApi.ArangoPlatformStorage]
}

type ArangoProfileMods

type ArangoProfileMods interface {
	V1Beta1() generic.ModStatusClient[*schedulerApi.ArangoProfile]
}

type ArangoRouteMods

type ArangoRouteMods interface {
	V1Alpha1() generic.ModStatusClient[*networkingApi.ArangoRoute]
}

type ArangoTaskMods

type ArangoTaskMods interface {
	V1() generic.ModStatusClient[*api.ArangoTask]
}

type ConfigMapsMods

type ConfigMapsMods interface {
	V1() generic.ModClient[*core.ConfigMap]
}

type EndpointsMods

type EndpointsMods interface {
	V1() generic.ModClient[*core.Endpoints]
}

type Mods

type Mods interface {
	PodsModInterface() PodsMods
	ServiceAccountsModInterface() ServiceAccountsMods
	SecretsModInterface() SecretsMods
	ConfigMapsModInterface() ConfigMapsMods
	PersistentVolumeClaimsModInterface() PersistentVolumeClaimsMods
	ServicesModInterface() ServicesMods
	EndpointsModInterface() EndpointsMods
	ServiceMonitorsModInterface() ServiceMonitorsMods
	PodDisruptionBudgetsModInterface() PodDisruptionBudgetsMods

	ArangoMemberModInterface() ArangoMemberMods
	ArangoTaskModInterface() ArangoTaskMods
	ArangoClusterSynchronizationModInterface() ArangoClusterSynchronizationMods
	ArangoRouteModInterface() ArangoRouteMods
	ArangoProfileModInterface() ArangoProfileMods
	ArangoPlatformStorageModInterface() ArangoPlatformStorageMods
}

type PersistentVolumeClaimsMods

type PersistentVolumeClaimsMods interface {
	V1() generic.ModClient[*core.PersistentVolumeClaim]
}

type PodDisruptionBudgetsMods

type PodDisruptionBudgetsMods interface {
	V1() generic.ModClient[*policy.PodDisruptionBudget]
}

type PodsMods

type PodsMods interface {
	V1() generic.ModClient[*core.Pod]
}

type SecretsMods

type SecretsMods interface {
	V1() generic.ModClient[*core.Secret]
}

type ServiceAccountsMods

type ServiceAccountsMods interface {
	V1() generic.ModClient[*core.ServiceAccount]
}

type ServiceMonitorsMods

type ServiceMonitorsMods interface {
	V1() generic.ModClient[*monitoring.ServiceMonitor]
}

type ServicesMods

type ServicesMods interface {
	V1() generic.ModClient[*core.Service]
}

Jump to

Keyboard shortcuts

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