Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Nov 27, 2023
1 parent a5e2d7a commit 908fff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion website/docs/r/persistent_volume_claim.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ The following arguments are supported:
* `resources` - (Required) A list of the minimum resources the volume should have. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources)
* `selector` - (Optional) A label query over volumes to consider for binding.
* `volume_name` - (Optional) The binding reference to the PersistentVolume backing this claim.
* `storage_class_name` - (Optional) Name of the storage class requested by the claim
* `storage_class_name` - (Optional) Name of the storage class requested by the claim.
* `volume_mode` - (Optional) Defines what type of volume is required by the claim. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode)

### `match_expressions`

Expand Down
3 changes: 2 additions & 1 deletion website/docs/r/persistent_volume_claim_v1.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ The following arguments are supported:
* `resources` - (Required) A list of the minimum resources the volume should have. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources)
* `selector` - (Optional) A label query over volumes to consider for binding.
* `volume_name` - (Optional) The binding reference to the PersistentVolume backing this claim.
* `storage_class_name` - (Optional) Name of the storage class requested by the claim
* `storage_class_name` - (Optional) Name of the storage class requested by the claim.
* `volume_mode` - (Optional) Defines what type of volume is required by the claim. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode)

### `match_expressions`

Expand Down

0 comments on commit 908fff2

Please sign in to comment.