{
  "$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."
    }
  }
}