Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ReplicaFailure (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/openapi/enablement_test.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"Available", "Progressing", "ReplicaFailure"}},
    					},
    					"status": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1/types.go

    	// when progressDeadlineSeconds is not specified.
    	DeploymentProgressing DeploymentConditionType = "Progressing"
    	// ReplicaFailure is added in a deployment when one of its pods fails to be created
    	// or deleted.
    	DeploymentReplicaFailure DeploymentConditionType = "ReplicaFailure"
    )
    
    // DeploymentCondition describes the state of a deployment at a certain point.
    type DeploymentCondition struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// etc. or deleted due to kubelet being down or finalizers are failing.
    	ReplicationControllerReplicaFailure ReplicationControllerConditionType = "ReplicaFailure"
    )
    
    // ReplicationControllerCondition describes the state of a replication controller at a certain point.
    type ReplicationControllerCondition struct {
    	// Type of replication controller condition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// etc. or deleted due to kubelet being down or finalizers are failing.
    	ReplicationControllerReplicaFailure ReplicationControllerConditionType = "ReplicaFailure"
    )
    
    // ReplicationControllerCondition describes the state of a replication controller at a certain point.
    type ReplicationControllerCondition struct {
    	// Type of replication controller condition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top