Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for skipApi (0.13 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    			m.ReadOnly = bool(v != 0)
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    			if err != nil {
    				return err
    			}
    			if (skippy < 0) || (iNdEx+skippy) < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if (iNdEx + skippy) > l {
    				return io.ErrUnexpectedEOF
    			}
    			iNdEx += skippy
    		}
    	}
    
    	if iNdEx > l {
    		return io.ErrUnexpectedEOF
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    			name:     "tcp localhost server",
    			ips:      ipv4,
    			expected: nil,
    			protocol: "tcp",
    			skipCNI:  true,
    			server:   dummyLocalhostServer,
    		},
    		{
    			name:     "udp localhost server",
    			ips:      ipv4,
    			expected: nil,
    			protocol: "udp",
    			skipCNI:  true,
    			server:   dummyLocalhostServer,
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top