Documentation ¶
Index ¶
- type ArangoClusterSynchronizationMods
- type ArangoMemberMods
- type ArangoPlatformStorageMods
- type ArangoProfileMods
- type ArangoRouteMods
- type ArangoTaskMods
- type ConfigMapsMods
- type EndpointsMods
- type Mods
- type PersistentVolumeClaimsMods
- type PodDisruptionBudgetsMods
- type PodsMods
- type SecretsMods
- type ServiceAccountsMods
- type ServiceMonitorsMods
- type ServicesMods
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 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 ServiceAccountsMods ¶
type ServiceAccountsMods interface {
V1() generic.ModClient[*core.ServiceAccount]
}
type ServiceMonitorsMods ¶
type ServiceMonitorsMods interface {
V1() generic.ModClient[*monitoring.ServiceMonitor]
}
Click to show internal directories.
Click to hide internal directories.