Skip to content

Commit

Permalink
feat: update crd
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jan 17, 2022
1 parent 2d02035 commit c5285d7
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions crds/artifact.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand All @@ -14,54 +15,56 @@ spec:
schema:
openAPIV3Schema:
properties:
status:
spec:
properties:
isReady:
type: boolean
error:
labels:
items:
type: string
type: array
externalContent:
type: string
type:
type: string
description:
type: string
state:
type: string
content:
type: string
groupId:
type: string
artifactId:
type: string
modifiedOn:
type: string
version:
type: string
contentId:
type: number
globalId:
type: number
modifiedBy:
type: string
name:
type: string
properties:
additionalProperties:
type: string
type: object
type: object
spec:
status:
properties:
status:
type: string
groupId:
type: string
artifactId:
type: string
version:
type: string
name:
type: string
description:
type: string
modifiedBy:
type: string
modifiedOn:
type: string
globalId:
type: number
contentId:
type: number
type:
type: string
state:
type: string
labels:
items:
type: string
type: array
properties:
type: object
content:
type: string
externalContent:
error:
type: string
type: object
type: object
Expand Down

0 comments on commit c5285d7

Please sign in to comment.