Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for PA (0.31 sec)

  1. pkg/apis/core/validation/validation.go

    		return allErrs
    	}
    
    	if len(avoids.PreferAvoidPods) != 0 {
    		for i, pa := range avoids.PreferAvoidPods {
    			idxPath := fldPath.Child(core.PreferAvoidPodsAnnotationKey).Index(i)
    			allErrs = append(allErrs, validatePreferAvoidPodsEntry(pa, idxPath)...)
    		}
    	}
    
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. 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
    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