Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MultipleTelemetriesWithoutWorkloadSelectors (0.46 sec)

  1. pkg/config/analysis/msg/messages.gen.go

    	// MultipleTelemetriesWithoutWorkloadSelectors defines a diag.MessageType for message "MultipleTelemetriesWithoutWorkloadSelectors".
    	// Description: More than one telemetry resource in a namespace has no workload selector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/analyzers_test.go

    		inputFiles: []string{"testdata/telemetry-default-selector.yaml"},
    		analyzer:   &telemetry.DefaultSelectorAnalyzer{},
    		expected: []message{
    			{msg.MultipleTelemetriesWithoutWorkloadSelectors, "Telemetry ns2/has-conflict-2"},
    			{msg.MultipleTelemetriesWithoutWorkloadSelectors, "Telemetry ns2/has-conflict-1"},
    		},
    	},
    	{
    		name:           "Telemetry Lightstep",
    		inputFiles:     []string{"testdata/telemetry-lightstep.yaml"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. pkg/config/analysis/msg/messages.yaml

        args:
          - name: conflictingTelemetries
            type: "[]string"
          - name: namespace
            type: string
          - name: workloadPod
            type: string
    
      - name: "MultipleTelemetriesWithoutWorkloadSelectors"
        code: IST0160
        level: Error
        description: "More than one telemetry resource in a namespace has no workload selector"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top