Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,785 for VERSION (0.07 sec)

  1. pkg/test/framework/components/echo/common/deployment/external.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/mcs/common/common.go

    		}
    	}
    	return nil
    }
    
    func isCRDInstalled(c cluster.Cluster, crdName string, version string) bool {
    	crd, err := c.Ext().ApiextensionsV1().CustomResourceDefinitions().Get(context.TODO(), crdName, metav1.GetOptions{})
    	if err == nil {
    		// Found the CRD, now check against the version.
    		for _, v := range crd.Spec.Versions {
    			if v.Name == version {
    				// The CRD is already installed on this cluster.
    				return true
    			}
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 27 17:09:00 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  3. pilot/pkg/model/envoyfilter_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 04:20:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. operator/pkg/controller/istiocontrolplane/istiocontrolplane_controller.go

    		{Group: "apps", Version: "v1", Kind: name.DeploymentStr},
    		{Group: "apps", Version: "v1", Kind: name.DaemonSetStr},
    		{Group: "", Version: "v1", Kind: name.ServiceStr},
    		// Endpoints should not be pruned because these are generated and not in the manifest.
    		// {Group: "", Version: "v1", Kind: name.EndpointStr},
    		{Group: "", Version: "v1", Kind: name.CMStr},
    		{Group: "", Version: "v1", Kind: name.PodStr},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. pilot/pkg/model/extensions_test.go

    							WasmResourceVersionEnv: "dummy-resource-version",
    						},
    					},
    				},
    			},
    		},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.desc, func(t *testing.T) {
    			got := buildVMConfig(nil, "dummy-resource-version", &extensions.WasmPlugin{
    				VmConfig:        tc.vm,
    				ImagePullSecret: "secret-name",
    				ImagePullPolicy: tc.policy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. pkg/envoy/proxy_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 11:45:51 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. pkg/adsc/adsc_test.go

    	service := &networking.ServiceEntry{
    		Hosts:     []string{host},
    		Addresses: []string{address},
    	}
    	seAny := protoconv.MessageToAny(service)
    	resource := &mcp.Resource{
    		Metadata: &mcp.Metadata{
    			Name:       "default/" + name,
    			CreateTime: timestamppb.Now(),
    			Version:    version,
    		},
    		Body: seAny,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceentry/util_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 17 22:32:10 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  9. tests/integration/pilot/cni/cniversionskew_test.go

    			if !i.Settings().EnableCNI {
    				t.Skip("CNI version skew test is only tested when CNI is enabled.")
    			}
    			for _, v := range versions {
    				installCNIOrFail(t, v)
    				podFetchFn := kube.NewSinglePodFetch(t.Clusters().Default(), i.Settings().SystemNamespace, "k8s-app=istio-cni-node")
    				// Make sure CNI pod is using image with applied version.
    				retry.UntilSuccessOrFail(t, func() error {
    					pods, err := podFetchFn()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 22:56:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. operator/pkg/metrics/monitoring.go

    	// K8SManifestPatchError describes errors while patching generated manifest.
    	K8SManifestPatchError RenderErrorType = "k8s_manifest_patch"
    )
    
    var (
    	// Version is the version of the operator binary running currently.
    	Version = monitoring.NewGauge(
    		"version",
    		"Version of operator binary",
    	)
    
    	ReconcileRequestTotal = monitoring.NewSum(
    		"reconcile_request_total",
    		"Number of times requesting Reconcile",
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top