Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArangoClusterSynchronizationMods ¶
type ArangoClusterSynchronizationMods interface {
V1() arangoclustersynchronizationv1.ModInterface
}
type ArangoMemberMods ¶
type ArangoMemberMods interface {
V1() arangomemberv1.ModInterface
}
type ArangoTaskMods ¶
type ArangoTaskMods interface {
V1() arangotaskv1.ModInterface
}
type EndpointsMods ¶
type EndpointsMods interface {
V1() endpointsv1.ModInterface
}
type Mods ¶
type Mods interface { PodsModInterface() PodsMods ServiceAccountsModInterface() ServiceAccountsMods SecretsModInterface() SecretsMods PersistentVolumeClaimsModInterface() PersistentVolumeClaimsMods ServicesModInterface() ServicesMods EndpointsModInterface() EndpointsMods ServiceMonitorsModInterface() ServiceMonitorsMods PodDisruptionBudgetsModInterface() PodDisruptionBudgetsMods ArangoMemberModInterface() ArangoMemberMods ArangoTaskModInterface() ArangoTaskMods ArangoClusterSynchronizationModInterface() ArangoClusterSynchronizationMods }
type PersistentVolumeClaimsMods ¶
type PersistentVolumeClaimsMods interface {
V1() persistentvolumeclaimv1.ModInterface
}
type PodDisruptionBudgetsMods ¶
type PodDisruptionBudgetsMods interface {
V1() poddisruptionbudgetv1.ModInterface
}
type PodsMods ¶
type PodsMods interface {
V1() podv1.ModInterface
}
type SecretsMods ¶
type SecretsMods interface {
V1() secretv1.ModInterface
}
type ServiceAccountsMods ¶
type ServiceAccountsMods interface {
V1() serviceaccountv1.ModInterface
}
type ServiceMonitorsMods ¶
type ServiceMonitorsMods interface {
V1() servicemonitorv1.ModInterface
}
type ServicesMods ¶
type ServicesMods interface {
V1() servicev1.ModInterface
}
Click to show internal directories.
Click to hide internal directories.