Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 105 for targetRefs (0.15 sec)

  1. releasenotes/notes/46847.yaml

    kind: feature
    area: traffic-management
    issue:
      - https://github.com/istio/istio/issues/46847
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 05 21:25:25 UTC 2023
    - 260 bytes
    - Viewed (0)
  2. pilot/pkg/model/authorization_test.go

    	policyWithTargetRef.TargetRef = &selectorpb.PolicyTargetReference{
    		Group:     gvk.KubernetesGateway.Group,
    		Kind:      gvk.KubernetesGateway.Kind,
    		Name:      "my-gateway",
    		Namespace: "bar",
    	}
    
    	policyWithServiceRef := proto.Clone(policy).(*authpb.AuthorizationPolicy)
    	policyWithServiceRef.TargetRef = &selectorpb.PolicyTargetReference{
    		Group:     gvk.Service.Group,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. releasenotes/notes/48318.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
    - 48273
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 01:19:33 UTC 2023
    - 274 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/discovery/v1/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	in.Conditions.DeepCopyInto(&out.Conditions)
    	if in.Hostname != nil {
    		in, out := &in.Hostname, &out.Hostname
    		*out = new(string)
    		**out = **in
    	}
    	if in.TargetRef != nil {
    		in, out := &in.TargetRef, &out.TargetRef
    		*out = new(corev1.ObjectReference)
    		**out = **in
    	}
    	if in.DeprecatedTopology != nil {
    		in, out := &in.DeprecatedTopology, &out.DeprecatedTopology
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	in.Conditions.DeepCopyInto(&out.Conditions)
    	if in.Hostname != nil {
    		in, out := &in.Hostname, &out.Hostname
    		*out = new(string)
    		**out = **in
    	}
    	if in.TargetRef != nil {
    		in, out := &in.TargetRef, &out.TargetRef
    		*out = new(v1.ObjectReference)
    		**out = **in
    	}
    	if in.Topology != nil {
    		in, out := &in.Topology, &out.Topology
    		*out = make(map[string]string, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  6. releasenotes/notes/46844.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
      - https://github.com/istio/istio/issues/46844
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 20 10:56:55 UTC 2023
    - 239 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/discovery.k8s.io.v1beta1.EndpointSlice.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 2K bytes
    - Viewed (0)
  8. tests/integration/ambient/testdata/wasm-filter.yaml

    kind: WasmPlugin
    metadata:
      name: {{ .WasmPluginName }}
      {{- if .WasmPluginVersion }}
      annotations:
        wasmPluginVersion: {{ .WasmPluginVersion }}
      {{- end }}
    spec:
      phase: STATS
      targetRef:
        kind: {{ .TargetKind }}
        group: {{ .TargetGroup }}
        name: {{ .TargetName }}
      {{- if .TestWasmModuleURL }}
      url: {{ .TestWasmModuleURL }}
      {{- end }}
      imagePullSecret: reg-cred
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 513 bytes
    - Viewed (0)
  9. tests/integration/telemetry/api/testdata/gateway-wasm-filter.yaml

    kind: WasmPlugin
    metadata:
      name: {{ .WasmPluginName }}
      {{- if .WasmPluginVersion }}
      annotations:
        wasmPluginVersion: {{ .WasmPluginVersion }}
      {{- end }}
    spec:
      phase: STATS
      targetRef:
        kind: Gateway
        group: gateway.networking.k8s.io
        name: {{ .TargetGatewayName}}
      {{- if .TestWasmModuleURL }}
      url: {{ .TestWasmModuleURL }}
      {{- end }}
      imagePullSecret: reg-cred
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 05 19:48:31 UTC 2023
    - 516 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/discovery.k8s.io.v1.EndpointSlice.yaml

        terminating: true
      deprecatedTopology:
        deprecatedTopologyKey: deprecatedTopologyValue
      hints:
        forZones:
        - name: nameValue
      hostname: hostnameValue
      nodeName: nodeNameValue
      targetRef:
        apiVersion: apiVersionValue
        fieldPath: fieldPathValue
        kind: kindValue
        name: nameValue
        namespace: namespaceValue
        resourceVersion: resourceVersionValue
        uid: uidValue
      zone: zoneValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top