Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 442 for deploymentID (0.45 sec)

  1. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/Ear.java

        protected ObjectFactory getObjectFactory() {
            throw new UnsupportedOperationException();
        }
    
        /**
         * Configures the deployment descriptor for this EAR archive.
         *
         * <p>The given closure is executed to configure the deployment descriptor. The {@link DeploymentDescriptor} is passed to the closure as its delegate.</p>
         *
         * @param configureClosure The closure.
         * @return This.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. pkg/apis/apps/v1beta2/defaults_test.go

    			SchedulerName:                 v1.DefaultSchedulerName,
    		},
    	}
    	tests := []struct {
    		original *appsv1beta2.Deployment
    		expected *appsv1beta2.Deployment
    	}{
    		{
    			original: &appsv1beta2.Deployment{},
    			expected: &appsv1beta2.Deployment{
    				Spec: appsv1beta2.DeploymentSpec{
    					Replicas: ptr.To[int32](1),
    					Strategy: appsv1beta2.DeploymentStrategy{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. docs/de/docs/deployment/server-workers.md

    Sie können diese Tools und Ideen nutzen, wenn Sie **Ihr eigenes Deployment-System** einrichten und sich dabei selbst um die anderen Deployment-Konzepte kümmern.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. tests/integration/security/file_mounted_certs/main_test.go

    	"istio.io/istio/pkg/test/framework/components/echo/common/deployment"
    	"istio.io/istio/pkg/test/framework/components/istio"
    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/framework/label"
    	"istio.io/istio/pkg/test/framework/resource"
    )
    
    var (
    	inst         istio.Instance
    	apps         deployment.SingleNamespaceView
    	client       echo.Instances
    	server       echo.Instances
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics_test.go

    				Subresource:       "portforward",
    			},
    			expectedVerb: "CONNECT",
    		},
    		{
    			desc:        "Deployment scale should not be transformed to CONNECT",
    			initialVerb: "PUT",
    			request: &http.Request{
    				Method: "PUT",
    				URL: &url.URL{
    					RawQuery: "/apis/apps/v1/namespaces/default/deployments/test-1/scale",
    				},
    				Header: map[string][]string{},
    			},
    			requestInfo: &request.RequestInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1/defaults_test.go

    			TerminationGracePeriodSeconds: &period,
    			SchedulerName:                 v1.DefaultSchedulerName,
    		},
    	}
    	tests := []struct {
    		original *appsv1.Deployment
    		expected *appsv1.Deployment
    	}{
    		{
    			original: &appsv1.Deployment{},
    			expected: &appsv1.Deployment{
    				Spec: appsv1.DeploymentSpec{
    					Replicas: ptr.To[int32](1),
    					Strategy: appsv1.DeploymentStrategy{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/analyzers_test.go

    		inputFiles: []string{"testdata/deployment-multi-service.yaml"},
    		analyzer:   &deployment.ServiceAssociationAnalyzer{},
    		expected: []message{
    			{msg.DeploymentAssociatedToMultipleServices, "Deployment bookinfo/multiple-svc-multiple-prot"},
    			{msg.DeploymentAssociatedToMultipleServices, "Deployment bookinfo/multiple-without-port"},
    			{msg.DeploymentConflictingPorts, "Deployment bookinfo/conflicting-ports"},
    		},
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r214/ToolingApiEclipseModelWtpClasspathAttributesCrossVersionSpec.groovy

            exampleLib.dependsOn(exampleApi)
            exampleApi.publish()
            exampleLib.publish()
            localMaven = "maven { url '${mavenRepo.uri}' }"
        }
    
        def "Dependencies of a non-wtp project have no wtp deployment attributes"() {
            given:
            createDirs("sub")
            settingsFile << "include 'sub'"
            buildFile <<
            """apply plugin: 'java'
               repositories { $localMaven }
               dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  9. cluster/gce/windows/smoke-test.sh

    function undeploy_linux_webserver_pod {
      ${kubectl} delete deployment $linux_webserver_deployment
    }
    
    linux_command_deployment=linux-ubuntu
    linux_command_pod_label=ubuntu
    linux_command_replicas=1
    
    function deploy_linux_command_pod {
      echo "Writing example deployment to $linux_command_deployment.yaml"
      cat <<EOF > $linux_command_deployment.yaml
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: $linux_command_deployment
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. docs/ru/docs/deployment/https.md

    <img src="/img/deployment/https/https01.svg">
    
    ### Рукопожатие TLS
    
    В дальнейшем браузер будет взаимодействовать с этим IP-адресом через **port 443** (общепринятый номер порта для HTTPS).
    
    Первым шагом будет установление соединения между клиентом (браузером) и сервером и выбор криптографического ключа (для шифрования).
    
    <img src="/img/deployment/https/https02.svg">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Apr 03 16:22:47 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top