Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 323 for relabel (0.13 sec)

  1. .gitignore

    .vscode
    
    # This is where the result of the go build goes
    /output*/
    /_output*/
    /_output
    
    # Emacs save files
    *~
    \#*\#
    .\#*
    
    # Vim-related files
    [._]*.s[a-w][a-z]
    [._]s[a-w][a-z]
    *.un~
    Session.vim
    .netrwhist
    
    # cscope-related files
    cscope.*
    
    # Go test binaries
    *.test
    /hack/.test-cmd-auth
    
    # JUnit test output from ginkgo e2e tests
    /junit*.xml
    
    # Mercurial files
    **/.hg
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. pkg/proxy/conntrack/cleanup.go

    	deleteStaleEndpointConntrackEntries(ct, svcPortMap, endpointsUpdateResult)
    }
    
    // deleteStaleServiceConntrackEntries takes care of flushing stale conntrack entries related
    // to UDP Service IPs. When a service has no endpoints and we drop traffic to it, conntrack
    // may create "black hole" entries for that IP+port. When the service gets endpoints we
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/modulecache/artifacts/ModuleArtifactCache.java

         * @param moduleDescriptorHash The checksum (SHA1) of the related moduledescriptor.
         */
        void store(ArtifactAtRepositoryKey key, File artifactFile, HashCode moduleDescriptorHash);
    
        /**
         * Record that the artifact with the given key was missing.
         *  @param key The key to cache this resolution under in the index.
         * @param descriptorHash The SHA1 hash of the related moduleDescriptor
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. releasenotes/notes/49379.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
    - 49379
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 20:46:34 UTC 2024
    - 212 bytes
    - Viewed (0)
  5. src/internal/syscall/windows/types_windows.go

    // Copyright 2024 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package windows
    
    // Socket related.
    const (
    	TCP_KEEPIDLE  = 0x03
    	TCP_KEEPCNT   = 0x10
    	TCP_KEEPINTVL = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 16:02:18 UTC 2024
    - 272 bytes
    - Viewed (0)
  6. releasenotes/notes/47269.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    
    issue:
      - 47269
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 11:41:38 UTC 2023
    - 246 bytes
    - Viewed (0)
  7. src/image/internal/imageutil/imageutil.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:generate go run gen.go
    
    // Package imageutil contains code shared by image-related packages.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 24 01:01:20 UTC 2015
    - 276 bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildInitializer.java

    import java.util.Set;
    
    /**
     * Initializes a Gradle build, either by converting an existing build to Gradle or generating a new Gradle build.
     *
     * <p>This interface currently includes a bunch of methods that are related to build generation and should move to {@link BuildGenerator}.</p>
     */
    public interface BuildInitializer {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/preflight/checks_linux.go

    	return validators
    }
    
    // addIPv6Checks adds IPv6 related checks
    func addIPv6Checks(checks []Checker) []Checker {
    	checks = append(checks,
    		FileContentCheck{Path: ipv6DefaultForwarding, Content: []byte{'1'}},
    	)
    	return checks
    }
    
    // addIPv4Checks adds IPv4 related checks
    func addIPv4Checks(checks []Checker) []Checker {
    	checks = append(checks,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/searchResults.jsp

    								test="${countEntry.value != 0 && fe:labelexists(countEntry.key)}">
    								<li class="list-group-item"><la:link
    										href="/search?q=${f:u(q)}&ex_q=label%3a${f:u(countEntry.key)}&sdh=${f:u(fe:sdh(sh))}${fe:pagingQuery(null)}${fe:facetQuery()}${fe:geoQuery()}">
    											${f:h(fe:label(countEntry.key))} 
    											<span class="badge badge-secondary badge-pill float-right">${f:h(countEntry.value)}</span>
    									</la:link></li>
    							</c:if>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 09 04:29:42 UTC 2022
    - 9K bytes
    - Viewed (0)
Back to top