mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	generated files
This commit is contained in:
		
				
					committed by
					
						
						Tim Allclair
					
				
			
			
				
	
			
			
			
						parent
						
							3fa086bcde
						
					
				
				
					commit
					a67b32ce9c
				
			
							
								
								
									
										2
									
								
								pkg/generated/openapi/zz_generated.openapi.go
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								pkg/generated/openapi/zz_generated.openapi.go
									
									
									
										generated
									
									
									
								
							@@ -46051,7 +46051,7 @@ func schema_pkg_apis_audit_v1_Event(ref common.ReferenceCallback) common.OpenAPI
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"sourceIPs": {
 | 
										"sourceIPs": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "Source IPs, from where the request originated and intermediate proxies.",
 | 
												Description: "Source IPs, from where the request originated and intermediate proxies. The source IPs are listed from (in order): 1. X-Forwarded-For request header IPs 2. X-Real-Ip header, if not present in the X-Forwarded-For list 3. The remote address for the connection, if it doesn't match the last\n   IP in the list up to here (X-Forwarded-For or X-Real-Ip).\nNote: All but the last IP can be arbitrarily set by the client.",
 | 
				
			||||||
							Type:        []string{"array"},
 | 
												Type:        []string{"array"},
 | 
				
			||||||
							Items: &spec.SchemaOrArray{
 | 
												Items: &spec.SchemaOrArray{
 | 
				
			||||||
								Schema: &spec.Schema{
 | 
													Schema: &spec.Schema{
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,6 +55,12 @@ message Event {
 | 
				
			|||||||
  optional k8s.io.api.authentication.v1.UserInfo impersonatedUser = 7;
 | 
					  optional k8s.io.api.authentication.v1.UserInfo impersonatedUser = 7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Source IPs, from where the request originated and intermediate proxies.
 | 
					  // Source IPs, from where the request originated and intermediate proxies.
 | 
				
			||||||
 | 
					  // The source IPs are listed from (in order):
 | 
				
			||||||
 | 
					  // 1. X-Forwarded-For request header IPs
 | 
				
			||||||
 | 
					  // 2. X-Real-Ip header, if not present in the X-Forwarded-For list
 | 
				
			||||||
 | 
					  // 3. The remote address for the connection, if it doesn't match the last
 | 
				
			||||||
 | 
					  //    IP in the list up to here (X-Forwarded-For or X-Real-Ip).
 | 
				
			||||||
 | 
					  // Note: All but the last IP can be arbitrarily set by the client.
 | 
				
			||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  repeated string sourceIPs = 8;
 | 
					  repeated string sourceIPs = 8;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user