Skip to content

Commit 8a39436

Browse files
vtomasr5jsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@1cfedc49
1 parent 9720a7a commit 8a39436

File tree

89 files changed

+13969
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+13969
-16
lines changed

0.1.0/_gen/secrets/v1beta1/vaultStaticSecret.libsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
'#withName':: d.fn(help='"Name of the resource"', args=[d.arg(name='name', type=d.T.string)]),
119119
withName(name): { name: name },
120120
},
121+
'#syncConfig':: d.obj(help='"SyncConfig configures sync behavior from Vault to VSO"'),
122+
syncConfig: {
123+
'#withInstantUpdates':: d.fn(help='"InstantUpdates is a flag to indicate that event-driven updates are\\nenabled for this VaultStaticSecret"', args=[d.arg(name='instantUpdates', type=d.T.boolean)]),
124+
withInstantUpdates(instantUpdates): { spec+: { syncConfig+: { instantUpdates: instantUpdates } } },
125+
},
121126
'#withHmacSecretData':: d.fn(help="\"HMACSecretData determines whether the Operator computes the\\nHMAC of the Secret's data. The MAC value will be stored in\\nthe resource's Status.SecretMac field, and will be used for drift detection\\nand during incoming Vault secret comparison.\\nEnabling this feature is recommended to ensure that Secret's data stays consistent with Vault.\"", args=[d.arg(name='hmacSecretData', type=d.T.boolean)]),
122127
withHmacSecretData(hmacSecretData): { spec+: { hmacSecretData: hmacSecretData } },
123128
'#withMount':: d.fn(help='"Mount for the secret in Vault"', args=[d.arg(name='mount', type=d.T.string)]),

0.2.0/_gen/secrets/v1beta1/vaultStaticSecret.libsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
'#withName':: d.fn(help='"Name of the resource"', args=[d.arg(name='name', type=d.T.string)]),
119119
withName(name): { name: name },
120120
},
121+
'#syncConfig':: d.obj(help='"SyncConfig configures sync behavior from Vault to VSO"'),
122+
syncConfig: {
123+
'#withInstantUpdates':: d.fn(help='"InstantUpdates is a flag to indicate that event-driven updates are\\nenabled for this VaultStaticSecret"', args=[d.arg(name='instantUpdates', type=d.T.boolean)]),
124+
withInstantUpdates(instantUpdates): { spec+: { syncConfig+: { instantUpdates: instantUpdates } } },
125+
},
121126
'#withHmacSecretData':: d.fn(help="\"HMACSecretData determines whether the Operator computes the\\nHMAC of the Secret's data. The MAC value will be stored in\\nthe resource's Status.SecretMac field, and will be used for drift detection\\nand during incoming Vault secret comparison.\\nEnabling this feature is recommended to ensure that Secret's data stays consistent with Vault.\"", args=[d.arg(name='hmacSecretData', type=d.T.boolean)]),
122127
withHmacSecretData(hmacSecretData): { spec+: { hmacSecretData: hmacSecretData } },
123128
'#withMount':: d.fn(help='"Mount for the secret in Vault"', args=[d.arg(name='mount', type=d.T.string)]),
File renamed without changes.

0.3.0/_gen/secrets/v1beta1/hcpVaultSecretsApp.libsonnet renamed to 0.4.0/_gen/secrets/v1beta1/hcpVaultSecretsApp.libsonnet

File renamed without changes.
File renamed without changes.
File renamed without changes.

0.3.0/_gen/secrets/v1beta1/vaultDynamicSecret.libsonnet renamed to 0.4.0/_gen/secrets/v1beta1/vaultDynamicSecret.libsonnet

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)