Skip to content

Commit 5155c90

Browse files
committed
Add API feature gate
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 5d78981 commit 5155c90

File tree

1 file changed

+1
-0
lines changed
  • keps/sig-node/4639-oci-volume-source

1 file changed

+1
-0
lines changed

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ type VolumeSource struct {
358358
// …
359359
360360
// oci represents a OCI object pulled and mounted on kubelet's host machine
361+
// +featureGate=OCIVolume
361362
// +optional
362363
OCI *OCIVolumeSource `json:"oci,omitempty" protobuf:"bytes,30,opt,name=oci"
363364
}

0 commit comments

Comments
 (0)