Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 182 for pvcs (0.29 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller.go

    // frequently.
    //
    // This controller supports pre-bound (by the creator) objects in both
    // directions: a PVC that wants a specific PV or a PV that is reserved for a
    // specific PVC.
    //
    // The binding is two-step process. PV.Spec.ClaimRef is modified first and
    // PVC.Spec.VolumeName second. At any point of this transaction, the PV or PVC
    // can be modified by user or other controller or completely deleted. Also,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"whenScaled": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

           "description": "Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod.  The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

      the newer `apiVersion`. ([#116299](https://github.com/kubernetes/kubernetes/pull/116299), [@pohly](https://github.com/pohly))
    - `volumes`: `resource.claims` is now cleared for PVC specs during create or update of a pod spec with inline PVC template or of a PVC because it has no effect. ([#115928](https://github.com/kubernetes/kubernetes/pull/115928), [@pohly](https://github.com/pohly))
    
    ### Feature
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. pkg/kubelet/volumemanager/reconciler/reconstruct_test.go

    			volumePaths: []string{
    				filepath.Join("pod1", "volumes", "fake-plugin", "pvc-abcdef"),
    				filepath.Join("pod2", "volumes", "fake-plugin", "pvc-abcdef"),
    			},
    			expectedVolumesNeedDevicePath:       []string{"fake-plugin/pvc-abcdef", "fake-plugin/pvc-abcdef"},
    			expectedVolumesFailedReconstruction: []string{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. pkg/registry/core/service/ipallocator/controller/repairip_test.go

    func TestRepairServiceIP(t *testing.T) {
    	tests := []struct {
    		name        string
    		svcs        []*v1.Service
    		ipAddresses []*networkingv1alpha1.IPAddress
    		cidrs       []*networkingv1alpha1.ServiceCIDR
    		expectedIPs []string
    		actions     [][]string // verb and resource
    		events      []string
    	}{
    		{
    			name: "no changes needed single stack",
    			svcs: []*v1.Service{newService("test-svc", []string{"10.0.1.1"})},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_control_test.go

    	om.podsIndexer.Update(pods[0])
    	if _, err := ssc.UpdateStatefulSet(context.TODO(), set, pods); err != nil {
    		t.Errorf("Error updating StatefulSet %s", err)
    	}
    	// invariants check if there any missing PVCs for the Pods
    	if err := invariants(set, om); err != nil {
    		t.Error(err)
    	}
    	_, err = om.podsLister.Pods(set.Namespace).List(selector)
    	if err != nil {
    		t.Error(err)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  8. src/crypto/x509/pkcs1.go

    	// We ignore these values because rsa will calculate them.
    	Exp   *big.Int
    	Coeff *big.Int
    }
    
    // pkcs1PublicKey reflects the ASN.1 structure of a PKCS #1 public key.
    type pkcs1PublicKey struct {
    	N *big.Int
    	E int
    }
    
    // ParsePKCS1PrivateKey parses an [RSA] private key in PKCS #1, ASN.1 DER form.
    //
    // This kind of key is commonly encoded in PEM blocks of type "RSA PRIVATE KEY".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. cmd/object-api-listobjects_test.go

    				{Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"},
    				{Name: "newPrefix0"},
    				{Name: "newPrefix1"},
    				{Name: "newzen/zen/recurse/again/again/again/pics"},
    				{Name: "obj0"},
    				{Name: "obj1"},
    				{Name: "obj2"},
    			},
    		},
    		// ListObjectsResult-16.
    		// Marker is set to "Asia/India/Karnataka/Bangalore/Koramangala/pics" in the testCase, (testCase 41).
    		16: {
    			IsTruncated: false,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  10. pkg/controller/volume/expand/expand_controller.go

    			return err
    		}
    	} else {
    		pvc, err := util.MarkResizeInProgressWithResizer(pvc, resizerName, expc.kubeClient)
    		if err != nil {
    			logger.Error(err, "Error setting PVC in progress with error", "PVC", klog.KObj(pvc), "err", err)
    			return err
    		}
    
    		generatedOptions, err = expc.operationGenerator.GenerateExpandVolumeFunc(pvc, pv)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top