Skip to content

Commit

Permalink
generic ephemeral inline volumes: more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed May 18, 2020
1 parent c0a519e commit 93f33e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions keps/sig-storage/1698-generic-ephemeral-volumes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ type VolumeSource struct {
```

A new controller in `kube-controller-manager` is responsible for
creating new PVCs for each such inline volume. It does that:
creating new PVCs for each such ephemeral inline volume. It does that:
- with a deterministic name that is a concatenation of pod name and
the `Volume.Name` of the volume,
- in the namespace of the pod,
Expand Down Expand Up @@ -300,8 +300,8 @@ it to circumvent other policies.

## Example

Here is a full example for a higher-level object that uses ephemeral
inline volumes:
Here is a full example for a higher-level object that uses a generic ephemeral
inline volume:

```
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion keps/sig-storage/1698-generic-ephemeral-volumes/kep.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: generic inline volumes
title: generic ephemeral inline volumes
kep-number: 1698
authors:
- "@pohly"
Expand Down

0 comments on commit 93f33e1

Please sign in to comment.