Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IST0107 (0.24 sec)

  1. pkg/config/analysis/msg/messages.yaml

        description: "The resource has a schema validation error."
        template: "Schema validation error: %v"
        args:
          - name: err
            type: error
    
      - name: "MisplacedAnnotation"
        code: IST0107
        level: Warning
        description: "An Istio annotation is applied to the wrong kind of resource."
        template: "Misplaced annotation: %s can only be applied to %s"
        args:
          - name: annotation
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	// MisplacedAnnotation defines a diag.MessageType for message "MisplacedAnnotation".
    	// Description: An Istio annotation is applied to the wrong kind of resource.
    	MisplacedAnnotation = diag.NewMessageType(diag.Warning, "IST0107", "Misplaced annotation: %s can only be applied to %s")
    
    	// UnknownAnnotation defines a diag.MessageType for message "UnknownAnnotation".
    	// Description: An Istio annotation is not recognized for any kind of resource
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top