Fixed typo
This commit is contained in:
parent
9ef70ffffd
commit
29c41ff62c
|
|
@ -170,7 +170,7 @@ var unmarshalCluster = []struct {
|
|||
marshal: []byte(`{"kind":"Postgresql","apiVersion":"acid.zalan.do/v1","metadata":{"name":"acid-testcluster1","creationTimestamp":null},"spec":{"postgresql":{"version":"","parameters":null},"volume":{"size":"","storageClass":""},"patroni":{"initdb":null,"pg_hba":null,"ttl":0,"loop_wait":0,"retry_timeout":0,"maximum_lag_on_failover":0,"slots":null},"resources":{"requests":{"cpu":"","memory":""},"limits":{"cpu":"","memory":""}},"teamId":"","allowedSourceRanges":null,"numberOfInstances":0,"users":null,"clone":{}},"status":{"PostgresClusterStatus":"Invalid"}}`),
|
||||
err: nil},
|
||||
// example with detailed input manifest
|
||||
// and dprecated pod_priority_class_name -> podPriorityClassName
|
||||
// and deprecated pod_priority_class_name -> podPriorityClassName
|
||||
{
|
||||
in: []byte(`{
|
||||
"kind": "Postgresql",
|
||||
|
|
|
|||
Loading…
Reference in New Issue