Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for Filetime (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config.go

    		resource:         resource,
    		transformTracker: d.transformTracker,
    	}
    }
    
    // Set sets the transformer overrides. This method is not go routine safe and must only be called by the same, single caller throughout the lifetime of this object.
    func (d *DynamicTransformers) Set(
    	transformerOverrides map[schema.GroupResource]storagevalue.Transformer,
    	closeTransformers context.CancelFunc,
    	kmsPluginHealthzCheck healthz.HealthChecker,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types.go

    	// More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
    	Template corev1.PodTemplateSpec `json:"template" protobuf:"bytes,6,opt,name=template"`
    
    	// ttlSecondsAfterFinished limits the lifetime of a Job that has finished
    	// execution (either Complete or Failed). If this field is set,
    	// ttlSecondsAfterFinished after the Job finishes, it is eligible to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/KtSymbolByFirBuilder.kt

    import org.jetbrains.kotlin.analysis.api.fir.symbols.*
    import org.jetbrains.kotlin.analysis.api.fir.types.*
    import org.jetbrains.kotlin.analysis.api.lifetime.KaLifetimeToken
    import org.jetbrains.kotlin.analysis.api.platform.packages.KotlinPackageProvider
    import org.jetbrains.kotlin.analysis.api.signatures.KaCallableSignature
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:43 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. pkg/security/security.go

    	// - none
    	//
    	// This is used only in agent.
    	PilotCertProvider string
    
    	// secret TTL.
    	SecretTTL time.Duration
    
    	// The ratio of cert lifetime to refresh a cert. For example, at 0.10 and 1 hour TTL,
    	// we would refresh 6 minutes before expiration.
    	SecretRotationGracePeriodRatio float64
    
    	// STS port
    	STSPort int
    
    	// credential fetcher.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  5. cmd/kubelet/app/options/options.go

    // KubeletFlags contains configuration flags for the Kubelet.
    // A configuration field should go in KubeletFlags instead of KubeletConfiguration if any of these are true:
    //   - its value will never, or cannot safely be changed during the lifetime of a node, or
    //   - its value cannot be safely shared between nodes at the same time (e.g. a hostname);
    //     KubeletConfiguration is intended to be shared between nodes.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  6. src/runtime/sys_darwin.go

    // _os_once_gate_corruption_abort. The allocation is setting up the
    // globals for the notification subsystem. See the source code at [1].
    // To work around this, we can allocate the globals earlier in the Go
    // program's lifetime, before any execs are involved, by calling any
    // notify routine that is exported, calls _notify_globals, and doesn't do
    // anything too expensive otherwise. notify_is_valid_token(0) fits the bill.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  7. tensorflow/c/kernels.cc

    TF_RendezvousThunk TF_GetRendezvous(TF_OpKernelContext* ctx) {
      TF_RendezvousThunk* thunk =
          ToC(reinterpret_cast<tensorflow::OpKernelContext*>(ctx)->rendezvous());
      // Makes a copy of the thunk to simplify lifetime management.
      TF_RendezvousThunk res = *thunk;
      delete thunk;
      return res;
    }
    #endif
    
    TF_StringView TF_GetOpKernelName(TF_OpKernelContext* ctx) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 36K bytes
    - Viewed (0)
  8. src/go/token/position.go

    	defer s.mutex.Unlock()
    
    	if i := searchFiles(s.files, file.base); i >= 0 && s.files[i] == file {
    		last := &s.files[len(s.files)-1]
    		s.files = append(s.files[:i], s.files[i+1:]...)
    		*last = nil // don't prolong lifetime when popping last element
    	}
    }
    
    // Iterate calls f for the files in the file set in the order they were added
    // until f returns false.
    func (s *FileSet) Iterate(f func(*File) bool) {
    	for i := 0; ; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_server.go

    		if plaintext == nil {
    			return nil
    		}
    		ss, err := ParseSessionState(plaintext)
    		if err != nil {
    			return nil
    		}
    		sessionState = ss
    	}
    
    	// TLS 1.2 tickets don't natively have a lifetime, but we want to avoid
    	// re-wrapping the same master secret in different tickets over and over for
    	// too long, weakening forward secrecy.
    	createdAt := time.Unix(int64(sessionState.createdAt), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

    // AllocationResult contains attributes of an allocated resource.
    message AllocationResult {
      // ResourceHandles contain the state associated with an allocation that
      // should be maintained throughout the lifetime of a claim. Each
      // ResourceHandle contains data that should be passed to a specific kubelet
      // plugin once it lands on a node. This data is returned by the driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top