File tree Expand file tree Collapse file tree 10 files changed +2423
-0
lines changed
operators/instana-agent-operator/2.0.5 Expand file tree Collapse file tree 10 files changed +2423
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ creationTimestamp : null
5+ labels :
6+ control-plane : controller-manager
7+ name : controller-manager-metrics-service
8+ spec :
9+ ports :
10+ - name : https
11+ port : 8443
12+ protocol : TCP
13+ targetPort : https
14+ selector :
15+ control-plane : controller-manager
16+ status :
17+ loadBalancer : {}
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ data :
3+ controller_manager_config.yaml : |
4+ apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
5+ kind: ControllerManagerConfig
6+ health:
7+ healthProbeBindAddress: :8081
8+ metrics:
9+ bindAddress: 127.0.0.1:8080
10+ webhook:
11+ port: 9443
12+ leaderElection:
13+ leaderElect: true
14+ resourceName: 819a9291.instana.io
15+ kind : ConfigMap
16+ metadata :
17+ name : manager-config
Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : Role
3+ metadata :
4+ creationTimestamp : null
5+ name : manager-role
6+ rules :
7+ - apiGroups :
8+ - agents.instana.io
9+ resources :
10+ - instanaagent
11+ verbs :
12+ - create
13+ - delete
14+ - get
15+ - list
16+ - patch
17+ - update
18+ - watch
19+ - apiGroups :
20+ - agents.instana.io
21+ resources :
22+ - instanaagent/finalizers
23+ verbs :
24+ - update
25+ - apiGroups :
26+ - agents.instana.io
27+ resources :
28+ - instanaagent/status
29+ verbs :
30+ - get
31+ - patch
32+ - update
33+ - apiGroups :
34+ - apps
35+ resources :
36+ - daemonsets
37+ verbs :
38+ - create
39+ - delete
40+ - get
41+ - list
42+ - patch
43+ - update
44+ - watch
45+ - apiGroups :
46+ - " "
47+ resources :
48+ - pods
49+ verbs :
50+ - get
51+ - list
Original file line number Diff line number Diff line change 1+ apiVersion : rbac.authorization.k8s.io/v1
2+ kind : ClusterRole
3+ metadata :
4+ creationTimestamp : null
5+ name : metrics-reader
6+ rules :
7+ - nonResourceURLs :
8+ - /metrics
9+ verbs :
10+ - get
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ creationTimestamp : null
5+ name : webhook-service
6+ spec :
7+ ports :
8+ - port : 443
9+ protocol : TCP
10+ targetPort : 9443
11+ selector :
12+ control-plane : controller-manager
13+ status :
14+ loadBalancer : {}
Original file line number Diff line number Diff line change 1+ annotations :
2+ # Core bundle annotations.
3+ operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
4+ operators.operatorframework.io.bundle.manifests.v1 : manifests/
5+ operators.operatorframework.io.bundle.metadata.v1 : metadata/
6+ operators.operatorframework.io.bundle.package.v1 : instana-agent-operator
7+ operators.operatorframework.io.bundle.channels.v1 : stable
8+ operators.operatorframework.io.bundle.channel.default.v1 : stable
9+ operators.operatorframework.io.metrics.builder : operator-sdk-v1.15.0+git
10+ operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
11+ operators.operatorframework.io.metrics.project_layout : go.kubebuilder.io/v3
12+
13+ # Annotations for testing.
14+ operators.operatorframework.io.test.mediatype.v1 : scorecard+v1
15+ operators.operatorframework.io.test.config.v1 : tests/scorecard/
16+
17+ # Allow bundle to be published on 4.6 and beyond
18+ com.redhat.openshift.versions : " v4.6"
19+ com.redhat.delivery.operator.bundle : true
20+ com.redhat.delivery.backport : false
Original file line number Diff line number Diff line change 1+ dependencies :
2+ - type : olm.package
3+ value :
4+ packageName : cert-manager
5+ version : " >1.6.1"
Original file line number Diff line number Diff line change 1+ apiVersion : scorecard.operatorframework.io/v1alpha3
2+ kind : Configuration
3+ metadata :
4+ name : config
5+ stages :
6+ - parallel : true
7+ tests :
8+ - entrypoint :
9+ - scorecard-test
10+ - basic-check-spec
11+ image : quay.io/operator-framework/scorecard-test:v1.12.0
12+ labels :
13+ suite : basic
14+ test : basic-check-spec-test
15+ storage :
16+ spec :
17+ mountPath : {}
18+ - entrypoint :
19+ - scorecard-test
20+ - olm-bundle-validation
21+ image : quay.io/operator-framework/scorecard-test:v1.12.0
22+ labels :
23+ suite : olm
24+ test : olm-bundle-validation-test
25+ storage :
26+ spec :
27+ mountPath : {}
28+ - entrypoint :
29+ - scorecard-test
30+ - olm-crds-have-validation
31+ image : quay.io/operator-framework/scorecard-test:v1.12.0
32+ labels :
33+ suite : olm
34+ test : olm-crds-have-validation-test
35+ storage :
36+ spec :
37+ mountPath : {}
38+ - entrypoint :
39+ - scorecard-test
40+ - olm-crds-have-resources
41+ image : quay.io/operator-framework/scorecard-test:v1.12.0
42+ labels :
43+ suite : olm
44+ test : olm-crds-have-resources-test
45+ storage :
46+ spec :
47+ mountPath : {}
48+ - entrypoint :
49+ - scorecard-test
50+ - olm-spec-descriptors
51+ image : quay.io/operator-framework/scorecard-test:v1.12.0
52+ labels :
53+ suite : olm
54+ test : olm-spec-descriptors-test
55+ storage :
56+ spec :
57+ mountPath : {}
58+ - entrypoint :
59+ - scorecard-test
60+ - olm-status-descriptors
61+ image : quay.io/operator-framework/scorecard-test:v1.12.0
62+ labels :
63+ suite : olm
64+ test : olm-status-descriptors-test
65+ storage :
66+ spec :
67+ mountPath : {}
68+ storage :
69+ spec :
70+ mountPath : {}
You can’t perform that action at this time.
0 commit comments