Skip to content

Commit c83a5f7

Browse files
Add licende headers and fix linter warn
1 parent e0fde5f commit c83a5f7

File tree

8 files changed

+22
-0
lines changed

8 files changed

+22
-0
lines changed

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

test/e2e/config/ironcore.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
images:
25
- name: "registry.local/controller:latest"
36
loadBehavior: mustLoad

test/e2e/data/infrastructure-ironcore-metal/v0.2.0/cluster-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: cluster.x-k8s.io/v1beta1
25
kind: Cluster
36
metadata:

test/e2e/data/infrastructure-ironcore-metal/v0.2.0/infrastructure-components.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: v1
25
kind: Namespace
36
metadata:

test/e2e/data/infrastructure-ironcore-metal/v0.2.0/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
25
kind: Metadata
36
releaseSeries:

test/e2e/data/infrastructure-ironcore-metal/v0.3.0/cluster-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: cluster.x-k8s.io/v1beta2
25
kind: Cluster
36
metadata:

test/e2e/data/infrastructure-ironcore-metal/v0.3.0/infrastructure-components.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: v1
25
kind: Namespace
36
metadata:

test/e2e/data/infrastructure-ironcore-metal/v0.3.0/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and IronCore contributors
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
25
kind: Metadata
36
releaseSeries:

0 commit comments

Comments
 (0)