Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 626 for plans (0.03 sec)

  1. manifests/charts/istiod-remote/templates/services.yaml

    metadata:
      {{- if .Values.pilot.enabled }}
      # when local istiod is enabled, we can't use istiod service name to reach the remote control plane
      name: istiod{{- if .Values.revision }}-{{ .Values.revision}}{{- end }}-remote
      {{- else }}
      # when local istiod isn't enabled, we can use istiod service name to reach the remote control plane
      name: istiod{{- if .Values.revision }}-{{ .Values.revision}}{{- end }}
      {{- end }}
      namespace: {{ .Release.Namespace }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:40 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/stat_openfile.go

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build (js && wasm) || plan9
    
    // On plan9, per http://9p.io/magic/man2html/2/access: “Since file permissions
    // are checked by the server and group information is not known to the client,
    // access must open the file to check permissions.”
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 12 16:45:11 UTC 2022
    - 791 bytes
    - Viewed (0)
  3. src/runtime/testdata/testprogcgo/catchpanic.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !plan9 && !windows
    // +build !plan9,!windows
    
    package main
    
    /*
    #include <signal.h>
    #include <stdlib.h>
    #include <string.h>
    
    static void abrthandler(int signum) {
    	if (signum == SIGABRT) {
    		exit(0);  // success
    	}
    }
    
    void registerAbortHandler() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 993 bytes
    - Viewed (0)
  4. src/net/platform_test.go

    		switch runtime.GOOS {
    		case "plan9":
    			return false
    		default:
    			if os.Getuid() != 0 {
    				return false
    			}
    		}
    	case "unix", "unixgram":
    		switch runtime.GOOS {
    		case "android", "ios", "plan9", "windows":
    			return false
    		case "aix":
    			return unixEnabledOnAIX
    		}
    	case "unixpacket":
    		switch runtime.GOOS {
    		case "aix", "android", "darwin", "ios", "plan9", "windows":
    			return false
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. releasenotes/notes/revision-tag-default-validation.yaml

        content: |
          When installing a new Istio control plane revision the previous resource validator will remain unchanged to prevent
          unintended effects on the existing, stable revision. Once prepared to migrate over to the new control plane revision,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 11 16:58:48 UTC 2021
    - 956 bytes
    - Viewed (0)
  6. cmd/kubeadm/app/phases/markcontrolplane/markcontrolplane_test.go

    			existingLabels: []string{""},
    			existingTaints: nil,
    			newTaints:      nil,
    			expectedPatch:  `{"metadata":{"labels":{"node-role.kubernetes.io/control-plane":"","node.kubernetes.io/exclude-from-external-load-balancers":""}}}`,
    		},
    		{
    			name: "control-plane taint missing",
    			existingLabels: []string{
    				kubeadmconstants.LabelNodeRoleControlPlane,
    				kubeadmconstants.LabelExcludeFromExternalLB,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 25 14:22:20 UTC 2022
    - 5K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/execution/TaskNameResolvingBuildTaskScheduler.java

        }
    
        @Override
        public void scheduleRequestedTasks(GradleInternal gradle, @Nullable EntryTaskSelector selector, ExecutionPlan plan) {
            if (selector != null) {
                selector.applyTasksTo(new EntryTaskSelectorContext(gradle), plan);
            }
            List<TaskExecutionRequest> taskParameters = gradle.getStartParameter().getTaskRequests();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 23 19:04:28 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  8. pilot/pkg/model/wasm.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package model
    
    import (
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	wasm "github.com/envoyproxy/go-control-plane/envoy/extensions/wasm/v3"
    )
    
    // ConstructVMConfig constructs a VM config.
    func ConstructVMConfig(name string) *wasm.PluginConfig_VmConfig {
    	return &wasm.PluginConfig_VmConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 04 03:49:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. src/runtime/testdata/testprogcgo/dropm.go

    // Copyright 2016 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !plan9 && !windows
    // +build !plan9,!windows
    
    // Test that a sequence of callbacks from C to Go get the same m.
    // This failed to be true on arm and arm64, which was the root cause
    // of issue 13881.
    
    package main
    
    /*
    #include <stddef.h>
    #include <pthread.h>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/execution/plan/edges/DependencyPredecessorsOnlyNodeSet.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.execution.plan.edges;
    
    import org.gradle.execution.plan.Node;
    import org.gradle.execution.plan.NodeSets;
    
    import java.util.SortedSet;
    import java.util.function.Consumer;
    
    /**
     * Only incoming dependencies, no incoming must-run-after or finalizes relationships.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 12 20:17:10 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top