Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 655 for ContainerPort (0.23 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/containerport.go

    )
    
    // ContainerPortApplyConfiguration represents an declarative configuration of the ContainerPort type for use
    // with apply.
    type ContainerPortApplyConfiguration struct {
    	Name          *string      `json:"name,omitempty"`
    	HostPort      *int32       `json:"hostPort,omitempty"`
    	ContainerPort *int32       `json:"containerPort,omitempty"`
    	Protocol      *v1.Protocol `json:"protocol,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  2. operator/pkg/patch/patch_test.go

            - --validation-webhook-config-file
            name: galley
            ports:
            - containerPort: 443
            - containerPort: 15014
            - containerPort: 9901
    `,
    		},
    		{
    			desc:  "UpdateLeaf",
    			path:  `spec.template.spec.containers.[name:galley].ports.[containerPort:15014].containerPort`,
    			value: `22222`,
    			want: `
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 29 08:32:11 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/nodeports/node_ports_test.go

    				{
    					ContainerPort: 8012,
    					HostPort:      8012,
    					Protocol:      v1.ProtocolTCP,
    				}}).ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8013,
    					HostPort:      8013,
    					Protocol:      v1.ProtocolTCP,
    				},
    				{
    					ContainerPort: 8014,
    					HostPort:      8014,
    					Protocol:      v1.ProtocolTCP,
    				}}).ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8015,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 11:02:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. pkg/api/pod/warnings_test.go

    					{
    						Name: "foo1",
    						Ports: []api.ContainerPort{
    							{ContainerPort: 80, HostPort: 80, Protocol: api.ProtocolUDP},
    							{ContainerPort: 180, HostPort: 80, Protocol: api.ProtocolUDP},
    							{ContainerPort: 80, HostPort: 80, Protocol: api.ProtocolUDP},
    						},
    					},
    					{
    						Name: "foo",
    						Ports: []api.ContainerPort{
    							{ContainerPort: 80, HostPort: 80, Protocol: api.ProtocolUDP},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  5. pkg/probe/util_test.go

    		wantErr bool
    	}{
    		{
    			name: "get port from exist port name",
    			args: args{
    				container: &v1.Container{
    					Ports: []v1.ContainerPort{
    						{
    							Name:          "foo",
    							ContainerPort: 8080,
    						},
    						{
    							Name:          "bar",
    							ContainerPort: 9000,
    						},
    					},
    				},
    				portName: "foo",
    			},
    			want:    8080,
    			wantErr: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 06:14:41 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/testdata/basic.yaml

              - --port=3333
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

              - --version=v-istio
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 8090
            - containerPort: 9000
            - containerPort: 9090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/testdata/two-workloads-one-nosidecar.yaml

              - --port=3333
              - --version=v1
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

              - --port=3333
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions.yaml

              - --port=3333
              - --version=bar
              - --istio-version=1.9.0
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top