Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudnative-pg/plugin-barman-cloud
/ functions
Functions
281 in github.com/cloudnative-pg/plugin-barman-cloud
⨍
Functions
281
◇
Types & classes
60
↓ 1 callers
Function
setLastFailedBackupTime
setLastFailedBackupTime sets the last failed backup time in the passed object store, for the passed server name.
internal/cnpgi/instance/recovery_window.go:66
↓ 1 callers
Function
shortenedCatalog
shortenedCatalog creates a structure containing the debug information of a backup catalog.
internal/cnpgi/restore/restore.go:444
↓ 1 callers
Method
toMap
()
internal/cnpgi/instance/types.go:39
↓ 1 callers
Function
unixHealthCheck
()
internal/cmd/healthcheck/main.go:48
↓ 1 callers
Function
useCurrentVersion
(fallback: 'latest' | 'latestReleased' = 'latest')
web/src/hooks/versions.ts:4
↓ 1 callers
Function
useLatestReleasedVersion
()
web/src/hooks/versions.ts:19
↓ 1 callers
Function
useSameBackupLocation
useSameBackupLocation checks whether the given backup was taken using the same configuration as provided
internal/cnpgi/instance/retention.go:259
Function
AddKnownTypes
AddKnownTypes add to the passed schema the Kubernetes types exposed by this package.
api/v1/groupversion_info.go:33
Method
Archive
Archive implements the WALService interface
internal/cnpgi/common/wal.go:106
Method
Backup
Backup implements the Backup interface
internal/cnpgi/instance/backup.go:71
Function
CreateUniqueNamespace
CreateUniqueNamespace creates a namespace with an unique suffix.
test/e2e/internal/namespace/namespace.go:35
Method
DeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceSidecarConfiguration.
api/v1/zz_generated.deepcopy.go:50
Method
DeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectStoreSpec.
api/v1/zz_generated.deepcopy.go:126
Method
DeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectStoreStatus.
api/v1/zz_generated.deepcopy.go:148
Method
DeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecoveryWindow.
api/v1/zz_generated.deepcopy.go:175
Method
DeepCopyObject
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
api/v1/zz_generated.deepcopy.go:111
Method
Define
( ctx context.Context, _ *metrics.DefineMetricsRequest, )
internal/cnpgi/instance/metrics.go:76
Function
Feature
({title, Svg, description}: FeatureItem)
web/src/components/HomepageFeatures/feature.tsx:12
Function
FeatureList
()
web/src/components/HomepageFeatures/feature.tsx:26
Method
GetCapabilities
GetCapabilities returns the capabilities of the restore job hooks
internal/cnpgi/restore/restore.go:75
Method
GetCapabilities
GetCapabilities implements the Reconciler interface
internal/cnpgi/operator/reconciler.go:45
Method
GetCapabilities
GetCapabilities implements the WALService interface
internal/cnpgi/common/wal.go:81
Method
GetCapabilities
GetCapabilities implements the BackupService interface
internal/cnpgi/instance/backup.go:54
Method
GetCapabilities
( ctx context.Context, _ *metrics.MetricsCapabilitiesRequest, )
internal/cnpgi/instance/metrics.go:56
Method
GetPluginCapabilities
GetPluginCapabilities implements IdentityServer
internal/cnpgi/restore/identity.go:47
Method
GetPluginCapabilities
GetPluginCapabilities implements identity
internal/cnpgi/operator/identity.go:45
Method
GetPluginCapabilities
GetPluginCapabilities implements IdentityServer
internal/cnpgi/instance/identity.go:46
Method
GetPluginMetadata
GetPluginMetadata implements IdentityServer
internal/cnpgi/restore/identity.go:39
Method
GetPluginMetadata
GetPluginMetadata implements Identity
internal/cnpgi/operator/identity.go:37
Method
GetPluginMetadata
GetPluginMetadata implements IdentityServer
internal/cnpgi/instance/identity.go:38
Method
HasVersionDocumentation
HasVersionDocumentation checks if a version of the documentation exists for the version in the release-please manifest.
dagger/check-doc-version/main.go:39
Function
Home
()
web/src/pages/index.tsx:24
Function
HomepageFeatures
()
web/src/components/HomepageFeatures/index.tsx:5
Function
HomepageHeader
()
web/src/pages/index.tsx:11
Function
InstallationSnippet
()
web/src/components/Installation/index.tsx:7
Method
IsEmpty
IsEmpty returns true if there's no error messages
internal/cnpgi/operator/config/config.go:63
Function
IsReady
TODO: improve this with what we already have in CloudNativePG e2e.
test/e2e/internal/cluster/cluster.go:27
Function
MustSegmentFromName
MustSegmentFromName is analogous to SegmentFromName but panics if the segment name is invalid.
internal/cnpgi/common/wal_import.go:143
Function
New
( // Go version // // +optional // +default="latest" goVersion string, // setup-envtest version // +opt
dagger/gotest/main.go:49
Function
NewClient
NewClient creates a new controller-runtime Kubernetes client. nolint:ireturn
test/e2e/internal/client/client.go:43
Function
NewClientSet
NewClientSet creates a new k8s client-go clientset.
test/e2e/internal/client/client.go:61
Method
Pre
Pre implements the reconciler interface
internal/cnpgi/operator/reconciler.go:62
Method
Probe
Probe implements IdentityServer
internal/cnpgi/restore/identity.go:72
Method
Probe
Probe implements Identity
internal/cnpgi/operator/identity.go:77
Method
Probe
Probe implements IdentityServer
internal/cnpgi/instance/identity.go:78
Method
Restore
Restore implements the WALService interface nolint: gocognit
internal/cnpgi/common/wal.go:228
Method
RunEphemeral
RunEphemeral creates a k3s cluster in dagger and then runs the E2E tests on it. If a private registry is used, its url and the ca certificate for the
dagger/e2e/main.go:69
Method
SetFirstRequired
SetFirstRequired implements the WALService interface
internal/cnpgi/common/wal.go:413
Method
Start
Start enforces the backup retention policies periodically, using the period specified in the BarmanObjectStore object
internal/cnpgi/instance/retention.go:58
Function
TestClient
(t *testing.T)
internal/cnpgi/instance/internal/client/suite_test.go:29
Function
TestCommon
(t *testing.T)
internal/cnpgi/common/suite_test.go:29
Function
TestControllers
(t *testing.T)
internal/controller/suite_test.go:29
Function
TestE2E
Run e2e tests using the Ginkgo runner.
test/e2e/e2e_suite_test.go:134
Function
TestInstance
(t *testing.T)
internal/cnpgi/instance/suite_test.go:29
Function
TestOperator
(t *testing.T)
internal/cnpgi/operator/suite_test.go:29
Function
TestRBAC
(t *testing.T)
internal/cnpgi/operator/rbac/suite_test.go:29
Function
TestScheme
(t *testing.T)
internal/scheme/suite_test.go:29
Function
TestSpecs
(t *testing.T)
internal/cnpgi/operator/specs/suite_test.go:29
Method
UnitTest
( // Source directory // +required src *dagger.Directory, )
dagger/gotest/main.go:98
Method
Unwrap
Unwrap implements the error interface
internal/cnpgi/common/wal.go:66
Function
WithCNPGImageName
WithCNPGImageName sets the CloudNativePG image name for the test environment.
test/e2e/internal/e2etestenv/main.go:71
Function
WithCNPGImageTag
WithCNPGImageTag sets the CloudNativePG image tag for the test environment.
test/e2e/internal/e2etestenv/main.go:78
Function
WithCNPGKustomizationRef
WithCNPGKustomizationRef sets the CloudNativePG kustomization ref for the test environment.
test/e2e/internal/e2etestenv/main.go:57
Function
WithCNPGKustomizationTimeout
WithCNPGKustomizationTimeout sets the CloudNativePG kustomization timeout for the test environment.
test/e2e/internal/e2etestenv/main.go:64
Function
WithCNPGKustomizationURL
WithCNPGKustomizationURL sets the CloudNativePG kustomization URL for the test environment.
test/e2e/internal/e2etestenv/main.go:50
Function
WithCertManagerVersion
WithCertManagerVersion sets the cert-manager version for the test environment.
test/e2e/internal/e2etestenv/main.go:85
Function
WithIgnoreExistingResources
WithIgnoreExistingResources sets the option to ignore existing resources when creating the test environment, instead of returning an error.
test/e2e/internal/e2etestenv/main.go:93
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:65
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:82
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:99
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:116
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:133
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:150
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:167
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:184
Method
createBackupRestoreTestResources
( namespace string, )
test/e2e/internal/tests/backup/fixtures.go:201
Method
createReplicaClusterTestResources
(namespace string)
test/e2e/internal/tests/replicacluster/fixtures.go:65
Method
createReplicaClusterTestResources
(namespace string)
test/e2e/internal/tests/replicacluster/fixtures.go:82
Method
createReplicaClusterTestResources
(namespace string)
test/e2e/internal/tests/replicacluster/fixtures.go:107
Function
init
()
internal/cnpgi/operator/manager.go:48
Function
main
()
cmd/manager/main.go:38
← previous
201–281 of 281, ranked by callers