Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for deleteInstances (0.29 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/finalizer/crd_finalizer.go

    			Message: "instances overlap with built-in resources in storage",
    		})
    	} else if apiextensionshelpers.IsCRDConditionTrue(crd, apiextensionsv1.Established) {
    		cond, deleteErr := c.deleteInstances(crd)
    		apiextensionshelpers.SetCRDCondition(crd, cond)
    		if deleteErr != nil {
    			if _, err = c.crdClient.CustomResourceDefinitions().UpdateStatus(context.TODO(), crd, metav1.UpdateOptions{}); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. hack/make-rules/test-e2e-node.sh

        metadata="user-data<${KUBE_ROOT}/test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
      fi
      instance_prefix=${INSTANCE_PREFIX:-"test"}
      cleanup=${CLEANUP:-"true"}
      delete_instances=${DELETE_INSTANCES:-"false"}
      preemptible_instances=${PREEMPTIBLE_INSTANCES:-"false"}
      test_suite=${TEST_SUITE:-"default"}
      if [[ -n "${TIMEOUT:-}" ]] ; then
        timeout_arg="--test-timeout=${TIMEOUT}"
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. build/root/Makefile

    #    remote hosts to run tests against.  Defaults to a recent image.
    #  HOSTS: For REMOTE=true only.  Comma delimited list of running gce hosts to
    #    run tests against.  Defaults to "".
    #  DELETE_INSTANCES: For REMOTE=true only.  Delete any instances created as
    #    part of this test run.  Defaults to false.
    #  PREEMPTIBLE_INSTANCES: For REMOTE=true only.  Mark created gce instances
    #    as preemptible.  Defaults to false.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top