Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IST0137 (0.11 sec)

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

        template: "Annotation %q is part of an alpha-phase feature and may be incompletely supported."
        args:
          - name: annotation
            type: string
    
      - name: "DeploymentConflictingPorts"
        code: IST0137
        level: Warning
        description: "Two services selecting the same workload with the same targetPort MUST refer to the same port."
    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

    	// Description: Two services selecting the same workload with the same targetPort MUST refer to the same port.
    	DeploymentConflictingPorts = diag.NewMessageType(diag.Warning, "IST0137", "This deployment %s is associated with multiple services %v using targetPort %q but different ports: %v.")
    
    	// GatewayDuplicateCertificate defines a diag.MessageType for message "GatewayDuplicateCertificate".
    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