Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apis/infrastructure/v1beta1/byohost_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ type ByoHostSpec struct {
// +optional
// UninstallationScript *string `json:"uninstallationScript,omitempty"`
UninstallationSecret *corev1.ObjectReference `json:"uninstallationSecret,omitempty"`

// TestCIStaleCodegenField is a throwaway field added to deliberately
// break the generated-changes-diff CI check without running
// `make generate`/`make manifests` afterward. Never merge this — it
// exists only to prove the check fails as expected.
// +optional
TestCIStaleCodegenField *string `json:"testCIStaleCodegenField,omitempty"`
}

// HostInfo is a set of details about the host platform.
Expand Down
Loading