Skip to content

Commit 2297956

Browse files
authored
ci: add auto-generated comments to RBAC YAML files (#644)
1 parent eaa8ce3 commit 2297956

15 files changed

+60
-0
lines changed

deployments/kai-scheduler/crds/kai.scheduler_configs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: apiextensions.k8s.io/v1
59
kind: CustomResourceDefinition

deployments/kai-scheduler/crds/kai.scheduler_schedulingshards.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: apiextensions.k8s.io/v1
59
kind: CustomResourceDefinition

deployments/kai-scheduler/crds/scheduling.run.ai_bindrequests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: apiextensions.k8s.io/v1
59
kind: CustomResourceDefinition

deployments/kai-scheduler/crds/scheduling.run.ai_podgroups.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: apiextensions.k8s.io/v1
59
kind: CustomResourceDefinition

deployments/kai-scheduler/crds/scheduling.run.ai_queues.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: apiextensions.k8s.io/v1
59
kind: CustomResourceDefinition

deployments/kai-scheduler/templates/rbac/admission.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: rbac.authorization.k8s.io/v1
59
kind: ClusterRole

deployments/kai-scheduler/templates/rbac/binder.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: rbac.authorization.k8s.io/v1
59
kind: ClusterRole

deployments/kai-scheduler/templates/rbac/nodescaleadjuster.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: rbac.authorization.k8s.io/v1
59
kind: ClusterRole

deployments/kai-scheduler/templates/rbac/operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: rbac.authorization.k8s.io/v1
59
kind: ClusterRole

deployments/kai-scheduler/templates/rbac/podgroupcontroller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2025 NVIDIA CORPORATION
22
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
# DO NOT EDIT - This file is auto-generated by controller-gen
5+
# To modify RBAC permissions, edit the +kubebuilder:rbac markers in the source code
6+
# and run 'make manifests' to regenerate this file.
37
---
48
apiVersion: rbac.authorization.k8s.io/v1
59
kind: ClusterRole

0 commit comments

Comments
 (0)