Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 371 for VERSION (0.13 sec)

  1. 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)
  2. 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)
  3. pkg/test/framework/components/echo/config.go

    	}
    
    	// Convert legacy config to workload oritended.
    	if c.Subsets == nil {
    		c.Subsets = []SubsetConfig{
    			{
    				Version: c.Version,
    			},
    		}
    	}
    
    	for i := range c.Subsets {
    		if c.Subsets[i].Version == "" {
    			c.Subsets[i].Version = c.Version
    		}
    	}
    	c.addPortIfMissing(protocol.GRPC)
    	// If no namespace was provided, use the default.
    	if c.Namespace == nil && ctx != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  4. tests/integration/helm/upgrade/util.go

    			if strings.Contains(c.Image, version) {
    				return fmt.Errorf("expected container image to not include version %q, got %q", version, c.Image)
    			}
    		}
    	}
    
    	return nil
    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. pilot/pkg/networking/core/networkfilter_test.go

    				},
    			},
    		},
    	}
    }
    
    func node(version *model.IstioVersion) *model.Proxy {
    	httpbin := map[string]string{
    		"app":     "httpbin",
    		"version": "v1",
    	}
    	return &model.Proxy{
    		ID:              "test-node",
    		ConfigNamespace: "foo",
    		Metadata: &model.NodeMetadata{
    			Labels:    httpbin,
    			Namespace: "foo",
    		},
    		IstioVersion: version,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. pkg/config/analysis/msg/messages.gen.go

    	// UnsupportedKubernetesVersion defines a diag.MessageType for message "UnsupportedKubernetesVersion".
    	// Description: The Kubernetes version is not supported
    	UnsupportedKubernetesVersion = diag.NewMessageType(diag.Error, "IST0142", "The Kubernetes Version %q is lower than the minimum version: %v")
    
    	// LocalhostListener defines a diag.MessageType for message "LocalhostListener".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  7. operator/pkg/component/component.go

    	Translator *translate.Translator
    	// Namespace is the namespace for this component.
    	Namespace string
    	// Filter is the filenames to render
    	Filter sets.String
    	// Version is the Kubernetes version information.
    	Version *version.Info
    }
    
    // IstioComponent defines the interface for a component.
    type IstioComponent interface {
    	// ComponentName returns the name of the component.
    	ComponentName() name.ComponentName
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  8. security/pkg/nodeagent/sds/sdsservice.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 May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. security/pkg/pki/util/generate_cert_test.go

    		t.Errorf("certificate IsCA does not match (old: %t) vs (new: %t)",
    			oldRootCert.IsCA, newRootCert.IsCA)
    	}
    	if oldRootCert.Version != newRootCert.Version {
    		t.Errorf("certificate Version does not match (old: %d) vs (new: %d)",
    			oldRootCert.Version, newRootCert.Version)
    	}
    	if oldRootCert.PublicKeyAlgorithm != newRootCert.PublicKeyAlgorithm {
    		t.Errorf("public key algorithm does not match (old: %s) vs (new: %s)",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  10. pilot/pkg/xds/ads_test.go

    	ads := s.ConnectADS().WithType(v3.EndpointType)
    
    	version := ""
    	nonce := ""
    	sendEDSReqAndVerify := func(clusterName string) {
    		res := ads.RequestResponseAck(t, &discovery.DiscoveryRequest{
    			ResourceNames: []string{clusterName},
    			VersionInfo:   version,
    			ResponseNonce: nonce,
    		})
    		version = res.VersionInfo
    		nonce = res.Nonce
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top