Skip to content

Commit 2420a1e

Browse files
Duologicjsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@0766feee
1 parent 64d6b0b commit 2420a1e

File tree

8 files changed

+166
-25
lines changed

8 files changed

+166
-25
lines changed

1.23.6/_gen/postgresql/v1/cluster.libsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
withAdditionalCommandArgs(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } },
484484
'#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]),
485485
withAdditionalCommandArgsMixin(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } },
486-
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
486+
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
487487
withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { data+: { compression: compression } } } } },
488488
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
489489
withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { data+: { encryption: encryption } } } } },
@@ -550,7 +550,7 @@
550550
withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } },
551551
'#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]),
552552
withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } },
553-
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
553+
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]),
554554
withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { wal+: { compression: compression } } } } },
555555
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
556556
withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { wal+: { encryption: encryption } } } } },
@@ -1059,7 +1059,7 @@
10591059
withAdditionalCommandArgs(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } },
10601060
'#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]),
10611061
withAdditionalCommandArgsMixin(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } },
1062-
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
1062+
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
10631063
withCompression(compression): { barmanObjectStore+: { data+: { compression: compression } } },
10641064
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
10651065
withEncryption(encryption): { barmanObjectStore+: { data+: { encryption: encryption } } },
@@ -1126,7 +1126,7 @@
11261126
withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } },
11271127
'#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]),
11281128
withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } },
1129-
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
1129+
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]),
11301130
withCompression(compression): { barmanObjectStore+: { wal+: { compression: compression } } },
11311131
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
11321132
withEncryption(encryption): { barmanObjectStore+: { wal+: { encryption: encryption } } },

1.24.2/_gen/postgresql/v1/cluster.libsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
withAdditionalCommandArgs(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } },
484484
'#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]),
485485
withAdditionalCommandArgsMixin(additionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } } } },
486-
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
486+
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
487487
withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { data+: { compression: compression } } } } },
488488
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
489489
withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { data+: { encryption: encryption } } } } },
@@ -550,7 +550,7 @@
550550
withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } },
551551
'#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]),
552552
withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { spec+: { backup+: { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } } } },
553-
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
553+
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]),
554554
withCompression(compression): { spec+: { backup+: { barmanObjectStore+: { wal+: { compression: compression } } } } },
555555
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
556556
withEncryption(encryption): { spec+: { backup+: { barmanObjectStore+: { wal+: { encryption: encryption } } } } },
@@ -1059,7 +1059,7 @@
10591059
withAdditionalCommandArgs(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } },
10601060
'#withAdditionalCommandArgsMixin':: d.fn(help="\"AdditionalCommandArgs represents additional arguments that can be appended\\nto the 'barman-cloud-backup' command-line invocation. These arguments\\nprovide flexibility to customize the backup process further according to\\nspecific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-backup' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='additionalCommandArgs', type=d.T.array)]),
10611061
withAdditionalCommandArgsMixin(additionalCommandArgs): { barmanObjectStore+: { data+: { additionalCommandArgs+: if std.isArray(v=additionalCommandArgs) then additionalCommandArgs else [additionalCommandArgs] } } },
1062-
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
1062+
'#withCompression':: d.fn(help='"Compress a backup file (a tar file per tablespace) while streaming it\\nto the object store. Available options are empty string (no\\ncompression, default), `gzip`, `bzip2`, and `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
10631063
withCompression(compression): { barmanObjectStore+: { data+: { compression: compression } } },
10641064
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
10651065
withEncryption(encryption): { barmanObjectStore+: { data+: { encryption: encryption } } },
@@ -1126,7 +1126,7 @@
11261126
withArchiveAdditionalCommandArgs(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } },
11271127
'#withArchiveAdditionalCommandArgsMixin':: d.fn(help="\"Additional arguments that can be appended to the 'barman-cloud-wal-archive'\\ncommand-line invocation. These arguments provide flexibility to customize\\nthe WAL archive process further, according to specific requirements or configurations.\\n\\nExample:\\nIn a scenario where specialized backup options are required, such as setting\\na specific timeout or defining custom behavior, users can use this field\\nto specify additional command arguments.\\n\\nNote:\\nIt's essential to ensure that the provided arguments are valid and supported\\nby the 'barman-cloud-wal-archive' command, to avoid potential errors or unintended\\nbehavior during execution.\"\n\n**Note:** This function appends passed data to existing values", args=[d.arg(name='archiveAdditionalCommandArgs', type=d.T.array)]),
11281128
withArchiveAdditionalCommandArgsMixin(archiveAdditionalCommandArgs): { barmanObjectStore+: { wal+: { archiveAdditionalCommandArgs+: if std.isArray(v=archiveAdditionalCommandArgs) then archiveAdditionalCommandArgs else [archiveAdditionalCommandArgs] } } },
1129-
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2` or `snappy`."', args=[d.arg(name='compression', type=d.T.string)]),
1129+
'#withCompression':: d.fn(help='"Compress a WAL file before sending it to the object store. Available\\noptions are empty string (no compression, default), `gzip`, `bzip2`,\\n`lz4`, `snappy`, `xz`, and `zstd`."', args=[d.arg(name='compression', type=d.T.string)]),
11301130
withCompression(compression): { barmanObjectStore+: { wal+: { compression: compression } } },
11311131
'#withEncryption':: d.fn(help='"Whenever to force the encryption of files (if the bucket is\\nnot already configured for that).\\nAllowed options are empty string (use the bucket policy, default),\\n`AES256` and `aws:kms`"', args=[d.arg(name='encryption', type=d.T.string)]),
11321132
withEncryption(encryption): { barmanObjectStore+: { wal+: { encryption: encryption } } },

0 commit comments

Comments
 (0)