Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseBlock (0.31 sec)

  1. pkg/kube/inject/openshift.go

    	}
    	if len(annotationVal) == 0 {
    		return nil, nil, fmt.Errorf("found annotation %s but it was empty", securityv1.UIDRangeAnnotation)
    	}
    	uidBlock, err := ParseBlock(annotationVal)
    	if err != nil {
    		return nil, nil, err
    	}
    
    	min := int64(uidBlock.Start)
    	max := int64(uidBlock.End)
    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