From c98e3ad77d385fcc37ddac35d59c355167e6f4af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 16:15:12 +0000 Subject: [PATCH] Update krateoctl YAML files from tag 1.0.27 Updated YAML files in crd-chart/templates directory to align with local krateoctl output. Source tag: 1.0.27 Workflow run: 29514257041 --- crd-chart/templates/Button.crd.yaml | 10 -- crd-chart/templates/Form.crd.yaml | 80 --------- crd-chart/templates/Notifications.crd.yaml | 191 --------------------- crd-chart/templates/Panel.crd.yaml | 10 -- crd-chart/templates/Table.crd.yaml | 10 -- 5 files changed, 301 deletions(-) delete mode 100644 crd-chart/templates/Notifications.crd.yaml diff --git a/crd-chart/templates/Button.crd.yaml b/crd-chart/templates/Button.crd.yaml index 226e551..70f02fd 100644 --- a/crd-chart/templates/Button.crd.yaml +++ b/crd-chart/templates/Button.crd.yaml @@ -325,16 +325,6 @@ spec: description: message to display while waiting for the event type: string - mode: - default: navigate - description: 'navigate (default): closes drawer - and redirects on event. notification: closes drawer - immediately, shows a persistent notification with - loader until event is received' - enum: - - navigate - - notification - type: string reloadRoutes: type: boolean timeout: diff --git a/crd-chart/templates/Form.crd.yaml b/crd-chart/templates/Form.crd.yaml index 3ee01dd..808072e 100644 --- a/crd-chart/templates/Form.crd.yaml +++ b/crd-chart/templates/Form.crd.yaml @@ -326,16 +326,6 @@ spec: description: message to display while waiting for the event type: string - mode: - default: navigate - description: 'navigate (default): closes drawer - and redirects on event. notification: closes drawer - immediately, shows a persistent notification with - loader until event is received' - enum: - - navigate - - notification - type: string reloadRoutes: type: boolean timeout: @@ -502,76 +492,6 @@ spec: for each field, allowing users to scroll to the selected field. If not specified, the menu is displayed by default. type: boolean - displayingDependencies: - description: Configuration for the form fields whose displaying - is dependent from other form fields. - items: - properties: - dependsOn: - description: the field on which this field depends on - properties: - conditionType: - description: '`notEmpty` (default) indicates that the - current field is displayed if the dependency field - has a non-empty value. `value` indicates that the - current field is displayed only when the dependency - field matches a specific value.' - enum: - - notEmpty - - value - type: string - name: - description: the name of the field on which this field - depends on - type: string - value: - description: Expected value used when `type = value`. - properties: - arrayValue: - description: Value if type = array - items: - type: string - type: array - booleanValue: - description: Value if type = boolean - type: boolean - integerValue: - description: Value if type = integer - format: int32 - type: integer - optionValue: - description: 'Value if type = option: includes a - single value or a { label, value } object' - type: object - x-kubernetes-preserve-unknown-fields: true - stringValue: - description: Value if type = string - type: string - type: - description: Expected dependency value type. - enum: - - string - - integer - - boolean - - array - - option - - "null" - type: string - required: - - type - type: object - required: - - conditionType - - name - type: object - name: - description: the name of the field - type: string - required: - - dependsOn - - name - type: object - type: array fieldDescription: default: inline description: the displaying mode of the field description, default diff --git a/crd-chart/templates/Notifications.crd.yaml b/crd-chart/templates/Notifications.crd.yaml deleted file mode 100644 index 5a7c9df..0000000 --- a/crd-chart/templates/Notifications.crd.yaml +++ /dev/null @@ -1,191 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.18.0 - name: notifications.widgets.templates.krateo.io -spec: - group: widgets.templates.krateo.io - names: - categories: - - widgets - - krateo - kind: Notifications - listKind: NotificationsList - plural: notifications - singular: notifications - scope: Namespaced - versions: - - additionalPrinterColumns: - - jsonPath: .metadata.creationTimestamp - name: AGE - type: date - name: v1beta1 - schema: - openAPIV3Schema: - properties: - apiVersion: - description: |- - APIVersion defines the versioned schema of this representation of an object. - Servers should convert recognized schemas to the latest internal value, and - may reject unrecognized values. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources - type: string - kind: - description: |- - Kind is a string value representing the REST resource this object represents. - Servers may infer this from the endpoint the client submits requests to. - Cannot be updated. - In CamelCase. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds - type: string - metadata: - type: object - spec: - properties: - apiRef: - properties: - name: - type: string - namespace: - type: string - required: - - name - - namespace - type: object - resourcesRefs: - properties: - items: - items: - properties: - apiVersion: - type: string - id: - type: string - name: - type: string - namespace: - type: string - payload: - type: object - x-kubernetes-preserve-unknown-fields: true - resource: - type: string - slice: - properties: - continue: - type: boolean - offset: - format: int32 - type: integer - page: - format: int32 - type: integer - perPage: - format: int32 - type: integer - required: - - perPage - type: object - verb: - enum: - - POST - - PUT - - PATCH - - DELETE - - GET - type: string - required: - - id - type: object - type: array - slice: - properties: - continue: - type: boolean - offset: - format: int32 - type: integer - page: - format: int32 - type: integer - perPage: - format: int32 - type: integer - required: - - perPage - type: object - required: - - items - type: object - resourcesRefsTemplate: - items: - properties: - iterator: - type: string - template: - properties: - apiVersion: - type: string - id: - type: string - name: - type: string - namespace: - type: string - payload: - type: object - x-kubernetes-preserve-unknown-fields: true - resource: - type: string - verb: - enum: - - POST - - PUT - - PATCH - - DELETE - - GET - type: string - type: object - type: object - type: array - widgetData: - properties: - queryParams: - description: list of query parameters to add to the notifications - call - items: - properties: - name: - description: the name of the query parameter - type: string - value: - description: the value of the query parameter - type: string - required: - - name - - value - type: object - type: array - type: object - widgetDataTemplate: - items: - properties: - expression: - type: string - forPath: - type: string - type: object - type: array - required: - - widgetData - type: object - status: - type: object - x-kubernetes-preserve-unknown-fields: true - type: object - served: true - storage: true - subresources: - status: {} diff --git a/crd-chart/templates/Panel.crd.yaml b/crd-chart/templates/Panel.crd.yaml index 89baedd..e8765bb 100644 --- a/crd-chart/templates/Panel.crd.yaml +++ b/crd-chart/templates/Panel.crd.yaml @@ -325,16 +325,6 @@ spec: description: message to display while waiting for the event type: string - mode: - default: navigate - description: 'navigate (default): closes drawer - and redirects on event. notification: closes drawer - immediately, shows a persistent notification with - loader until event is received' - enum: - - navigate - - notification - type: string reloadRoutes: type: boolean timeout: diff --git a/crd-chart/templates/Table.crd.yaml b/crd-chart/templates/Table.crd.yaml index dbdfe34..f0e334f 100644 --- a/crd-chart/templates/Table.crd.yaml +++ b/crd-chart/templates/Table.crd.yaml @@ -325,16 +325,6 @@ spec: description: message to display while waiting for the event type: string - mode: - default: navigate - description: 'navigate (default): closes drawer - and redirects on event. notification: closes drawer - immediately, shows a persistent notification with - loader until event is received' - enum: - - navigate - - notification - type: string reloadRoutes: type: boolean timeout: