Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AlphaAnnotation (0.13 sec)

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

    		expected: []message{
    			{msg.AlphaAnnotation, "Deployment fortio-deploy"},
    			{msg.AlphaAnnotation, "Pod invalid-annotations"},
    			{msg.AlphaAnnotation, "Pod invalid-annotations"},
    			{msg.AlphaAnnotation, "Service httpbin"},
    			{msg.AlphaAnnotation, "Pod anno-not-set-by-default"},
    			{msg.AlphaAnnotation, "Pod anno-not-set-by-default"},
    			{msg.AlphaAnnotation, "Pod anno-not-set-by-default"},
    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

    	DeprecatedAnnotation = diag.NewMessageType(diag.Info, "IST0135", "Annotation %q has been deprecated%s and may not work in future Istio versions.")
    
    	// AlphaAnnotation defines a diag.MessageType for message "AlphaAnnotation".
    	// Description: An Istio annotation may not be suitable for production.
    	AlphaAnnotation = diag.NewMessageType(diag.Info, "IST0136", "Annotation %q is part of an alpha-phase feature and may be incompletely supported.")
    
    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

        template: "Annotation %q has been deprecated%s and may not work in future Istio versions."
        args:
          - name: annotation
            type: string
          - name: extra
            type: string
    
      - name: "AlphaAnnotation"
        code: IST0136
        level: Info
        description: "An Istio annotation may not be suitable for production."
        template: "Annotation %q is part of an alpha-phase feature and may be incompletely supported."
    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