Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 75 of 75 for modzip (0.56 sec)

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

    	// all PodIPs must be valid IPs
    	for i, podIP := range pod.Status.PodIPs {
    		allErrs = append(allErrs, validation.IsValidIP(podIPsField.Index(i), podIP.IP)...)
    	}
    
    	// if we have more than one Pod.PodIP then
    	// - validate for dual stack
    	// - validate for duplication
    	if len(pod.Status.PodIPs) > 1 {
    		podIPs := make([]string, 0, len(pod.Status.PodIPs))
    		for _, podIP := range pod.Status.PodIPs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    										Default: map[string]interface{}{},
    										Ref:     ref("k8s.io/api/core/v1.HostIP"),
    									},
    								},
    							},
    						},
    					},
    					"podIP": {
    						SchemaProps: spec.SchemaProps{
    							Description: "podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "string"
            },
            "podIP": {
              "description": "podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.",
              "type": "string"
            },
            "podIPs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

                ],
                "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs."
              },
              "resourceFieldRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ResourceFieldSelector"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                ],
                "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs."
              },
              "resourceFieldRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ResourceFieldSelector"
                  }
    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