Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,010 for Replicas (0.14 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/admission.k8s.io.v1.AdmissionReview.yaml

        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      oldObject:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      operation: operationValue
      options:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      requestKind:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/admission.k8s.io.v1beta1.AdmissionReview.yaml

        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      oldObject:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      operation: operationValue
      options:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      requestKind:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.yaml

        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      oldObject:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      operation: operationValue
      options:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      requestKind:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/scalehandler.go

    // them so that they can be handled by scale.
    // For the managed fields that have a replicas path it performs two changes:
    //  1. APIVersion is changed to the APIVersion of the scale subresource
    //  2. Replicas path of the main resource is transformed to the replicas path of
    //     the scale subresource
    func (h *ScaleHandler) ToSubresource() ([]metav1.ManagedFieldsEntry, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  5. operator/pkg/translate/translate_test.go

    			expectSkip: false,
    		},
    		{
    			name:       "hpa enabled for pilot without replicas",
    			component:  name.EgressComponentName,
    			values:     fmt.Sprintf(valuesWithHPAndReplicaCountFormat, false, false, false),
    			expectSkip: false,
    		},
    		{
    			name:       "hpa enabled for pilot with replicas",
    			component:  name.PilotComponentName,
    			values:     fmt.Sprintf(valuesWithHPAndReplicaCountFormat, true, false, false),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/zz_generated.conversion.go

    	if err := metav1.Convert_Pointer_int32_To_int32(&in.Replicas, &out.Replicas, s); err != nil {
    		return err
    	}
    	return nil
    }
    
    func autoConvert_example_ReplicaSetSpec_To_v1_ReplicaSetSpec(in *example.ReplicaSetSpec, out *ReplicaSetSpec, s conversion.Scope) error {
    	if err := metav1.Convert_int32_To_Pointer_int32(&in.Replicas, &out.Replicas, s); err != nil {
    		return err
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apps/v1/generated.proto

      // the replica count to be deleted.
      optional string whenScaled = 2;
    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    message StatefulSetSpec {
      // replicas is the desired number of replicas of the given Template.
      // These are replicas in the sense that they are instantiations of the
      // same Template, but individual replicas also have a consistent identity.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.proto

      // the replica count to be deleted.
      optional string whenScaled = 2;
    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    message StatefulSetSpec {
      // replicas is the desired number of replicas of the given Template.
      // These are replicas in the sense that they are instantiations of the
      // same Template, but individual replicas also have a consistent identity.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/replica_calculator.go

    		// return the current replicas if the change of metrics length would cause a change in scale direction
    		return currentReplicas, usage, nil
    	}
    
    	// return the result, where the number of replicas considered is
    	// however many replicas factored into our calculation
    	return newReplicas, usage, nil
    }
    
    // GetObjectMetricReplicas calculates the desired replica count based on a target metric usage (as a milli-value)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  10. pkg/registry/apps/statefulset/storage/storage.go

    			UID:               ss.UID,
    			ResourceVersion:   ss.ResourceVersion,
    			CreationTimestamp: ss.CreationTimestamp,
    		},
    		Spec: autoscaling.ScaleSpec{
    			Replicas: ss.Spec.Replicas,
    		},
    		Status: autoscaling.ScaleStatus{
    			Replicas: ss.Status.Replicas,
    			Selector: selector.String(),
    		},
    	}, nil
    }
    
    // scaleUpdatedObjectInfo transforms existing statefulset -> existing scale -> new scale -> new statefulset
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top