Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Telemetries (0.16 sec)

  1. pkg/config/schema/metadata.yaml

        protoPackage: "istio.io/api/security/v1beta1"
        statusProto: "istio.meta.v1alpha1.IstioStatus"
        statusProtoPackage: "istio.io/api/meta/v1alpha1"
    
      - kind: "Telemetry"
        plural: "telemetries"
        group: "telemetry.istio.io"
        version: "v1alpha1"
        versionAliases: 
        - "v1"
        proto: "istio.telemetry.v1alpha1.Telemetry"
        protoPackage: "istio.io/api/telemetry/v1alpha1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	// Description: A Telemetry resource selects the same workloads as another Telemetry resource
    	ConflictingTelemetryWorkloadSelectors = diag.NewMessageType(diag.Error, "IST0159", "The Telemetries %v in namespace %q select the same workload pod %q, which can lead to undefined behavior.")
    
    	// MultipleTelemetriesWithoutWorkloadSelectors defines a diag.MessageType for message "MultipleTelemetriesWithoutWorkloadSelectors".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. pkg/config/schema/collections/collections.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	Telemetry = resource.Builder{
    		Identifier: "Telemetry",
    		Group:      "telemetry.istio.io",
    		Kind:       "Telemetry",
    		Plural:     "telemetries",
    		Version:    "v1alpha1",
    		VersionAliases: []string{
    			"v1",
    		},
    		Proto: "istio.telemetry.v1alpha1.Telemetry", StatusProto: "istio.meta.v1alpha1.IstioStatus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context_test.go

    			destinationRuleIndex{}, gatewayIndex{}, consolidatedDestRules{}, IstioEgressListenerWrapper{}, SidecarScope{},
    			AuthenticationPolicies{}, NetworkManager{}, sidecarIndex{}, Telemetries{}, ProxyConfigs{}, ConsolidatedDestRule{},
    			ClusterLocalHosts{}),
    		// These are not feasible/worth comparing
    		cmpopts.IgnoreTypes(sync.RWMutex{}, localServiceDiscovery{}, FakeStore{}, atomic.Bool{}, sync.Mutex{}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context.go

    	// are no authorization policies in the cluster.
    	AuthzPolicies *AuthorizationPolicies `json:"-"`
    
    	// Telemetry stores the existing Telemetry resources for the cluster.
    	Telemetry *Telemetries `json:"-"`
    
    	// ProxyConfig stores the existing ProxyConfig resources for the cluster.
    	ProxyConfigs *ProxyConfigs `json:"-"`
    
    	// The following data is either a global index or used in the inbound path.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

        chart: istio
        heritage: Tiller
        istio: telemetry
        release: istio
      name: telemetries.telemetry.istio.io
    spec:
      group: telemetry.istio.io
      names:
        categories:
        - istio-io
        - telemetry-istio-io
        kind: Telemetry
        listKind: TelemetryList
        plural: telemetries
        shortNames:
        - telemetry
        singular: telemetry
      scope: Namespaced
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

        chart: istio
        heritage: Tiller
        istio: telemetry
        release: istio
      name: telemetries.telemetry.istio.io
    spec:
      group: telemetry.istio.io
      names:
        categories:
        - istio-io
        - telemetry-istio-io
        kind: Telemetry
        listKind: TelemetryList
        plural: telemetries
        shortNames:
        - telemetry
        singular: telemetry
      scope: Namespaced
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top