Update a comment
This commit is contained in:
parent
bb08e7635b
commit
ddf5e566b0
@ -433,7 +433,7 @@ func TestCRDAdditionalPrinterColumns_Parallel(t *testing.T) {
|
|||||||
// CredentialIssuer status is a list of strategies, each with its own status. Unfortunately,
|
// 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
|
// 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.
|
// 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
|
// 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
|
// 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`.
|
// column represents the current default strategy that will be used by `pinniped get kubeconfig`.
|
||||||
|
Loading…
Reference in New Issue
Block a user