@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 531 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"rollingUpdate": {
"description": "Rolling update config params. Present only if type = \"RollingUpdate\".",
"$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.apis.extensions.v1beta1.RollingUpdateDaemonSet"
},
"type": {
"type": [
"string",
"null"
],
"description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete."
}
}
}