[doc] check:file_state

This commit is contained in:
Christian Fraß 2022-12-18 21:38:43 +01:00
parent 82d9a361ed
commit 2450187515

View file

@ -4,12 +4,6 @@ class implementation_check_kind_file_state(interface_check_kind):
[implementation]
'''
def parameters_schema(self):
'''
- exists (shall, must, must not)
- size (max)
- age (max)
- contains
'''
return {
"type": "object",
"additionalProperties": False,