Skip to content

Commit 7ae84b5

Browse files
bcbrockwayjsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@ead352a6
1 parent 8a39436 commit 7ae84b5

File tree

24 files changed

+132
-0
lines changed

24 files changed

+132
-0
lines changed

0.1.0/_gen/secrets/v1beta1/vaultAuth.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'#withParams':: d.fn(help='"Params configures the merge strategy for HTTP parameters that are included in\\nall Vault requests. Choices are `union`, `replace`, or `none`.\\n\\n\\nIf `union` is set, the parameters from the VaultAuthGlobal and VaultAuth\\nresources are merged. The parameters from the VaultAuth always take\\nprecedence.\\n\\n\\nIf `replace` is set, the first set of non-empty parameters taken in order from:\\nVaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.\\n\\n\\nIf `none` is set, the parameters from the VaultAuthGlobal resource are ignored\\nand only the parameters from the VaultAuth resource are used. The default is\\n`none`."', args=[d.arg(name='params', type=d.T.string)]),
133133
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
134134
},
135+
'#withAllowDefault':: d.fn(help="\"AllowDefault when set to true will use the default VaultAuthGlobal resource\\nas the default if Name is not set. The 'allow-default-globals' option must be\\nset on the operator's '-global-vault-auth-options' flag\\n\\n\\nThe default VaultAuthGlobal search is conditional.\\nWhen a ref Namespace is set, the search for the default\\nVaultAuthGlobal resource is constrained to that namespace.\\nOtherwise, the search order is:\\n1. The default VaultAuthGlobal resource in the referring VaultAuth resource's\\nnamespace.\\n2. The default VaultAuthGlobal resource in the Operator's namespace.\"", args=[d.arg(name='allowDefault', type=d.T.boolean)]),
136+
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
135137
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
136138
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
137139
'#withNamespace':: d.fn(help='"Namespace of the VaultAuthGlobal resource. If not provided, the namespace of\\nthe referring VaultAuth resource is used."', args=[d.arg(name='namespace', type=d.T.string)]),

0.1.0/_gen/secrets/v1beta1/vaultConnection.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
withHeadersMixin(headers): { spec+: { headers+: headers } },
6060
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
6161
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
62+
'#withTimeout':: d.fn(help='"Timeout applied to all Vault requests for this connection. If not set, the\\ndefault timeout from the Vault API client config is used."', args=[d.arg(name='timeout', type=d.T.string)]),
63+
withTimeout(timeout): { spec+: { timeout: timeout } },
6264
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
6365
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
6466
},

0.2.0/_gen/secrets/v1beta1/vaultAuth.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'#withParams':: d.fn(help='"Params configures the merge strategy for HTTP parameters that are included in\\nall Vault requests. Choices are `union`, `replace`, or `none`.\\n\\n\\nIf `union` is set, the parameters from the VaultAuthGlobal and VaultAuth\\nresources are merged. The parameters from the VaultAuth always take\\nprecedence.\\n\\n\\nIf `replace` is set, the first set of non-empty parameters taken in order from:\\nVaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.\\n\\n\\nIf `none` is set, the parameters from the VaultAuthGlobal resource are ignored\\nand only the parameters from the VaultAuth resource are used. The default is\\n`none`."', args=[d.arg(name='params', type=d.T.string)]),
133133
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
134134
},
135+
'#withAllowDefault':: d.fn(help="\"AllowDefault when set to true will use the default VaultAuthGlobal resource\\nas the default if Name is not set. The 'allow-default-globals' option must be\\nset on the operator's '-global-vault-auth-options' flag\\n\\n\\nThe default VaultAuthGlobal search is conditional.\\nWhen a ref Namespace is set, the search for the default\\nVaultAuthGlobal resource is constrained to that namespace.\\nOtherwise, the search order is:\\n1. The default VaultAuthGlobal resource in the referring VaultAuth resource's\\nnamespace.\\n2. The default VaultAuthGlobal resource in the Operator's namespace.\"", args=[d.arg(name='allowDefault', type=d.T.boolean)]),
136+
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
135137
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
136138
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
137139
'#withNamespace':: d.fn(help='"Namespace of the VaultAuthGlobal resource. If not provided, the namespace of\\nthe referring VaultAuth resource is used."', args=[d.arg(name='namespace', type=d.T.string)]),

0.2.0/_gen/secrets/v1beta1/vaultConnection.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
withHeadersMixin(headers): { spec+: { headers+: headers } },
6060
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
6161
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
62+
'#withTimeout':: d.fn(help='"Timeout applied to all Vault requests for this connection. If not set, the\\ndefault timeout from the Vault API client config is used."', args=[d.arg(name='timeout', type=d.T.string)]),
63+
withTimeout(timeout): { spec+: { timeout: timeout } },
6264
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
6365
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
6466
},

0.4.0/_gen/secrets/v1beta1/vaultAuth.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'#withParams':: d.fn(help='"Params configures the merge strategy for HTTP parameters that are included in\\nall Vault requests. Choices are `union`, `replace`, or `none`.\\n\\n\\nIf `union` is set, the parameters from the VaultAuthGlobal and VaultAuth\\nresources are merged. The parameters from the VaultAuth always take\\nprecedence.\\n\\n\\nIf `replace` is set, the first set of non-empty parameters taken in order from:\\nVaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.\\n\\n\\nIf `none` is set, the parameters from the VaultAuthGlobal resource are ignored\\nand only the parameters from the VaultAuth resource are used. The default is\\n`none`."', args=[d.arg(name='params', type=d.T.string)]),
133133
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
134134
},
135+
'#withAllowDefault':: d.fn(help="\"AllowDefault when set to true will use the default VaultAuthGlobal resource\\nas the default if Name is not set. The 'allow-default-globals' option must be\\nset on the operator's '-global-vault-auth-options' flag\\n\\n\\nThe default VaultAuthGlobal search is conditional.\\nWhen a ref Namespace is set, the search for the default\\nVaultAuthGlobal resource is constrained to that namespace.\\nOtherwise, the search order is:\\n1. The default VaultAuthGlobal resource in the referring VaultAuth resource's\\nnamespace.\\n2. The default VaultAuthGlobal resource in the Operator's namespace.\"", args=[d.arg(name='allowDefault', type=d.T.boolean)]),
136+
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
135137
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
136138
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
137139
'#withNamespace':: d.fn(help='"Namespace of the VaultAuthGlobal resource. If not provided, the namespace of\\nthe referring VaultAuth resource is used."', args=[d.arg(name='namespace', type=d.T.string)]),

0.4.0/_gen/secrets/v1beta1/vaultConnection.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
withHeadersMixin(headers): { spec+: { headers+: headers } },
6060
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
6161
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
62+
'#withTimeout':: d.fn(help='"Timeout applied to all Vault requests for this connection. If not set, the\\ndefault timeout from the Vault API client config is used."', args=[d.arg(name='timeout', type=d.T.string)]),
63+
withTimeout(timeout): { spec+: { timeout: timeout } },
6264
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
6365
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
6466
},

0.5.0/_gen/secrets/v1beta1/vaultAuth.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'#withParams':: d.fn(help='"Params configures the merge strategy for HTTP parameters that are included in\\nall Vault requests. Choices are `union`, `replace`, or `none`.\\n\\n\\nIf `union` is set, the parameters from the VaultAuthGlobal and VaultAuth\\nresources are merged. The parameters from the VaultAuth always take\\nprecedence.\\n\\n\\nIf `replace` is set, the first set of non-empty parameters taken in order from:\\nVaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.\\n\\n\\nIf `none` is set, the parameters from the VaultAuthGlobal resource are ignored\\nand only the parameters from the VaultAuth resource are used. The default is\\n`none`."', args=[d.arg(name='params', type=d.T.string)]),
133133
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
134134
},
135+
'#withAllowDefault':: d.fn(help="\"AllowDefault when set to true will use the default VaultAuthGlobal resource\\nas the default if Name is not set. The 'allow-default-globals' option must be\\nset on the operator's '-global-vault-auth-options' flag\\n\\n\\nThe default VaultAuthGlobal search is conditional.\\nWhen a ref Namespace is set, the search for the default\\nVaultAuthGlobal resource is constrained to that namespace.\\nOtherwise, the search order is:\\n1. The default VaultAuthGlobal resource in the referring VaultAuth resource's\\nnamespace.\\n2. The default VaultAuthGlobal resource in the Operator's namespace.\"", args=[d.arg(name='allowDefault', type=d.T.boolean)]),
136+
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
135137
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
136138
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
137139
'#withNamespace':: d.fn(help='"Namespace of the VaultAuthGlobal resource. If not provided, the namespace of\\nthe referring VaultAuth resource is used."', args=[d.arg(name='namespace', type=d.T.string)]),

0.5.0/_gen/secrets/v1beta1/vaultConnection.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
withHeadersMixin(headers): { spec+: { headers+: headers } },
6060
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
6161
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
62+
'#withTimeout':: d.fn(help='"Timeout applied to all Vault requests for this connection. If not set, the\\ndefault timeout from the Vault API client config is used."', args=[d.arg(name='timeout', type=d.T.string)]),
63+
withTimeout(timeout): { spec+: { timeout: timeout } },
6264
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
6365
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
6466
},

0.6.0/_gen/secrets/v1beta1/vaultAuth.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
'#withParams':: d.fn(help='"Params configures the merge strategy for HTTP parameters that are included in\\nall Vault requests. Choices are `union`, `replace`, or `none`.\\n\\n\\nIf `union` is set, the parameters from the VaultAuthGlobal and VaultAuth\\nresources are merged. The parameters from the VaultAuth always take\\nprecedence.\\n\\n\\nIf `replace` is set, the first set of non-empty parameters taken in order from:\\nVaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.\\n\\n\\nIf `none` is set, the parameters from the VaultAuthGlobal resource are ignored\\nand only the parameters from the VaultAuth resource are used. The default is\\n`none`."', args=[d.arg(name='params', type=d.T.string)]),
133133
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
134134
},
135+
'#withAllowDefault':: d.fn(help="\"AllowDefault when set to true will use the default VaultAuthGlobal resource\\nas the default if Name is not set. The 'allow-default-globals' option must be\\nset on the operator's '-global-vault-auth-options' flag\\n\\n\\nThe default VaultAuthGlobal search is conditional.\\nWhen a ref Namespace is set, the search for the default\\nVaultAuthGlobal resource is constrained to that namespace.\\nOtherwise, the search order is:\\n1. The default VaultAuthGlobal resource in the referring VaultAuth resource's\\nnamespace.\\n2. The default VaultAuthGlobal resource in the Operator's namespace.\"", args=[d.arg(name='allowDefault', type=d.T.boolean)]),
136+
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
135137
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
136138
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
137139
'#withNamespace':: d.fn(help='"Namespace of the VaultAuthGlobal resource. If not provided, the namespace of\\nthe referring VaultAuth resource is used."', args=[d.arg(name='namespace', type=d.T.string)]),

0.6.0/_gen/secrets/v1beta1/vaultConnection.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
withHeadersMixin(headers): { spec+: { headers+: headers } },
6060
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
6161
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
62+
'#withTimeout':: d.fn(help='"Timeout applied to all Vault requests for this connection. If not set, the\\ndefault timeout from the Vault API client config is used."', args=[d.arg(name='timeout', type=d.T.string)]),
63+
withTimeout(timeout): { spec+: { timeout: timeout } },
6264
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
6365
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
6466
},

0 commit comments

Comments
 (0)