Update a comment

This commit is contained in:
Ryan Richard 2021-09-21 14:07:08 -07:00
parent bb08e7635b
commit ddf5e566b0
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ func TestCRDAdditionalPrinterColumns_Parallel(t *testing.T) {
// CredentialIssuer status is a list of strategies, each with its own status. Unfortunately,
// AdditionalPrinterColumns cannot show multiple results, e.g. a list of strategy types where
// the status is equal to Successful. See https://github.com/kubernetes/kubernetes/issues/67268.
// Although this selector can evaluate to multiple results, the kubectl implementation of JSONPath
// Although this selector can evaluate to multiple results, the Kube CRD implementation of JSONPath
// will always only show the first result. Thus, this column will show the first successful strategy
// type, which is the same thing that `pinniped get kubeconfig` looks for, so the value of this
// column represents the current default strategy that will be used by `pinniped get kubeconfig`.