forked from hashicorp/terraform-provider-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new attribute 'volume_mode' to persistentVolumeClaim resources (h…
- Loading branch information
1 parent
bf5dfec
commit 96b44b0
Showing
13 changed files
with
201 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```release-note:enhancement | ||
`resource/kubernetes_persistent_volume_claim`: add a new attribute `spec.volume_mode`. | ||
``` | ||
|
||
```release-note:enhancement | ||
`resource/kubernetes_persistent_volume_claim_v1`: add a new attribute `spec.volume_mode`. | ||
``` | ||
|
||
```release-note:enhancement | ||
`resource/kubernetes_stateful_set`: add a new attribute `spec.volume_claim_template.spec.volume_mode`. | ||
``` | ||
|
||
```release-note:enhancement | ||
`resource/kubernetes_stateful_set_v1`: add a new attribute `spec.volume_claim_template.spec.volume_mode`. | ||
``` | ||
|
||
```release-note:enhancement | ||
`data_source/kubernetes_persistent_volume_claim`: add a new attribute `spec.volume_mode`. | ||
``` | ||
|
||
```release-note:enhancement | ||
`data_source/kubernetes_persistent_volume_claim_v1`: add a new attribute `spec.volume_mode`. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.