We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for example gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 will only match gcr.io/kubebuilder/kube-rbac-proxy, in most cases image should work with tag.
gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
gcr.io/kubebuilder/kube-rbac-proxy
also I found the hint did't start with first character in some case:
❯ echo gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
after enable hint:
❯ echo gcecr.io/kubebuilder/kube-rbac-proxy0.13.1 wcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
second line works correctly(wcr), the hint in first line is wrong (gcecr) however it will copy the right words.
wcr
gcecr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for example
gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
will only matchgcr.io/kubebuilder/kube-rbac-proxy
, in most cases image should work with tag.also I found the hint did't start with first character in some case:
after enable hint:
second line works correctly(
wcr
), the hint in first line is wrong (gcecr
) however it will copy the right words.The text was updated successfully, but these errors were encountered: