From 93b69feee0531753c7d1177a16d845cd9919db3c Mon Sep 17 00:00:00 2001 From: Isa Aguilar Date: Fri, 29 Apr 2022 00:29:19 -0400 Subject: [PATCH] gen code --- pkg/apis/tf/v1alpha1/zz_generated.openapi.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/apis/tf/v1alpha1/zz_generated.openapi.go b/pkg/apis/tf/v1alpha1/zz_generated.openapi.go index 9666c46f..d8084dda 100644 --- a/pkg/apis/tf/v1alpha1/zz_generated.openapi.go +++ b/pkg/apis/tf/v1alpha1/zz_generated.openapi.go @@ -90,6 +90,13 @@ func schema_pkg_apis_tf_v1alpha1_TerraformSpec(ref common.ReferenceCallback) com Description: "TerraformSpec defines the desired state of Terraform", Type: []string{"object"}, Properties: map[string]spec.Schema{ + "keepLatestPodsOnly": { + SchemaProps: spec.SchemaProps{ + Description: "KeepLatestPodsOnly when true will keep only the pods that match the current generation of the terraform k8s-resource. This overrides the behavior of `keepCompletedPods`.", + Type: []string{"boolean"}, + Format: "", + }, + }, "keepCompletedPods": { SchemaProps: spec.SchemaProps{ Description: "KeepCompletedPods when true will keep completed pods. Default is false and completed pods are removed.",