Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canonicalServiceRevision (0.16 sec)

  1. pkg/kube/labels/labels.go

    // followed by `version` and finally defaulting to the literal value of `"latest"`.
    func CanonicalService(labels map[string]string, workloadName string) (string, string) {
    	return canonicalServiceName(labels, workloadName), canonicalServiceRevision(labels)
    }
    
    // lookupLabelValue returns the value of the first label in the supplied map that matches
    // one of the supplied keys.
    func lookupLabelValue(labels map[string]string, keys ...string) (string, bool) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top