Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 112 for stateful (0.38 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/local/model/LocalComponentGraphResolveStateFactoryTest.groovy

            new ComponentIdGenerator(),
            metadataBuilder,
            TestUtil.calculatedValueContainerFactory()
        )
    
        LocalComponentGraphResolveState state
    
        def setup() {
            state = stateFactory.stateFor(
                RootScriptDomainObjectContext.INSTANCE,
                componentIdentifier,
                id,
                project.configurations as ConfigurationsProvider,
                "status",
                EmptySchema.INSTANCE
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

         */
        private <T> T withCoordinateResolver(Class<T> coordsType, Path identityPath, Function<VariantCoordinateResolver<T>, T> action) {
            ProjectState projectState = projects.stateFor(identityPath);
    
            // Ensure target project is configured
            projectConfigurer.configureFully(projectState);
    
            return projectState.fromMutableState(project -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    ### Bug or Regression
    
    - Emition of RecreatingFailedPod and RecreatingTerminatedPod events has been removed from stateful set lifecycle. ([#123809](https://github.com/kubernetes/kubernetes/pull/123809), [@atiratree](https://github.com/atiratree)) [SIG Apps and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "items": {
                "description": "Items is the list of stateful sets.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.api.apps.v1.StatefulSet"
                    }
                  ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/runtime/framework.go

    		return false, state, nodeInfo, nil
    	}
    	nodeInfoOut := nodeInfo.Snapshot()
    	stateOut := state.Clone()
    	podsAdded := false
    	for _, pi := range nominatedPodInfos {
    		if corev1.PodPriority(pi.Pod) >= corev1.PodPriority(pod) && pi.Pod.UID != pod.UID {
    			nodeInfoOut.AddPodInfo(pi)
    			status := fh.RunPreFilterExtensionAddPod(ctx, stateOut, pod, pi, nodeInfoOut)
    			if !status.IsSuccess() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    ### Bug or Regression
    
    - Emition of RecreatingFailedPod and RecreatingTerminatedPod events has been removed from stateful set lifecycle. ([#123809](https://github.com/kubernetes/kubernetes/pull/123809), [@atiratree](https://github.com/atiratree)) [SIG Apps and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/rangefunc/rewrite.go

    	ss := r.setStateAt(len(r.forStack)-1, val)
    	setPos(ss, pos)
    	return ss
    }
    
    func (r *rewriter) setStateAt(index int, stateVal abi.RF_State) *syntax.AssignStmt {
    	loop := r.forStack[index]
    	return &syntax.AssignStmt{
    		Lhs: r.useObj(loop.stateVar),
    		Rhs: r.stateConst(stateVal),
    	}
    }
    
    // bodyFunc converts the loop body (control flow has already been updated)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    				},
    			}, {
    				Name: "empty-dir",
    				VolumeSource: core.VolumeSource{
    					EmptyDir: &core.EmptyDirVolumeSource{},
    				},
    			}},
    		},
    	}, {
    		name:    "hostUsers=false - stateful volume",
    		success: true,
    		spec: &core.PodSpec{
    			SecurityContext: &core.PodSecurityContext{
    				HostUsers: &falseVar,
    			},
    			Volumes: []core.Volume{{
    				Name: "host-path",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"),
    						},
    					},
    					"items": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Items is the list of stateful sets.",
    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    										Default: map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "items": {
              "description": "Items is the list of stateful sets.",
              "items": {
                "$ref": "#/definitions/io.k8s.api.apps.v1.StatefulSet"
              },
              "type": "array"
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top