Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 277 for patchtype (0.24 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

        @Override
        public String toString() {
            return "PathType[" + id() + "]";
        }
    
        /**
         * Type of path which is applied to only one specific Java module.
         * The main case is the Java {@code --patch-module} option.
         *
         * @see #PATCH_MODULE
         * @see #patchModule(String)
         */
        public final class Modular implements PathType {
            /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    		switch {
    		case v == "*":
    			sm = &security.StringMatch{MatchType: &security.StringMatch_Presence{}}
    		case strings.HasPrefix(v, "*"):
    			sm = &security.StringMatch{MatchType: &security.StringMatch_Suffix{
    				Suffix: strings.TrimPrefix(v, "*"),
    			}}
    		case strings.HasSuffix(v, "*"):
    			sm = &security.StringMatch{MatchType: &security.StringMatch_Prefix{
    				Prefix: strings.TrimSuffix(v, "*"),
    			}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  3. pkg/volume/hostpath/host_path_test.go

    		},
    	}
    
    	for i, tc := range testCases {
    		for _, pathType := range tc.validpathType {
    			err := checkTypeInternal(&tc, pathType)
    			if err != nil {
    				t.Errorf("[%d: %q] [%q] expected nil, got %v", i, tc.name, string(*pathType), err)
    			}
    		}
    
    		for _, pathType := range tc.invalidpathType {
    			checkResult := checkTypeInternal(&tc, pathType)
    			if checkResult == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/controlplane/volumes_test.go

    			MountPath: "/tmp/qux-0",
    			ReadOnly:  true,
    			PathType:  v1.HostPathFile,
    		},
    		{
    			Name:      "bar-0",
    			HostPath:  "/tmp/asd-0",
    			MountPath: "/tmp/asd-0",
    			ReadOnly:  false,
    			PathType:  v1.HostPathDirectory,
    		},
    		{
    			Name:      "foo-1",
    			HostPath:  "/tmp/qux-1",
    			MountPath: "/tmp/qux-1",
    			ReadOnly:  true,
    			PathType:  v1.HostPathFileOrCreate,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. pkg/apis/networking/types.go

    	// when using PathType with value "Exact" or "Prefix".
    	// +optional
    	Path string
    
    	// pathType determines the interpretation of the path matching. PathType can
    	// be one of Exact, Prefix, or ImplementationSpecific. Implementations are
    	// required to support all path types.
    	// +optional
    	PathType *PathType
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Resolution.java

     * {@link org.apache.maven.api.services.DependencyResolverResult DependencyResolverResult},
     * {@code List<}{@link java.nio.file.Path Path}{@code >},
     * {@code Map<}{@link org.apache.maven.api.PathType PathType}{@code , List<}{@link java.nio.file.Path Path}{@code >>},
     * or {@code Map<}{@link org.apache.maven.api.Dependency Dependency}{@code , }{@link java.nio.file.Path Path}{@code >}.
     *
     * @since 4.0.0
     */
    @Experimental
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1beta1.Ingress.json

          }
        ],
        "rules": [
          {
            "host": "hostValue",
            "http": {
              "paths": [
                {
                  "path": "pathValue",
                  "pathType": "pathTypeValue",
                  "backend": {
                    "serviceName": "serviceNameValue",
                    "servicePort": "servicePortValue",
                    "resource": {
                      "apiGroup": "apiGroupValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/networking.k8s.io.v1beta1.Ingress.json

          }
        ],
        "rules": [
          {
            "host": "hostValue",
            "http": {
              "paths": [
                {
                  "path": "pathValue",
                  "pathType": "pathTypeValue",
                  "backend": {
                    "serviceName": "serviceNameValue",
                    "servicePort": "servicePortValue",
                    "resource": {
                      "apiGroup": "apiGroupValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/networking.k8s.io.v1beta1.Ingress.yaml

                apiGroup: apiGroupValue
                kind: kindValue
                name: nameValue
              serviceName: serviceNameValue
              servicePort: servicePortValue
            path: pathValue
            pathType: pathTypeValue
      tls:
      - hosts:
        - hostsValue
        secretName: secretNameValue
    status:
      loadBalancer:
        ingress:
        - hostname: hostnameValue
          ip: ipValue
          ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/networking.k8s.io.v1.Ingress.json

          }
        ],
        "rules": [
          {
            "host": "hostValue",
            "http": {
              "paths": [
                {
                  "path": "pathValue",
                  "pathType": "pathTypeValue",
                  "backend": {
                    "service": {
                      "name": "nameValue",
                      "port": {
                        "name": "nameValue",
                        "number": 2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top