Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@d67f246c
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-gs authored and jsonnet-libs-bot committed Mar 4, 2024
1 parent 2ca8e20 commit d9cedb2
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 132 deletions.
2 changes: 0 additions & 2 deletions 0.1.0/_gen/secrets/v1beta1/hcpVaultSecretsApp.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
2 changes: 0 additions & 2 deletions 0.1.0/_gen/secrets/v1beta1/vaultDynamicSecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
6 changes: 4 additions & 2 deletions 0.1.0/_gen/secrets/v1beta1/vaultPKISecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down Expand Up @@ -166,6 +164,10 @@
withUriSans(uriSans): { spec+: { uriSans: if std.isArray(v=uriSans) then uriSans else [uriSans] } },
'#withUriSansMixin':: d.fn(help='"The requested URI SANs."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='uriSans', type=d.T.array)]),
withUriSansMixin(uriSans): { spec+: { uriSans+: if std.isArray(v=uriSans) then uriSans else [uriSans] } },
'#withUserIDs':: d.fn(help='"User ID (OID 0.9.2342.19200300.100.1.1) Subject values to be placed on the signed certificate."', args=[d.arg(name='userIDs', type=d.T.array)]),
withUserIDs(userIDs): { spec+: { userIDs: if std.isArray(v=userIDs) then userIDs else [userIDs] } },
'#withUserIDsMixin':: d.fn(help='"User ID (OID 0.9.2342.19200300.100.1.1) Subject values to be placed on the signed certificate."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='userIDs', type=d.T.array)]),
withUserIDsMixin(userIDs): { spec+: { userIDs+: if std.isArray(v=userIDs) then userIDs else [userIDs] } },
'#withVaultAuthRef':: d.fn(help="\"VaultAuthRef to the VaultAuth resource, can be prefixed with a namespace, eg: `namespaceA/vaultAuthRefB`. If no namespace prefix is provided it will default to namespace of the VaultAuth CR. If no value is specified for VaultAuthRef the Operator will default to the `default` VaultAuth, configured in the operator's namespace.\"", args=[d.arg(name='vaultAuthRef', type=d.T.string)]),
withVaultAuthRef(vaultAuthRef): { spec+: { vaultAuthRef: vaultAuthRef } },
},
Expand Down
2 changes: 0 additions & 2 deletions 0.1.0/_gen/secrets/v1beta1/vaultStaticSecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
2 changes: 0 additions & 2 deletions 0.2.0/_gen/secrets/v1beta1/hcpVaultSecretsApp.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
2 changes: 0 additions & 2 deletions 0.2.0/_gen/secrets/v1beta1/vaultDynamicSecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
6 changes: 4 additions & 2 deletions 0.2.0/_gen/secrets/v1beta1/vaultPKISecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down Expand Up @@ -166,6 +164,10 @@
withUriSans(uriSans): { spec+: { uriSans: if std.isArray(v=uriSans) then uriSans else [uriSans] } },
'#withUriSansMixin':: d.fn(help='"The requested URI SANs."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='uriSans', type=d.T.array)]),
withUriSansMixin(uriSans): { spec+: { uriSans+: if std.isArray(v=uriSans) then uriSans else [uriSans] } },
'#withUserIDs':: d.fn(help='"User ID (OID 0.9.2342.19200300.100.1.1) Subject values to be placed on the signed certificate."', args=[d.arg(name='userIDs', type=d.T.array)]),
withUserIDs(userIDs): { spec+: { userIDs: if std.isArray(v=userIDs) then userIDs else [userIDs] } },
'#withUserIDsMixin':: d.fn(help='"User ID (OID 0.9.2342.19200300.100.1.1) Subject values to be placed on the signed certificate."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='userIDs', type=d.T.array)]),
withUserIDsMixin(userIDs): { spec+: { userIDs+: if std.isArray(v=userIDs) then userIDs else [userIDs] } },
'#withVaultAuthRef':: d.fn(help="\"VaultAuthRef to the VaultAuth resource, can be prefixed with a namespace, eg: `namespaceA/vaultAuthRefB`. If no namespace prefix is provided it will default to namespace of the VaultAuth CR. If no value is specified for VaultAuthRef the Operator will default to the `default` VaultAuth, configured in the operator's namespace.\"", args=[d.arg(name='vaultAuthRef', type=d.T.string)]),
withVaultAuthRef(vaultAuthRef): { spec+: { vaultAuthRef: vaultAuthRef } },
},
Expand Down
2 changes: 0 additions & 2 deletions 0.2.0/_gen/secrets/v1beta1/vaultStaticSecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
2 changes: 0 additions & 2 deletions 0.3.0/_gen/secrets/v1beta1/hcpVaultSecretsApp.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
2 changes: 0 additions & 2 deletions 0.3.0/_gen/secrets/v1beta1/vaultDynamicSecret.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
withIncludes(includes): { spec+: { destination+: { transformation+: { includes: if std.isArray(v=includes) then includes else [includes] } } } },
'#withIncludesMixin':: d.fn(help='"Includes contains regex patterns used to filter top-level source secret data fields for inclusion in the final K8s Secret data. These pattern filters are never applied to templated fields as defined in Templates. They are always applied last."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='includes', type=d.T.array)]),
withIncludesMixin(includes): { spec+: { destination+: { transformation+: { includes+: if std.isArray(v=includes) then includes else [includes] } } } },
'#withResync':: d.fn(help='"Resync the Secret on updates to any configured TransformationRefs."', args=[d.arg(name='resync', type=d.T.boolean)]),
withResync(resync): { spec+: { destination+: { transformation+: { resync: resync } } } },
'#withTemplates':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."', args=[d.arg(name='templates', type=d.T.object)]),
withTemplates(templates): { spec+: { destination+: { transformation+: { templates: templates } } } },
'#withTemplatesMixin':: d.fn(help='"Templates maps a template name to its Template. Templates are always included in the rendered K8s Secret, and take precedence over templates defined in a SecretTransformation."\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='templates', type=d.T.object)]),
Expand Down
Loading

0 comments on commit d9cedb2

Please sign in to comment.