Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for addSources (0.17 sec)

  1. pkg/config/analysis/local/istiod_analyze.go

    		}
    	}
    }
    
    // AddSource adds a source based on user supplied configstore to the current IstiodAnalyzer
    // Assumes that the source has same or subset of resource types that this analyzer is configured with.
    // This can be used by external users who import the analyzer as a module within their own controllers.
    func (sa *IstiodAnalyzer) AddSource(src model.ConfigStoreController) {
    	sa.stores = append(sa.stores, src)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/configuration/ExecuteUserLifecycleListenerBuildOperationIntegrationTest.groovy

            def matchingChildren = op.children.findAll { it.hasDetailsOfType(ExecuteListenerBuildOperationType.Details) && it.details.applicationId == expectedApplicationId }
            verifyExpectedOps(matchingChildren, addSource(expectedOps, sourceName))
            matchingChildren
        }
    
        private static void verifyHasNoChildren(BuildOperationRecord op, long expectedApplicationId) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/manager.go

    }
    
    type sourcesReadyStub struct{}
    
    // PodReusableDevices is a map by pod name of devices to reuse.
    type PodReusableDevices map[string]map[string]sets.Set[string]
    
    func (s *sourcesReadyStub) AddSource(source string) {}
    func (s *sourcesReadyStub) AllReady() bool          { return true }
    
    // NewManagerImpl creates a new manager.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top