Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 480 for mydeployment (0.15 sec)

  1. samples/ratelimit/rate-limit-service.yaml

    #   limitations under the License.
    
    ##################################################################################################
    # Redis service and deployment
    # Ratelimit service and deployment
    
    # Note: a configmap is needed to make the rate limit deployment work properly, for example:
    #
    #  apiVersion: v1
    #  kind: ConfigMap
    #  metadata:
    #    name: ratelimit-config
    #  data:
    #    config.yaml: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 17:35:19 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/EarPluginConvention.java

        /**
         * A custom deployment descriptor configuration.
         * Default is an "application.xml" with sensible defaults.
         */
        public abstract DeploymentDescriptor getDeploymentDescriptor();
    
        public abstract void setDeploymentDescriptor(DeploymentDescriptor deploymentDescriptor);
    
        /**
         * Configures the deployment descriptor for this EAR archive.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 02 14:55:02 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/common/deployment/external.go

    // limitations under the License.
    
    package deployment
    
    import (
    	"path"
    
    	"istio.io/api/annotation"
    	"istio.io/istio/pkg/test/echo/common"
    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/framework/components/echo"
    	"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/echo/match"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. releasenotes/notes/47946.yaml

    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Added** namespace discovery selector support on gateway deployment controller, it is protected under `ENABLE_ENHANCED_RESOURCE_SCOPING`. 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 02:49:14 UTC 2023
    - 383 bytes
    - Viewed (0)
  5. tests/integration/pilot/localwatcher/localsecretwatcher_test.go

    			cfg.ControlPlaneValues = `
    values:
      pilot:
        env:
          LOCAL_CLUSTER_SECRET_WATCHER: "true"`
    		})).
    		Setup(deployment.SetupSingleNamespace(&apps, deployment.Config{})).
    		Run()
    }
    
    func TestTraffic(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			common.RunAllTrafficTests(t, i, apps)
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. tests/integration/security/remote_jwks/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/jwt"
    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/framework/label"
    	"istio.io/istio/pkg/test/framework/resource"
    )
    
    var (
    	ist       istio.Instance
    	apps      deployment.SingleNamespaceView
    	jwtServer jwt.Server
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 01:47:52 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/pkg/resource/kustomizevisitor_test.go

    resources:
      - deployment.yaml
      - namespace.yaml
    configMapGenerator:
    - name: literalConfigMap
      literals:
      - DB_USERNAME=admin
      - DB_PASSWORD=somepw
    secretGenerator:
    - name: secret
      literals:
        - DB_USERNAME=admin
        - DB_PASSWORD=somepw
      type: Opaque
    patchesJson6902:
    - target:
        group: apps
        version: v1
        kind: Deployment
        name: dply1
      path: jsonpatch.json
    `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. tools/bug-report/pkg/filter/filter.go

    		}
    		if matchesKubeCaptureConfig(config, cluster, np[0], np[1], np[2], np[3]) {
    			matchingPaths[np.String()] = struct{}{}
    		}
    	}
    	return matchingPaths, nil
    }
    
    func matchesKubeCaptureConfig(config *config.BugReportConfig, cluster *cluster2.Resources, namespace, deployment, pod, container string) bool {
    	for _, sp := range config.Exclude {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 23:42:29 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  9. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/descriptor/EarModule.java

        /**
         * The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a
         * particular Java EE module. The URI must specify the full pathname of the deployment descriptor file relative to
         * the application's root directory. If alt-dd is not specified, the deployer must read the deployment descriptor
         * from the default location and file name required by the respective component specification.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 02 14:55:02 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. operator/pkg/verifier/verify_test.go

    	"istio.io/istio/pkg/config/schema/gvk"
    )
    
    var (
    	availableDeployment = appsv1.Deployment{
    		Status: appsv1.DeploymentStatus{
    			Conditions: []appsv1.DeploymentCondition{
    				{
    					Type: appsv1.DeploymentAvailable,
    				},
    			},
    		},
    	}
    
    	scaleUpRollingDeployment = appsv1.Deployment{
    		Spec: appsv1.DeploymentSpec{
    			Replicas: &[]int32{3}[0],
    		},
    		Status: appsv1.DeploymentStatus{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top