Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TagLabel (0.23 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/const.go

    	TagClassType              Tag = 0x02
    	TagEntryPoint             Tag = 0x03
    	TagEnumerationType        Tag = 0x04
    	TagFormalParameter        Tag = 0x05
    	TagImportedDeclaration    Tag = 0x08
    	TagLabel                  Tag = 0x0A
    	TagLexDwarfBlock          Tag = 0x0B
    	TagMember                 Tag = 0x0D
    	TagPointerType            Tag = 0x0F
    	TagReferenceType          Tag = 0x10
    	TagCompileUnit            Tag = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TagImportedModule", Const, 0},
    		{"TagImportedUnit", Const, 0},
    		{"TagInheritance", Const, 0},
    		{"TagInlinedSubroutine", Const, 0},
    		{"TagInterfaceType", Const, 0},
    		{"TagLabel", Const, 0},
    		{"TagLexDwarfBlock", Const, 0},
    		{"TagMember", Const, 0},
    		{"TagModule", Const, 0},
    		{"TagMutableType", Const, 0},
    		{"TagNamelist", Const, 0},
    		{"TagNamelistItem", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top