Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lstripChars (0.05 sec)

  1. manifests/addons/dashboards/lib/lib-query.libsonnet

            function(k)
              if std.startsWith(labels[k], "!~") then
                '%s!~"%s"'%[ k, std.lstripChars(labels[k], '!~')]
              else if std.startsWith(labels[k], "~") then
                '%s=~"%s"'%[ k, std.lstripChars(labels[k], '~')]
              else if std.startsWith(labels[k], "!") then
                '%s!="%s"'%[ k, std.lstripChars(labels[k], '!')]
              else 
                '%s="%s"' %[k, labels[k]]
              ,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 1K bytes
    - Viewed (0)
Back to top