Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for PeerAuthentications (0.23 sec)

  1. pkg/config/schema/collections/collections.gen.go

    	}.MustBuild()
    
    	PeerAuthentication = resource.Builder{
    		Identifier: "PeerAuthentication",
    		Group:      "security.istio.io",
    		Kind:       "PeerAuthentication",
    		Plural:     "peerauthentications",
    		Version:    "v1beta1",
    		VersionAliases: []string{
    			"v1",
    		},
    		Proto: "istio.security.v1beta1.PeerAuthentication", 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)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    func TestAmbientIndex_Policy(t *testing.T) {
    	s := newAmbientTestServer(t, testC, testNW)
    	setupPolicyTest(t, s)
    
    	selectorPolicyName := "selector"
    
    	// Test that PeerAuthentications are added to the ambient index
    	s.addPolicy(t, "global", systemNS, nil, gvk.PeerAuthentication, func(c controllers.Object) {
    		pol := c.(*clientsecurityv1beta1.PeerAuthentication)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

        heritage: Tiller
        istio: security
        release: istio
      name: peerauthentications.security.istio.io
    spec:
      group: security.istio.io
      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

        heritage: Tiller
        istio: security
        release: istio
      name: peerauthentications.security.istio.io
    spec:
      group: security.istio.io
      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
      scope: Namespaced
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

        heritage: Tiller
        istio: security
        release: istio
      name: peerauthentications.security.istio.io
    spec:
      group: security.istio.io
      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    CustomResourceDefini metadata: annotations: "helm.sh/resource-policy": keep labels: app: istio-pilot chart: istio heritage: Tiller 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...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top