Skip to content

Commit

Permalink
spec: s/created_at/creation_time/
Browse files Browse the repository at this point in the history
  • Loading branch information
James DeFelice committed Nov 14, 2018
1 parent 2502098 commit 988b75c
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 271 deletions.
2 changes: 1 addition & 1 deletion csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ message Snapshot {

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

// Indicates if a snapshot is ready to use as a
// `volume_content_source` in a `CreateVolumeRequest`. The default
Expand Down
Loading

0 comments on commit 988b75c

Please sign in to comment.