Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 674 for mydeployment (0.32 sec)

  1. subprojects/core/src/testFixtures/groovy/org/gradle/test/fixtures/TestDeploymentFixture.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.test.fixtures
    
    import org.gradle.deployment.internal.Deployment
    import org.gradle.deployment.internal.DeploymentHandle
    import org.gradle.deployment.internal.DeploymentRegistry
    import org.gradle.test.fixtures.file.TestFile
    
    class TestDeploymentFixture {
        private File triggerFile
        private File keyFile
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 26 00:54:23 UTC 2019
    - 4.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/headers_test.go

    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/check"
    	cdeployment "istio.io/istio/pkg/test/framework/components/echo/common/deployment"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/echo/deployment"
    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/framework/resource/config/apply"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/instances.go

    }
    
    func (i Instances) MustWorkloads() Workloads {
    	out, err := i.Workloads()
    	if err != nil {
    		panic(err)
    	}
    	return out
    }
    
    // IsDeployment returns true if there is only one deployment contained in the Instances
    func (i Instances) IsDeployment() bool {
    	return len(i.Services()) == 1
    }
    
    func (i Instances) ContainsTarget(t Target) bool {
    	return i.Contains(t.Instances()...)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 18:26:17 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. tests/integration/telemetry/api/setup_test.go

    				},
    			},
    		},
    		TLSSettings: &common.TLSSettings{
    			ProxyProvision: true,
    		},
    		Ports: []echo.Port{},
    	}
    	echos = append(echos, prom)
    
    	if err := cdeployment.SetupSingleNamespace(&apps, cdeployment.Config{Configs: echo.ConfigFuture(&echos)})(ctx); err != nil {
    		return err
    	}
    
    	if err != nil {
    		return err
    	}
    	for _, c := range ctx.Clusters() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml

    Humble Chirammal <******@****.***> 1716623235 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:47:15 UTC 2024
    - 758 bytes
    - Viewed (0)
  6. pkg/controller/deployment/rollback.go

    		// Deployment is now annotated {change-cause:create}, and we have new RS1 {change-cause:create}, old RS2 {change-cause:edit}.
    		//
    		// If we don't copy the annotations back from RS to deployment on rollback, the Deployment will stay as {change-cause:edit},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. docs/multi-tenancy/README.md

    3. [Cloud Scale Deployment](#cloud-scale-deployment)
    
    ## 1. Standalone Deployment
    
    To host multiple tenants on a single machine, run one MinIO Server per tenant with a dedicated HTTPS port, configuration, and data directory.
    
    ### 1.1 Host Multiple Tenants on a Single Drive
    
    Use the following commands to host 3 tenants on a single drive:
    
    ```sh
    minio server --address :9001 /data/tenant1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 3K bytes
    - Viewed (0)
  8. operator/pkg/verifier/k8s_util.go

    			deployment.Name, deployment.Status.UpdatedReplicas, *deployment.Spec.Replicas)
    	}
    	if deployment.Status.Replicas > deployment.Status.UpdatedReplicas {
    		return fmt.Errorf("waiting for deployment %q rollout to finish: %d old replicas are pending termination",
    			deployment.Name, deployment.Status.Replicas-deployment.Status.UpdatedReplicas)
    	}
    	if deployment.Status.AvailableReplicas < deployment.Status.UpdatedReplicas {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. platforms/jvm/plugins-application/src/main/java/org/gradle/internal/deployment/JavaApplicationHandle.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.deployment;
    
    import org.gradle.deployment.internal.Deployment;
    import org.gradle.deployment.internal.DeploymentHandle;
    import org.gradle.process.internal.ExecHandle;
    import org.gradle.process.internal.ExecHandleState;
    import org.gradle.process.internal.JavaExecHandleBuilder;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. istioctl/pkg/kubeinject/kubeinject_test.go

    				" "),
    			GoldenFilename: "testdata/deployment/hello.yaml.iop.injected",
    		},
    		{ // case 6 with iops and values override
    			Args: strings.Split(
    				"--operatorFileName testdata/istio-operator.yaml"+
    					" --injectConfigFile testdata/inject-config-iop.yaml -f testdata/deployment/hello.yaml"+
    					" -f testdata/deployment/hello.yaml"+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top