Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@6639d1aa
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored and jsonnet-libs-bot committed Dec 29, 2023
1 parent f7a1603 commit a1ce9fb
Show file tree
Hide file tree
Showing 552 changed files with 348,015 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 3.5/_gen/events/main.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='events', url='', help=''),
v1alpha1: (import 'v1alpha1/main.libsonnet'),
}
8 changes: 8 additions & 0 deletions 3.5/_gen/events/v1alpha1/amount.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amount', url='', help='"Amount represent a numeric amount."'),
'#withValue':: d.fn(help='', args=[d.arg(name='value', type=d.T.string)]),
withValue(value): { value: value },
'#mixin': 'ignore',
mixin: self,
}
16 changes: 16 additions & 0 deletions 3.5/_gen/events/v1alpha1/amqpConsumeConfig.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amqpConsumeConfig', url='', help=''),
'#withAutoAck':: d.fn(help='', args=[d.arg(name='autoAck', type=d.T.boolean)]),
withAutoAck(autoAck): { autoAck: autoAck },
'#withConsumerTag':: d.fn(help='', args=[d.arg(name='consumerTag', type=d.T.string)]),
withConsumerTag(consumerTag): { consumerTag: consumerTag },
'#withExclusive':: d.fn(help='', args=[d.arg(name='exclusive', type=d.T.boolean)]),
withExclusive(exclusive): { exclusive: exclusive },
'#withNoLocal':: d.fn(help='', args=[d.arg(name='noLocal', type=d.T.boolean)]),
withNoLocal(noLocal): { noLocal: noLocal },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { noWait: noWait },
'#mixin': 'ignore',
mixin: self,
}
155 changes: 155 additions & 0 deletions 3.5/_gen/events/v1alpha1/amqpEventSource.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amqpEventSource', url='', help=''),
'#auth':: d.obj(help=''),
auth: {
'#password':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
password: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { auth+: { password+: { key: key } } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { auth+: { password+: { name: name } } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { auth+: { password+: { optional: optional } } },
},
'#username':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
username: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { auth+: { username+: { key: key } } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { auth+: { username+: { name: name } } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { auth+: { username+: { optional: optional } } },
},
},
'#connectionBackoff':: d.obj(help=''),
connectionBackoff: {
'#duration':: d.obj(help=''),
duration: {
'#withInt64Val':: d.fn(help='', args=[d.arg(name='int64Val', type=d.T.string)]),
withInt64Val(int64Val): { connectionBackoff+: { duration+: { int64Val: int64Val } } },
'#withStrVal':: d.fn(help='', args=[d.arg(name='strVal', type=d.T.string)]),
withStrVal(strVal): { connectionBackoff+: { duration+: { strVal: strVal } } },
'#withType':: d.fn(help='', args=[d.arg(name='type', type=d.T.string)]),
withType(type): { connectionBackoff+: { duration+: { type: type } } },
},
'#factor':: d.obj(help='"Amount represent a numeric amount."'),
factor: {
'#withValue':: d.fn(help='', args=[d.arg(name='value', type=d.T.string)]),
withValue(value): { connectionBackoff+: { factor+: { value: value } } },
},
'#jitter':: d.obj(help='"Amount represent a numeric amount."'),
jitter: {
'#withValue':: d.fn(help='', args=[d.arg(name='value', type=d.T.string)]),
withValue(value): { connectionBackoff+: { jitter+: { value: value } } },
},
'#withSteps':: d.fn(help='', args=[d.arg(name='steps', type=d.T.integer)]),
withSteps(steps): { connectionBackoff+: { steps: steps } },
},
'#consume':: d.obj(help=''),
consume: {
'#withAutoAck':: d.fn(help='', args=[d.arg(name='autoAck', type=d.T.boolean)]),
withAutoAck(autoAck): { consume+: { autoAck: autoAck } },
'#withConsumerTag':: d.fn(help='', args=[d.arg(name='consumerTag', type=d.T.string)]),
withConsumerTag(consumerTag): { consume+: { consumerTag: consumerTag } },
'#withExclusive':: d.fn(help='', args=[d.arg(name='exclusive', type=d.T.boolean)]),
withExclusive(exclusive): { consume+: { exclusive: exclusive } },
'#withNoLocal':: d.fn(help='', args=[d.arg(name='noLocal', type=d.T.boolean)]),
withNoLocal(noLocal): { consume+: { noLocal: noLocal } },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { consume+: { noWait: noWait } },
},
'#exchangeDeclare':: d.obj(help=''),
exchangeDeclare: {
'#withAutoDelete':: d.fn(help='', args=[d.arg(name='autoDelete', type=d.T.boolean)]),
withAutoDelete(autoDelete): { exchangeDeclare+: { autoDelete: autoDelete } },
'#withDurable':: d.fn(help='', args=[d.arg(name='durable', type=d.T.boolean)]),
withDurable(durable): { exchangeDeclare+: { durable: durable } },
'#withInternal':: d.fn(help='', args=[d.arg(name='internal', type=d.T.boolean)]),
withInternal(internal): { exchangeDeclare+: { internal: internal } },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { exchangeDeclare+: { noWait: noWait } },
},
'#filter':: d.obj(help=''),
filter: {
'#withExpression':: d.fn(help='', args=[d.arg(name='expression', type=d.T.string)]),
withExpression(expression): { filter+: { expression: expression } },
},
'#queueBind':: d.obj(help=''),
queueBind: {
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { queueBind+: { noWait: noWait } },
},
'#queueDeclare':: d.obj(help=''),
queueDeclare: {
'#withArguments':: d.fn(help='', args=[d.arg(name='arguments', type=d.T.string)]),
withArguments(arguments): { queueDeclare+: { arguments: arguments } },
'#withAutoDelete':: d.fn(help='', args=[d.arg(name='autoDelete', type=d.T.boolean)]),
withAutoDelete(autoDelete): { queueDeclare+: { autoDelete: autoDelete } },
'#withDurable':: d.fn(help='', args=[d.arg(name='durable', type=d.T.boolean)]),
withDurable(durable): { queueDeclare+: { durable: durable } },
'#withExclusive':: d.fn(help='', args=[d.arg(name='exclusive', type=d.T.boolean)]),
withExclusive(exclusive): { queueDeclare+: { exclusive: exclusive } },
'#withName':: d.fn(help='', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { queueDeclare+: { name: name } },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { queueDeclare+: { noWait: noWait } },
},
'#tls':: d.obj(help='"TLSConfig refers to TLS configuration for a client."'),
tls: {
'#caCertSecret':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
caCertSecret: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { tls+: { caCertSecret+: { key: key } } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { tls+: { caCertSecret+: { name: name } } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { tls+: { caCertSecret+: { optional: optional } } },
},
'#clientCertSecret':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
clientCertSecret: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { tls+: { clientCertSecret+: { key: key } } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { tls+: { clientCertSecret+: { name: name } } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { tls+: { clientCertSecret+: { optional: optional } } },
},
'#clientKeySecret':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
clientKeySecret: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { tls+: { clientKeySecret+: { key: key } } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { tls+: { clientKeySecret+: { name: name } } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { tls+: { clientKeySecret+: { optional: optional } } },
},
'#withInsecureSkipVerify':: d.fn(help='', args=[d.arg(name='insecureSkipVerify', type=d.T.boolean)]),
withInsecureSkipVerify(insecureSkipVerify): { tls+: { insecureSkipVerify: insecureSkipVerify } },
},
'#urlSecret':: d.obj(help='"SecretKeySelector selects a key of a Secret."'),
urlSecret: {
'#withKey':: d.fn(help='"The key of the secret to select from. Must be a valid secret key."', args=[d.arg(name='key', type=d.T.string)]),
withKey(key): { urlSecret+: { key: key } },
'#withName':: d.fn(help='"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { urlSecret+: { name: name } },
'#withOptional':: d.fn(help='"Specify whether the Secret or its key must be defined"', args=[d.arg(name='optional', type=d.T.boolean)]),
withOptional(optional): { urlSecret+: { optional: optional } },
},
'#withExchangeName':: d.fn(help='', args=[d.arg(name='exchangeName', type=d.T.string)]),
withExchangeName(exchangeName): { exchangeName: exchangeName },
'#withExchangeType':: d.fn(help='', args=[d.arg(name='exchangeType', type=d.T.string)]),
withExchangeType(exchangeType): { exchangeType: exchangeType },
'#withJsonBody':: d.fn(help='', args=[d.arg(name='jsonBody', type=d.T.boolean)]),
withJsonBody(jsonBody): { jsonBody: jsonBody },
'#withMetadata':: d.fn(help='', args=[d.arg(name='metadata', type=d.T.object)]),
withMetadata(metadata): { metadata: metadata },
'#withMetadataMixin':: d.fn(help='\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='metadata', type=d.T.object)]),
withMetadataMixin(metadata): { metadata+: metadata },
'#withRoutingKey':: d.fn(help='', args=[d.arg(name='routingKey', type=d.T.string)]),
withRoutingKey(routingKey): { routingKey: routingKey },
'#withUrl':: d.fn(help='', args=[d.arg(name='url', type=d.T.string)]),
withUrl(url): { url: url },
'#mixin': 'ignore',
mixin: self,
}
14 changes: 14 additions & 0 deletions 3.5/_gen/events/v1alpha1/amqpExchangeDeclareConfig.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amqpExchangeDeclareConfig', url='', help=''),
'#withAutoDelete':: d.fn(help='', args=[d.arg(name='autoDelete', type=d.T.boolean)]),
withAutoDelete(autoDelete): { autoDelete: autoDelete },
'#withDurable':: d.fn(help='', args=[d.arg(name='durable', type=d.T.boolean)]),
withDurable(durable): { durable: durable },
'#withInternal':: d.fn(help='', args=[d.arg(name='internal', type=d.T.boolean)]),
withInternal(internal): { internal: internal },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { noWait: noWait },
'#mixin': 'ignore',
mixin: self,
}
8 changes: 8 additions & 0 deletions 3.5/_gen/events/v1alpha1/amqpQueueBindConfig.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amqpQueueBindConfig', url='', help=''),
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { noWait: noWait },
'#mixin': 'ignore',
mixin: self,
}
18 changes: 18 additions & 0 deletions 3.5/_gen/events/v1alpha1/amqpQueueDeclareConfig.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='amqpQueueDeclareConfig', url='', help=''),
'#withArguments':: d.fn(help='', args=[d.arg(name='arguments', type=d.T.string)]),
withArguments(arguments): { arguments: arguments },
'#withAutoDelete':: d.fn(help='', args=[d.arg(name='autoDelete', type=d.T.boolean)]),
withAutoDelete(autoDelete): { autoDelete: autoDelete },
'#withDurable':: d.fn(help='', args=[d.arg(name='durable', type=d.T.boolean)]),
withDurable(durable): { durable: durable },
'#withExclusive':: d.fn(help='', args=[d.arg(name='exclusive', type=d.T.boolean)]),
withExclusive(exclusive): { exclusive: exclusive },
'#withName':: d.fn(help='', args=[d.arg(name='name', type=d.T.string)]),
withName(name): { name: name },
'#withNoWait':: d.fn(help='', args=[d.arg(name='noWait', type=d.T.boolean)]),
withNoWait(noWait): { noWait: noWait },
'#mixin': 'ignore',
mixin: self,
}
Loading

0 comments on commit a1ce9fb

Please sign in to comment.