UNPKG
@jkcfg/kubernetes
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
jk Kubernetes library
github.com/jkcfg/kubernetes
jkcfg/kubernetes
@jkcfg/kubernetes
/
schemas
/
v1.9.9-local
/
preconditions.json
14 lines
•
334 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"http://json-schema.org/schema#"
,
"type"
:
"object"
,
"description"
:
"Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out."
,
"properties"
: {
"uid"
: {
"type"
: [
"string"
,
"null"
],
"description"
:
"Specifies the target UID."
} } }