Skip to content

Commit 06291c3

Browse files
committed
Update generated test data
1 parent f0d9904 commit 06291c3

File tree

18 files changed

+262
-537
lines changed

18 files changed

+262
-537
lines changed

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/internal/internal.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/testdata/cronjob/associativetype.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/testdata/cronjob/cronjob.go

Lines changed: 28 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/testdata/cronjob/cronjobspec.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/testdata/cronjob/cronjobstatus.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/testdata/cronjob/examplestruct.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/applyconfiguration/utils.go

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/applyconfigurations/testdata/cronjob/cronjob_types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,3 @@ type CronJobList struct {
172172
metav1.ListMeta `json:"metadata,omitempty"`
173173
Items []CronJob `json:"items"`
174174
}
175-
176-
func init() {
177-
SchemeBuilder.Register(&CronJob{}, &CronJobList{})
178-
}

0 commit comments

Comments
 (0)