Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateDeprecatedFilterTypes (0.19 sec)

  1. pkg/config/validation/envoyfilter/envoyfilter.go

    			// Append any deprecation notices
    			if obj != nil {
    				// Note: since we no longer import v2 protos, v2 references will fail during BuildXDSObjectFromStruct.
    				errs = validation.AppendValidation(errs, validateDeprecatedFilterTypes(obj))
    				errs = validation.AppendValidation(errs, validateMissingTypedConfigFilterTypes(obj))
    			}
    		}
    	}
    
    	return errs.Unwrap()
    }
    
    func validateListenerMatchName(name string) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top