Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for NoErrors (0.17 sec)

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

    			expectedVolumes: novolumes,
    			initialClaims:   noclaims,
    			expectedClaims:  noclaims,
    			expectedEvents:  noevents,
    			errors:          noerrors,
    			// Inject deleter into the controller and call syncVolume. The
    			// deleter simulates one delete() call that succeeds.
    			test: wrapTestWithReclaimCalls(operationDelete, []error{nil}, testSyncVolume),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/binder_test.go

    			expectedClaims:  newClaimArray("claim1-1", "uid1-1", "1Gi", "volume1-1", v1.ClaimBound, nil, volume.AnnBoundByController, volume.AnnBindCompleted),
    			expectedEvents:  noevents,
    			errors:          noerrors,
    			test:            testSyncClaim,
    		},
    		{
    			// syncClaim does not do anything when there is no matching volume.
    			name:            "1-2 - noop",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/recycle_test.go

    			initialClaims:   noclaims,
    			expectedClaims:  noclaims,
    			expectedEvents:  noevents,
    			errors:          noerrors,
    			// Inject recycler into the controller and call syncVolume. The
    			// recycler simulates one recycle() call that succeeds.
    			test: wrapTestWithReclaimCalls(operationRecycle, []error{nil}, testSyncVolume),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/provision_test.go

    			expectedEvents: []string{"Normal ProvisioningSucceeded"},
    			errors:         noerrors,
    			test:           wrapTestWithProvisionCalls([]provisionCall{provision1Success}, testSyncClaim),
    		},
    		{
    			// Provision failure - plugin not found
    			name:            "11-2 - plugin not found",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller_test.go

    			expectedClaims:  newClaimArray("claim5-2", "uid5-2", "1Gi", "volume5-2", v1.ClaimBound, nil, volume.AnnBoundByController, volume.AnnBindCompleted),
    			expectedEvents:  noevents,
    			errors:          noerrors,
    			// Custom test function that generates an add event
    			test: func(ctrl *PersistentVolumeController, reactor *pvtesting.VolumeReactor, test controllerTest) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/gateway-secrets.yaml

    type: Opaque
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        myapp: custom-gateway
      name: custom-gateway
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: defaultgateway-noerrors
    spec:
      selector:
        istio: ingressgateway # use istio default ingress gateway, so we expect the credential in istio-system
      servers:
      - port:
          number: 443
          name: https
          protocol: HTTPS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 17 11:51:20 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/schema/validation_test.go

    		return nil, nil
    	})
    
    	a := ValidationAnalyzer{s: testSchema}
    
    	t.Run("CheckMetadataInputs", func(t *testing.T) {
    		g := NewWithT(t)
    		g.Expect(a.Metadata().Inputs).To(ConsistOf(testCol))
    	})
    
    	t.Run("NoErrors", func(t *testing.T) {
    		g := NewWithT(t)
    		ctx := &fixtures.Context{
    			Resources: []*resource.Instance{
    				{
    					Message: m1,
    				},
    			},
    		}
    		a.Analyze(ctx)
    		g.Expect(ctx.Reports).To(BeEmpty())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/framework_test.go

    const testNamespace = "default"
    const mockPluginName = "kubernetes.io/mock-volume"
    
    var novolumes []*v1.PersistentVolume
    var noclaims []*v1.PersistentVolumeClaim
    var noevents = []string{}
    var noerrors = []pvtesting.ReactorError{}
    
    type volumeReactor struct {
    	*pvtesting.VolumeReactor
    	ctrl *PersistentVolumeController
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  9. src/syscall/ztypes_freebsd_arm.go

    	Vhid        uint8
    	Baudrate_pf uint8
    	Datalen     uint8
    	Mtu         uint32
    	Metric      uint32
    	Baudrate    uint32
    	Ipackets    uint32
    	Ierrors     uint32
    	Opackets    uint32
    	Oerrors     uint32
    	Collisions  uint32
    	Ibytes      uint32
    	Obytes      uint32
    	Imcasts     uint32
    	Omcasts     uint32
    	Iqdrops     uint32
    	Noproto     uint32
    	Hwassist    uint64
    	Epoch       int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  10. src/syscall/ztypes_freebsd_arm64.go

    	Vhid        uint8
    	Baudrate_pf uint8
    	Datalen     uint8
    	Mtu         uint64
    	Metric      uint64
    	Baudrate    uint64
    	Ipackets    uint64
    	Ierrors     uint64
    	Opackets    uint64
    	Oerrors     uint64
    	Collisions  uint64
    	Ibytes      uint64
    	Obytes      uint64
    	Imcasts     uint64
    	Omcasts     uint64
    	Iqdrops     uint64
    	Noproto     uint64
    	Hwassist    uint64
    	Epoch       int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
Back to top