Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 303 for deploymentID (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

            {{- end }}
            - name: ISTIO_META_WORKLOAD_NAME
              value: {{.DeploymentName|quote}}
            - name: ISTIO_META_OWNER
              value: "kubernetes://apis/apps/v1/namespaces/{{.Namespace}}/deployments/{{.DeploymentName}}"
            {{- if .Values.global.meshID }}
            - name: ISTIO_META_MESH_ID
              value: "{{ .Values.global.meshID }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. 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)
  6. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/controller_policy.go

    		ObjectMeta: metav1.ObjectMeta{Name: saRolePrefix + "deployment-controller"},
    		Rules: []rbacv1.PolicyRule{
    			rbacv1helpers.NewRule("get", "list", "watch", "update").Groups(extensionsGroup, appsGroup).Resources("deployments").RuleOrDie(),
    			rbacv1helpers.NewRule("update").Groups(extensionsGroup, appsGroup).Resources("deployments/status").RuleOrDie(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/deployment/builder.go

    	// are assigned and all Instances are ready to communicate with each other.
    	Build() (echo.Instances, error)
    	BuildOrFail(t test.Failer) echo.Instances
    }
    
    var _ Builder = &builder{}
    
    // New builder for echo deployments.
    func New(ctx resource.Context, clusters ...cluster.Cluster) Builder {
    	// use all workload clusters unless otherwise specified
    	if len(clusters) == 0 {
    		clusters = ctx.Clusters()
    	}
    	b := &builder{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. pkg/config/analysis/msg/messages.gen.go

    	// Description: The resulting pods of a service mesh deployment can't be associated with multiple services using the same port but different protocols.
    	DeploymentAssociatedToMultipleServices = diag.NewMessageType(diag.Warning, "IST0116", "This deployment %s is associated with multiple services using port %d but different protocols: %v")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  9. docs/en/docs/deployment/https.md

    <img src="/img/deployment/https/https01.svg">
    
    ### TLS Handshake Start
    
    The browser would then communicate with that IP address on **port 443** (the HTTPS port).
    
    The first part of the communication is just to establish the connection between the client and the server and to decide the cryptographic keys they will use, etc.
    
    <img src="/img/deployment/https/https02.svg">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 16:31:18 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    		{"Values.grafana.enabled", "the samples/addons/ deployments", false},
    		{"Values.tracing.enabled", "the samples/addons/ deployments", false},
    		{"Values.kiali.enabled", "the samples/addons/ deployments", false},
    		{"Values.prometheus.enabled", "the samples/addons/ deployments", false},
    		{"AddonComponents.grafana.Enabled", "the samples/addons/ deployments", false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top