Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rstripChars (0.15 sec)

  1. manifests/addons/dashboards/lib/queries.libsonnet

        local appLabels = 'app="%(app)s"' % names;
        local podLabels = 'pod=~"%(pod)s"' % names;
        {
          query(legend, query):
            q.new(
              '$' + variables.datasource.name,
              std.rstripChars(query % { containerLabels: containerLabels, podLabels: podLabels, appLabels: appLabels }, '\n')
            )
            + q.withLegendFormat(legend),
    
          istioBuild:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top