Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 778 for ugrave (0.15 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CallInterceptionFilteringTest.groovy

            "bytecode upgrade" | "Java"                     | { doTestBytecodeUpgrade(it) } | false          | null
    
            "instrumentation"  | "Groovy callsite"          | { it.testInstrumentation() }  | false          | "testInstrumentation()"
            "bytecode upgrade" | "Groovy callsite"          | { it.testBytecodeUpgrade() }  | false          | null
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/output/v1alpha3/types.go

    type AvailableUpgrade struct {
    	metav1.TypeMeta
    
    	Description string `json:"description"`
    
    	Components []ComponentUpgradePlan `json:"components"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // UpgradePlan represents information about upgrade plan for the output
    // produced by 'kubeadm upgrade plan'
    type UpgradePlan struct {
    	metav1.TypeMeta
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_get_upgrade_pseudo.txt

    # 'get example.com/pseudoupgrade@upgrade' should not downgrade.
    go get example.com/pseudoupgrade@upgrade
    go list -m all
    stdout '^example.com/pseudoupgrade v0.1.1-0.20190429073117-b5426c86b553$'
    
    # 'get example.com/pseudoupgrade' should not downgrade.
    # This is equivalent to 'get example.com/pseudoupgrade@upgrade'.
    go get example.com/pseudoupgrade
    go list -m all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  4. tests/integration/helm/upgrade/util.go

    	}
    
    	// Upgrade base chart
    	err = h.UpgradeChart(helmtest.BaseReleaseName, filepath.Join(helmtest.ManifestsChartPath, helmtest.BaseChart),
    		nsConfig.Get(helmtest.BaseReleaseName), overrideValuesFile, helmtest.Timeout, "--skip-crds")
    	if err != nil {
    		ctx.Fatalf("failed to upgrade istio %s chart", helmtest.BaseReleaseName)
    	}
    
    	// Upgrade discovery chart
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/upgrade/node.go

    	phases "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/upgrade/node"
    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
    	cmdutil "k8s.io/kubernetes/cmd/kubeadm/app/cmd/util"
    	"k8s.io/kubernetes/cmd/kubeadm/app/constants"
    	configutil "k8s.io/kubernetes/cmd/kubeadm/app/util/config"
    )
    
    // nodeOptions defines all the options exposed via flags by kubeadm upgrade node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. releasenotes/notes/revision-install-create-istiod-service.yaml

        this fix applies only when using the `istioctl` installation method, the manual steps from the [canary upgrade documentation](https://istio.io/latest/docs/setup/upgrade/canary/)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 07 19:41:33 UTC 2021
    - 453 bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/output/types.go

    // AvailableUpgrade represents information for a single available upgrade.
    type AvailableUpgrade struct {
    	metav1.TypeMeta
    
    	Description string
    
    	Components []ComponentUpgradePlan
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // UpgradePlan represents information about upgrade plan for the output
    // produced by 'kubeadm upgrade plan'
    type UpgradePlan struct {
    	metav1.TypeMeta
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-egress/NOTES.txt

    -- simplified configuration
    -- multiple versions of the ingress can be used, to minize upgrade risks
    
    - the new chart uses the default namespace service account, and doesn't require
    additional RBAC permissions.
    
    - simplified label structure. Label change is not supported on upgrade.
    
    - for 'internal load balancer' you should deploy a separate gateway, in a different
    namespace.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 15 21:29:06 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_get_wild.txt

    ! go get -u=patch example.../b@upgrade
    stderr '^go: no modules to query for example\.\.\./b@upgrade because first path element contains a wildcard$'
    
    
    # Patching . causes a patch to example.net/a, which introduces a new match
    # for example.net/b/..., which is itself patched and causes another upgrade to
    # example.net/a, which is then patched again.
    
    go get -u=patch . example.../b@upgrade
    go list -m all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/unregistered_kernel.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-upgrade-legacy %s
    
    # This test verifies the upgrade function would not error out for functional
    # library with unregister op. With lazy loading, some functions might not be
    # invoked.
    
    # CHECK-NOT: Op type not registered 'UnregisteredOp'
    
    node {
      name: "input"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_BOOL
        }
      }
    }
    library {
      function {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 19:20:28 UTC 2021
    - 526 bytes
    - Viewed (0)
Back to top