@@ -53,7 +53,7 @@ type PostgresSpec struct {
5353 NumberOfInstances int32 `json:"numberOfInstances"`
5454 Users map [string ]UserFlags `json:"users"`
5555 MaintenanceWindows []MaintenanceWindow `json:"maintenanceWindows,omitempty"`
56- Clone * CloneDescription `json:"clone"`
56+ Clone * CloneDescription `json:"clone,omitempty "`
5757 ClusterName string `json:"-"`
5858 Databases map [string ]string `json:"databases,omitempty"`
5959 PreparedDatabases map [string ]PreparedDatabase `json:"preparedDatabases,omitempty"`
@@ -64,10 +64,10 @@ type PostgresSpec struct {
6464 ShmVolume * bool `json:"enableShmVolume,omitempty"`
6565 EnableLogicalBackup bool `json:"enableLogicalBackup,omitempty"`
6666 LogicalBackupSchedule string `json:"logicalBackupSchedule,omitempty"`
67- StandbyCluster * StandbyDescription `json:"standby"`
68- PodAnnotations map [string ]string `json:"podAnnotations"`
69- ServiceAnnotations map [string ]string `json:"serviceAnnotations"`
70- TLS * TLSDescription `json:"tls"`
67+ StandbyCluster * StandbyDescription `json:"standby,omitempty "`
68+ PodAnnotations map [string ]string `json:"podAnnotations,omitempty "`
69+ ServiceAnnotations map [string ]string `json:"serviceAnnotations,omitempty "`
70+ TLS * TLSDescription `json:"tls,omitempty "`
7171 AdditionalVolumes []AdditionalVolume `json:"additionalVolumes,omitempty"`
7272
7373 // deprecated json tags
0 commit comments