mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
auto-gen
This commit is contained in:
@@ -53620,11 +53620,6 @@
|
||||
"description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.PodTemplateSpec"
|
||||
},
|
||||
"templateGeneration": {
|
||||
"description": "DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"updateStrategy": {
|
||||
"description": "An update strategy to replace existing DaemonSet pods with new pods.",
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy"
|
||||
|
||||
Reference in New Issue
Block a user