Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for HTTPIngressPath (0.35 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // to be.
      // +optional
      optional RollingUpdateDeployment rollingUpdate = 2;
    }
    
    // HTTPIngressPath associates a path with a backend. Incoming urls matching the
    // path are forwarded to the backend.
    message HTTPIngressPath {
      // Path is matched against the path of an incoming request. Currently it can
      // contain characters disallowed from the conventional "path" part of a URL
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    }
    
    func (DeploymentStrategy) SwaggerDoc() map[string]string {
    	return map_DeploymentStrategy
    }
    
    var map_HTTPIngressPath = map[string]string{
    	"":         "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  3. pkg/apis/networking/validation/validation.go

    		allErrs = append(allErrs, validateHTTPIngressPath(&path, fldPath.Child("paths").Index(i), opts)...)
    	}
    	return allErrs
    }
    
    func validateHTTPIngressPath(path *networking.HTTPIngressPath, fldPath *field.Path, opts IngressValidationOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    
    	if path.PathType == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 14:48:01 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "required": [
              "kind",
              "name"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.networking.v1.HTTPIngressPath": {
            "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
            "properties": {
              "backend": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    										Default: map[string]interface{}{},
    										Ref:     ref("k8s.io/api/extensions/v1beta1.HTTPIngressPath"),
    									},
    								},
    							},
    						},
    					},
    				},
    				Required: []string{"paths"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/extensions/v1beta1.HTTPIngressPath"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "io.k8s.api.networking.v1.HTTPIngressPath": {
          "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
          "properties": {
            "backend": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "io.k8s.api.networking.v1.HTTPIngressPath": {
          "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
          "properties": {
            "backend": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "io.k8s.api.networking.v1.HTTPIngressPath": {
          "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
          "properties": {
            "backend": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top