Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 635 for Expired (0.27 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/testdata/client-expired.pem

    David Eads <******@****.***> 1567691999 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 01 13:50:20 UTC 2019
    - 631 bytes
    - Viewed (0)
  2. security/pkg/pki/testdata/expired-cert.pem

    Zhonghu Xu <******@****.***> 1660661797 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 16 14:56:37 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/testdata/client-expired.pem

    David Eads <******@****.***> 1567691999 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 01 13:50:20 UTC 2019
    - 631 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/testdata/client-expired.pem

    deads2k <******@****.***> 1483645449 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 20:06:38 UTC 2017
    - 631 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultCachePolicySpec.groovy

        }
    
        def 'never expires missing module for dynamic versions'() {
            when:
            def moduleIdentifier = DefaultModuleIdentifier.newId('org', 'foo')
            def versions = emptySet()
    
            then:
            def expired = cachePolicy.versionListExpiry(moduleIdentifier, versions, Duration.ofMillis(WEEK))
            !expired.mustCheck
            expired.keepFor == Duration.ZERO
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 22:04:14 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  6. security/pkg/server/ca/monitoring.go

    		"The unix timestamp, in seconds, when Citadel root cert will expire. "+
    			"A negative time indicates the cert is expired.",
    	)
    	rootCertExpirySeconds = monitoring.NewDerivedGauge(
    		"citadel_server_root_cert_expiry_seconds",
    		"The time remaining, in seconds, before the root certificate will expire. "+
    			"A negative value indicates the cert is expired.",
    	)
    	certChainExpiryTimestamp = monitoring.NewGauge(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:09 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/cache/interface.go

    //	|                |   |               +       |
    //	+----------------+   +-----------> Expired   +----> Deleted
    //	      Forget             Expire
    //
    // Note that an assumed pod can expire, because if we haven't received Add event notifying us
    // for a while, there might be some problems and we shouldn't keep the pod in cache anymore.
    //
    // Note that "Initial", "Expired", and "Deleted" pods do not actually exist in cache.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 29 05:26:32 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

        }
    
        // Tests --refresh-dependencies behavior
        @Unroll("Cache expiry check expired=#expired, refresh = #mustRefresh - #scenario - #ruleClass.simpleName")
        def "expires entry when cache policy tells us to"() {
            def id = DefaultModuleVersionIdentifier.newId('org', 'foo', '1.0')
            def inputsSnapshot = new StringValueSnapshot("1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. pkg/controlplane/controller/apiserverleasegc/gc_controller_test.go

    					LeaseDurationSeconds: pointer.Int32Ptr(10),
    					RenewTime:            &metav1.MicroTime{Time: fakeClock.Now().Add(-time.Minute)},
    				},
    			},
    			expectDeleted: false,
    		},
    		{
    			name: "lease expired due to expired renew time",
    			lease: &coordinationv1.Lease{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "kube-apiserver-12345",
    					Namespace: metav1.NamespaceSystem,
    					Labels: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 13 20:37:22 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/gateway-secrets-validation.yaml

    kind: Secret
    metadata:
      name: expired-secret
      namespace: istio-system
    type: kubernetes.io/tls
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: defaultgateway-expired
    spec:
      selector:
        istio: ingressgateway # use istio default ingress gateway, so we expect the credential in istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 17 11:51:20 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top