Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hostNetwork (0.54 sec)

  1. pkg/apis/core/validation/validation_test.go

    			ServiceAccountName:    "acct",
    		},
    		"populate HostNetwork": {
    			Containers: []core.Container{
    				{Name: "ctr", Image: "image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: "File",
    					Ports: []core.ContainerPort{
    						{HostPort: 8080, ContainerPort: 8080, Protocol: "TCP"}},
    				},
    			},
    			SecurityContext: &core.PodSecurityContext{
    				HostNetwork: true,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "hostPort": {
                "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
                "format": "int32",
                "type": "integer"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top