ShouldCreateProjectedVolume returns whether we should create the projected all in one volume
()
| 1019 | |
| 1020 | // ShouldCreateProjectedVolume returns whether we should create the projected all in one volume |
| 1021 | func (cluster *Cluster) ShouldCreateProjectedVolume() bool { |
| 1022 | return cluster.Spec.ProjectedVolumeTemplate != nil |
| 1023 | } |
| 1024 | |
| 1025 | // ShouldCreateWalArchiveVolume returns whether we should create the wal archive volume |
| 1026 | func (cluster *Cluster) ShouldCreateWalArchiveVolume() bool { |
no outgoing calls
no test coverage detected