Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 205 for utiltest (0.13 sec)

  1. cmd/erasure-metadata-utils_test.go

    Harshavardhana <******@****.***> 1705561397 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. cmd/signature-v4-utils_test.go

    Harshavardhana <******@****.***> 1712352401 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 05 21:26:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. cmd/object-api-utils_test.go

    Aditya Manthramurthy <******@****.***> 1716591923 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go

    	// mutually exclusive with the "tlsConfig", "Dialer", and "proxier".
    	upgradeTransport http.RoundTripper
    }
    
    var _ utilnet.TLSClientConfigHolder = &SpdyRoundTripper{}
    var _ httpstream.UpgradeRoundTripper = &SpdyRoundTripper{}
    var _ utilnet.Dialer = &SpdyRoundTripper{}
    
    // NewRoundTripper creates a new SpdyRoundTripper that will use the specified
    // tlsConfig.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/helpers.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package handlers
    
    import (
    	"net/http"
    
    	utilnet "k8s.io/apimachinery/pkg/util/net"
    	"k8s.io/apiserver/pkg/audit"
    	"k8s.io/apiserver/pkg/endpoints/metrics"
    	apirequest "k8s.io/apiserver/pkg/endpoints/request"
    )
    
    const (
    	maxUserAgentLength      = 1024
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 03 15:25:35 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  6. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cpp/plugins/AbstractCppUnitTestIntegrationTest.groovy

        @Override
        String getLanguageTaskSuffix() {
            return "Cpp"
        }
    
        @Override
        protected String getTestComponentDsl() {
            return "unitTest"
        }
    
        @Override
        String[] getTasksToBuildAndRunUnitTest() {
            return getTasksToBuildAndRunUnitTest(null)
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. pkg/controlplane/reconcilers/endpointsadapter.go

    	"k8s.io/apimachinery/pkg/api/errors"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
    	discoveryclient "k8s.io/client-go/kubernetes/typed/discovery/v1"
    	utilnet "k8s.io/utils/net"
    )
    
    // EndpointsAdapter provides a simple interface for reading and writing both
    // Endpoints and Endpoint Slices.
    // NOTE: This is an incomplete adapter implementation that is only suitable for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 27 12:46:23 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  8. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cpp/AbstractCppUnitTestComponentIntegrationTest.groovy

            and:
            outputContains("'${componentName}' component in project ':' does not target this operating system.")
        }
    
        @Override
        protected String getComponentUnderTestDsl() {
            return 'unitTest'
        }
    
        @Override
        protected String getTaskNameToAssembleDevelopmentBinary() {
            return 'test'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestVerificationFailureHandlingIntegrationTest.groovy

                import org.junit.jupiter.api.Test;
    
                import static org.junit.jupiter.api.Assertions.assertTrue;
    
                public class PassingUnitTest {
                    @Test
                    public void unitTest() {
                        assertTrue(true);
                    }
                }
            '''
        }
    
        /**
         * Cause the test VM to fail at startup by providing an invalid JVM argument.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/root.go

    import (
    	"net/http"
    	"sync"
    
    	restful "github.com/emicklei/go-restful/v3"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	utilnet "k8s.io/apimachinery/pkg/util/net"
    	"k8s.io/apiserver/pkg/endpoints/handlers/negotiation"
    	"k8s.io/apiserver/pkg/endpoints/handlers/responsewriters"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 22:44:49 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top