Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for integers (0.1 sec)

  1. pilot/pkg/model/gateway.go

    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/monitoring"
    	"istio.io/istio/pkg/util/sets"
    )
    
    // ServerPort defines port for the gateway server.
    type ServerPort struct {
    	// A valid non-negative integer port number.
    	Number uint32
    	// The protocol exposed on the port.
    	Protocol string
    	// The bind server specified on this port.
    	Bind string
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top