forked from aquasecurity/starboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clustercompliancedetailreports.crd.yaml
42 lines (42 loc) · 1.22 KB
/
clustercompliancedetailreports.crd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clustercompliancedetailreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.9-rc3"
spec:
group: aquasecurity.github.io
versions:
- name: v1alpha1
served: true
storage: true
additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
type: date
name: Age
description: The age of the report
- jsonPath: .report.summary.failCount
type: integer
name: Fail
priority: 1
description: The number of checks that failed with Danger status
- jsonPath: .report.summary.passCount
type: integer
name: Pass
priority: 1
description: The number of checks that passed
schema:
openAPIV3Schema:
x-kubernetes-preserve-unknown-fields: true
type: object
scope: Cluster
names:
singular: clustercompliancedetailreport
plural: clustercompliancedetailreports
kind: ClusterComplianceDetailReport
listKind: ClusterComplianceDetailReportList
categories: [ ]
shortNames:
- compliancedetail