Skip to content

Commit

Permalink
UPSTREAM: <carry>: PVC DataSource support
Browse files Browse the repository at this point in the history
This pulls in support for specifying object of kind
`PersistentVolumeclaim` as a DataSource in pvc create manifests,
enabling clone operations for CSI plugins that support it.
  • Loading branch information
j-griffith committed Jun 21, 2019
1 parent 466ea13 commit 10c638b
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 8 deletions.
31 changes: 29 additions & 2 deletions vendor/k8s.io/kubernetes/pkg/api/persistentvolumeclaim/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions vendor/k8s.io/kubernetes/pkg/apis/core/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/k8s.io/kubernetes/pkg/features/kube_features.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10c638b

Please sign in to comment.