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: KubeArmorConfig is the Schema for the KubeArmorConfigs API
26
25
properties:
27
26
apiVersion:
28
-
description: 'APIVersion defines the versioned schema of this representation
29
-
of an object. Servers should convert recognized schemas to the latest
30
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
31
32
type: string
32
33
kind:
33
-
description: 'Kind is a string value representing the REST resource this
34
-
object represents. Servers may infer this from the endpoint the client
35
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
40
type: string
37
41
metadata:
38
42
type: object
39
43
spec:
40
44
description: KubeArmorConfigSpec defines the desired state of KubeArmorConfig
41
45
properties:
46
+
alertThrottling:
47
+
type: boolean
42
48
defaultCapabilitiesPosture:
43
49
enum:
44
50
- audit
@@ -127,12 +133,37 @@ spec:
127
133
- Never
128
134
type: string
129
135
type: object
130
-
seccompEnabled:
131
-
type: boolean
132
-
alertThrottling:
133
-
type: boolean
134
136
maxAlertPerSec:
135
137
type: integer
138
+
recommendedPolicies:
139
+
properties:
140
+
enable:
141
+
type: boolean
142
+
excludePolicy:
143
+
items:
144
+
type: string
145
+
type: array
146
+
matchExpressions:
147
+
items:
148
+
properties:
149
+
key:
150
+
enum:
151
+
- namespace
152
+
type: string
153
+
operator:
154
+
enum:
155
+
- In
156
+
- NotIn
157
+
type: string
158
+
values:
159
+
items:
160
+
type: string
161
+
type: array
162
+
type: object
163
+
type: array
164
+
type: object
165
+
seccompEnabled:
166
+
type: boolean
136
167
throttleSec:
137
168
type: integer
138
169
tls:
@@ -156,19 +187,13 @@ spec:
156
187
message:
157
188
type: string
158
189
phase:
159
-
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
160
-
of cluster Important: Run "make" to regenerate code after modifying
161
-
this file'
190
+
description: |-
191
+
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
192
+
Important: Run "make" to regenerate code after modifying this file
description: KubeArmorConfig is the Schema for the KubeArmorConfigs API
25
24
properties:
26
25
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
description: |-
27
+
APIVersion defines the versioned schema of this representation of an object.
28
+
Servers should convert recognized schemas to the latest internal value, and
29
+
may reject unrecognized values.
30
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30
31
type: string
31
32
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
description: |-
34
+
Kind is a string value representing the REST resource this object represents.
35
+
Servers may infer this from the endpoint the client submits requests to.
36
+
Cannot be updated.
37
+
In CamelCase.
38
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
35
39
type: string
36
40
metadata:
37
41
type: object
38
42
spec:
39
43
description: KubeArmorConfigSpec defines the desired state of KubeArmorConfig
40
44
properties:
45
+
alertThrottling:
46
+
type: boolean
41
47
defaultCapabilitiesPosture:
42
48
enum:
43
49
- audit
@@ -126,12 +132,37 @@ spec:
126
132
- Never
127
133
type: string
128
134
type: object
129
-
seccompEnabled:
130
-
type: boolean
131
-
alertThrottling:
132
-
type: boolean
133
135
maxAlertPerSec:
134
136
type: integer
137
+
recommendedPolicies:
138
+
properties:
139
+
enable:
140
+
type: boolean
141
+
excludePolicy:
142
+
items:
143
+
type: string
144
+
type: array
145
+
matchExpressions:
146
+
items:
147
+
properties:
148
+
key:
149
+
enum:
150
+
- namespace
151
+
type: string
152
+
operator:
153
+
enum:
154
+
- In
155
+
- NotIn
156
+
type: string
157
+
values:
158
+
items:
159
+
type: string
160
+
type: array
161
+
type: object
162
+
type: array
163
+
type: object
164
+
seccompEnabled:
165
+
type: boolean
135
166
throttleSec:
136
167
type: integer
137
168
tls:
@@ -155,22 +186,16 @@ spec:
155
186
message:
156
187
type: string
157
188
phase:
158
-
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
159
-
of cluster Important: Run "make" to regenerate code after modifying
160
-
this file'
189
+
description: |-
190
+
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
191
+
Important: Run "make" to regenerate code after modifying this file
0 commit comments