Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 142 for ReadinessGates (0.14 sec)

  1. pkg/kubelet/status/generate_test.go

    				getNotReadyStatus("1234"),
    			},
    			podPhase:    v1.PodSucceeded,
    			expectReady: getPodCondition(v1.PodReady, v1.ConditionFalse, PodCompleted, ""),
    		},
    		{
    			spec: &v1.PodSpec{
    				ReadinessGates: []v1.PodReadinessGate{
    					{ConditionType: v1.PodConditionType("gate1")},
    				},
    			},
    			conditions:        nil,
    			containerStatuses: []v1.ContainerStatus{},
    			podPhase:          v1.PodRunning,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 15:18:11 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go

    	DNSConfig                     *PodDNSConfigApplyConfiguration              `json:"dnsConfig,omitempty"`
    	ReadinessGates                []PodReadinessGateApplyConfiguration         `json:"readinessGates,omitempty"`
    	RuntimeClassName              *string                                      `json:"runtimeClassName,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 23.9K bytes
    - Viewed (0)
  3. pkg/kubelet/status/generate.go

    	}
    }
    
    // GeneratePodReadyCondition returns "Ready" condition of a pod.
    // The status of "Ready" condition is "True", if all containers in a pod are ready
    // AND all matching conditions specified in the ReadinessGates have status equal to "True".
    func GeneratePodReadyCondition(spec *v1.PodSpec, conditions []v1.PodCondition, containerStatuses []v1.ContainerStatus, podPhase v1.PodPhase) v1.PodCondition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 15:18:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. pkg/registry/core/pod/storage/storage_test.go

    		{Name: "Nominated Node", Type: "string", Priority: 1, Description: v1.PodStatus{}.SwaggerDoc()["nominatedNodeName"]},
    		{Name: "Readiness Gates", Type: "string", Priority: 1, Description: v1.PodSpec{}.SwaggerDoc()["readinessGates"]},
    	}
    
    	condition1 := "condition1"
    	condition2 := "condition2"
    	pod1 := &api.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers.go

    		if nodeName == "" {
    			nodeName = "<none>"
    		}
    		if nominatedNodeName == "" {
    			nominatedNodeName = "<none>"
    		}
    
    		readinessGates := "<none>"
    		if len(pod.Spec.ReadinessGates) > 0 {
    			trueConditions := 0
    			for _, readinessGate := range pod.Spec.ReadinessGates {
    				conditionType := readinessGate.ConditionType
    				for _, condition := range pod.Status.Conditions {
    					if condition.Type == conditionType {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

              ],
              "options": [
                {
                  "name": "nameValue",
                  "value": "valueValue"
                }
              ]
            },
            "readinessGates": [
              {
                "conditionType": "conditionTypeValue"
              }
            ],
            "runtimeClassName": "runtimeClassNameValue",
            "enableServiceLinks": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

              ],
              "options": [
                {
                  "name": "nameValue",
                  "value": "valueValue"
                }
              ]
            },
            "readinessGates": [
              {
                "conditionType": "conditionTypeValue"
              }
            ],
            "runtimeClassName": "runtimeClassNameValue",
            "enableServiceLinks": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

          os:
            name: nameValue
          overhead:
            overheadKey: "0"
          preemptionPolicy: preemptionPolicyValue
          priority: 25
          priorityClassName: priorityClassNameValue
          readinessGates:
          - conditionType: conditionTypeValue
          resourceClaims:
          - name: nameValue
            source:
              resourceClaimName: resourceClaimNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

        os:
          name: nameValue
        overhead:
          overheadKey: "0"
        preemptionPolicy: preemptionPolicyValue
        priority: 25
        priorityClassName: priorityClassNameValue
        readinessGates:
        - conditionType: conditionTypeValue
        resourceClaims:
        - name: nameValue
          source:
            resourceClaimName: resourceClaimNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.yaml

          os:
            name: nameValue
          overhead:
            overheadKey: "0"
          preemptionPolicy: preemptionPolicyValue
          priority: 25
          priorityClassName: priorityClassNameValue
          readinessGates:
          - conditionType: conditionTypeValue
          resourceClaims:
          - name: nameValue
            source:
              resourceClaimName: resourceClaimNameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
Back to top