Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for dataSource (0.33 sec)

  1. samples/addons/grafana.yaml

    sion":"10.1.5","title":"Performance Dashboard README","transparent":true,"type":"text"},{"collapsed":false,"datasource":{"type":"prometheus","uid":"${datasource}"},"gridPos":{"h":1,"w":24,"x":0,"y":7},"id":6,"panels":[],"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"title":"vCPU Usage","type":"row"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"fieldConfig":{"defaults":{"color":{"mode":"palette-classic"},"custom":{"axisCenteredZero":false,"axisCo...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

    {
      "annotations": {
        "list": [
          {
            "builtIn": 1,
            "datasource": {
              "type": "datasource",
              "uid": "grafana"
            },
            "enable": true,
            "hide": true,
            "iconColor": "rgba(0, 211, 255, 1)",
            "name": "Annotations & Alerts",
            "type": "dashboard"
          }
        ]
      },
      "__inputs": [
        {
          "name": "DS_PROMETHEUS",
          "label": "Prometheus",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway_test.go

    						CombinedValidationContext: &auth.CommonTlsContext_CombinedCertificateValidationContext{
    							DefaultValidationContext: &auth.CertificateValidationContext{
    								Crl: &core.DataSource{
    									Specifier: &core.DataSource_Filename{
    										Filename: "/custom/path/to/crl.pem",
    									},
    								},
    							},
    							ValidationContextSdsSecretConfig: &auth.SdsSecretConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.VolumeMode != nil {
    		in, out := &in.VolumeMode, &out.VolumeMode
    		*out = new(PersistentVolumeMode)
    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.VolumeMode != nil {
    		in, out := &in.VolumeMode, &out.VolumeMode
    		*out = new(PersistentVolumeMode)
    		**out = **in
    	}
    	if in.DataSource != nil {
    		in, out := &in.DataSource, &out.DataSource
    		*out = new(TypedLocalObjectReference)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.DataSourceRef != nil {
    		in, out := &in.DataSourceRef, &out.DataSourceRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
Back to top