api: add user namespaces field to NodeRuntimeHandlerFeatures

Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
This commit is contained in:
Peter Hunt
2024-05-31 13:30:45 -04:00
committed by Sohan Kunkerkar
parent 48eef1fc4f
commit 86240aaca1
18 changed files with 1088 additions and 995 deletions

View File

@@ -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: "",
},
},
},
},
},