@jkcfg/kubernetes
Version:
jk Kubernetes library
18 lines • 624 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.",
"properties": {
"rollingUpdate": {
"description": "Rolling update config params. Present only if type = \"RollingUpdate\".",
"$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet"
},
"type": {
"type": [
"string",
"null"
],
"description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate."
}
}
}