Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 208 for secondArg (0.16 sec)

  1. pkg/controlplane/controller/crdregistration/crdregistration_controller.go

    	defer c.queue.ShutDown()
    
    	klog.Infof("Starting crd-autoregister controller")
    	defer klog.Infof("Shutting down crd-autoregister controller")
    
    	// wait for your secondary caches to fill before starting your work
    	if !cache.WaitForNamedCacheSync("crd-autoregister", stopCh, c.crdSynced) {
    		return
    	}
    
    	// process each item in the list once
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. pkg/volume/util/storageclass.go

    			klog.V(4).Infof("GetDefaultClass added: %s", class.Name)
    		}
    	}
    
    	if len(defaultClasses) == 0 {
    		return nil, nil
    	}
    
    	// Primary sort by creation timestamp, newest first
    	// Secondary sort by class name, ascending order
    	sort.Slice(defaultClasses, func(i, j int) bool {
    		if defaultClasses[i].CreationTimestamp.UnixNano() == defaultClasses[j].CreationTimestamp.UnixNano() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 09:27:59 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. pkg/kube/krt/fetch.go

    	h.registerDependency(d, c.Synced(), func(f erasedEventHandler) {
    		ff := func(o []Event[T], initialSync bool) {
    			f(slices.Map(o, castEvent[T, any]), initialSync)
    		}
    		// Skip calling all the existing state for secondary dependencies, otherwise we end up with a deadlock due to
    		// rerunning the same collection's recomputation at the same time (once for the initial event, then for the initial registration).
    		c.RegisterBatch(ff, false)
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/configurations/renderer/ConsoleConfigurationReportRenderer.java

            }
            if (recursiveExtensionsPrinted) {
                output.println("(t) Configuration extended transitively.");
            }
            if (hasVariants) {
                output.text("(*) Secondary variants are variants created via the ");
                output.withStyle(StyledTextOutput.Style.Identifier).text("Configuration#getOutgoing(): ConfigurationPublications");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 16:17:12 UTC 2022
    - 18.3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/JavaLibraryResolutionAttributesOrderingIntegrationTest.groovy

     * of the attributes, to ensure that late changes to the attributes are reflected in the selection.
     *
     * These tests use the `java-library` plugin and should resolve the secondary "classes" variant of the producer
     * and obtain the "main" directory as the only file, instead of the standard jar file variant, which was the incorrect
     * behavior.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/nodeipamcontroller.go

    func (o *NodeIPAMControllerOptions) ApplyTo(cfg *nodeipamconfig.NodeIPAMControllerConfiguration) error {
    	if o == nil {
    		return nil
    	}
    
    	// split the cidrs list and assign primary and secondary
    	serviceCIDRList := strings.Split(o.ServiceCIDR, ",")
    	if len(serviceCIDRList) > 0 {
    		cfg.ServiceCIDR = serviceCIDRList[0]
    	}
    	if len(serviceCIDRList) > 1 {
    		cfg.SecondaryServiceCIDR = serviceCIDRList[1]
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 21 06:08:58 UTC 2019
    - 2.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/cfg/cfg.go

    	KindSelectDone      // block after SelectStmt
    	KindSelectAfterCase // block after a CommClause
    	KindSwitchCaseBody  // body of CaseClause
    	KindSwitchDone      // block after {Type.}SwitchStmt
    	KindSwitchNextCase  // secondary expression of a multi-expression CaseClause
    )
    
    func (kind BlockKind) String() string {
    	return [...]string{
    		KindInvalid:         "Invalid",
    		KindUnreachable:     "Unreachable",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. SECURITY.md

    If you have not received a reply to your email within 48 hours or you have not heard from the security team
    for the past five days please contact the security team directly:
    
    - Primary security coordinator: ******@****.***
    - Secondary coordinator: ******@****.***
    - If you receive no response: ******@****.***
    
    ### Disclosure Process
    
    MinIO uses the following disclosure process:
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/searchResults.jsp

    										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>
    						</c:forEach>
    					</ul>
    				</c:if>
    			</c:forEach>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 09 04:29:42 UTC 2022
    - 9K bytes
    - Viewed (0)
  10. pkg/registry/core/service/ipallocator/controller/repairip_test.go

    		},
    	}
    	return svc
    }
    
    func newServiceCIDR(name, primary, secondary string) *networkingv1alpha1.ServiceCIDR {
    	serviceCIDR := &networkingv1alpha1.ServiceCIDR{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: name,
    		},
    		Spec: networkingv1alpha1.ServiceCIDRSpec{},
    	}
    	serviceCIDR.Spec.CIDRs = append(serviceCIDR.Spec.CIDRs, primary)
    	if secondary != "" {
    		serviceCIDR.Spec.CIDRs = append(serviceCIDR.Spec.CIDRs, secondary)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top