Skip to content

Commit 52ebf8d

Browse files
committed
Update man page documentation for oc volume
1 parent a3db770 commit 52ebf8d

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/man/man1/oc-set-volumes.1

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ For descriptions on other volume types, see
5151
\fB\-\-all\fP=false
5252
select all resources in the namespace of the specified resource types
5353

54+
.PP
55+
\fB\-\-claim\-class\fP=""
56+
StorageClass to use for provisioning the persistent volume.
57+
5458
.PP
5559
\fB\-\-claim\-mode\fP="ReadWriteOnce"
5660
Set the access mode of the claim to be created. Valid values are ReadWriteOnce (rwo), ReadWriteMany (rwm), or ReadOnlyMany (rom)

docs/man/man1/oc-volumes.1

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ DEPRECATED: This command has been moved to "oc set volume"
2525
\fB\-\-all\fP=false
2626
select all resources in the namespace of the specified resource types
2727

28+
.PP
29+
\fB\-\-claim\-class\fP=""
30+
StorageClass to use for provisioning the persistent volume.
31+
2832
.PP
2933
\fB\-\-claim\-mode\fP="ReadWriteOnce"
3034
Set the access mode of the claim to be created. Valid values are ReadWriteOnce (rwo), ReadWriteMany (rwm), or ReadOnlyMany (rom)

docs/man/man1/openshift-cli-set-volumes.1

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ For descriptions on other volume types, see
5151
\fB\-\-all\fP=false
5252
select all resources in the namespace of the specified resource types
5353

54+
.PP
55+
\fB\-\-claim\-class\fP=""
56+
StorageClass to use for provisioning the persistent volume.
57+
5458
.PP
5559
\fB\-\-claim\-mode\fP="ReadWriteOnce"
5660
Set the access mode of the claim to be created. Valid values are ReadWriteOnce (rwo), ReadWriteMany (rwm), or ReadOnlyMany (rom)

docs/man/man1/openshift-cli-volumes.1

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ DEPRECATED: This command has been moved to "openshift cli set volume"
2525
\fB\-\-all\fP=false
2626
select all resources in the namespace of the specified resource types
2727

28+
.PP
29+
\fB\-\-claim\-class\fP=""
30+
StorageClass to use for provisioning the persistent volume.
31+
2832
.PP
2933
\fB\-\-claim\-mode\fP="ReadWriteOnce"
3034
Set the access mode of the claim to be created. Valid values are ReadWriteOnce (rwo), ReadWriteMany (rwm), or ReadOnlyMany (rom)

0 commit comments

Comments
 (0)