You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: SnykMonitor is the Schema for the snykmonitors API
18
-
type: object
19
-
properties:
20
-
apiVersion:
21
-
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
22
-
type: string
23
-
kind:
24
-
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
25
-
type: string
26
-
metadata:
27
-
type: object
28
-
spec:
29
-
description: Spec defines the desired state of SnykMonitor
15
+
versions:
16
+
- name: v1alpha1
17
+
served: true
18
+
storage: true
19
+
schema:
20
+
openAPIV3Schema:
21
+
description: SnykMonitor is the Schema for the snykmonitors API
30
22
type: object
31
-
x-kubernetes-preserve-unknown-fields: true
32
23
properties:
33
-
monitorSecrets:
34
-
description: >-
35
-
The name of the secret object that stores the Snyk controller secrets.
36
-
The secret needs to contain the following data fields:
37
-
- integrationId
38
-
- dockercfg.json
24
+
apiVersion:
25
+
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
26
+
type: string
27
+
kind:
28
+
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
39
29
type: string
40
-
image:
30
+
metadata:
31
+
type: object
32
+
spec:
33
+
description: Spec defines the desired state of SnykMonitor
34
+
type: object
35
+
x-kubernetes-preserve-unknown-fields: true
41
36
properties:
42
-
pullPolicy:
37
+
monitorSecrets:
38
+
description: >-
39
+
The name of the secret object that stores the Snyk controller secrets.
40
+
The secret needs to contain the following data fields:
41
+
- integrationId
42
+
- dockercfg.json
43
43
type: string
44
44
image:
45
+
properties:
46
+
pullPolicy:
47
+
type: string
48
+
image:
49
+
type: string
50
+
type: object
51
+
scope:
45
52
type: string
46
-
type: object
47
-
scope:
48
-
type: string
49
-
clusterName:
50
-
type: string
51
-
integrationApi:
52
-
type: string
53
-
temporaryStorageSize:
54
-
type: string
55
-
pvc:
56
-
properties:
57
-
enabled:
58
-
type: boolean
59
-
name:
53
+
clusterName:
60
54
type: string
61
-
type: object
62
-
initContainerImage:
63
-
properties:
64
-
image:
55
+
integrationApi:
65
56
type: string
66
-
pullPolicy:
57
+
temporaryStorageSize:
67
58
type: string
59
+
pvc:
60
+
properties:
61
+
enabled:
62
+
type: boolean
63
+
name:
64
+
type: string
65
+
type: object
66
+
initContainerImage:
67
+
properties:
68
+
image:
69
+
type: string
70
+
pullPolicy:
71
+
type: string
72
+
type: object
73
+
status:
74
+
description: Status defines the observed state of SnykMonitor
68
75
type: object
69
-
status:
70
-
description: Status defines the observed state of SnykMonitor
Copy file name to clipboardExpand all lines: snyk-operator-certified/bundle/manifests/snyk-monitor-metrics-reader_rbac.authorization.k8s.io_v1beta1_clusterrole.yaml
0 commit comments