mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-14 22:06:46 +00:00
genpolicy: remove non-existing field from CronJobSpec
There is no backoffLimit on CronJobSpec, also no additional fields. Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -54,10 +54,6 @@ pub struct CronJobSpec {
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
timeZone: Option<String>,
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
backoffLimit: Option<i32>,
|
||||
// TODO: additional fields.
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user