Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HTTPIngressPath (0.21 sec)

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

    func (m *HTTPIngressPath) Reset()      { *m = HTTPIngressPath{} }
    func (*HTTPIngressPath) ProtoMessage() {}
    func (*HTTPIngressPath) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{13}
    }
    func (m *HTTPIngressPath) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *HTTPIngressPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    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

            "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)
Back to top