Skip to content

Commit a79daa6

Browse files
committed
feat: remove operator
1 parent cd55443 commit a79daa6

File tree

97 files changed

+2
-4243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2
-4243
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ A containerized application that is deployed with Helm. Monitors the security of
1717
Supported Kubernetes distributions:
1818

1919
* Any *Generally Available* Kubernetes Certified distribution, for example: GKE, AKS, EKS, OCP.
20-
* OCP 4.1+ if running on OpenShift - supported and tested on *Generally Available* versions
2120

2221
Tested with the following [Security Context Constraint](scc.txt) on OCP.
2322

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
"test:integration:kind:yaml": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
1919
"test:integration:kind:helm": "DEPLOYMENT_TYPE=Helm TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
2020
"test:integration:kind:proxy": "DEPLOYMENT_TYPE=Proxy TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
21-
"test:integration:kindolm:operator": "DEPLOYMENT_TYPE=OperatorOLM TEST_PLATFORM=kindolm CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
2221
"test:integration:eks:yaml": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=eks CREATE_CLUSTER=false jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
2322
"test:integration:aks:yaml": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=aks CREATE_CLUSTER=false jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
24-
"test:integration:openshift4:operator": "scripts/test-openshift4.sh",
2523
"test:coverage": "npm run test:unit -- --coverage",
2624
"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
2725
"start": "bin/start",

scripts/operator/create_operator.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

scripts/operator/create_operator_and_push.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

scripts/operator/create_operator_bundle_and_index_and_push.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

scripts/operator/download_operator_package_manager.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

scripts/operator/download_operator_sdk.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

scripts/operator/get_last_published_operator_version.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

scripts/operator/main.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

scripts/operator/package_operator_bundle.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)