change the seccompProfile field description to match the imlpementation

This commit is contained in:
Sergey Kanzhelev
2023-04-19 22:29:16 +00:00
parent 0afa60086a
commit 018564b8cf
8 changed files with 8 additions and 8 deletions

View File

@@ -26110,7 +26110,7 @@ func schema_k8sio_api_core_v1_SeccompProfile(ref common.ReferenceCallback) commo
},
"localhostProfile": {
SchemaProps: spec.SchemaProps{
Description: "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is \"Localhost\".",
Description: "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.",
Type: []string{"string"},
Format: "",
},