Skip to content

Commit 2e2d7ba

Browse files
operator kubernaut-operator (1.5.2) (#10100)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a116303 commit 2e2d7ba

9 files changed

Lines changed: 2942 additions & 0 deletions
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/managed-by: kustomize
7+
app.kubernetes.io/name: kubernaut-operator
8+
control-plane: controller-manager
9+
name: kubernaut-operator-controller-manager-metrics-service
10+
spec:
11+
ports:
12+
- name: https
13+
port: 8443
14+
protocol: TCP
15+
targetPort: 8443
16+
selector:
17+
app.kubernetes.io/name: kubernaut-operator
18+
control-plane: controller-manager
19+
status:
20+
loadBalancer: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/managed-by: kustomize
7+
app.kubernetes.io/name: kubernaut-operator
8+
name: kubernaut-operator-kubernaut-admin-role
9+
rules:
10+
- apiGroups:
11+
- kubernaut.ai
12+
resources:
13+
- kubernauts
14+
verbs:
15+
- '*'
16+
- apiGroups:
17+
- kubernaut.ai
18+
resources:
19+
- kubernauts/status
20+
verbs:
21+
- get
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/managed-by: kustomize
7+
app.kubernetes.io/name: kubernaut-operator
8+
name: kubernaut-operator-kubernaut-editor-role
9+
rules:
10+
- apiGroups:
11+
- kubernaut.ai
12+
resources:
13+
- kubernauts
14+
verbs:
15+
- create
16+
- delete
17+
- get
18+
- list
19+
- patch
20+
- update
21+
- watch
22+
- apiGroups:
23+
- kubernaut.ai
24+
resources:
25+
- kubernauts/status
26+
verbs:
27+
- get
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app.kubernetes.io/managed-by: kustomize
7+
app.kubernetes.io/name: kubernaut-operator
8+
name: kubernaut-operator-kubernaut-viewer-role
9+
rules:
10+
- apiGroups:
11+
- kubernaut.ai
12+
resources:
13+
- kubernauts
14+
verbs:
15+
- get
16+
- list
17+
- watch
18+
- apiGroups:
19+
- kubernaut.ai
20+
resources:
21+
- kubernauts/status
22+
verbs:
23+
- get
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
name: kubernaut-operator-metrics-reader
6+
rules:
7+
- nonResourceURLs:
8+
- /metrics
9+
verbs:
10+
- get

operators/kubernaut-operator/1.5.2/manifests/kubernaut-operator.clusterserviceversion.yaml

Lines changed: 536 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)