We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dedfc commit 7f50c8dCopy full SHA for 7f50c8d
VERSION
@@ -1 +1 @@
1
-0.9.0
+0.10.0
pkg/codefresh/runtime_enrionment.go
@@ -42,6 +42,11 @@ type (
42
Namespace string `json:"namespace"`
43
} `json:"cluster"`
44
UserAccess bool `json:"userAccess"`
45
+ Pvcs struct {
46
+ Dind struct {
47
+ StorageClassName string `yaml:"storageClassName"`
48
+ } `yaml:"dind"`
49
+ } `yaml:"pvcs"`
50
}
51
52
DockerDaemonScheduler struct {
0 commit comments