mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #39172 from foxish/fix-help
Automatic merge from submit-queue Add PDB to kubectl get --help. **What this PR does / why we need it**: Adds PDB to kubectl get --help **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: Fixes https://github.com/kubernetes/kubernetes/issues/39100 **Release note**: ```release-note NONE ``` /cc @saad-ali @mwielgus
This commit is contained in:
		@@ -191,6 +191,7 @@ __custom_func() {
 | 
				
			|||||||
    * persistentvolumeclaims (aka 'pvc')
 | 
					    * persistentvolumeclaims (aka 'pvc')
 | 
				
			||||||
    * persistentvolumes (aka 'pv')
 | 
					    * persistentvolumes (aka 'pv')
 | 
				
			||||||
    * pods (aka 'po')
 | 
					    * pods (aka 'po')
 | 
				
			||||||
 | 
					    * poddisruptionbudgets (aka 'pdb')
 | 
				
			||||||
    * podsecuritypolicies (aka 'psp')
 | 
					    * podsecuritypolicies (aka 'psp')
 | 
				
			||||||
    * podtemplates
 | 
					    * podtemplates
 | 
				
			||||||
    * replicasets (aka 'rs')
 | 
					    * replicasets (aka 'rs')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user