Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 506 for defaulted (0.15 sec)

  1. pkg/apis/admissionregistration/v1alpha1/defaults_test.go

    									Rule: v1alpha1.Rule{
    										Scope: &allScopes, // defaulted
    									},
    								},
    							},
    						},
    					},
    					FailurePolicy: &fail,
    				},
    			},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			original := test.original
    			expected := test.expected
    			legacyscheme.Scheme.Default(original)
    			if !apiequality.Semantic.DeepEqual(original, expected) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/platform/OpenJSSEPlatform.kt

      // Selects TLSv1.3 so we are specific about our intended version ranges (not just 1.3)
      // and because it's a common pattern for VMs to have differences between supported and
      // defaulted versions for TLS based on what is requested.
      override fun newSSLContext(): SSLContext = SSLContext.getInstance("TLSv1.3", provider)
    
      override fun platformTrustManager(): X509TrustManager {
        val factory =
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/generated.proto

    option go_package = "k8s.io/apiserver/pkg/apis/example2/v1";
    
    // ReplicaSet ensures that a specified number of pod replicas are running at any given time.
    message ReplicaSet {
      // If the Labels of a ReplicaSet are empty, they are defaulted to
      // be the same as the Pod(s) that the ReplicaSet manages.
      // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1beta1/defaults_test.go

    					SuccessfulJobsHistoryLimit: utilpointer.Int32(3),
    					FailedJobsHistoryLimit:     utilpointer.Int32(1),
    				},
    			},
    		},
    		"set fields should not be defaulted": {
    			original: &batchv1beta1.CronJob{
    				Spec: batchv1beta1.CronJobSpec{
    					ConcurrencyPolicy:          batchv1beta1.ForbidConcurrent,
    					Suspend:                    newBool(true),
    					SuccessfulJobsHistoryLimit: utilpointer.Int32(5),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:14:37 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. docs/features/caching.md

    This will skip the normal events such as DNS, connecting to the network, and downloading the response body.
    
    As recommended by the HTTP RFC the max age of a document is defaulted to 10% of the 
    document's age at the time it was served based on "Last-Modified". Default expiration dates aren't used for URIs 
    containing a query.
    
     - CallStart
     - **CacheHit**
     - CallEnd
     
    ### Cache Miss
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    			expectedObject: &testDecodable{},
    			expectedGVK:    &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			strict:         true,
    		},
    
    		// version without group is not defaulted
    		{
    			data:           []byte(`{"apiVersion":"blah"}`),
    			defaultGVK:     &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			creater:        &mockCreater{obj: &testDecodable{}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
  7. cmd/kubeadm/test/util.go

    	}
    }
    
    // GetDefaultInternalConfig returns a defaulted kubeadmapi.InitConfiguration
    func GetDefaultInternalConfig(t *testing.T) *kubeadmapi.InitConfiguration {
    	internalcfg, err := configutil.DefaultedStaticInitConfiguration()
    	if err != nil {
    		t.Fatalf("unexpected error getting default config: %v", err)
    	}
    	return internalcfg
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 01 05:59:41 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/defaults_test.go

    			SetListOptionsDefaults(&scenario.targetObj, scenario.watchListFeatureEnabled)
    			if !apiequality.Semantic.DeepEqual(&scenario.expectedObj, &scenario.targetObj) {
    				t.Errorf("expected and defaulted objects are different:\n%s", cmp.Diff(&scenario.expectedObj, &scenario.targetObj))
    			}
    		})
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 10:00:32 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/IntegrationTestBuildContext.java

    import org.gradle.util.GradleVersion;
    import org.gradle.testfixtures.internal.NativeServicesTestFixture;
    
    import javax.annotation.Nullable;
    import java.io.File;
    
    /**
     * Provides values that are set during the build, or defaulted when not running in a build context (e.g. IDE).
     */
    public class IntegrationTestBuildContext {
        // Collect this early, as the process' current directory can change during embedded test execution
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1/defaults_test.go

    			want: &KMSConfiguration{Timeout: &v1.Duration{Duration: 1 * time.Minute}, CacheSize: &defaultCacheSize, APIVersion: "v1"},
    		},
    		{
    			desc: "apiVersion v2 supplied, cache size not defaulted",
    			in:   &KMSConfiguration{Timeout: &v1.Duration{Duration: 1 * time.Minute}, APIVersion: "v2"},
    			want: &KMSConfiguration{Timeout: &v1.Duration{Duration: 1 * time.Minute}, APIVersion: "v2"},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 18 20:54:24 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top