Skip to content

Commit 988b75c

Browse files
author
James DeFelice
committed
spec: s/created_at/creation_time/
1 parent 2502098 commit 988b75c

File tree

3 files changed

+271
-271
lines changed

3 files changed

+271
-271
lines changed

csi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ message Snapshot {
902902

903903
// Timestamp when the point-in-time snapshot is taken on the storage
904904
// system. This field is REQUIRED.
905-
.google.protobuf.Timestamp created_at = 4;
905+
.google.protobuf.Timestamp creation_time = 4;
906906

907907
// Indicates if a snapshot is ready to use as a
908908
// `volume_content_source` in a `CreateVolumeRequest`. The default

0 commit comments

Comments
 (0)