Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TagLabel (0.21 sec)

  1. istioctl/pkg/tag/revision.go

    		rev := renderWithDefault(hook.GetLabels()[label.IoIstioRev.Name], DefaultRevisionName)
    		tagLabel := hook.GetLabels()[IstioTagLabel]
    		ri, revPresent := revisions[rev]
    		if revPresent {
    			if tagLabel != "" {
    				ri.Webhooks = append(ri.Webhooks, &MutatingWebhookConfigInfo{
    					Name:     hook.Name,
    					Revision: rev,
    					Tag:      tagLabel,
    				})
    			}
    		} else {
    			revisions[rev] = &RevisionDescription{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 28 13:16:05 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  2. src/debug/dwarf/tag_string.go

    	var x [1]struct{}
    	_ = x[TagArrayType-1]
    	_ = x[TagClassType-2]
    	_ = x[TagEntryPoint-3]
    	_ = x[TagEnumerationType-4]
    	_ = x[TagFormalParameter-5]
    	_ = x[TagImportedDeclaration-8]
    	_ = x[TagLabel-10]
    	_ = x[TagLexDwarfBlock-11]
    	_ = x[TagMember-13]
    	_ = x[TagPointerType-15]
    	_ = x[TagReferenceType-16]
    	_ = x[TagCompileUnit-17]
    	_ = x[TagStringType-18]
    	_ = x[TagStructType-19]
    	_ = x[TagSubroutineType-21]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 03 17:32:37 UTC 2019
    - 3.9K bytes
    - Viewed (0)
Back to top