mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
reformat
Kubernetes-commit: 579579138c9e0e0a1732f7a59095a512a55fa6d0
This commit is contained in:
parent
f388d8cd50
commit
8323544905
1 changed files with 2 additions and 2 deletions
|
|
@ -4878,8 +4878,8 @@ type PodDisruptionBudgetDescriber struct {
|
|||
|
||||
func (p *PodDisruptionBudgetDescriber) Describe(namespace, name string, describerSettings DescriberSettings) (string, error) {
|
||||
var (
|
||||
pdbv1 *policyv1.PodDisruptionBudget
|
||||
err error
|
||||
pdbv1 *policyv1.PodDisruptionBudget
|
||||
err error
|
||||
)
|
||||
|
||||
pdbv1, err = p.PolicyV1().PodDisruptionBudgets(namespace).Get(context.TODO(), name, metav1.GetOptions{})
|
||||
|
|
|
|||
Loading…
Reference in a new issue