Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pa (0.19 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: Defines the mTLS mode used for peer authentication.
          jsonPath: .spec.mtls.mode
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    	}
    
    	allPAs := append(rootPAList.Items, workloadPAList.Items...)
    
    	var cfgs []*config.Config
    	for _, pa := range allPAs {
    		pa := pa
    		cfg := crdclient.TranslateObject(pa, config.GroupVersionKind(pa.GroupVersionKind()), "")
    		cfgs = append(cfgs, &cfg)
    	}
    
    	matchedPA := findMatchedConfigs(podsLabels, cfgs)
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - description: Defines the mTLS mode used for peer authentication.
          jsonPath: .spec.mtls.mode
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    istio: security release: istio name: peerauthentications.security.istio.io spec: group: security.istio.io names: categories: - istio-io - security-istio-io kind: PeerAuthentication listKind: PeerAuthenticationLi plural: peerauthentications shortNames: - pa singular: peerauthentication scope: Namespaced versions: - additionalPrinterCol: - description: Defines the mTLS mode used for peer authentication. jsonPath: .spec.mtls.mode name: Mode type: string - description: 'CreationTimestamp is a timestamp representing...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top