Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for statusValue (0.25 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.json

            }
          }
        ]
      },
      "status": {
        "phase": "phaseValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

            }
          }
        ]
      },
      "status": {
        "phase": "phaseValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
            "successPolicy": {
              "rules": [
                {
                  "succeededIndexes": "succeededIndexesValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
            "successPolicy": {
              "rules": [
                {
                  "succeededIndexes": "succeededIndexesValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

            }
          }
        ]
      },
      "status": {
        "phase": "phaseValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceregistry_test.go

    			Type:   status.ConditionHealthy,
    			Status: status.StatusTrue,
    		})
    	}
    	return status.UpdateConfigCondition(cfg, &v1alpha1.IstioCondition{
    		Type:   status.ConditionHealthy,
    		Status: status.StatusFalse,
    	})
    }
    
    func waitForEdsUpdate(t *testing.T, xdsUpdater *xdsfake.Updater, expected int) {
    	t.Helper()
    	xdsUpdater.MatchOrFail(t, xdsfake.Event{Type: "eds", EndpointCount: expected})
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/conversion.go

    			message: "No errors found",
    		},
    		string(k8s.ListenerConditionConflicted): {
    			reason:  string(k8s.ListenerReasonNoConflicts),
    			message: "No errors found",
    			status:  kstatus.StatusFalse,
    		},
    		string(k8s.ListenerConditionResolvedRefs): {
    			reason:  string(k8s.ListenerReasonResolvedRefs),
    			message: "No errors found",
    		},
    	}
    
    	ok := true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top