Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for fulfilled (0.1 sec)

  1. staging/src/k8s.io/api/apps/v1/types.go

    	// template is the object that describes the pod that will be created if
    	// insufficient replicas are detected. Each pod stamped out by the StatefulSet
    	// will fulfill this Template, but have a unique identity from the rest
    	// of the StatefulSet. Each pod will be named with the format
    	// <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    	pvSize := pv.Spec.Capacity[v1.ResourceStorage]
    
    	resizeResponse := inTreeResizeResponse{
    		pvc:          pvc,
    		pv:           pv,
    		resizeCalled: false,
    	}
    
    	// by default we are expanding to fulfill size requested in pvc.Spec.Resources
    	newSize := pvcSpecSize
    
    	var resizeStatus v1.ClaimResourceStatus
    	if status, ok := pvc.Status.AllocatedResourceStatuses[v1.ResourceStorage]; ok {
    		resizeStatus = status
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top