Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 858 for VERSION (0.17 sec)

  1. 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)
  2. 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)
  3. pkg/kube/kclient/crdwatcher.go

    	if err != nil {
    		log.Errorf("CRD %v version %v invalid; ignoring: %v", crd.Name, bv, err)
    		return false
    	}
    	// Ignore RC tags, etc. We 'round up' those.
    	nv, err := fv.SetPrerelease("")
    	if err != nil {
    		log.Errorf("CRD %v version %v invalid; ignoring: %v", crd.Name, bv, err)
    		return false
    	}
    	fv = &nv
    	if fv.LessThan(mv) {
    		log.Infof("CRD %v version %v is below minimum version %v, ignoring", crd.Name, fv, mv)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. tools/istio-iptables/pkg/dependencies/implementation_test.go

    package dependencies
    
    import (
    	"testing"
    
    	utilversion "k8s.io/apimachinery/pkg/util/version"
    
    	"istio.io/istio/pkg/test/util/assert"
    )
    
    func TestOverrideVersionIsCorrectlyParsed(t *testing.T) {
    	cases := []struct {
    		name string
    		ver  string
    		want *utilversion.Version
    	}{
    		{
    			name: "jammy nft",
    			ver:  "iptables v1.8.7 (nf_tables)",
    			want: utilversion.MustParseGeneric("1.8.7"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. pilot/pkg/xds/xdsgen.go

    	istioversion "istio.io/istio/pkg/version"
    	"istio.io/istio/pkg/xds"
    )
    
    // IstioControlPlaneInstance defines the format Istio uses for when creating Envoy config.core.v3.ControlPlane.identifier
    type IstioControlPlaneInstance struct {
    	// The Istio component type (e.g. "istiod")
    	Component string
    	// The ID of the component instance
    	ID string
    	// The Istio version
    	Info istioversion.BuildInfo
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. cni/pkg/nodeagent/netns_linux_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: Fri Jan 26 20:34:28 UTC 2024
    - 976 bytes
    - Viewed (0)
  7. pkg/monitoring/example_gauge_test.go

    // Copyright 2019 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 Jul 17 20:25:52 UTC 2023
    - 994 bytes
    - Viewed (0)
  8. pkg/test/framework/components/cluster/config.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 Jun 06 22:12:34 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. pkg/config/schema/generate.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 Sep 28 16:55:31 UTC 2023
    - 923 bytes
    - Viewed (0)
  10. pilot/pkg/status/resourcelock_test.go

    	g := NewGomegaWithT(t)
    	r1 := Resource{
    		GroupVersionResource: schema.GroupVersionResource{
    			Group:   "r1",
    			Version: "r1",
    		},
    		Namespace:  "r1",
    		Name:       "r1",
    		Generation: "11",
    	}
    	r1a := Resource{
    		GroupVersionResource: schema.GroupVersionResource{
    			Group:   "r1",
    			Version: "r1",
    		},
    		Namespace:  "r1",
    		Name:       "r1",
    		Generation: "12",
    	}
    	var runCount int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top