Skip to content

Commit

Permalink
feat: update custom resource
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Dec 8, 2023
1 parent 5ee6c81 commit 4de5860
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 64 deletions.
2 changes: 1 addition & 1 deletion src/main/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: onecx-product-store-mfe-operator
version: 0.0.0
appVersion: 0.0.0
Expand Down
136 changes: 73 additions & 63 deletions src/main/helm/crds/microfrontends.io.github.onecx.product.store-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,66 +11,76 @@ spec:
singular: microfrontend
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
properties:
spec:
properties:
display-name:
type: string
app-id:
type: string
product-name:
type: string
remote-entry:
type: string
wc-tag-name:
type: string
remote-name:
type: string
exposed-module:
type: string
mfe-id:
type: string
note:
type: string
base-path:
type: string
app-version:
type: string
remote-base-url:
type: string
module-type:
enum:
- WEBCOMPONENT
- ANGULAR
type: string
contact:
type: string
type: object
status:
properties:
response-code:
type: integer
status:
enum:
- UPDATED
- ERROR
- CREATED
- UNDEFINED
type: string
product-name:
type: string
mfe-id:
type: string
message:
type: string
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
- name: v1
schema:
openAPIV3Schema:
properties:
spec:
properties:
appId:
type: string
appName:
type: string
appVersion:
type: string
classifications:
items:
type: string
type: array
contact:
type: string
description:
type: string
endpoints:
items:
properties:
name:
type: string
path:
type: string
type: object
type: array
exposedModule:
type: string
iconName:
type: string
note:
type: string
productName:
type: string
remoteBaseUrl:
type: string
remoteEntry:
type: string
technology:
type: string
type: object
status:
properties:
appId:
type: string
appName:
type: string
appVersion:
type: string
message:
type: string
observedGeneration:
type: integer
productName:
type: string
responseCode:
type: integer
status:
enum:
- CREATED
- ERROR
- UNDEFINED
- UPDATED
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}

0 comments on commit 4de5860

Please sign in to comment.