Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@ead352a6
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbrockway authored and jsonnet-libs-bot committed Aug 9, 2024
1 parent 8a39436 commit 7ae84b5
Show file tree
Hide file tree
Showing 24 changed files with 132 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0.1.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.1.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
2 changes: 2 additions & 0 deletions 0.2.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.2.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
2 changes: 2 additions & 0 deletions 0.4.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.4.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
2 changes: 2 additions & 0 deletions 0.5.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.5.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
2 changes: 2 additions & 0 deletions 0.6.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.6.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
2 changes: 2 additions & 0 deletions 0.7.0/_gen/secrets/v1beta1/vaultAuth.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
'#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)]),
withParams(params): { spec+: { vaultAuthGlobalRef+: { mergeStrategy+: { params: params } } } },
},
'#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)]),
withAllowDefault(allowDefault): { spec+: { vaultAuthGlobalRef+: { allowDefault: allowDefault } } },
'#withName':: d.fn(help='"Name of the VaultAuthGlobal resource."', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { spec+: { vaultAuthGlobalRef+: { name: name } } },
'#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)]),
Expand Down
2 changes: 2 additions & 0 deletions 0.7.0/_gen/secrets/v1beta1/vaultConnection.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
withHeadersMixin(headers): { spec+: { headers+: headers } },
'#withSkipTLSVerify':: d.fn(help='"SkipTLSVerify for TLS connections."', args=[d.arg(name='skipTLSVerify', type=d.T.boolean)]),
withSkipTLSVerify(skipTLSVerify): { spec+: { skipTLSVerify: skipTLSVerify } },
'#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)]),
withTimeout(timeout): { spec+: { timeout: timeout } },
'#withTlsServerName':: d.fn(help='"TLSServerName to use as the SNI host for TLS connections."', args=[d.arg(name='tlsServerName', type=d.T.string)]),
withTlsServerName(tlsServerName): { spec+: { tlsServerName: tlsServerName } },
},
Expand Down
9 changes: 9 additions & 0 deletions docs/0.1.0/secrets/v1beta1/vaultAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ permalink: /0.1.0/secrets/v1beta1/vaultAuth/
* [`fn withKeyName(keyName)`](#fn-specstorageencryptionwithkeyname)
* [`fn withMount(mount)`](#fn-specstorageencryptionwithmount)
* [`obj spec.vaultAuthGlobalRef`](#obj-specvaultauthglobalref)
* [`fn withAllowDefault(allowDefault)`](#fn-specvaultauthglobalrefwithallowdefault)
* [`fn withName(name)`](#fn-specvaultauthglobalrefwithname)
* [`fn withNamespace(namespace)`](#fn-specvaultauthglobalrefwithnamespace)
* [`obj spec.vaultAuthGlobalRef.mergeStrategy`](#obj-specvaultauthglobalrefmergestrategy)
Expand Down Expand Up @@ -601,6 +602,14 @@ withMount(mount)

"VaultAuthGlobalRef."

### fn spec.vaultAuthGlobalRef.withAllowDefault

```ts
withAllowDefault(allowDefault)
```

"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."

### fn spec.vaultAuthGlobalRef.withName

```ts
Expand Down
9 changes: 9 additions & 0 deletions docs/0.1.0/secrets/v1beta1/vaultConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ permalink: /0.1.0/secrets/v1beta1/vaultConnection/
* [`fn withHeaders(headers)`](#fn-specwithheaders)
* [`fn withHeadersMixin(headers)`](#fn-specwithheadersmixin)
* [`fn withSkipTLSVerify(skipTLSVerify)`](#fn-specwithskiptlsverify)
* [`fn withTimeout(timeout)`](#fn-specwithtimeout)
* [`fn withTlsServerName(tlsServerName)`](#fn-specwithtlsservername)

## Fields
Expand Down Expand Up @@ -257,6 +258,14 @@ withSkipTLSVerify(skipTLSVerify)

"SkipTLSVerify for TLS connections."

### fn spec.withTimeout

```ts
withTimeout(timeout)
```

"Timeout applied to all Vault requests for this connection. If not set, the\ndefault timeout from the Vault API client config is used."

### fn spec.withTlsServerName

```ts
Expand Down
Loading

0 comments on commit 7ae84b5

Please sign in to comment.