Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 105 for createfing (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    )
    
    // ObjectMeta is metadata that all persisted resources must have, which includes all objects
    // users must create.
    type ObjectMeta struct {
    	// Name must be unique within a namespace. Is required when creating resources, although
    	// some resources may allow a client to request the generation of an appropriate name
    	// automatically. Name is primarily intended for creation idempotence and configuration
    	// definition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  2. pkg/registry/core/pod/strategy_test.go

    		gateEnabled bool
    		newPod      *api.Pod
    		wantPod     *api.Pod
    	}{
    		{
    			description: "gate enabled, creating pods with sleep action",
    			gateEnabled: true,
    			newPod:      podWithHandler(),
    			wantPod:     podWithHandler(),
    		},
    		{
    			description: "gate disabled, creating pods with sleep action",
    			gateEnabled: false,
    			newPod:      podWithHandler(),
    			wantPod:     podWithoutHandler(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    .Creating a unit test report for subprojects
    ====
    include::sample[dir="snippets/testing/testReport/kotlin",files="buildSrc/src/main/kotlin/myproject.java-conventions.gradle.kts[tags=test-report];build.gradle.kts[tags=test-report]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. cmd/xl-storage-format-v2.go

    		if len(k) > len(ReservedMetadataPrefixLower) && strings.EqualFold(k[:len(ReservedMetadataPrefixLower)], ReservedMetadataPrefixLower) {
    			// Skip tierFVID, tierFVMarker keys; it's used
    			// only for creating free-version.
    			switch k {
    			case tierFVIDKey, tierFVMarkerKey:
    				continue
    			}
    		}
    		if equals(k, "x-amz-storage-class") && string(v) == storageclass.STANDARD {
    			continue
    		}
    		switch {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // This may be an empty string.
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:MaxLength=32768
      optional string message = 6;
    }
    
    // CreateOptions may be provided when creating an API object.
    message CreateOptions {
      // When present, indicates that modifications should not be
      // persisted. An invalid or unrecognized dryRun directive will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // This may be an empty string.
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:MaxLength=32768
      optional string message = 6;
    }
    
    // CreateOptions may be provided when creating an API object.
    message CreateOptions {
      // When present, indicates that modifications should not be
      // persisted. An invalid or unrecognized dryRun directive will
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

                if (hasSettingsFile(dir) || hasSettingsFile(dir.file("master"))) {
                    return;
                }
                dir = dir.getParentFile();
            }
            workingDir.createFile("settings.gradle");
        }
    
        private static boolean hasSettingsFile(TestFile dir) {
            if (dir.isDirectory()) {
                String[] settingsFileNames = ScriptFileUtil.getValidSettingsFileNames();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    		t.Run(c.name, func(t *testing.T) {
    			s := newAmbientTestServer(t, testC, testNW)
    			// These steps happen for every test regardless of traffic type.
    			// It involves creating a waypoint for the specified traffic type
    			// then creating a workload and a service with no annotations set
    			// on these objects yet.
    			s.addWaypoint(t, "10.0.0.10", "test-wp", c.trafficType, true)
    			s.addPods(t, "127.0.0.1", "pod1", "sa1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    			_, err := store.Update(*cfg)
    			if err != nil {
    				t.Fatalf("error occurred updating ServiceEntry config: %v", err)
    			}
    		} else if err != nil {
    			t.Fatalf("error occurred creating ServiceEntry config: %v", err)
    		}
    	}
    }
    
    func callInstanceHandlers(instances []*model.WorkloadInstance, sd *Controller, ev model.Event, t testing.TB) {
    	t.Helper()
    	for _, instance := range instances {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  10. pkg/controller/job/job_controller.go

    			diff = int32(len(indexesToAdd))
    		}
    
    		jm.expectations.ExpectCreations(logger, jobKey, int(diff))
    		errCh := make(chan error, diff)
    		logger.V(4).Info("Too few pods running", "key", jobKey, "need", wantActive, "creating", diff)
    
    		wait := sync.WaitGroup{}
    
    		active += diff
    
    		podTemplate := job.Spec.Template.DeepCopy()
    		if isIndexedJob(job) {
    			addCompletionIndexEnvVariables(podTemplate)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top