Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@8b327fb0
Browse files Browse the repository at this point in the history
  • Loading branch information
fculpo authored and jsonnet-libs-bot committed Dec 21, 2023
1 parent 5493f15 commit 750e23f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 0.1.0/_gen/secrets/v1beta1/vaultPKISecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
withCommonName(commonName): { spec+: { commonName: commonName } },
'#withExcludeCNFromSans':: d.fn(help='"ExcludeCNFromSans from DNS or Email Subject Alternate Names. Default: false"', args=[d.arg(name='excludeCNFromSans', type=d.T.boolean)]),
withExcludeCNFromSans(excludeCNFromSans): { spec+: { excludeCNFromSans: excludeCNFromSans } },
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \\"\\" to prevent certificate rotation."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
withExpiryOffset(expiryOffset): { spec+: { expiryOffset: expiryOffset } },
'#withFormat':: d.fn(help='"Format for the certificate. Choices: \\"pem\\", \\"der\\", \\"pem_bundle\\". If \\"pem_bundle\\", any private key and issuing cert will be appended to the certificate pem. If \\"der\\", the value will be base64 encoded. Default: pem"', args=[d.arg(name='format', type=d.T.string)]),
withFormat(format): { spec+: { format: format } },
Expand Down
2 changes: 1 addition & 1 deletion 0.2.0/_gen/secrets/v1beta1/vaultPKISecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
withCommonName(commonName): { spec+: { commonName: commonName } },
'#withExcludeCNFromSans':: d.fn(help='"ExcludeCNFromSans from DNS or Email Subject Alternate Names. Default: false"', args=[d.arg(name='excludeCNFromSans', type=d.T.boolean)]),
withExcludeCNFromSans(excludeCNFromSans): { spec+: { excludeCNFromSans: excludeCNFromSans } },
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \\"\\" to prevent certificate rotation."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
withExpiryOffset(expiryOffset): { spec+: { expiryOffset: expiryOffset } },
'#withFormat':: d.fn(help='"Format for the certificate. Choices: \\"pem\\", \\"der\\", \\"pem_bundle\\". If \\"pem_bundle\\", any private key and issuing cert will be appended to the certificate pem. If \\"der\\", the value will be base64 encoded. Default: pem"', args=[d.arg(name='format', type=d.T.string)]),
withFormat(format): { spec+: { format: format } },
Expand Down
2 changes: 1 addition & 1 deletion 0.3.0/_gen/secrets/v1beta1/vaultPKISecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
withCommonName(commonName): { spec+: { commonName: commonName } },
'#withExcludeCNFromSans':: d.fn(help='"ExcludeCNFromSans from DNS or Email Subject Alternate Names. Default: false"', args=[d.arg(name='excludeCNFromSans', type=d.T.boolean)]),
withExcludeCNFromSans(excludeCNFromSans): { spec+: { excludeCNFromSans: excludeCNFromSans } },
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \\"\\" to prevent certificate rotation."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
'#withExpiryOffset':: d.fn(help='"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."', args=[d.arg(name='expiryOffset', type=d.T.string)]),
withExpiryOffset(expiryOffset): { spec+: { expiryOffset: expiryOffset } },
'#withFormat':: d.fn(help='"Format for the certificate. Choices: \\"pem\\", \\"der\\", \\"pem_bundle\\". If \\"pem_bundle\\", any private key and issuing cert will be appended to the certificate pem. If \\"der\\", the value will be base64 encoded. Default: pem"', args=[d.arg(name='format', type=d.T.string)]),
withFormat(format): { spec+: { format: format } },
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1.0/secrets/v1beta1/vaultPKISecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ withExcludeCNFromSans(excludeCNFromSans)
withExpiryOffset(expiryOffset)
```

"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \"\" to prevent certificate rotation."
"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."

### fn spec.withFormat

Expand Down
2 changes: 1 addition & 1 deletion docs/0.2.0/secrets/v1beta1/vaultPKISecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ withExcludeCNFromSans(excludeCNFromSans)
withExpiryOffset(expiryOffset)
```

"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \"\" to prevent certificate rotation."
"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."

### fn spec.withFormat

Expand Down
2 changes: 1 addition & 1 deletion docs/0.3.0/secrets/v1beta1/vaultPKISecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ withExcludeCNFromSans(excludeCNFromSans)
withExpiryOffset(expiryOffset)
```

"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc. Set to empty string \"\" to prevent certificate rotation."
"ExpiryOffset to use for computing when the certificate should be renewed. The rotation time will be difference between the expiration and the offset. Should be in duration notation e.g. 30s, 120s, etc."

### fn spec.withFormat

Expand Down

0 comments on commit 750e23f

Please sign in to comment.