Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for relabel (0.33 sec)

  1. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_control_test.go

    			podIndexFromLabel, exists := pod.Labels[apps.PodIndexLabel]
    			if !exists {
    				t.Errorf("Missing pod index label: %s", apps.PodIndexLabel)
    				continue
    			}
    			podIndexFromName := strconv.Itoa(getOrdinal(pod))
    			if podIndexFromLabel != podIndexFromName {
    				t.Errorf("Pod index label value (%s) does not match pod index in pod name (%s)", podIndexFromLabel, podIndexFromName)
    			}
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  7. src/database/sql/sql_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	cancel()
    	// Run number of stmt queries to reproduce deadlock from context cancel
    	for i := 0; i < 1e3; i++ {
    		// Encounter any close related errors (e.g. ErrTxDone, stmt is closed)
    		// is expected due to context cancel.
    		_, err = stmt.Query(1)
    		if err != nil {
    			break
    		}
    	}
    	_ = tx.Rollback()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

                "type": "string"
              },
              "time": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. src/cmd/go/internal/load/pkg.go

    // CoverVar holds the name of the generated coverage variables targeting the named file.
    type CoverVar struct {
    	File string // local file name
    	Var  string // name of count struct
    }
    
    // CoverSetup holds parameters related to coverage setup for a given package (covermode, etc).
    type CoverSetup struct {
    	Mode    string // coverage mode for this package
    	Cfg     string // path to config file to pass to "go tool cover"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top