You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of fixes in this revision:
- Changed logo
- Added descriptions and fields to the openAPIV3Schema
- Updated example to include all 3 exporters
- added "enabled:" field for the exporter to allow
enabling or disabling exporter from the values.yaml
or the openAPIV3Schema
- Added metadata and categories for the Marketplace
Signed-off-by: Michal Pryc <mpryc@redhat.com>
Signed-off-by: Michal Pryc <mpryc@redhat.com>
Copy file name to clipboardExpand all lines: pelorus-operator/bundle/manifests/charts.pelorus.konveyor.io_pelorus.yaml
+37-5Lines changed: 37 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,24 +15,56 @@ spec:
15
15
- name: v1alpha1
16
16
schema:
17
17
openAPIV3Schema:
18
-
description: Pelorus is the Schema for the pelorus API
18
+
description: Configure a running instance of Pelorus
19
19
properties:
20
20
apiVersion:
21
21
description: 'APIVersion defines the versioned schema of this representation
22
22
of an object. Servers should convert recognized schemas to the latest
23
23
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
24
type: string
25
25
kind:
26
-
description: 'Kind is a string value representing the REST resource this
26
+
description: |-
27
+
Kind is a string value representing the REST resource this
27
28
object represents. Servers may infer this from the endpoint the client
28
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
29
30
type: string
30
31
metadata:
31
32
type: object
32
33
spec:
33
-
description: Spec defines the desired state of Pelorus
34
+
description: 'PelorusSpec defines state of the Pelorus application and
35
+
allows to configure for the desired workflow. More information about
36
+
Pelorus configuration that can be used in the Spec section is available
References configuration for the Pelorus exporters. More info about exporters configuration: https://pelorus.readthedocs.io/en/latest/Configuration/#configuring-exporters-details
0 commit comments