fix: update CRDs (#346)

This commit is contained in:
Yann Soubeyrand 2020-05-14 04:16:36 +02:00 committed by GitHub
parent eea5b76e2a
commit 8f3bfae1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 1 deletions

View file

@ -95,6 +95,23 @@ spec:
- kind
type: object
type: array
namespaceResourceWhitelist:
description: NamespaceResourceWhitelist contains list of whitelisted
namespace level resources
items:
description: GroupKind specifies a Group and a Kind, but does not
force a version. This is useful for identifying concepts during
lookup stages without having partially valid types
properties:
group:
type: string
kind:
type: string
required:
- group
- kind
type: object
type: array
orphanedResources:
description: OrphanedResources specifies if controller should monitor
orphaned resources of apps in this project
@ -132,6 +149,8 @@ spec:
iat:
format: int64
type: integer
id:
type: string
required:
- iat
type: object