mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Update webhook client config docs regarding service ports
This commit is contained in:
		@@ -298,9 +298,7 @@ type WebhookClientConfig struct {
 | 
			
		||||
	//
 | 
			
		||||
	// If the webhook is running within the cluster, then you should use `service`.
 | 
			
		||||
	//
 | 
			
		||||
	// If there is only one port open for the service, that port will be
 | 
			
		||||
	// used. If there are multiple ports open, port 443 will be used if it
 | 
			
		||||
	// is open, otherwise it is an error.
 | 
			
		||||
	// Port 443 will be used if it is open, otherwise it is an error.
 | 
			
		||||
	//
 | 
			
		||||
	// +optional
 | 
			
		||||
	Service *ServiceReference
 | 
			
		||||
 
 | 
			
		||||
@@ -254,9 +254,7 @@ type WebhookClientConfig struct {
 | 
			
		||||
	//
 | 
			
		||||
	// If the webhook is running within the cluster, then you should use `service`.
 | 
			
		||||
	//
 | 
			
		||||
	// If there is only one port open for the service, that port will be
 | 
			
		||||
	// used. If there are multiple ports open, port 443 will be used if it
 | 
			
		||||
	// is open, otherwise it is an error.
 | 
			
		||||
	// Port 443 will be used if it is open, otherwise it is an error.
 | 
			
		||||
	//
 | 
			
		||||
	// +optional
 | 
			
		||||
	Service *ServiceReference `json:"service" protobuf:"bytes,1,opt,name=service"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user