Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for icpTag (0.33 sec)

  1. operator/cmd/mesh/install.go

    		sort.Strings(icpTags)
    		// capture latest revision installed for comparison
    		for _, val := range icpTags {
    			if val != "" {
    				icpTag = val
    			}
    		}
    		// when the revision is passed
    		if icpTag != "" && tag != icpTag {
    			check := "         Before upgrading, you may wish to use 'istioctl x precheck' to check for upgrade warnings.\n"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. src/crypto/x509/parser.go

    				return nil, nil, nil, nil, fmt.Errorf("x509: invalid NameConstraints extension")
    			}
    
    			var (
    				dnsTag   = cryptobyte_asn1.Tag(2).ContextSpecific()
    				emailTag = cryptobyte_asn1.Tag(1).ContextSpecific()
    				ipTag    = cryptobyte_asn1.Tag(7).ContextSpecific()
    				uriTag   = cryptobyte_asn1.Tag(6).ContextSpecific()
    			)
    
    			switch tag {
    			case dnsTag:
    				domain := string(value)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top