status

package
v1.23.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Overview

Package status implements the kubectl-cnpg status command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd() *cobra.Command

NewCmd create the new "status" subcommand

func Status

func Status(ctx context.Context, clusterName string, verbose bool, format plugin.OutputFormat) error

Status implements the "status" subcommand

Types

type PostgresqlStatus

type PostgresqlStatus struct {
	// Cluster is the Cluster we are investigating
	Cluster *apiv1.Cluster `json:"cluster"`

	// InstanceStatus is the status of each instance, extracted directly
	// from the instance manager running into each Pod
	InstanceStatus *postgres.PostgresqlStatusList `json:"instanceStatus"`

	// PrimaryPod contains the primary Pod
	PrimaryPod corev1.Pod

	// PodDisruptionBudgetList prints every PDB that matches against the cluster
	// with the label selector
	PodDisruptionBudgetList policyv1.PodDisruptionBudgetList
}

PostgresqlStatus contains the status of the Cluster and of all its instances

func ExtractPostgresqlStatus

func ExtractPostgresqlStatus(ctx context.Context, clusterName string) (*PostgresqlStatus, error)

ExtractPostgresqlStatus gets the PostgreSQL status using the Kubernetes API

Jump to

Keyboard shortcuts

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