Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 341 for statusB (0.33 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller.go

    	// - volume.Spec update
    	// - volume.Status update
    	// - claim.Spec update
    	// - claim.Status update
    	// With these caches, the controller can check that it has already saved
    	// volume.Status and claim.Spec+Status and does not need to do anything
    	// when e.g. volume.Spec update event arrives before all the other events.
    	// Without this cache, it would see the old version of volume.Status and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    				if test.runPreScore {
    					status := p.(framework.PreScorePlugin).PreScore(ctx, state, test.requestedPod, tf.BuildNodeInfos(test.nodes))
    					if !status.IsSuccess() {
    						t.Errorf("PreScore is expected to return success, but didn't. Got status: %v", status)
    					}
    				}
    				score, status := p.(framework.ScorePlugin).Score(ctx, state, test.requestedPod, n.Name)
    				if !status.IsSuccess() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  3. pkg/controller/daemon/daemon_controller.go

    	updateObservedGen bool) error {
    	if int(ds.Status.DesiredNumberScheduled) == desiredNumberScheduled &&
    		int(ds.Status.CurrentNumberScheduled) == currentNumberScheduled &&
    		int(ds.Status.NumberMisscheduled) == numberMisscheduled &&
    		int(ds.Status.NumberReady) == numberReady &&
    		int(ds.Status.UpdatedNumberScheduled) == updatedNumberScheduled &&
    		int(ds.Status.NumberAvailable) == numberAvailable &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  4. pkg/apis/apps/v1beta1/zz_generated.conversion.go

    	if err := Convert_v1beta1_DeploymentSpec_To_apps_DeploymentSpec(&in.Spec, &out.Spec, s); err != nil {
    		return err
    	}
    	if err := Convert_v1beta1_DeploymentStatus_To_apps_DeploymentStatus(&in.Status, &out.Status, s); err != nil {
    		return err
    	}
    	return nil
    }
    
    // Convert_v1beta1_Deployment_To_apps_Deployment is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 52.9K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    				args:      *getDefaultDefaultPreemptionArgs(),
    			}
    
    			state := framework.NewCycleState()
    			// Ensure <state> is populated.
    			if _, status := f.RunPreFilterPlugins(ctx, state, tt.pod); !status.IsSuccess() {
    				t.Errorf("Unexpected PreFilter Status: %v", status)
    			}
    
    			gotResult, gotStatus := p.PostFilter(ctx, state, tt.pod, tt.filteredNodesStatuses)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.template.gen.yaml

              initialDelaySeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/initialDelaySeconds` .Values.global.proxy.readinessInitialDelaySeconds }}
              periodSeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/periodSeconds` .Values.global.proxy.readinessPeriodSeconds }}
              timeoutSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/hello.yaml.14.template.gen.yaml

              initialDelaySeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/initialDelaySeconds` .Values.global.proxy.readinessInitialDelaySeconds }}
              periodSeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/periodSeconds` .Values.global.proxy.readinessPeriodSeconds }}
              timeoutSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/hello.yaml.3.template.gen.yaml

              initialDelaySeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/initialDelaySeconds` .Values.global.proxy.readinessInitialDelaySeconds }}
              periodSeconds: {{ annotation .ObjectMeta `readiness.status.sidecar.istio.io/periodSeconds` .Values.global.proxy.readinessPeriodSeconds }}
              timeoutSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/deadness_analysis.cc

        }
      }
    
      Status HandleSwitch(Node* n, std::vector<bool>* should_revisit);
      Status HandleMerge(Node* n, std::vector<bool>* should_revisit,
                         bool use_optimistic_mode);
      Status HandleRecv(Node* n, std::vector<bool>* should_revisit);
      Status HandleGeneric(Node* n, std::vector<bool>* should_revisit);
      Status HandleNode(Node* n, std::vector<bool>* should_revisit,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top