Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSupplementalGroupsAnnotation (1.06 sec)

  1. pkg/kube/inject/openshift.go

    		}
    		idRanges = append(idRanges, rng)
    	}
    	return idRanges, nil
    }
    
    // getSupplementalGroupsAnnotation provides a backwards compatible way to get supplemental groups
    // annotations from a namespace by looking for SupplementalGroupsAnnotation and falling back to
    // UIDRangeAnnotation if it is not found.
    func getSupplementalGroupsAnnotation(ns *corev1.Namespace) (string, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 25 19:10:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top