Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VirtualServiceHostNotFoundInGateway (0.58 sec)

  1. pkg/config/analysis/analyzers/analyzers_test.go

    		expected: []message{
    			{msg.VirtualServiceHostNotFoundInGateway, "VirtualService default/testing-service-02-test-01"},
    			{msg.VirtualServiceHostNotFoundInGateway, "VirtualService default/testing-service-02-test-02"},
    			{msg.VirtualServiceHostNotFoundInGateway, "VirtualService default/testing-service-02-test-03"},
    			{msg.VirtualServiceHostNotFoundInGateway, "VirtualService default/testing-service-03-test-04"},
    		},
    	},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	// VirtualServiceHostNotFoundInGateway defines a diag.MessageType for message "VirtualServiceHostNotFoundInGateway".
    	// Description: Host defined in VirtualService not found in Gateway.
    	VirtualServiceHostNotFoundInGateway = diag.NewMessageType(diag.Warning, "IST0132", "one or more host %v defined in VirtualService %s not found in Gateway %s.")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. pkg/config/analysis/msg/messages.yaml

        args:
          - name: ruleno
            type: string
          - name: matchno
            type: string
          - name: dupno
            type: string
    
      - name: "VirtualServiceHostNotFoundInGateway"
        code: IST0132
        level: Warning
        description: "Host defined in VirtualService not found in Gateway."
        template: "one or more host %v defined in VirtualService %s not found in Gateway %s."
    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