Skip to content

Commit e5f71aa

Browse files
yuriy-yaroshjsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@e751365c
1 parent e513662 commit e5f71aa

File tree

19 files changed

+16062
-7
lines changed

19 files changed

+16062
-7
lines changed

1.14/_gen/rabbitmq/v1beta1/rabbitmqCluster.libsonnet renamed to 2.0/_gen/rabbitmq/v1beta1/rabbitmqCluster.libsonnet

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,10 +2416,18 @@
24162416
'#withMatchLabelsMixin':: d.fn(help='\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='matchLabels', type=d.T.object)]),
24172417
withMatchLabelsMixin(matchLabels): { labelSelector+: { matchLabels+: matchLabels } },
24182418
},
2419+
'#withMatchLabelKeys':: d.fn(help='', args=[d.arg(name='matchLabelKeys', type=d.T.array)]),
2420+
withMatchLabelKeys(matchLabelKeys): { matchLabelKeys: if std.isArray(v=matchLabelKeys) then matchLabelKeys else [matchLabelKeys] },
2421+
'#withMatchLabelKeysMixin':: d.fn(help='\n\n**Note:** This function appends passed data to existing values', args=[d.arg(name='matchLabelKeys', type=d.T.array)]),
2422+
withMatchLabelKeysMixin(matchLabelKeys): { matchLabelKeys+: if std.isArray(v=matchLabelKeys) then matchLabelKeys else [matchLabelKeys] },
24192423
'#withMaxSkew':: d.fn(help='', args=[d.arg(name='maxSkew', type=d.T.integer)]),
24202424
withMaxSkew(maxSkew): { maxSkew: maxSkew },
24212425
'#withMinDomains':: d.fn(help='', args=[d.arg(name='minDomains', type=d.T.integer)]),
24222426
withMinDomains(minDomains): { minDomains: minDomains },
2427+
'#withNodeAffinityPolicy':: d.fn(help='', args=[d.arg(name='nodeAffinityPolicy', type=d.T.string)]),
2428+
withNodeAffinityPolicy(nodeAffinityPolicy): { nodeAffinityPolicy: nodeAffinityPolicy },
2429+
'#withNodeTaintsPolicy':: d.fn(help='', args=[d.arg(name='nodeTaintsPolicy', type=d.T.string)]),
2430+
withNodeTaintsPolicy(nodeTaintsPolicy): { nodeTaintsPolicy: nodeTaintsPolicy },
24232431
'#withTopologyKey':: d.fn(help='', args=[d.arg(name='topologyKey', type=d.T.string)]),
24242432
withTopologyKey(topologyKey): { topologyKey: topologyKey },
24252433
'#withWhenUnsatisfiable':: d.fn(help='', args=[d.arg(name='whenUnsatisfiable', type=d.T.string)]),
@@ -3023,6 +3031,8 @@
30233031
withHostNetwork(hostNetwork): { spec+: { override+: { statefulSet+: { spec+: { template+: { spec+: { hostNetwork: hostNetwork } } } } } } },
30243032
'#withHostPID':: d.fn(help='', args=[d.arg(name='hostPID', type=d.T.boolean)]),
30253033
withHostPID(hostPID): { spec+: { override+: { statefulSet+: { spec+: { template+: { spec+: { hostPID: hostPID } } } } } } },
3034+
'#withHostUsers':: d.fn(help='', args=[d.arg(name='hostUsers', type=d.T.boolean)]),
3035+
withHostUsers(hostUsers): { spec+: { override+: { statefulSet+: { spec+: { template+: { spec+: { hostUsers: hostUsers } } } } } } },
30263036
'#withHostname':: d.fn(help='', args=[d.arg(name='hostname', type=d.T.string)]),
30273037
withHostname(hostname): { spec+: { override+: { statefulSet+: { spec+: { template+: { spec+: { hostname: hostname } } } } } } },
30283038
'#withImagePullSecrets':: d.fn(help='', args=[d.arg(name='imagePullSecrets', type=d.T.array)]),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
local d = (import 'doc-util/main.libsonnet'),
3-
'#':: d.pkg(name='rabbitmq', url='github.com/jsonnet-libs/rabbitmq-libsonnet/1.14/main.libsonnet', help=''),
3+
'#':: d.pkg(name='rabbitmq', url='github.com/jsonnet-libs/rabbitmq-libsonnet/2.0/main.libsonnet', help=''),
44
rabbitmq:: (import '_gen/rabbitmq/main.libsonnet'),
55
}
File renamed without changes.

2.1/_gen/rabbitmq/main.libsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
local d = (import 'doc-util/main.libsonnet'),
3+
'#':: d.pkg(name='rabbitmq', url='', help=''),
4+
v1beta1: (import 'v1beta1/main.libsonnet'),
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
local d = (import 'doc-util/main.libsonnet'),
3+
'#':: d.pkg(name='v1beta1', url='', help=''),
4+
rabbitmqCluster: (import 'rabbitmqCluster.libsonnet'),
5+
}

2.1/_gen/rabbitmq/v1beta1/rabbitmqCluster.libsonnet

Lines changed: 3326 additions & 0 deletions
Large diffs are not rendered by default.

2.1/gen.libsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
local d = (import 'doc-util/main.libsonnet'),
3+
'#':: d.pkg(name='rabbitmq', url='github.com/jsonnet-libs/rabbitmq-libsonnet/2.1/main.libsonnet', help=''),
4+
rabbitmq:: (import '_gen/rabbitmq/main.libsonnet'),
5+
}

2.1/main.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(import 'gen.libsonnet')

0 commit comments

Comments
 (0)