File tree Expand file tree Collapse file tree 8 files changed +22
-0
lines changed
data/infrastructure-ironcore-metal Expand file tree Collapse file tree 8 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ func main() {
120120 }
121121
122122 // Initialize event recorder.
123+ //nolint:staticcheck // TODO: Update when cluster-api/util/record supports the new EventRecorder API
123124 record .InitFromRecorder (mgr .GetEventRecorderFor ("metal-controller" ))
124125
125126 // Set up the context that's going to be used in controllers and for the manager.
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14images :
25 - name : " registry.local/controller:latest"
36 loadBehavior : mustLoad
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : cluster.x-k8s.io/v1beta1
25kind : Cluster
36metadata :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : v1
25kind : Namespace
36metadata :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
25kind : Metadata
36releaseSeries :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : cluster.x-k8s.io/v1beta2
25kind : Cluster
36metadata :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : v1
25kind : Namespace
36metadata :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+ # SPDX-License-Identifier: Apache-2.0
3+
14apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
25kind : Metadata
36releaseSeries :
You can’t perform that action at this time.
0 commit comments