metadata

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package metadata contains the common metadata on the operator and on the instance manager

Index

Constants

View Source
const (
	// CheckEmptyWalArchiveFile is the name of the file in the PGDATA that,
	// if present, requires the WAL archiver to check that the backup object
	// store is empty.
	CheckEmptyWalArchiveFile = ".check-empty-wal-archive"

	// BarmanCertificatesPath is the path where the Barman
	// certificates will be installed
	BarmanCertificatesPath = "/barman-certificates"

	// BarmanCertificatesFileName is the path where the Barman
	// certificates will be used
	BarmanCertificatesFileName = "barman-ca.crt"
)
View Source
const PluginName = "barman-cloud.cloudnative-pg.io"

PluginName is the name of the plugin from the instance manager Point-of-view

Variables

View Source
var Data = identity.GetPluginMetadataResponse{
	Name:          PluginName,
	Version:       "0.9.0",
	DisplayName:   "BarmanCloudInstance",
	ProjectUrl:    "https://github.com/cloudnative-pg/plugin-barman-cloud",
	RepositoryUrl: "https://github.com/cloudnative-pg/plugin-barman-cloud",
	License:       "APACHE 2.0",
	LicenseUrl:    "https://github.com/cloudnative-pg/plugin-barman-cloud/LICENSE",
	Maturity:      "alpha",
}

Data is the metadata of this plugin.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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