Documentation
¶
Overview ¶
pdbs contains assertions for Kubernetes PodDisruptionBudgets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDBAssertion ¶
PDBAssertion is a wrapper around assertion.Assertion that provides additional functionality for PodDisruptionBudgets.
func NewPDBAssertion ¶
func NewPDBAssertion(opts ...assertion.Option) PDBAssertion
NewPDBAssertion creates a new PDBAssertion with the provided options.
func (PDBAssertion) Exists ¶
func (pa PDBAssertion) Exists() PDBAssertion
Exists asserts that exactly one PodDisruptionBudget exists in the cluster that matches the provided options.
Click to show internal directories.
Click to hide internal directories.