Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for lake (0.07 sec)

  1. pkg/registry/core/serviceaccount/storage/storage_test.go

    	// set issuer, podStore and secretStore to allow the token endpoint to be initialised
    	rest, err := NewREST(restOptions, fakeTokenGenerator{"fake"}, nil, 0, panicGetter{}, panicGetter{}, nil, false)
    	if err != nil {
    		t.Fatalf("unexpected error from REST storage: %v", err)
    	}
    	return rest, server
    }
    
    // A basic fake token generator which always returns a static string
    type fakeTokenGenerator struct {
    	staticToken string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/hello-probes-localhost.yaml

          containers:
            - name: hello
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 80
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 956 bytes
    - Viewed (0)
  3. pkg/kube/kclient/clienttest/crd.go

    	t.Helper()
    	crd := &v1.CustomResourceDefinition{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:        fmt.Sprintf("%s.%s", g.Resource, g.Group),
    			Annotations: annotations,
    		},
    	}
    	// Metadata client fake is not kept in sync, so if using a fake client update that as well
    	fmc, ok := c.Metadata().(*metadatafake.FakeMetadataClient)
    	if !ok {
    		return
    	}
    	fmg := fmc.Resource(gvr.CustomResourceDefinition)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. pkg/volume/util/resize_util_test.go

    	"k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	clientset "k8s.io/client-go/kubernetes"
    	"k8s.io/client-go/kubernetes/fake"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/kubernetes/pkg/features"
    )
    
    type conditionMergeTestCase struct {
    	description     string
    	pvc             *v1.PersistentVolumeClaim
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  5. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/resolver/AbstractResolveDanglingFileReferenceTest.kt

            val ktPsiFactory = KtPsiFactory.contextual(mainFile, markGenerated = true, eventSystemEnabled = true)
            val fakeKtFile = ktPsiFactory.createFile("fake.kt", mainFile.text)
    
            if (mainModule.testModule.directives.contains(Directives.COPY_RESOLUTION_MODE)) {
                fakeKtFile.originalFile = mainFile
            }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtOverrideInfoProvider.kt

         * }
         * ```
         *
         * In the class scope of `B`, there is a callable symbol `foo` that takes a `String`. This symbol is derived from the original symbol
         * in `A` that takes the type parameter `T` (fake override). Given such a fake override symbol, [unwrapFakeOverrides] recovers the
         * original declared symbol.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. docs/en/docs/benchmarks.md

        * If you didn't use FastAPI and used Starlette directly (or another tool, like Sanic, Flask, Responder, etc) you would have to implement all the data validation and serialization yourself....
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. tests/integration/operator/install_test.go

    			istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{})
    			cs := t.Clusters().Default()
    			t.Cleanup(func() {
    				cleanupIstioResources(t, cs, istioCtl)
    			})
    
    			// Install with a fake tag to make the installation fail
    			_, _, err := istioCtl.Invoke([]string{
    				"install", "--skip-confirmation",
    				"--set", "tag=0.20.0-faketag",
    				"--readiness-timeout", "5s",
    			})
    			assert.Error(t, err)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 14:30:43 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. pilot/pkg/xds/cds_test.go

    			TrafficPolicy: &networking.TrafficPolicy{Tls: &networking.ClientTLSSettings{
    				Mode:              networking.ClientTLSSettings_MUTUAL,
    				ClientCertificate: "fake",
    				PrivateKey:        "fake",
    				CaCertificates:    "fake",
    			}},
    		},
    	}
    	drIstioMTLS := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.DestinationRule,
    			Name:             "dr",
    			Namespace:        "test",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. pkg/test/framework/components/cluster/kube/factory.go

    		if err != nil {
    			return nil, err
    		}
    	} else {
    		client, err = buildClient(kubeconfigPath)
    		if err != nil {
    			return nil, err
    		}
    	}
    
    	// support fake VMs by default
    	vmSupport := true
    	if vmP := cfg.Meta.Bool(vmSupportMetaKey); vmP != nil {
    		vmSupport = *vmP
    	}
    
    	return &Cluster{
    		filename:  kubeconfigPath,
    		CLIClient: client,
    		vmSupport: vmSupport,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top