File tree Expand file tree Collapse file tree 4 files changed +44
-44
lines changed
charts/postgres-operator/crds Expand file tree Collapse file tree 4 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -26,38 +26,38 @@ spec:
26
26
- name : Image
27
27
type : string
28
28
description : Spilo image to be used for Pods
29
- JSONPath : .configuration.docker_image
29
+ jsonPath : .configuration.docker_image
30
30
- name : Cluster-Label
31
31
type : string
32
32
description : Label for K8s resources created by operator
33
- JSONPath : .configuration.kubernetes.cluster_name_label
33
+ jsonPath : .configuration.kubernetes.cluster_name_label
34
34
- name : Service-Account
35
35
type : string
36
36
description : Name of service account to be used
37
- JSONPath : .configuration.kubernetes.pod_service_account_name
37
+ jsonPath : .configuration.kubernetes.pod_service_account_name
38
38
- name : Min-Instances
39
39
type : integer
40
40
description : Minimum number of instances per Postgres cluster
41
- JSONPath : .configuration.min_instances
41
+ jsonPath : .configuration.min_instances
42
42
- name : Age
43
43
type : date
44
- JSONPath : .metadata.creationTimestamp
44
+ jsonPath : .metadata.creationTimestamp
45
45
schema :
46
46
openAPIV3Schema :
47
47
type : object
48
48
required :
49
49
- kind
50
50
- apiVersion
51
51
- configuration
52
- properties :
53
- kind :
54
- type : string
55
- enum :
56
- - OperatorConfiguration
57
- apiVersion :
58
- type : string
59
- enum :
60
- - acid.zalan.do/v1
52
+ properties :
53
+ kind :
54
+ type : string
55
+ enum :
56
+ - OperatorConfiguration
57
+ apiVersion :
58
+ type : string
59
+ enum :
60
+ - acid.zalan.do/v1
61
61
configuration :
62
62
type : object
63
63
properties :
Original file line number Diff line number Diff line change @@ -26,34 +26,34 @@ spec:
26
26
- name : Team
27
27
type : string
28
28
description : Team responsible for Postgres CLuster
29
- JSONPath : .spec.teamId
29
+ jsonPath : .spec.teamId
30
30
- name : Version
31
31
type : string
32
32
description : PostgreSQL version
33
- JSONPath : .spec.postgresql.version
33
+ jsonPath : .spec.postgresql.version
34
34
- name : Pods
35
35
type : integer
36
36
description : Number of Pods per Postgres cluster
37
- JSONPath : .spec.numberOfInstances
37
+ jsonPath : .spec.numberOfInstances
38
38
- name : Volume
39
39
type : string
40
40
description : Size of the bound volume
41
- JSONPath : .spec.volume.size
41
+ jsonPath : .spec.volume.size
42
42
- name : CPU-Request
43
43
type : string
44
44
description : Requested CPU for Postgres containers
45
- JSONPath : .spec.resources.requests.cpu
45
+ jsonPath : .spec.resources.requests.cpu
46
46
- name : Memory-Request
47
47
type : string
48
48
description : Requested memory for Postgres containers
49
- JSONPath : .spec.resources.requests.memory
49
+ jsonPath : .spec.resources.requests.memory
50
50
- name : Age
51
51
type : date
52
- JSONPath : .metadata.creationTimestamp
52
+ jsonPath : .metadata.creationTimestamp
53
53
- name : Status
54
54
type : string
55
55
description : Current sync status of postgresql resource
56
- JSONPath : .status.PostgresClusterStatus
56
+ jsonPath : .status.PostgresClusterStatus
57
57
schema :
58
58
openAPIV3Schema :
59
59
type : object
Original file line number Diff line number Diff line change @@ -22,38 +22,38 @@ spec:
22
22
- name : Image
23
23
type : string
24
24
description : Spilo image to be used for Pods
25
- JSONPath : .configuration.docker_image
25
+ jsonPath : .configuration.docker_image
26
26
- name : Cluster-Label
27
27
type : string
28
28
description : Label for K8s resources created by operator
29
- JSONPath : .configuration.kubernetes.cluster_name_label
29
+ jsonPath : .configuration.kubernetes.cluster_name_label
30
30
- name : Service-Account
31
31
type : string
32
32
description : Name of service account to be used
33
- JSONPath : .configuration.kubernetes.pod_service_account_name
33
+ jsonPath : .configuration.kubernetes.pod_service_account_name
34
34
- name : Min-Instances
35
35
type : integer
36
36
description : Minimum number of instances per Postgres cluster
37
- JSONPath : .configuration.min_instances
37
+ jsonPath : .configuration.min_instances
38
38
- name : Age
39
39
type : date
40
- JSONPath : .metadata.creationTimestamp
40
+ jsonPath : .metadata.creationTimestamp
41
41
schema :
42
42
openAPIV3Schema :
43
43
type : object
44
44
required :
45
45
- kind
46
46
- apiVersion
47
47
- configuration
48
- properties :
49
- kind :
50
- type : string
51
- enum :
52
- - OperatorConfiguration
53
- apiVersion :
54
- type : string
55
- enum :
56
- - acid.zalan.do/v1
48
+ properties :
49
+ kind :
50
+ type : string
51
+ enum :
52
+ - OperatorConfiguration
53
+ apiVersion :
54
+ type : string
55
+ enum :
56
+ - acid.zalan.do/v1
57
57
configuration :
58
58
type : object
59
59
properties :
Original file line number Diff line number Diff line change @@ -22,34 +22,34 @@ spec:
22
22
- name : Team
23
23
type : string
24
24
description : Team responsible for Postgres CLuster
25
- JSONPath : .spec.teamId
25
+ jsonPath : .spec.teamId
26
26
- name : Version
27
27
type : string
28
28
description : PostgreSQL version
29
- JSONPath : .spec.postgresql.version
29
+ jsonPath : .spec.postgresql.version
30
30
- name : Pods
31
31
type : integer
32
32
description : Number of Pods per Postgres cluster
33
- JSONPath : .spec.numberOfInstances
33
+ jsonPath : .spec.numberOfInstances
34
34
- name : Volume
35
35
type : string
36
36
description : Size of the bound volume
37
- JSONPath : .spec.volume.size
37
+ jsonPath : .spec.volume.size
38
38
- name : CPU-Request
39
39
type : string
40
40
description : Requested CPU for Postgres containers
41
- JSONPath : .spec.resources.requests.cpu
41
+ jsonPath : .spec.resources.requests.cpu
42
42
- name : Memory-Request
43
43
type : string
44
44
description : Requested memory for Postgres containers
45
- JSONPath : .spec.resources.requests.memory
45
+ jsonPath : .spec.resources.requests.memory
46
46
- name : Age
47
47
type : date
48
- JSONPath : .metadata.creationTimestamp
48
+ jsonPath : .metadata.creationTimestamp
49
49
- name : Status
50
50
type : string
51
51
description : Current sync status of postgresql resource
52
- JSONPath : .status.PostgresClusterStatus
52
+ jsonPath : .status.PostgresClusterStatus
53
53
schema :
54
54
openAPIV3Schema :
55
55
type : object
You can’t perform that action at this time.
0 commit comments