mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-14 06:33:10 +01:00
chore: add some missing descriptions
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
parent
2a86790f4b
commit
8133e81205
@ -48,6 +48,7 @@ type ObjectStoreSpec struct {
|
|||||||
// +optional
|
// +optional
|
||||||
RetentionPolicy string `json:"retentionPolicy,omitempty"`
|
RetentionPolicy string `json:"retentionPolicy,omitempty"`
|
||||||
|
|
||||||
|
// The configuration for the sidecar that runs in the instance pods
|
||||||
// +optional
|
// +optional
|
||||||
InstanceSidecarConfiguration InstanceSidecarConfiguration `json:"instanceSidecarConfiguration,omitempty"`
|
InstanceSidecarConfiguration InstanceSidecarConfiguration `json:"instanceSidecarConfiguration,omitempty"`
|
||||||
}
|
}
|
||||||
@ -81,7 +82,12 @@ type ObjectStore struct {
|
|||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
metav1.ObjectMeta `json:"metadata"`
|
metav1.ObjectMeta `json:"metadata"`
|
||||||
|
|
||||||
|
// Specification of the desired behavior of the ObjectStore.
|
||||||
|
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||||
Spec ObjectStoreSpec `json:"spec"`
|
Spec ObjectStoreSpec `json:"spec"`
|
||||||
|
// Most recently observed status of the ObjectStore. This data may not be up to
|
||||||
|
// date. Populated by the system. Read-only.
|
||||||
|
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||||
// +optional
|
// +optional
|
||||||
Status ObjectStoreStatus `json:"status,omitempty"`
|
Status ObjectStoreStatus `json:"status,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,13 +30,18 @@
|
|||||||
<a href="#barmancloud-cnpg-io-v1-ObjectStoreSpec"><i>ObjectStoreSpec</i></a>
|
<a href="#barmancloud-cnpg-io-v1-ObjectStoreSpec"><i>ObjectStoreSpec</i></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="text-muted">No description provided.</span></td>
|
<p>Specification of the desired behavior of the ObjectStore.
|
||||||
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status</p>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td><code>status</code><br/>
|
<tr><td><code>status</code><br/>
|
||||||
<a href="#barmancloud-cnpg-io-v1-ObjectStoreStatus"><i>ObjectStoreStatus</i></a>
|
<a href="#barmancloud-cnpg-io-v1-ObjectStoreStatus"><i>ObjectStoreStatus</i></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="text-muted">No description provided.</span></td>
|
<p>Most recently observed status of the ObjectStore. This data may not be up to
|
||||||
|
date. Populated by the system. Read-only.
|
||||||
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status</p>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -108,7 +113,8 @@ days, weeks, months.</p>
|
|||||||
<a href="#barmancloud-cnpg-io-v1-InstanceSidecarConfiguration"><i>InstanceSidecarConfiguration</i></a>
|
<a href="#barmancloud-cnpg-io-v1-InstanceSidecarConfiguration"><i>InstanceSidecarConfiguration</i></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="text-muted">No description provided.</span></td>
|
<p>The configuration for the sidecar that runs in the instance pods</p>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user