intellij-openshift-connector
intellij-openshift-connector copied to clipboard
fix: fix name validation regexp
What is the purpose of this change? What does it change?
Was the change discussed in an issue?
fixes #869
How to test changes?
actually, when using kubectl, it shows you the current regexp to use:
kubectl create namespace MY-namespace
The Namespace "MY-namespace" is invalid: metadata.name: Invalid value: "MY-namespace": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/override ci/prow/e2e-openshift
@sbouchet: Overrode contexts on behalf of sbouchet: ci/prow/e2e-openshift
In response to this:
/override ci/prow/e2e-openshift
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
@sbouchet: build fails with missing intellij-common 1.9.6-SNAPSHOT. I thus bumped it to the final dependency: #911
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: adietish
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [adietish]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
New changes are detected. LGTM label has been removed.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/override ci/prow/e2e-openshift
@adietish: Overrode contexts on behalf of adietish: ci/prow/e2e-openshift
In response to this:
/override ci/prow/e2e-openshift
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.