You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "A reference to the persistent volume claim details for statically managed PVs. More Info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#binding",
120
+
Optional: true,
121
+
MaxItems: 1,
122
+
Elem: &schema.Resource{
123
+
Schema: map[string]*schema.Schema{
124
+
"namespace": {
125
+
Type: schema.TypeString,
126
+
Description: "The namespace of the PersistentVolumeClaim",
127
+
Elem: schema.TypeString,
128
+
Required: true,
129
+
},
130
+
"name": {
131
+
Type: schema.TypeString,
132
+
Description: "The name of the PersistentVolumeClaim",
133
+
Elem: schema.TypeString,
134
+
Required: true,
135
+
},
136
+
},
137
+
},
138
+
},
117
139
"persistent_volume_source": {
118
140
Type: schema.TypeList,
119
141
Description: "The specification of a persistent volume.",
0 commit comments