mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
PersistentVolume & PersistentVolumeClaim API types
This commit is contained in:
@@ -118,9 +118,10 @@ func init() {
|
||||
// the list of kinds that are scoped at the root of the api hierarchy
|
||||
// if a kind is not enumerated here, it is assumed to have a namespace scope
|
||||
kindToRootScope := map[string]bool{
|
||||
"Node": true,
|
||||
"Minion": true,
|
||||
"Namespace": true,
|
||||
"Node": true,
|
||||
"Minion": true,
|
||||
"Namespace": true,
|
||||
"PersistentVolume": true,
|
||||
}
|
||||
|
||||
// these kinds should be excluded from the list of resources
|
||||
|
Reference in New Issue
Block a user