Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sourceLabels (0.2 sec)

  1. pkg/config/validation/validation.go

    	}
    
    	if match.Port != 0 {
    		errs = AppendValidation(errs, agent.ValidatePort(int(match.Port)))
    	}
    	errs = AppendValidation(errs, labels.Instance(match.SourceLabels).Validate())
    	errs = AppendValidation(errs, validateGatewayNames(match.Gateways, false))
    	return
    }
    
    func validateSniHost(sniHost string, context *networking.VirtualService) (errs Validation) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    required: - regex - required: - exact - required: - prefix - required: - regex properties: exact: type: string prefix: type: string regex: description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). type: string type: object sourceLabels: additionalProperties: type: string description: One or more labels that constrain the applicability of a rule to source (client) workloads with the given labels. type: object sourceNamespace: description: Source namespace constraining the applicability...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top