Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 901 for revision2 (0.15 sec)

  1. tests/integration/operator/switch_cr_test.go

    	istioCtl istioctl.Instance, profileName string, revision string,
    ) {
    	scopes.Framework.Infof(fmt.Sprintf("=== install istio with profile: %s===\n", profileName))
    	metadataYAML := `
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: %s
      namespace: istio-system
    spec:
    `
    	if revision != "" {
    		metadataYAML += "  revision: " + revision + "\n"
    	}
    
    	metadataYAML += `
      profile: %s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/eastwest.go

    func (i *istioImpl) deployEastWestGateway(cluster cluster.Cluster, revision string, customSettings string) error {
    	// generate istio operator yaml
    	args := []string{
    		"--cluster", cluster.Name(),
    		"--network", cluster.NetworkName(),
    		"--revision", revision,
    		"--mesh", meshID,
    	}
    	if !i.env.IsMultiCluster() {
    		args = []string{"--single-cluster"}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 10 02:30:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/util/config.go

    		return true
    	}
    	if r.Metadata.Labels["release"] == "istio" {
    		return true
    	}
    	return false
    }
    
    func GetInjectorConfigMapName(revision string) string {
    	name := InjectionConfigMap
    	if revision == "" || revision == "default" {
    		return name
    	}
    	return name + "-" + revision
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 15 14:45:58 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. pkg/version/cobra_test.go

    var meshInfoSingleVersion = MeshInfo{
    	{
    		Component: "Pilot",
    		Revision:  "default",
    		Info:      BuildInfo{"1.2.0", "gitSHA123", "go1.10", "Clean", "tag"},
    	},
    	{
    		Component: "Injector",
    		Revision:  "default",
    		Info:      BuildInfo{"1.2.0", "gitSHAabc", "go1.10.1", "Modified", "tag"},
    	},
    	{
    		Component: "Citadel",
    		Revision:  "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:26 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  5. istioctl/pkg/tag/generate_test.go

    	operatorManaged          = operatorNamespace + "/managed"
    	revisionCanonicalWebhook = admitv1.MutatingWebhookConfiguration{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "istio-sidecar-injector-revision",
    			Labels: map[string]string{
    				label.IoIstioRev.Name: "revision",
    				operatorManaged:       "Reconcile",
    			},
    		},
    		Webhooks: []admitv1.MutatingWebhook{
    			{
    				Name: fmt.Sprintf("namespace.%s", istioInjectionWebhookSuffix),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. releasenotes/notes/manifest-base-cleanup.yaml

          In the old chart, this was `-{{ .Values.global.istioNamespace }}`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 04:26:43 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/IvyResolverTest.groovy

            newId(mid("group", "name"), "") | "[module]-[revision]"
            newId(mid("", "name"), "")      | "([branch])[organisation]/[module]-[revision]"
            newId(mid("", "name"), "")      | "([organisation])/[module]-[revision]"
            newId(mid("", "name"), "")      | "([branch])[organization]/[module]-[revision]"
            newId(mid("", "name"), "")      | "([organization])/[module]-[revision]"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10K bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/templates/configmap-jwks.yaml

    {{- if .Values.pilot.jwksResolverExtraRootCA }}
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: pilot-jwks-extra-cacerts{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
      namespace: {{ .Release.Namespace }}
      labels:
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 557 bytes
    - Viewed (0)
  9. istioctl/pkg/workload/workload.go

    func IstiodHost(ns string, revision string) string {
    	istiod := "istiod"
    	if isRevisioned(revision) {
    		istiod = fmt.Sprintf("%s-%s", istiod, revision)
    	}
    	return fmt.Sprintf("%s.%s.svc", istiod, ns)
    }
    
    func IstiodAddr(ns, revision string) string {
    	// TODO make port configurable
    	return fmt.Sprintf("%s:%d", IstiodHost(ns, revision), 15012)
    }
    
    // Returns a map with each k,v entry on a new line
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/artifacts/defineRepository/kotlin/build.gradle.kts

            patternLayout {
                artifact("3rd-party-artifacts/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]")
                artifact("company-artifacts/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]")
                ivy("ivy-files/[organisation]/[module]/[revision]/ivy.xml")
            }
        }
    }
    // end::ivy-repo-with-custom-pattern[]
    
    // tag::maven-repo-with-metadata-sources[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top