Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 80 for deploymentID (0.17 sec)

  1. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    operator: DoesNotExist - key: istio-injection operator: DoesNotExist objectSelector: matchExpressions: - key: sidecar.istio.io/inject operator: NotIn values: - "false" - key: istio.io/rev operator: In values: - "1-10-0" --- apiVersion: apps/v1 kind: Deployment metadata: name: istiod-1-10-0 namespace: istio-system labels: app: istiod istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot release: istio spec: strategy: rollingUpdate: maxSurge:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    namespaceSelector: matchExpressions: - key: istio-injection operator: DoesNotExist - key: istio.io/rev operator: In values: - 1-9-5 objectSelector: matchExpressions: - key: "sidecar.istio.io/inject" operator: NotIn values: - "false" --- apiVersion: apps/v1 kind: Deployment metadata: name: istiod-1-9-5 namespace: istio-system labels: app: istiod istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" istio: pilot release: istio spec: strategy: rollingUpdate: maxSurge:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    === Using the `Copy` task
    
    When working with application servers, you can use a `Copy` task to deploy the application archive (e.g. a WAR file).
    Since you are deploying a single file, the destination directory of the `Copy` is the whole deployment directory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	WorkloadType_JOB        WorkloadType = 3
    )
    
    // Enum value maps for WorkloadType.
    var (
    	WorkloadType_name = map[int32]string{
    		0: "DEPLOYMENT",
    		1: "CRONJOB",
    		2: "POD",
    		3: "JOB",
    	}
    	WorkloadType_value = map[string]int32{
    		"DEPLOYMENT": 0,
    		"CRONJOB":    1,
    		"POD":        2,
    		"JOB":        3,
    	}
    )
    
    func (x WorkloadType) Enum() *WorkloadType {
    	p := new(WorkloadType)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. tests/integration/ambient/baseline_test.go

    			for _, p := range pods {
    				grace := p.Spec.TerminationGracePeriodSeconds
    				if grace != nil && *grace == want {
    					return true
    				}
    			}
    			return false
    		}
    		// check that waypoint deployment is unmodified
    		retry.UntilOrFail(t, func() bool {
    			return getGracePeriod(2)
    		})
    		// change the waypoint template
    		istio.GetOrFail(t, t).UpdateInjectionConfig(t, func(cfg *inject.Config) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  6. pilot/pkg/model/push_context.go

    	// If ALL instances have a sidecar, we enable TLS, otherwise we disable
    	// TODO(https://github.com/istio/istio/issues/27376) enable mixed deployments
    	// A service with passthrough resolution is always passthrough, regardless of the TrafficPolicy.
    	if service.Resolution == Passthrough || tp.GetLoadBalancer().GetSimple() == networking.LoadBalancerSettings_PASSTHROUGH {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  7. .bazelrc

    build:android_x86_64 --config=android
    build:android_x86_64 --cpu=x86_64
    build:android_x86_64 --fat_apk_cpu=x86_64
    
    # Build everything statically for Android since all static libs are later
    # bundled together into a single .so for deployment.
    build:android --dynamic_mode=off
    
    # Sets the default Apple platform to macOS.
    build:macos --apple_platform_type=macos
    
    # gRPC on MacOS requires this #define
    build:macos --copt=-DGRPC_BAZEL_BUILD
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/horizontal.go

    	replicaChange int32 // absolute value, non-negative
    	timestamp     time.Time
    	outdated      bool
    }
    
    // HorizontalController is responsible for the synchronizing HPA objects stored
    // in the system with the actual deployments/replication controllers they
    // control.
    type HorizontalController struct {
    	scaleNamespacer scaleclient.ScalesGetter
    	hpaNamespacer   autoscalingclient.HorizontalPodAutoscalersGetter
    	mapper          apimeta.RESTMapper
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    			expectedResourceTransformers: map[string]string{
    				"configmaps":       "k8s:enc:kms:v1:kms:",
    				"secrets":          "k8s:enc:kms:v1:another-kms:",
    				"events":           "k8s:enc:kms:v1:fancy:",
    				"deployments.apps": "k8s:enc:kms:v1:kms:",
    				"pods":             "k8s:enc:kms:v1:fancy:",
    				"pandas":           "k8s:enc:kms:v1:fancy:",
    				"pandas.bears":     "k8s:enc:kms:v1:yet-another-provider:",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  10. cmd/xl-storage.go

    		// to verify for legacy version.
    		if formatLegacy {
    			// We only need this code if we are moving
    			// from `xl.json` to `xl.meta`, we can avoid
    			// one extra readdir operation here for all
    			// new deployments.
    			entries, err := readDir(currentDataPath)
    			if err != nil && err != errFileNotFound {
    				return res, osErrToFileErr(err)
    			}
    			for _, entry := range entries {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top