Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pathType (0.33 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    }
    
    func (m *HTTPIngressPath) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.PathType != nil {
    		i -= len(*m.PathType)
    		copy(dAtA[i:], *m.PathType)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.PathType)))
    		i--
    		dAtA[i] = 0x1a
    	}
    	{
    		size, err := m.Backend.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "type": "string"
              },
              "pathType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    ### Extending Ingress with and replacing a deprecated annotation with IngressClass
    
    In Kubernetes 1.18, there are two significant additions to Ingress: A new `pathType` field and a new `IngressClass` resource. The `pathType` field allows specifying how paths should be matched. In addition to the default `ImplementationSpecific` type, there are new `Exact` and `Prefix` path types. 
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.16.md

      - `response.patch` and `response.patchType` are not permitted from validating admission webhooks
      - `apiVersion: "admission.k8s.io/v1"` is required
      - `kind: "AdmissionReview"` is required
      - `response.uid: "<value of request.uid>"` is required
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top