Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 122 for late (0.92 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// +optional
    	CreationTimestamp Time `json:"creationTimestamp,omitempty" protobuf:"bytes,8,opt,name=creationTimestamp"`
    
    	// DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This
    	// field is set by the server when a graceful deletion is requested by the user, and is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                "type": "string"
              },
              "verbs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  3. pkg/proxy/winkernel/proxier.go

    		return nil, fmt.Errorf("WinDSR feature gate not enabled")
    	}
    
    	err = hcnImpl.DsrSupported()
    	if isDSR && err != nil {
    		return nil, err
    	}
    
    	var sourceVip string
    	var hostMac string
    	if isOverlay(hnsNetworkInfo) {
    		if !utilfeature.DefaultFeatureGate.Enabled(kubefeatures.WinOverlay) {
    			return nil, fmt.Errorf("WinOverlay feature gate not enabled")
    		}
    		err = hcn.RemoteSubnetSupported()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

    import java.io.IOException;
    import java.io.PrintWriter;
    import java.io.StringWriter;
    import java.net.URLDecoder;
    import java.text.SimpleDateFormat;
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.Date;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Locale;
    import java.util.Map;
    import java.util.UUID;
    import java.util.function.Supplier;
    
    import javax.annotation.PostConstruct;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	defer r.customStorageLock.Unlock()
    
    	// Get the up-to-date CRD when we have the lock, to avoid racing with updateCustomResourceDefinition.
    	// If updateCustomResourceDefinition sees an update and happens later, the storage will be deleted and
    	// we will re-create the updated storage on demand. If updateCustomResourceDefinition happens before,
    	// we make sure that we observe the same up-to-date CRD.
    	crd, err := r.crdLister.Get(name)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/CharMatcher.java

     * into a {@code String} using surrogate pairs</a>, and a {@code CharMatcher} treats these just as
     * two separate characters. {@link #countIn} counts each supplementary character as 2 {@code char}s.
     *
     * <p>For up-to-date Unicode character properties (digit, letter, etc.) and support for
     * supplementary code points, use ICU4J UCharacter and UnicodeSet (freeze() after building). For
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    			},
    		},
    		{name: "date format",
    			schema: schemas(dateFormat, dateFormat),
    			expectCost: map[string]uint64{
    				ValsEqualThemselvesAndDataLiteral("self.val1", "self.val2", "timestamp('1997-07-16T00:00:00.000Z')"): 14,
    				"self.val1.getDate() == 16":                    4,
    				"type(self.val1) == google.protobuf.Timestamp": 4,
    			},
    		},
    		{name: "date-time format",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    read/assign ops on local variables. A later resource lifting pass can further
    remove the local variables.
    
    This pass requires that the full shape of the tensor array can be inferred:
    1) the size needs to be a constant, 2) it specifies the full element shape,
    or that can be inferred from a later write, and 3) all elements have the same
    shape.
    ### `-tf-tensor-device-copy`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	}
    
    	// Handling taint based evictions. Because we don't want a dedicated logic in TaintManager for NC-originated
    	// taints and we normally don't rate limit evictions caused by taints, we need to rate limit adding taints.
    	go wait.UntilWithContext(ctx, nc.doNoExecuteTaintingPass, scheduler.NodeEvictionPeriod)
    
    	// Incorporate the results of node health signal pushed from kubelet to master.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  10. pkg/kubelet/pod_workers.go

    	// pod or to update the pod status after an operation is completed. Since a
    	// pod can be killed for multiple reasons, PodStatusFunc is invoked in order
    	// and later kills have an opportunity to override the status (i.e. a preemption
    	// may be later turned into an eviction).
    	KillPodOptions *KillPodOptions
    }
    
    // PodWorkType classifies the status of pod as seen by the pod worker - setup (sync),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top