Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for watchable (0.15 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultConfigurationCache.kt

            }
        }
    
        private
        fun checkFingerprint(entryDetails: EntryDetails, layout: ConfigurationCacheRepository.Layout): CheckedFingerprint {
            // Register all included build root directories as watchable hierarchies,
            // so we can load the fingerprint for build scripts and other files from included builds
            // without violating file system invariants.
            registerWatchableBuildDirectories(entryDetails.rootDirs)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

      # IPAMConfiguration
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - ipamconfigs
        verbs:
          - get
          - create
      # Block affinities must also be watchable by confd for route aggregation.
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - blockaffinities
        verbs:
          - watch
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. pkg/kubelet/nodestatus/setters.go

    					}
    				}
    
    				if ipAddr == nil {
    					ipAddr, err = utilnet.ResolveBindAddress(nodeIP)
    				}
    			}
    
    			if ipAddr == nil {
    				// We tried everything we could, but the IP address wasn't fetchable; error out
    				return fmt.Errorf("can't get ip address of node %s. error: %v", node.Name, err)
    			}
    			node.Status.Addresses = []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: ipAddr.String()},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 12:12:04 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top