Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 3,012 for deleteSV (0.13 sec)

  1. operator/pkg/controller/istiocontrolplane/istiocontrolplane_controller.go

    		return reconcile.Result{}, err
    	}
    
    	deleted := iop.GetDeletionTimestamp() != nil
    	finalizers := sets.New(iop.GetFinalizers()...)
    	if deleted {
    		if !finalizers.Contains(finalizer) {
    			scope.Infof("IstioOperator %s deleted", iopName)
    			metrics.CRDeletionTotal.Increment()
    			return reconcile.Result{}, nil
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/file/delete/DeleteSpecInternal.java

     * limitations under the License.
     */
    
    package org.gradle.api.internal.file.delete;
    
    import org.gradle.api.file.DeleteSpec;
    
    /**
     * Internal Representation of a {@link DeleteSpec}
     */
    public interface DeleteSpecInternal extends DeleteSpec {
    
        /**
         * @return the paths to be deleted.
         */
        Object[] getPaths();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.1K bytes
    - Viewed (0)
  3. internal/bucket/replication/rule.go

    	errInvalidDeleteMarkerReplicationStatus   = Errorf("Delete marker replication status is invalid")
    	errDestinationSourceIdentical             = Errorf("Destination bucket cannot be the same as the source bucket.")
    	errDeleteReplicationMissing               = Errorf("Delete replication must be specified")
    	errInvalidDeleteReplicationStatus         = Errorf("Delete replication is either enable|disable")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 24 23:22:20 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  4. pkg/volume/portworx/portworx.go

    		}}, nil
    }
    
    func (plugin *portworxVolumePlugin) NewDeleter(logger klog.Logger, spec *volume.Spec) (volume.Deleter, error) {
    	return plugin.newDeleterInternal(spec, plugin.util)
    }
    
    func (plugin *portworxVolumePlugin) newDeleterInternal(spec *volume.Spec, manager portworxManager) (volume.Deleter, error) {
    	if spec.PersistentVolume != nil && spec.PersistentVolume.Spec.PortworxVolume == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. pkg/proxy/conntrack/conntrack_test.go

    	fakeexec "k8s.io/utils/exec/testing"
    )
    
    var success = func() ([]byte, []byte, error) { return []byte("1 flow entries have been deleted"), nil, nil }
    var nothingToDelete = func() ([]byte, []byte, error) {
    	return []byte(""), nil, fmt.Errorf("conntrack v1.4.2 (conntrack-tools): 0 flow entries have been deleted")
    }
    
    type testCT struct {
    	execCT
    
    	fcmd *fakeexec.FakeCmd
    }
    
    func makeCT(result fakeexec.FakeAction) *testCT {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:08:36 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/FilesTest.java

        assertTrue("ByteBuffers should be equal.", expected.equals(actual));
      }
    
      public void testMap_noSuchFile() throws IOException {
        // Setup
        File file = createTempFile();
        boolean deleted = file.delete();
        assertTrue(deleted);
    
        // Test
        assertThrows(FileNotFoundException.class, () -> Files.map(file));
      }
    
      public void testMap_readWrite() throws IOException {
        // Test data
        int size = 1024;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/base/public/runtime.h

      TFE_Context* GetTFEContext() const { return ctx_.get(); }
    
      // Runtime is not copyable
      Runtime(const Runtime&) = delete;
      Runtime& operator=(const Runtime&) = delete;
    
      struct TFEContextDeleter {
        void operator()(TFE_Context* p) const { TFE_DeleteContext(p); }
      };
      std::unique_ptr<TFE_Context, TFEContextDeleter> ctx_;
    };
    
    }  // namespace cc
    }  // namespace experimental
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 12 19:37:48 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/provision_test.go

    			// No deleteCalls are configured, which results into no deleter plugin available for the volume
    			test: wrapTestWithProvisionCalls([]provisionCall{provision1Success}, testSyncClaim),
    		},
    		{
    			// Provision failure - cannot save provisioned PV five times,
    			// volume delete failed - deleter returns error five times
    			name:            "11-11 - cannot save provisioned volume, deleter fails",
    			initialVolumes:  novolumes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  9. pkg/controller/tainteviction/taint_eviction_test.go

    						}
    						if podName == deleteAction.GetName() {
    							deleted = true
    						}
    					}
    					if !deleted {
    						t.Errorf("Failed to deleted pod %v after %v", podName, delay)
    					}
    				}
    				for _, action := range fakeClientset.Actions() {
    					deleteAction, ok := action.(clienttesting.DeleteActionImpl)
    					if !ok {
    						t.Logf("Found not-delete action with verb %v. Ignoring.", action.GetVerb())
    						continue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              "gracePeriodSeconds": {
                "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
                "format": "int64",
                "type": "integer"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top