feat(common)!: Release v3.0.0-beta2 (#280)

This commit is contained in:
Bernd Schorgers 2024-03-08 08:51:40 +01:00 committed by GitHub
parent 23ae8131da
commit 21e751bc16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 419 additions and 368 deletions

View file

@ -353,40 +353,7 @@
"type": ["number", "string"]
},
"spec": {
"allOf": [
{
"if": {},
"then": {"$ref": "k8s-api.json#/core.v1.Probe"},
"else": {
"type": "object",
"additionalProperties": false,
"properties": {
"failureThreshold": {
"type": "integer",
"default": 3
},
"initialDelaySeconds": {
"type": "integer",
"default": 0
},
"periodSeconds": {
"type": "integer",
"default": 10
},
"timeoutSeconds": {
"type": "integer",
"default": 1
}
},
"required": [
"initialDelaySeconds",
"periodSeconds",
"timeoutSeconds",
"failureThreshold"
]
}
}
]
"$ref": "k8s-api.json#/core.v1.Probe"
},
"type": {
"type": "string",