[doc] check:file_state
This commit is contained in:
parent
82d9a361ed
commit
2450187515
|
|
@ -4,12 +4,6 @@ class implementation_check_kind_file_state(interface_check_kind):
|
||||||
[implementation]
|
[implementation]
|
||||||
'''
|
'''
|
||||||
def parameters_schema(self):
|
def parameters_schema(self):
|
||||||
'''
|
|
||||||
- exists (shall, must, must not)
|
|
||||||
- size (max)
|
|
||||||
- age (max)
|
|
||||||
- contains
|
|
||||||
'''
|
|
||||||
return {
|
return {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue