From 1d76f4fd83b6d3e2279b23739c8c53a995c35e85 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 27 Mar 2025 18:52:42 +0100 Subject: [PATCH] K8SPXC-1524 Documented new Azure storage options modified: docs/operator.md --- __pycache__/main.cpython-311.pyc | Bin 1705 -> 0 bytes docs/operator.md | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 __pycache__/main.cpython-311.pyc diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 7ca444f13de0ee776cf1836f2afdf89010b29c18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1705 zcmcgsO>7%Q6rR~#|2C5qq7((S;HGMbY3)^2A+^MWLo38j6_U8&C!wV4ops{G-nC}e zZCIQtha5O?C{j^_1jrWxRW2Mka_n&@O4Vp3q)ME)8Rg~^Z+30xhe*9K)_(Ke``*mF zdGnrsAta4py!rD_^nrxXUqa~((8IBJ5~hcUB8sbM7Ex&(&0>m+C@cRh93~7L`b8ka zB)+{xfQP7wmLfYK#p`Gj=B>VE6(8bZ=Oesyh>ufc9Ut+KX$&Gsc;r3XUe1&omf==x z>rhAvocAJpd(!}L5$qlaxQRAF+v;09@S&2x=X%M)3l3K%yyV=6SBjILUdwseTceAv zTX){lw51Bu^L3LMwx#C{yQYbXmgL|Bu_eUlkbdeXDO< zm716;%c0I}U+gLB@%NYx$7zwyq< zf;*ODDzILvpl2+-X1+b_C5Oignm(SH^W!O*(@?ap6>kNu{B}i5)*0QiW;s%*aCVJBD0zn>M_R%JS7mwq71psBQ4n0-R zZmVZo=UNU|FYKrno~oC&)k|ExyrW)TTl`af;hQ`6tybyR(Vl5HeQINPJAK+upWaQL zyl?R2(ANXIWN70ebWUr96YaMXoQ(bc0VnVN(ct99^dL)dmyO8_!0uyzhka8-hj++I>?JrmjN}mtP2q!dl7*U0 i8&z|hy#~CfVdo-1TgDjgqSRXWYbz=iryY;sZvO(0NQ_qi diff --git a/docs/operator.md b/docs/operator.md index dc01d47f..6999f69b 100644 --- a/docs/operator.md +++ b/docs/operator.md @@ -2706,7 +2706,9 @@ configuration file. This Custom Resource contains the following options: | credentialsSecret| string | The Secret name for the azure blob storage | true | | container | string | The container name of the azure blob storage | true | | endpointUrl | string | A valid endpoint URL | false | -| storageClass | string | The storage class name of the azure storage | false | +| storageClass | string | The storage class name of the azure blob storage | false | +| blockSize | integer | The size of a block of data to save and retrieve from the azure blob storage +| concurrency | integer | The number of writers to the same blob ### pitr subsection