Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for ProxyConfig (0.12 sec)

  1. istioctl/pkg/version/version.go

    				err := resource.UnmarshalTo(&node)
    				if err != nil {
    					return nil, fmt.Errorf("could not unmarshal Node: %w", err)
    				}
    				meta, err := model.ParseMetadata(node.Metadata)
    				if err != nil || meta.ProxyConfig == nil {
    					// Skip non-sidecars (e.g. istioctl queries)
    					continue
    				}
    				pi = append(pi, istioVersion.ProxyInfo{
    					ID:           node.Id,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Jul 29 21:11:35 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. manifests/charts/base/files/crd-all.gen.yaml

      name: proxyconfigs.networking.istio.io
    spec:
      group: networking.istio.io
      names:
        categories:
        - istio-io
        - networking-istio-io
        kind: ProxyConfig
        listKind: ProxyConfigList
        plural: proxyconfigs
        singular: proxyconfig
      scope: Namespaced
      versions:
      - name: v1beta1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
Back to top