Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for analyzeDeploymentPortProtocol (0.31 sec)

  1. pkg/config/analysis/analyzers/deployment/services.go

    		if !isWaypointDeployment(r) && util.DeploymentInMesh(r, c) {
    			s.analyzeDeploymentPortProtocol(r, c)
    			s.analyzeDeploymentTargetPorts(r, c)
    		}
    		return true
    	})
    }
    
    func isWaypointDeployment(r *resource.Instance) bool {
    	return r.Metadata.Labels[constants.ManagedGatewayLabel] == constants.ManagedGatewayMeshControllerLabel
    }
    
    // analyzeDeploymentPortProtocol analyzes the specific service mesh deployment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top