Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for validateProvision (0.17 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		}
    	}
    
    	// Check reactor for API updates
    	if err := env.reactor.CheckVolumes(expectedAPIPVs); err != nil {
    		t.Errorf("API reactor validation failed: %v", err)
    	}
    }
    
    func (env *testEnv) validateProvision(
    	t *testing.T,
    	pod *v1.Pod,
    	expectedPVCs []*v1.PersistentVolumeClaim,
    	expectedAPIPVCs []*v1.PersistentVolumeClaim) {
    
    	// Check pvc cache
    	pvcCache := env.internalBinder.pvcCache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. operator/pkg/validate/validate.go

    			return CheckValues(i)
    		},
    		"MeshConfig":                 validateMeshConfig,
    		"Hub":                        validateHub,
    		"Tag":                        validateTag,
    		"Revision":                   validateRevision,
    		"Components.IngressGateways": validateGatewayName,
    		"Components.EgressGateways":  validateGatewayName,
    	}
    	// requiredValues lists all the values that must be non-empty.
    	requiredValues = map[string]bool{}
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 12 16:04:15 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top