docs: fix table formatting for bootstraprequest
Fixes formatting for https://www.talos.dev/v1.6/reference/api/#bootstraprequest Signed-off-by: Oscar Utbult <oscar.utbult@gmail.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
0eb245e043
commit
020a0eb63e
@ -154,11 +154,9 @@ message RebootResponse {
|
||||
// rpc Bootstrap
|
||||
message BootstrapRequest {
|
||||
// Enable etcd recovery from the snapshot.
|
||||
//
|
||||
// Snapshot should be uploaded before this call via EtcdRecover RPC.
|
||||
bool recover_etcd = 1;
|
||||
// Skip hash check on the snapshot (etcd).
|
||||
//
|
||||
// Enable this when recovering from data directory copy to skip integrity check.
|
||||
bool recover_skip_hash_check = 2;
|
||||
}
|
||||
|
@ -1183,11 +1183,9 @@ type BootstrapRequest struct {
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// Enable etcd recovery from the snapshot.
|
||||
//
|
||||
// Snapshot should be uploaded before this call via EtcdRecover RPC.
|
||||
RecoverEtcd bool `protobuf:"varint,1,opt,name=recover_etcd,json=recoverEtcd,proto3" json:"recover_etcd,omitempty"`
|
||||
// Skip hash check on the snapshot (etcd).
|
||||
//
|
||||
// Enable this when recovering from data directory copy to skip integrity check.
|
||||
RecoverSkipHashCheck bool `protobuf:"varint,2,opt,name=recover_skip_hash_check,json=recoverSkipHashCheck,proto3" json:"recover_skip_hash_check,omitempty"`
|
||||
}
|
||||
|
@ -4300,12 +4300,8 @@ rpc Bootstrap
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| recover_etcd | [bool](#bool) | | Enable etcd recovery from the snapshot.
|
||||
|
||||
Snapshot should be uploaded before this call via EtcdRecover RPC. |
|
||||
| recover_skip_hash_check | [bool](#bool) | | Skip hash check on the snapshot (etcd).
|
||||
|
||||
Enable this when recovering from data directory copy to skip integrity check. |
|
||||
| recover_etcd | [bool](#bool) | | Enable etcd recovery from the snapshot. Snapshot should be uploaded before this call via EtcdRecover RPC. |
|
||||
| recover_skip_hash_check | [bool](#bool) | | Skip hash check on the snapshot (etcd). Enable this when recovering from data directory copy to skip integrity check. |
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user