mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
api: add user namespaces field to NodeRuntimeHandlerFeatures
Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
This commit is contained in:
committed by
Sohan Kunkerkar
parent
48eef1fc4f
commit
86240aaca1
7
pkg/generated/openapi/zz_generated.openapi.go
generated
7
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -24540,6 +24540,13 @@ func schema_k8sio_api_core_v1_NodeRuntimeHandlerFeatures(ref common.ReferenceCal
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"userNamespaces": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.",
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user