Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for PersistentVolumeClaimRetentionPolicyType (0.47 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetpersistentvolumeclaimretentionpolicy.go

    // with apply.
    type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
    	WhenDeleted *v1beta1.PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty"`
    	WhenScaled  *v1beta1.PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 18 00:46:48 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetpersistentvolumeclaimretentionpolicy.go

    // with apply.
    type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
    	WhenDeleted *v1beta2.PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty"`
    	WhenScaled  *v1beta2.PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 18 00:46:48 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetpersistentvolumeclaimretentionpolicy.go

    // with apply.
    type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
    	WhenDeleted *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty"`
    	WhenScaled  *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 18 00:46:48 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  4. pkg/registry/apps/statefulset/strategy_test.go

    		}
    		invalidPs := ps
    		invalidPs.Spec.PersistentVolumeClaimRetentionPolicy.WhenDeleted = apps.PersistentVolumeClaimRetentionPolicyType("invalid type")
    		Strategy.PrepareForUpdate(ctx, validPs, invalidPs)
    		errs = Strategy.ValidateUpdate(ctx, validPs, ps)
    		if len(errs) != 0 {
    			t.Errorf("invalid updates to PersistentVolumeClaimRetentionPolicyType should be allowed: %v", errs)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/types.go

    }
    
    // PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine
    // when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is
    // deleted or scaled down.
    type PersistentVolumeClaimRetentionPolicyType string
    
    const (
    	// RetainPersistentVolumeClaimRetentionPolicyType is the default
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1/types.go

    }
    
    // PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine
    // when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is
    // deleted or scaled down.
    type PersistentVolumeClaimRetentionPolicyType string
    
    const (
    	// RetainPersistentVolumeClaimRetentionPolicyType is the default
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  7. pkg/apis/apps/types.go

    	// +optional
    	MaxUnavailable *intstr.IntOrString
    }
    
    // PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine
    // when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is
    // deleted or scaled down.
    type PersistentVolumeClaimRetentionPolicyType string
    
    const (
    	// RetainPersistentVolumeClaimRetentionPolicyType is the default
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:09:29 UTC 2023
    - 36.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/types.go

    }
    
    // PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine
    // when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is
    // deleted or scaled down.
    type PersistentVolumeClaimRetentionPolicyType string
    
    const (
    	// RetainPersistentVolumeClaimRetentionPolicyType is the default
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_utils_test.go

    		}
    	}
    }
    
    func TestIsClaimOwnerUpToDate(t *testing.T) {
    	testCases := []struct {
    		name            string
    		scaleDownPolicy apps.PersistentVolumeClaimRetentionPolicyType
    		setDeletePolicy apps.PersistentVolumeClaimRetentionPolicyType
    		needsPodRef     bool
    		needsSetRef     bool
    		replicas        int32
    		ordinal         int
    	}{
    		{
    			name:            "retain",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  10. pkg/apis/apps/v1beta1/zz_generated.conversion.go

    	out.WhenDeleted = apps.PersistentVolumeClaimRetentionPolicyType(in.WhenDeleted)
    	out.WhenScaled = apps.PersistentVolumeClaimRetentionPolicyType(in.WhenScaled)
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 52.9K bytes
    - Viewed (0)
Back to top