Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for mcsz (0.04 sec)

  1. pkg/test/framework/components/istio/cleanup.go

    	})
    	for _, c := range ctx.Clusters().Primaries() {
    		c := c
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "configz", ns)
    			return nil
    		})
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "mcsz", ns)
    			return nil
    		})
    		g.Go(func() error {
    			kube2.DumpDebug(ctx, c, d, "clusterz", ns)
    			return nil
    		})
    	}
    	// Dump istio-cni.
    	g.Go(func() error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. pkg/test/framework/components/environment/kube/settings.go

    	Architecture string
    
    	// MCSControllerEnabled indicates that the Kubernetes environment has a Multi-Cluster Services (MCS)
    	// controller up and running.
    	MCSControllerEnabled bool
    
    	// MCSAPIGroup the group to use for the MCS API
    	MCSAPIGroup string
    
    	// MCSAPIVersion the version to use for the MCS API
    	MCSAPIVersion string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/DependencyGraphBuilder.java

                                forcedEdges.add(incomingEdge);
                                if (currentVersion == null) {
                                    currentVersion = mcs.getVersion();
                                } else {
                                    if (!currentVersion.equals(mcs.getVersion())) {
                                        hasMultipleVersions = true;
                                    }
                                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  4. pilot/pkg/xds/endpoints/ep_filters.go

    // gateways that match against cluster has the following advantages:
    //
    //  1. Potentially reducing extra latency incurred when the gateway and endpoint reside in different
    //     clusters.
    //
    //  2. Enables Kubernetes MCS use cases, where endpoints for a service might be exported in one
    //     cluster but not another within the same network. By targeting the gateway for the cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. pkg/config/constants/constants.go

    	DefaultClusterLocalDomain = "cluster.local"
    
    	// DefaultClusterSetLocalDomain is the default domain suffix for Kubernetes Multi-Cluster Services (MCS)
    	// used for load balancing requests against endpoints across the ClusterSet (i.e. mesh).
    	DefaultClusterSetLocalDomain = "clusterset.local"
    
    	// DefaultClusterName is the default cluster name
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. go.mod

    	k8s.io/client-go v0.30.1
    	k8s.io/klog/v2 v2.120.1
    	k8s.io/kubectl v0.30.1
    	k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
    	sigs.k8s.io/controller-runtime v0.18.3
    	sigs.k8s.io/gateway-api v1.1.0
    	sigs.k8s.io/mcs-api v0.1.0
    	sigs.k8s.io/yaml v1.4.0
    )
    
    require (
    	cel.dev/expr v0.15.0 // indirect
    	github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
    	github.com/BurntSushi/toml v1.3.2 // indirect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. pilot/pkg/model/service.go

    	GetProxyWorkloadLabels(*Proxy) labels.Instance
    
    	// MCSServices returns information about the services that have been exported/imported via the
    	// Kubernetes Multi-Cluster Services (MCS) ServiceExport API. Only applies to services in
    	// Kubernetes clusters.
    	MCSServices() []MCSServiceInfo
    	AmbientIndexes
    }
    
    type AmbientIndexes interface {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  8. go.sum

    sigs.k8s.io/kustomize/kyaml v0.16.0 h1:6J33uKSoATlKZH16unr2XOhDI+otoe2sR3M8PDzW3K0=
    sigs.k8s.io/kustomize/kyaml v0.16.0/go.mod h1:xOK/7i+vmE14N2FdFyugIshB8eF6ALpy7jI87Q2nRh4=
    sigs.k8s.io/mcs-api v0.1.0 h1:edDbg0oRGfXw8TmZjKYep06LcJLv/qcYLidejnUp0PM=
    sigs.k8s.io/mcs-api v0.1.0/go.mod h1:gGiAryeFNB4GBsq2LBmVqSgKoobLxt+p7ii/WG5QYYw=
    sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
Back to top