Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for ungetc (0.28 sec)

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

    			cancel() // cancel this upfront so the kms v2 healthz check poll does not run
    			_, got, kmsUsed, err := getTransformerOverridesAndKMSPluginProbes(ctx, config, "")
    			if err != nil {
    				t.Fatal(err)
    			}
    
    			// unset fields that are not relevant to the test
    			for i := range got {
    				checker := got[i]
    				switch p := checker.(type) {
    				case *kmsPluginProbe:
    					p.service = nil
    					p.l = nil
    					p.lastResponse = nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  2. pkg/apis/storage/validation/validation_test.go

    				TopologyKeys: []string{"company.com/zone2"},
    				Allocatable:  &storage.VolumeNodeResources{Count: utilpointer.Int32(20)},
    			}},
    		},
    	}, {
    		// invalid change trying to set a previously unset allocatable
    		ObjectMeta: metav1.ObjectMeta{Name: "foo1"},
    		Spec: storage.CSINodeSpec{
    			Drivers: []storage.CSINodeDriver{{
    				Name:         "io.kubernetes.storage.csi.driver-1",
    				NodeID:       nodeID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/types.go

    	// one StatefulSet to another.
    	// If set, replica indices will be in the range:
    	//   [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
    	// If unset, defaults to 0. Replica indices will be in the range:
    	//   [0, .spec.replicas).
    	// +optional
    	Start int32 `json:"start" protobuf:"varint,1,opt,name=start"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// one StatefulSet to another.
    	// If set, replica indices will be in the range:
    	//   [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas).
    	// If unset, defaults to 0. Replica indices will be in the range:
    	//   [0, .spec.replicas).
    	// +optional
    	Start int32 `json:"start" protobuf:"varint,1,opt,name=start"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  6. src/crypto/tls/tls_test.go

    		cert, err := X509KeyPair(certPEM, keyPEM)
    		if err != nil {
    			t.Fatal(err)
    		}
    		if cert.Leaf == nil {
    			t.Fatal("Leaf should be populated")
    		}
    	})
    	t.Run("GODEBUG unset", func(t *testing.T) {
    		cert, err := X509KeyPair(certPEM, keyPEM)
    		if err != nil {
    			t.Fatal(err)
    		}
    		if cert.Leaf == nil {
    			t.Fatal("Leaf should be populated")
    		}
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  7. src/crypto/tls/conn.go

    		// Finished. See RFC 8446, Appendix D.4. Note that according to Section
    		// 5, a server can send a ChangeCipherSpec before its ServerHello, when
    		// c.vers is still unset. That's not useful though and suspicious if the
    		// server then selects a lower protocol version, so don't allow that.
    		if c.vers == VersionTLS13 {
    			return c.retryReadRecord(expectChangeCipherSpec)
    		}
    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. pkg/registry/core/pod/strategy_test.go

    		wantTopologySpreadConstraints []api.TopologySpreadConstraint
    		enableNodeInclusionPolicy     bool
    	}{
    		{
    			name:                          "nodeInclusionPolicy enabled with topology unset",
    			topologySpreadConstraints:     emptyConstraints,
    			wantTopologySpreadConstraints: emptyConstraints,
    			enableNodeInclusionPolicy:     true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	ShouldDeleteDuringUpdate func(ctx context.Context, key string, obj, existing runtime.Object) bool
    
    	// TableConvertor is an optional interface for transforming items or lists
    	// of items into tabular output. If unset, the default will be used.
    	TableConvertor rest.TableConvertor
    
    	// ResetFieldsStrategy provides the fields reset by the strategy that
    	// should not be modified by the user.
    	ResetFieldsStrategy rest.ResetFieldsStrategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  10. plugin/pkg/admission/resourcequota/admission_test.go

    	informerFactory.Core().V1().ResourceQuotas().Informer().GetIndexer().Add(resourceQuota)
    	newPod := validPod("pod-without-namespace", 1, getResourceRequirements(getResourceList("1", "2Gi"), getResourceList("", "")))
    
    	// unset the namespace
    	newPod.ObjectMeta.Namespace = ""
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
Back to top