Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5eb0518

Browse files
committed
Delete remaining references to Target CRD type
1 parent 849cbca commit 5eb0518

File tree

4 files changed

+7
-55
lines changed

4 files changed

+7
-55
lines changed

operator/PROJECT

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ resources:
1717
- group: execution
1818
kind: ScheduledScan
1919
version: v1
20-
- group: targets
21-
kind: Host
22-
version: v1
2320
- group: cascading
2421
kind: CascadingRule
2522
version: v1

operator/config/crd/kustomization.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/execution.experimental.securecodebox.io_scans.yaml
6-
- bases/execution.experimental.securecodebox.io_scantypes.yaml
7-
- bases/execution.experimental.securecodebox.io_scancompletionhooks.yaml
8-
- bases/execution.experimental.securecodebox.io_parsedefinitions.yaml
9-
- bases/execution.experimental.securecodebox.io_scheduledscans.yaml
10-
- bases/targets.experimental.securecodebox.io_hosts.yaml
11-
- bases/cascading.experimental.securecodebox.io_cascadingrules.yaml
5+
- bases/execution.experimental.securecodebox.io_scans.yaml
6+
- bases/execution.experimental.securecodebox.io_scantypes.yaml
7+
- bases/execution.experimental.securecodebox.io_scancompletionhooks.yaml
8+
- bases/execution.experimental.securecodebox.io_parsedefinitions.yaml
9+
- bases/execution.experimental.securecodebox.io_scheduledscans.yaml
10+
- bases/cascading.experimental.securecodebox.io_cascadingrules.yaml
1211
# +kubebuilder:scaffold:crdkustomizeresource
1312

1413
patchesStrategicMerge:
@@ -36,4 +35,4 @@ patchesStrategicMerge:
3635

3736
# the following config is for teaching kustomize how to do kustomization for CRDs.
3837
configurations:
39-
- kustomizeconfig.yaml
38+
- kustomizeconfig.yaml

operator/config/rbac/host_editor_role.yaml

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

operator/config/rbac/host_viewer_role.yaml

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

0 commit comments

Comments
 (0)