Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for currentRevision (0.33 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  5. pkg/controller/statefulset/stateful_set_utils_test.go

    	}
    }
    
    func TestRollingUpdateApplyRevision(t *testing.T) {
    	set := newStatefulSet(1)
    	set.Status.CollisionCount = new(int32)
    	currentSet := set.DeepCopy()
    	currentRevision, err := newRevision(set, 1, set.Status.CollisionCount)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	set.Spec.Template.Spec.Containers[0].Env = []v1.EnvVar{{Name: "foo", Value: "bar"}}
    	updateSet := set.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1/generated.pb.go

    	copy(dAtA[i:], m.UpdateRevision)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.UpdateRevision)))
    	i--
    	dAtA[i] = 0x3a
    	i -= len(m.CurrentRevision)
    	copy(dAtA[i:], m.CurrentRevision)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.CurrentRevision)))
    	i--
    	dAtA[i] = 0x32
    	i = encodeVarintGenerated(dAtA, i, uint64(m.UpdatedReplicas))
    	i--
    	dAtA[i] = 0x28
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    	copy(dAtA[i:], m.UpdateRevision)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.UpdateRevision)))
    	i--
    	dAtA[i] = 0x3a
    	i -= len(m.CurrentRevision)
    	copy(dAtA[i:], m.CurrentRevision)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.CurrentRevision)))
    	i--
    	dAtA[i] = 0x32
    	i = encodeVarintGenerated(dAtA, i, uint64(m.UpdatedReplicas))
    	i--
    	dAtA[i] = 0x28
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"currentRevision": {
    						SchemaProps: spec.SchemaProps{
    							Description: "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
    							Type:        []string{"string"},
    							Format:      "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
                "format": "int32",
                "type": "integer"
              },
              "currentRevision": {
                "description": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
              "format": "int32",
              "type": "integer"
            },
            "currentRevision": {
              "description": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).",
              "type": "string"
    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