Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 926 for VERSION (0.08 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. 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)
  3. 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)
  4. 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)
  5. 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)
  6. pkg/zdsapi/zds.pb.go

    )
    
    type Version int32
    
    const (
    	Version_NOT_USED Version = 0
    	Version_V1       Version = 1
    )
    
    // Enum value maps for Version.
    var (
    	Version_name = map[int32]string{
    		0: "NOT_USED",
    		1: "V1",
    	}
    	Version_value = map[string]int32{
    		"NOT_USED": 0,
    		"V1":       1,
    	}
    )
    
    func (x Version) Enum() *Version {
    	p := new(Version)
    	*p = x
    	return p
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/podcgroupns_other.go

    //go:build !linux
    // +build !linux
    
    // 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: Fri Jan 26 20:34:28 UTC 2024
    - 781 bytes
    - Viewed (0)
  8. operator/cmd/operator/main.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: Sat Mar 02 03:03:35 UTC 2024
    - 785 bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/leak_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 Mar 28 17:09:02 UTC 2024
    - 789 bytes
    - Viewed (0)
  10. pkg/config/schema/ast/ast_test.go

        group:        "networking.istio.io"
        version:      "v1alpha3"
        proto:        "istio.networking.v1alpha3.VirtualService"
        protoPackage: "istio.io/api/networking/v1alpha3"
    `,
    			expected: &Metadata{
    				Resources: []*Resource{
    					{
    						Identifier:   "VirtualService",
    						Kind:         "VirtualService",
    						Group:        "networking.istio.io",
    						Version:      "v1alpha3",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top