Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 126 for indices (0.19 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    type ReinvocationPolicyType string
    
    const (
    	// NeverReinvocationPolicy indicates that the webhook must not be called more than once in a
    	// single admission evaluation.
    	NeverReinvocationPolicy ReinvocationPolicyType = "Never"
    	// IfNeededReinvocationPolicy indicates that the webhook may be called at least one
    	// additional time as part of the admission evaluation if the object being admitted is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    type xlStorage struct {
    	// Indicate of NSScanner is in progress in this disk
    	scanning int32
    
    	drivePath string
    	endpoint  Endpoint
    
    	globalSync bool
    	oDirect    bool // indicates if this disk supports ODirect
    
    	diskID string
    
    	formatFileInfo  os.FileInfo
    	formatFile      string
    	formatLegacy    bool
    	formatLastCheck time.Time
    
    	diskInfoCache *cachevalue.Cache[DiskInfo]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. src/text/template/exec_test.go

    	{"out of range", "{{slice .SI 2 2 5}}", "", tVal, false},
    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10}}", "[0 0 0 0]", tVal, true},
    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    // | 95             | true/false          | nil/true/false         |
    // +-----------------+---------------------+-----------------------+
    // where:
    // - false indicates the value of the param was set to "false" by a test case
    // - true  indicates the value of the param was set to "true" by a test case
    func TestGetWatchCacheResourceVersion(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/types.go

    // +enum
    type ReinvocationPolicyType string
    
    const (
    	// NeverReinvocationPolicy indicates that the webhook must not be called more than once in a
    	// single admission evaluation.
    	NeverReinvocationPolicy ReinvocationPolicyType = "Never"
    	// IfNeededReinvocationPolicy indicates that the webhook may be called at least one
    	// additional time as part of the admission evaluation if the object being admitted is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			continue
    		}
    		count++
    		if count > restartCount {
    			restartCount = count
    		}
    	}
    	return restartCount, nil
    }
    
    // startContainer starts a container and returns a message indicates why it is failed on error.
    // It starts the container through the following steps:
    // * pull the image
    // * create the container
    // * start the container
    // * run the post start lifecycle hooks (if applicable)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  7. src/crypto/tls/conn.go

    	// received by Conn.readRecord. That is, records that neither advance the
    	// handshake, nor deliver application data. Protected by in.Mutex.
    	retryCount int
    
    	// activeCall indicates whether Close has been call in the low bit.
    	// the rest of the bits are the number of goroutines in Conn.Write.
    	activeCall atomic.Int32
    
    	tmp [16]byte
    }
    
    // Access to net.Conn methods.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

        - On artifact commons-logging-1.2.pom (commons-logging:commons-logging:1.2) in repository 'MavenRepo': checksum is missing from verification metadata.
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  9. pkg/apis/batch/validation/validation.go

    // is allowed to have. This threshold allows to cap the length of
    // .status.completedIndexes.
    const maxParallelismForIndexedJob = 100000
    
    // maxFailedIndexesForIndexedJob is the maximum number of failed indexes that
    // an Indexed Job is allowed to have. This threshold allows to cap the length of
    // .status.completedIndexes and .status.failedIndexes.
    const maxFailedIndexesForIndexedJob = 100_000
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  10. src/internal/trace/order.go

    	}
    	oldState := go122ProcStatus2ProcState[status]
    	if s, ok := o.pStates[pid]; ok {
    		if status == go122.ProcSyscallAbandoned && s.status == go122.ProcSyscall {
    			// ProcSyscallAbandoned is a special case of ProcSyscall. It indicates a
    			// potential loss of information, but if we're already in ProcSyscall,
    			// we haven't lost the relevant information. Promote the status and advance.
    			oldState = ProcRunning
    			ev.args[1] = uint64(go122.ProcSyscall)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top