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

Commit 11b10d9

Browse files
committed
Update crds in operators helm chart
1 parent 31294b6 commit 11b10d9

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

operator/crds/execution.experimental.securecodebox.io_persistenceproviders.yaml renamed to operator/crds/execution.experimental.securecodebox.io_scancompletionhooks.yaml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,28 @@ metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.2.4
88
creationTimestamp: null
9-
name: persistenceproviders.execution.experimental.securecodebox.io
9+
name: scancompletionhooks.execution.experimental.securecodebox.io
1010
spec:
1111
additionalPrinterColumns:
12+
- JSONPath: .spec.type
13+
description: ScanCompletionHook Type
14+
name: Type
15+
type: string
1216
- JSONPath: .spec.image
13-
description: PersistenceProvider Image
17+
description: ScanCompletionHook Image
1418
name: Image
1519
type: string
1620
group: execution.experimental.securecodebox.io
1721
names:
18-
kind: PersistenceProvider
19-
listKind: PersistenceProviderList
20-
plural: persistenceproviders
21-
singular: persistenceprovider
22+
kind: ScanCompletionHook
23+
listKind: ScanCompletionHookList
24+
plural: scancompletionhooks
25+
singular: scancompletionhook
2226
scope: Namespaced
2327
subresources: {}
2428
validation:
2529
openAPIV3Schema:
26-
description: PersistenceProvider is the Schema for the persistenceproviders
27-
API
30+
description: ScanCompletionHook is the Schema for the ScanCompletionHooks API
2831
properties:
2932
apiVersion:
3033
description: 'APIVersion defines the versioned schema of this representation
@@ -39,7 +42,7 @@ spec:
3942
metadata:
4043
type: object
4144
spec:
42-
description: PersistenceProviderSpec defines the desired state of PersistenceProvider
45+
description: ScanCompletionHookSpec defines the desired state of ScanCompletionHook
4346
properties:
4447
env:
4548
items:
@@ -140,12 +143,17 @@ spec:
140143
type: object
141144
type: array
142145
image:
143-
description: Foo is an example field of PersistenceProvider. Edit PersistenceProvider_types.go
144-
to remove/update
146+
description: Image is the container image for the hooks kubernetes job
147+
type: string
148+
type:
149+
description: HookType Defines weather the hook should be able to change
150+
the findings or is run in a read only mode.
145151
type: string
152+
required:
153+
- type
146154
type: object
147155
status:
148-
description: PersistenceProviderStatus defines the observed state of PersistenceProvider
156+
description: ScanCompletionHookStatus defines the observed state of ScanCompletionHook
149157
type: object
150158
type: object
151159
version: v1

0 commit comments

Comments
 (0)