Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 46 for ClusterID (0.31 sec)

  1. pilot/pkg/serviceregistry/kube/conversion.go

    		Name:     port.Name,
    		Port:     int(port.Port),
    		Protocol: kube.ConvertProtocol(port.Port, port.Name, port.Protocol, port.AppProtocol),
    	}
    }
    
    func ConvertService(svc corev1.Service, domainSuffix string, clusterID cluster.ID, mesh *meshconfig.MeshConfig) *model.Service {
    	addrs := []string{constants.UnspecifiedIP}
    	resolution := model.ClientSideLB
    	externalName := ""
    	nodeLocal := false
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. security/pkg/server/ca/node_auth.go

    func (m *MulticlusterNodeAuthorizor) authenticateImpersonation(ctx context.Context, caller security.KubernetesInfo, requestedIdentityString string) error {
    	clusterID := kubeauth.ExtractClusterID(ctx)
    	na := m.component.ForCluster(clusterID)
    	if na == nil {
    		return fmt.Errorf("no node authorizer for cluster %v", clusterID)
    	}
    	return (*na).authenticateImpersonation(caller, requestedIdentityString)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/mock/discovery.go

    )
    
    // PortHTTPName is the HTTP port name
    var PortHTTPName = "http"
    
    type ServiceArgs struct {
    	Hostname        host.Name
    	Address         string
    	ServiceAccounts []string
    	ClusterID       cluster.ID
    }
    
    func MakeServiceInstance(service *model.Service, port *model.Port, version int, locality model.Locality) *model.ServiceInstance {
    	if service.External() {
    		return nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 18:40:05 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/helpers.go

    	return a.ClusterID.String() + "//" + "Pod/" + p.Namespace + "/" + p.Name
    }
    
    // name format: <cluster>/<group>/<kind>/<namespace>/<name></section-name>
    // if the WorkloadEntry is inlined in the ServiceEntry, we may need section name. caller should use generateServiceEntryUID
    func (a *index) generateWorkloadEntryUID(wkEntryNamespace, wkEntryName string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 22 20:35:23 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/ztunnel/configdump/api.go

    	WorkloadType          string            `json:"workloadType"`
    	CanonicalName         string            `json:"canonicalName"`
    	CanonicalRevision     string            `json:"canonicalRevision"`
    	ClusterID             string            `json:"clusterId"`
    	TrustDomain           string            `json:"trustDomain,omitempty"`
    	Locality              Locality          `json:"locality,omitempty"`
    	Node                  string            `json:"node"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/endpoint_builder.go

    		node = pod.Spec.NodeName
    	}
    	dm, _ := kubeUtil.GetDeployMetaFromPod(pod)
    	out := &EndpointBuilder{
    		controller:     c,
    		serviceAccount: sa,
    		locality: model.Locality{
    			Label:     locality,
    			ClusterID: c.Cluster(),
    		},
    		tlsMode:      kube.PodTLSMode(pod),
    		workloadName: dm.Name,
    		namespace:    namespace,
    		hostname:     hostname,
    		subDomain:    subdomain,
    		labels:       podLabels,
    		nodeName:     node,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/serviceexportcache_test.go

    	return ep.IsDiscoverableFromProxy(&model.Proxy{
    		Metadata: &model.NodeMetadata{
    			ClusterID: ec.Cluster(),
    		},
    	})
    }
    
    func (ec *serviceExportCacheImpl) isDiscoverableFromDifferentCluster(ep *model.IstioEndpoint) bool {
    	return ep.IsDiscoverableFromProxy(&model.Proxy{
    		Metadata: &model.NodeMetadata{
    			ClusterID: "some-other-cluster",
    		},
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/testdata/output/multi_line_entries.log

    proxyMetadata:
      DNS_AGENT: ""
    serviceCluster: istio-ingressgateway
    statNameLength: 189
    statusPort: 15020
    tracing:
      zipkin:
        address: zipkin.istio-system:9411
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:55:53 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  9. security/pkg/nodeagent/caclient/providers/citadel/client.go

    			if err := c.reconnect(); err != nil {
    				citadelClientLog.Errorf("failed reconnect: %v", err)
    			}
    		}
    	}()
    
    	ctx := metadata.NewOutgoingContext(context.Background(), metadata.Pairs("ClusterID", c.opts.ClusterID))
    	resp, err := c.client.CreateCertificate(ctx, req)
    	if err != nil {
    		return nil, fmt.Errorf("create certificate: %v", err)
    	}
    
    	if len(resp.CertChain) <= 1 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  10. pilot/pkg/model/controller.go

    	Controller
    	// AppendServiceHandlerForCluster is similar to Controller.AppendServiceHandler,
    	// but it is used to store the handler from a specific cluster.
    	AppendServiceHandlerForCluster(clusterID cluster.ID, f ServiceHandler)
    	UnRegisterHandlersForCluster(clusterID cluster.ID)
    }
    
    // ControllerHandlers is a utility to help Controller implementations manage their lists of handlers.
    type ControllerHandlers struct {
    	mutex            sync.RWMutex
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 25 06:54:32 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top