Skip to content

Commit dd8897e

Browse files
walnuss0815jsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@a11f5034
1 parent 317348f commit dd8897e

File tree

8 files changed

+570
-328
lines changed

8 files changed

+570
-328
lines changed

1.23.5/_gen/postgresql/v1/cluster.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
withSelectorMixin(selector): { serviceTemplate+: { spec+: { selector+: selector } } },
13641364
'#withSessionAffinity':: d.fn(help='"Supports \\"ClientIP\\" and \\"None\\". Used to maintain session affinity.\\nEnable client IP based session affinity.\\nMust be ClientIP or None.\\nDefaults to None.\\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies"', args=[d.arg(name='sessionAffinity', type=d.T.string)]),
13651365
withSessionAffinity(sessionAffinity): { serviceTemplate+: { spec+: { sessionAffinity: sessionAffinity } } },
1366-
'#withTrafficDistribution':: d.fn(help='"TrafficDistribution offers a way to express preferences for how traffic is\\ndistributed to Service endpoints. Implementations can use this field as a\\nhint, but are not required to guarantee strict adherence. If the field is\\nnot set, the implementation will apply its default routing strategy. If set\\nto \\"PreferClose\\", implementations should prioritize endpoints that are\\ntopologically close (e.g., same zone).\\nThis is an alpha field and requires enabling ServiceTrafficDistribution feature."', args=[d.arg(name='trafficDistribution', type=d.T.string)]),
1366+
'#withTrafficDistribution':: d.fn(help='"TrafficDistribution offers a way to express preferences for how traffic is\\ndistributed to Service endpoints. Implementations can use this field as a\\nhint, but are not required to guarantee strict adherence. If the field is\\nnot set, the implementation will apply its default routing strategy. If set\\nto \\"PreferClose\\", implementations should prioritize endpoints that are\\ntopologically close (e.g., same zone).\\nThis is a beta field and requires enabling ServiceTrafficDistribution feature."', args=[d.arg(name='trafficDistribution', type=d.T.string)]),
13671367
withTrafficDistribution(trafficDistribution): { serviceTemplate+: { spec+: { trafficDistribution: trafficDistribution } } },
13681368
'#withType':: d.fn(help='"type determines how the Service is exposed. Defaults to ClusterIP. Valid\\noptions are ExternalName, ClusterIP, NodePort, and LoadBalancer.\\n\\"ClusterIP\\" allocates a cluster-internal IP address for load-balancing\\nto endpoints. Endpoints are determined by the selector or if that is not\\nspecified, by manual construction of an Endpoints object or\\nEndpointSlice objects. If clusterIP is \\"None\\", no virtual IP is\\nallocated and the endpoints are published as a set of endpoints rather\\nthan a virtual IP.\\n\\"NodePort\\" builds on ClusterIP and allocates a port on every node which\\nroutes to the same endpoints as the clusterIP.\\n\\"LoadBalancer\\" builds on NodePort and creates an external load-balancer\\n(if supported in the current cloud) which routes to the same endpoints\\nas the clusterIP.\\n\\"ExternalName\\" aliases this service to the specified externalName.\\nSeveral other fields do not apply to ExternalName services.\\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types"', args=[d.arg(name='type', type=d.T.string)]),
13691369
withType(type): { serviceTemplate+: { spec+: { type: type } } },

1.23.5/_gen/postgresql/v1/pooler.libsonnet

Lines changed: 105 additions & 81 deletions
Large diffs are not rendered by default.

1.24.1/_gen/postgresql/v1/cluster.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
withSelectorMixin(selector): { serviceTemplate+: { spec+: { selector+: selector } } },
13641364
'#withSessionAffinity':: d.fn(help='"Supports \\"ClientIP\\" and \\"None\\". Used to maintain session affinity.\\nEnable client IP based session affinity.\\nMust be ClientIP or None.\\nDefaults to None.\\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies"', args=[d.arg(name='sessionAffinity', type=d.T.string)]),
13651365
withSessionAffinity(sessionAffinity): { serviceTemplate+: { spec+: { sessionAffinity: sessionAffinity } } },
1366-
'#withTrafficDistribution':: d.fn(help='"TrafficDistribution offers a way to express preferences for how traffic is\\ndistributed to Service endpoints. Implementations can use this field as a\\nhint, but are not required to guarantee strict adherence. If the field is\\nnot set, the implementation will apply its default routing strategy. If set\\nto \\"PreferClose\\", implementations should prioritize endpoints that are\\ntopologically close (e.g., same zone).\\nThis is an alpha field and requires enabling ServiceTrafficDistribution feature."', args=[d.arg(name='trafficDistribution', type=d.T.string)]),
1366+
'#withTrafficDistribution':: d.fn(help='"TrafficDistribution offers a way to express preferences for how traffic is\\ndistributed to Service endpoints. Implementations can use this field as a\\nhint, but are not required to guarantee strict adherence. If the field is\\nnot set, the implementation will apply its default routing strategy. If set\\nto \\"PreferClose\\", implementations should prioritize endpoints that are\\ntopologically close (e.g., same zone).\\nThis is a beta field and requires enabling ServiceTrafficDistribution feature."', args=[d.arg(name='trafficDistribution', type=d.T.string)]),
13671367
withTrafficDistribution(trafficDistribution): { serviceTemplate+: { spec+: { trafficDistribution: trafficDistribution } } },
13681368
'#withType':: d.fn(help='"type determines how the Service is exposed. Defaults to ClusterIP. Valid\\noptions are ExternalName, ClusterIP, NodePort, and LoadBalancer.\\n\\"ClusterIP\\" allocates a cluster-internal IP address for load-balancing\\nto endpoints. Endpoints are determined by the selector or if that is not\\nspecified, by manual construction of an Endpoints object or\\nEndpointSlice objects. If clusterIP is \\"None\\", no virtual IP is\\nallocated and the endpoints are published as a set of endpoints rather\\nthan a virtual IP.\\n\\"NodePort\\" builds on ClusterIP and allocates a port on every node which\\nroutes to the same endpoints as the clusterIP.\\n\\"LoadBalancer\\" builds on NodePort and creates an external load-balancer\\n(if supported in the current cloud) which routes to the same endpoints\\nas the clusterIP.\\n\\"ExternalName\\" aliases this service to the specified externalName.\\nSeveral other fields do not apply to ExternalName services.\\nMore info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types"', args=[d.arg(name='type', type=d.T.string)]),
13691369
withType(type): { serviceTemplate+: { spec+: { type: type } } },

0 commit comments

Comments
 (0)