Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for StatefulSetSpec (0.51 sec)

  1. pkg/apis/apps/validation/validation.go

    	}
    	return allErrs
    }
    
    // ValidateStatefulSetSpec tests if required fields in the StatefulSet spec are set.
    func ValidateStatefulSetSpec(spec *apps.StatefulSetSpec, fldPath *field.Path, opts apivalidation.PodValidationOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    
    	switch spec.PodManagementPolicy {
    	case "":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. pkg/controller/disruption/disruption_test.go

    			UID:             uuid.NewUUID(),
    			Name:            "foobar",
    			Namespace:       metav1.NamespaceDefault,
    			ResourceVersion: "18",
    			Labels:          fooBar(),
    		},
    		Spec: apps.StatefulSetSpec{
    			Replicas: &size,
    			Selector: newSelFooBar(),
    		},
    	}
    
    	ssName, err := controller.KeyFunc(ss)
    	if err != nil {
    		t.Fatalf("Unexpected error naming StatefulSet %q: %v", ss.Name, err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  3. pkg/controller/history/controller_history_test.go

    			Kind:       "StatefulSet",
    			APIVersion: "apps/v1",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: v1.NamespaceDefault,
    			UID:       uid,
    		},
    		Spec: apps.StatefulSetSpec{
    			Selector: &metav1.LabelSelector{
    				// Purposely leaving MatchLabels nil, so to ensure it will break if any link
    				// in the chain ignores the set-based MatchExpressions.
    				MatchLabels:      nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    		{
    			statefulSet: apps.StatefulSet{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "test1",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Spec: apps.StatefulSetSpec{
    					Replicas: 5,
    					Template: api.PodTemplateSpec{
    						Spec: api.PodSpec{
    							Containers: []api.Container{
    								{
    									Name:  "fake-container1",
    									Image: "fake-image1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.apps.v1.StatefulSetSpec": {
            "description": "A StatefulSetSpec is the specification of a StatefulSet.",
            "properties": {
              "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.apps.v1.StatefulSetSpec": {
          "description": "A StatefulSetSpec is the specification of a StatefulSet.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.apps.v1.StatefulSetSpec": {
          "description": "A StatefulSetSpec is the specification of a StatefulSet.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.apps.v1.StatefulSetSpec": {
          "description": "A StatefulSetSpec is the specification of a StatefulSet.",
          "properties": {
            "minReadySeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top