Skip to content

Commit 26655c5

Browse files
committed
add tests, updated docs
1 parent 968a24f commit 26655c5

8 files changed

+46
-0
lines changed

contrib/completions/bash/oc

+2
Original file line numberDiff line numberDiff line change
@@ -7406,6 +7406,8 @@ _oc_create_service_nodeport()
74067406
local_nonpersistent_flags+=("--generator=")
74077407
flags+=("--no-headers")
74087408
local_nonpersistent_flags+=("--no-headers")
7409+
flags+=("--node-port=")
7410+
local_nonpersistent_flags+=("--node-port=")
74097411
flags+=("--output=")
74107412
two_word_flags+=("-o")
74117413
local_nonpersistent_flags+=("--output=")

contrib/completions/bash/openshift

+4
Original file line numberDiff line numberDiff line change
@@ -11915,6 +11915,8 @@ _openshift_cli_create_service_nodeport()
1191511915
local_nonpersistent_flags+=("--generator=")
1191611916
flags+=("--no-headers")
1191711917
local_nonpersistent_flags+=("--no-headers")
11918+
flags+=("--node-port=")
11919+
local_nonpersistent_flags+=("--node-port=")
1191811920
flags+=("--output=")
1191911921
two_word_flags+=("-o")
1192011922
local_nonpersistent_flags+=("--output=")
@@ -22798,6 +22800,8 @@ _openshift_kube_create_service_nodeport()
2279822800
local_nonpersistent_flags+=("--generator=")
2279922801
flags+=("--no-headers")
2280022802
local_nonpersistent_flags+=("--no-headers")
22803+
flags+=("--node-port=")
22804+
local_nonpersistent_flags+=("--node-port=")
2280122805
flags+=("--output=")
2280222806
two_word_flags+=("-o")
2280322807
local_nonpersistent_flags+=("--output=")

contrib/completions/zsh/oc

+2
Original file line numberDiff line numberDiff line change
@@ -7567,6 +7567,8 @@ _oc_create_service_nodeport()
75677567
local_nonpersistent_flags+=("--generator=")
75687568
flags+=("--no-headers")
75697569
local_nonpersistent_flags+=("--no-headers")
7570+
flags+=("--node-port=")
7571+
local_nonpersistent_flags+=("--node-port=")
75707572
flags+=("--output=")
75717573
two_word_flags+=("-o")
75727574
local_nonpersistent_flags+=("--output=")

contrib/completions/zsh/openshift

+4
Original file line numberDiff line numberDiff line change
@@ -12076,6 +12076,8 @@ _openshift_cli_create_service_nodeport()
1207612076
local_nonpersistent_flags+=("--generator=")
1207712077
flags+=("--no-headers")
1207812078
local_nonpersistent_flags+=("--no-headers")
12079+
flags+=("--node-port=")
12080+
local_nonpersistent_flags+=("--node-port=")
1207912081
flags+=("--output=")
1208012082
two_word_flags+=("-o")
1208112083
local_nonpersistent_flags+=("--output=")
@@ -22959,6 +22961,8 @@ _openshift_kube_create_service_nodeport()
2295922961
local_nonpersistent_flags+=("--generator=")
2296022962
flags+=("--no-headers")
2296122963
local_nonpersistent_flags+=("--no-headers")
22964+
flags+=("--node-port=")
22965+
local_nonpersistent_flags+=("--node-port=")
2296222966
flags+=("--output=")
2296322967
two_word_flags+=("-o")
2296422968
local_nonpersistent_flags+=("--output=")

docs/man/man1/oc-create-service-nodeport.1

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Create a nodeport service with the specified name.
2929
\fB\-\-no\-headers\fP=false
3030
When using the default or custom\-column output format, don't print headers.
3131

32+
.PP
33+
\fB\-\-node\-port\fP=0
34+
Port used to expose the service on each node in a cluster.
35+
3236
.PP
3337
\fB\-o\fP, \fB\-\-output\fP=""
3438
Output format. One of: json|yaml|wide|name|custom\-columns=...|custom\-columns\-file=...|go\-template=...|go\-template\-file=...|jsonpath=...|jsonpath\-file=... See custom columns [

docs/man/man1/openshift-cli-create-service-nodeport.1

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Create a nodeport service with the specified name.
2929
\fB\-\-no\-headers\fP=false
3030
When using the default or custom\-column output format, don't print headers.
3131

32+
.PP
33+
\fB\-\-node\-port\fP=0
34+
Port used to expose the service on each node in a cluster.
35+
3236
.PP
3337
\fB\-o\fP, \fB\-\-output\fP=""
3438
Output format. One of: json|yaml|wide|name|custom\-columns=...|custom\-columns\-file=...|go\-template=...|go\-template\-file=...|jsonpath=...|jsonpath\-file=... See custom columns [

docs/man/man1/openshift-kube-create-service-nodeport.1

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Create a nodeport service with the specified name.
2929
\fB\-\-no\-headers\fP=false
3030
When using the default or custom\-column output format, don't print headers.
3131

32+
.PP
33+
\fB\-\-node\-port\fP=0
34+
Port used to expose the service on each node in a cluster.
35+
3236
.PP
3337
\fB\-o\fP, \fB\-\-output\fP=""
3438
Output format. One of: json|yaml|wide|name|custom\-columns=...|custom\-columns\-file=...|go\-template=...|go\-template\-file=...|jsonpath=...|jsonpath\-file=... See custom columns [

test/cmd/services.sh

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/bin/bash
2+
source "$(dirname "${BASH_SOURCE}")/../../hack/lib/init.sh"
3+
trap os::test::junit::reconcile_output EXIT
4+
5+
# Cleanup cluster resources created by this test
6+
(
7+
set +e
8+
oc delete all,templates --all
9+
exit 0
10+
) &>/dev/null
11+
12+
13+
os::test::junit::declare_suite_start "cmd/create-service-nodeport"
14+
# This test validates the 'create service nodeport' command and its "--node-port" and "--tcp" options
15+
os::cmd::expect_success_and_text 'oc create service nodeport mynodeport --tcp=8080:7777 --node-port=30000' 'service "mynodeport" created'
16+
os::cmd::expect_failure_and_text 'oc create service nodeport mynodeport --tcp=8080:7777 --node-port=30000' 'provided port is already allocated'
17+
os::cmd::expect_failure_and_text 'oc create service nodeport mynodeport --tcp=8080:7777 --node-port=300' 'provided port is not in the valid range. The range of valid ports is 30000-32767'
18+
os::cmd::expect_success_and_text 'oc describe service mynodeport' 'NodePort\:.*30000'
19+
os::cmd::expect_success_and_text 'oc describe service mynodeport' 'NodePort\:.*8080-7777'
20+
21+
echo "create-services-nodeport: ok"
22+
os::test::junit::declare_suite_end

0 commit comments

Comments
 (0)