Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,451 for generations (0.27 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/processor/codegen/CompositeInstrumentationCodeGenerator.java

        public CompositeInstrumentationCodeGenerator(Collection<InstrumentationCodeGenerator> generators) {
            this.generators = generators;
        }
    
        @Override
        public GenerationResult generateCodeForRequestedInterceptors(Collection<CallInterceptionRequest> interceptionRequests) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  2. pilot/pkg/status/resourcelock_test.go

    			Group:   "r1",
    			Version: "r1",
    		},
    		Namespace:  "r1",
    		Name:       "r1",
    		Generation: "11",
    	}
    	r1a := Resource{
    		GroupVersionResource: schema.GroupVersionResource{
    			Group:   "r1",
    			Version: "r1",
    		},
    		Namespace:  "r1",
    		Name:       "r1",
    		Generation: "12",
    	}
    	var runCount int32
    	x := make(chan struct{})
    	y := make(chan struct{})
    	mgr := NewManager(nil)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. platforms/jvm/scala/src/main/java/org/gradle/api/tasks/scala/ScalaDoc.java

            return scalaClasspath;
        }
    
        public void setScalaClasspath(FileCollection scalaClasspath) {
            this.scalaClasspath = scalaClasspath;
        }
    
        /**
         * Returns the ScalaDoc generation options.
         */
        @Nested
        public ScalaDocOptions getScalaDocOptions() {
            return scalaDocOptions;
        }
    
        public void setScalaDocOptions(ScalaDocOptions scalaDocOptions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  4. pkg/registry/apps/replicaset/strategy.go

    	newRS.Status = oldRS.Status
    
    	pod.DropDisabledTemplateFields(&newRS.Spec.Template, &oldRS.Spec.Template)
    
    	// Any changes to the spec increment the generation number, any changes to the
    	// status should reflect the generation number of the corresponding object. We push
    	// the burden of managing the status onto the clients because we can't (in general)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 16 21:06:43 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  5. pkg/registry/policy/poddisruptionbudget/strategy.go

    	// Any changes to the spec increment the generation number, any changes to the
    	// status should reflect the generation number of the corresponding object.
    	// See metav1.ObjectMeta description for more information on Generation.
    	if !apiequality.Semantic.DeepEqual(oldPodDisruptionBudget.Spec, newPodDisruptionBudget.Spec) {
    		newPodDisruptionBudget.Generation = oldPodDisruptionBudget.Generation + 1
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 22:25:42 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  6. pkg/controller/daemon/util/daemonset_util.go

    	v1helper "k8s.io/kubernetes/pkg/apis/core/v1/helper"
    )
    
    // GetTemplateGeneration gets the template generation associated with a v1.DaemonSet by extracting it from the
    // deprecated annotation. If no annotation is found nil is returned. If the annotation is found and fails to parse
    // nil is returned with an error. If the generation can be parsed from the annotation, a pointer to the parsed int64
    // value is returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 11:54:59 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema/nonstructuralschema_controller.go

    		return nil
    	}
    	if err != nil {
    		return err
    	}
    
    	// store generation in order to avoid repeated updates for the same generation (and potential
    	// fights of API server in HA environments).
    	c.lastSeenGenerationLock.Lock()
    	defer c.lastSeenGenerationLock.Unlock()
    	c.lastSeenGeneration[crd.Name] = crd.Generation
    
    	return nil
    }
    
    // Run starts the controller.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/resource.k8s.io.v1alpha2.ResourceClaimTemplate.json

        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  9. pkg/registry/storage/csidriver/strategy.go

    		newCSIDriver.Spec.SELinuxMount = nil
    	}
    
    	// Any changes to the spec increment the generation number.
    	if !apiequality.Semantic.DeepEqual(oldCSIDriver.Spec, newCSIDriver.Spec) {
    		newCSIDriver.Generation = oldCSIDriver.Generation + 1
    	}
    }
    
    func (csiDriverStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:01:37 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/resource.k8s.io.v1alpha2.ResourceClaimTemplate.json

        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
          "labelsKey": "labelsValue"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top