Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for unbound (0.32 sec)

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

    		},
    		"immediate-unbound-pvc": {
    			podPVCs:    []*v1.PersistentVolumeClaim{immediateUnboundPVC},
    			shouldFail: true,
    		},
    		"immediate-unbound-pvc,delayed-mode-bound": {
    			podPVCs:    []*v1.PersistentVolumeClaim{immediateUnboundPVC, boundPVC},
    			pvs:        []*v1.PersistentVolume{pvBound},
    			shouldFail: true,
    		},
    		"immediate-unbound-pvc,delayed-mode-unbound": {
    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. plugin/pkg/admission/noderestriction/admission_test.go

    		{
    			name:       "forbid create of unbound token",
    			podsGetter: noExistingPods,
    			attributes: admission.NewAttributesRecord(makeTokenRequest("", ""), nil, tokenrequestKind, "ns", "mysa", svcacctResource, "token", admission.Create, &metav1.CreateOptions{}, false, mynode),
    			err:        "not bound to a pod",
    		},
    		{
    			name:       "forbid create of token bound to nonexistant pod",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/binder_test.go

    			errors:          noerrors,
    			test:            testSyncClaim,
    		},
    		{
    			// syncClaim with claim bound to unbound volume. Check it's bound.
    			// Also check that Pending phase is set to Bound
    			name:            "3-3 - bound claim with unbound volume",
    			initialVolumes:  newVolumeArray("volume3-3", "10Gi", "", "", v1.VolumeAvailable, v1.PersistentVolumeReclaimRetain, classEmpty),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller.go

    		if volume.Spec.ClaimRef == nil {
    			// Claim is bound but volume has come unbound.
    			// Or, a claim was bound and the controller has not received updated
    			// volume yet. We can't distinguish these cases.
    			// Bind the volume again and set all states to Bound.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

            }
        }
    
        private static abstract class SingletonService extends ManagedObjectServiceProvider {
            private enum BindState {UNBOUND, BINDING, BOUND}
    
            final Type serviceType;
            final Class<?> serviceClass;
    
            BindState state = BindState.UNBOUND;
            Class<?> factoryElementType;
    
            SingletonService(DefaultServiceRegistry owner, Type serviceType) {
                super(owner);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

                }
            }
    
            when:
            registry.bindAllReferences()
    
            then:
            noExceptionThrown()
        }
    
        def "only rules that actually have unbound inputs are reported as unbound"() {
            given:
            def mmType = ModelTypes.modelMap(Bean)
    
            registry
                .registerInstance("foo", new Bean())
                .mutate {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    // It evaluates if a pod can fit due to the resources it requests,
    // for both allocated and unallocated claims.
    //
    // For claims that are bound, then it checks that the node affinity is
    // satisfied by the given node.
    //
    // For claims that are unbound, it checks whether the claim might get allocated
    // for the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                    },
                    {
                        "endpoint_config": {
                            "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
                            "cluster_name": "inbound|9080||",
                            "policy": {
                                "overprovisioning_factor": 140
                            }
                        }
                    },
                    {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/compare/testdata/configdump.json

                "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
                  "service_name": "inbound-vip|9080|http|ratings.default.svc.cluster.local"
                },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                            "stat_prefix": "inbound_0.0.0.0_9999",
                            "route_config": {
                              "name": "inbound-vip|9080|http|details.default.svc.cluster.local",
                              "virtual_hosts": [
                                {
                                  "name": "inbound|http|9080",
                                  "domains": [
                                    "*"
                                  ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top