Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for lives (0.07 sec)

  1. pkg/apis/admissionregistration/types.go

    	Connect      OperationType = "CONNECT"
    )
    
    // WebhookClientConfig contains the information to make a TLS
    // connection with the webhook
    type WebhookClientConfig struct {
    	// `url` gives the location of the webhook, in standard URL form
    	// (`scheme://host:port/path`). Exactly one of `url` or `service`
    	// must be specified.
    	//
    	// The `host` should not refer to a service running in the cluster; use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	//    up these events from the channel, after consuming the whole time
    	//    budget (defaulted to 100ms) on waiting, we will simply close the watch,
    	//    which will cause the test failure
    	// Using fakeTimeBudget gives us always a budget to wait and have a test
    	// pick up something from ResultCh in the meantime.
    	//
    	// The same can potentially happen in production, but in that case a watch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    	}
    
    	return apiResourceList, nil
    }
    
    // An interface to see if one storage supports override its default verb for monitoring
    type StorageMetricsOverride interface {
    	// OverrideMetricsVerb gives a storage object an opportunity to override the verb reported to the metrics endpoint
    	OverrideMetricsVerb(oldVerb string) (newVerb string)
    }
    
    // An interface to see if an object supports swagger documentation as a method
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  4. cmd/kubelet/app/server.go

    		legacyregistry.RawMustRegister(metrics.NewGaugeFunc(
    			&metrics.GaugeOpts{
    				Subsystem: kubeletmetrics.KubeletSubsystem,
    				Name:      "certificate_manager_client_ttl_seconds",
    				Help: "Gauge of the TTL (time-to-live) of the Kubelet's client certificate. " +
    					"The value is in seconds until certificate expiry (negative if already expired). " +
    					"If client certificate is invalid or unused, the value will be +INF.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      optional string Expression = 2;
    }
    
    // WebhookClientConfig contains the information to make a TLS
    // connection with the webhook
    message WebhookClientConfig {
      // `url` gives the location of the webhook, in standard URL form
      // (`scheme://host:port/path`). Exactly one of `url` or `service`
      // must be specified.
      //
      // The `host` should not refer to a service running in the cluster; use
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top