Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for StatefulSetSpec (0.25 sec)

  1. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // `Delete` policy causes the associated PVCs for any excess pods above
      // 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    func (m *StatefulSetSpec) Reset()      { *m = StatefulSetSpec{} }
    func (*StatefulSetSpec) ProtoMessage() {}
    func (*StatefulSetSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{20}
    }
    func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *StatefulSetSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. pkg/registry/apps/controllerrevision/storage/storage_test.go

    	}
    	return storage, server
    }
    
    func newObject() runtime.Object {
    	return &apps.StatefulSet{
    		ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    		Spec: apps.StatefulSetSpec{
    			Selector: &metav1.LabelSelector{MatchLabels: map[string]string{"foo": "bar"}},
    			Template: api.PodTemplateSpec{
    				Spec: api.PodSpec{
    					RestartPolicy: api.RestartPolicyAlways,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 12 20:55:35 UTC 2019
    - 5.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta1/types.go

    	// If unset, defaults to 0. Replica indices will be in the range:
    	//   [0, .spec.replicas).
    	// +optional
    	Start int32 `json:"start" protobuf:"varint,1,opt,name=start"`
    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    type StatefulSetSpec struct {
    	// replicas is the desired number of replicas of the given Template.
    	// These are replicas in the sense that they are instantiations of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/generated.proto

      // `Delete` policy causes the associated PVCs for any excess pods above
      // 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  6. pkg/apis/apps/types.go

    	// If unset, defaults to 0. Replica indices will be in the range:
    	//   [0, .spec.replicas).
    	// +optional
    	Start int32
    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    type StatefulSetSpec struct {
    	// Replicas is the desired number of replicas of the given Template.
    	// These are replicas in the sense that they are instantiations of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  7. pkg/registry/apps/statefulset/storage/storage_test.go

    	return &apps.StatefulSet{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "foo",
    			Namespace: metav1.NamespaceDefault,
    			Labels:    map[string]string{"a": "b"},
    		},
    		Spec: apps.StatefulSetSpec{
    			PodManagementPolicy: apps.OrderedReadyPodManagement,
    			Selector:            &metav1.LabelSelector{MatchLabels: map[string]string{"a": "b"}},
    			Template: api.PodTemplateSpec{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 14K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.pb.go

    func (m *StatefulSetSpec) Reset()      { *m = StatefulSetSpec{} }
    func (*StatefulSetSpec) ProtoMessage() {}
    func (*StatefulSetSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5b781835628d5338, []int{27}
    }
    func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *StatefulSetSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go

    	return map_StatefulSetPersistentVolumeClaimRetentionPolicy
    }
    
    var map_StatefulSetSpec = map[string]string{
    	"":                                     "A StatefulSetSpec is the specification of a StatefulSet.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    func (m *StatefulSetSpec) Reset()      { *m = StatefulSetSpec{} }
    func (*StatefulSetSpec) ProtoMessage() {}
    func (*StatefulSetSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{30}
    }
    func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *StatefulSetSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top