Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for NodeName (0.39 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			Conditions: discovery.EndpointConditions{Ready: ptr.To(true)},
    			NodeName:   ptr.To(testHostname),
    		}, {
    			Addresses:  []string{"10.0.1.2"},
    			Conditions: discovery.EndpointConditions{Ready: ptr.To(true)},
    			NodeName:   ptr.To(testHostname),
    		}, {
    			Addresses:  []string{"10.0.1.3"},
    			Conditions: discovery.EndpointConditions{Ready: ptr.To(true)},
    			NodeName:   ptr.To(testHostname),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	}
    	// During endpoint update, verify that NodeName is a DNS subdomain and transition rules allow the update
    	if address.NodeName != nil {
    		for _, msg := range ValidateNodeName(*address.NodeName, false) {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("nodeName"), *address.NodeName, msg))
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	i -= len(m.DriverName)
    	copy(dAtA[i:], m.DriverName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.DriverName)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.NodeName)
    	copy(dAtA[i:], m.NodeName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.NodeName)))
    	i--
    	dAtA[i] = 0x12
    	{
    		size, err := m.ObjectMeta.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    		i -= size
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// This field should not be used to express a desire for the pod to be scheduled on a specific node.
    	// https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
    	// +optional
    	NodeName string `json:"nodeName,omitempty" protobuf:"bytes,10,opt,name=nodeName"`
    	// Host networking requested for this pod. Use the host's network namespace.
    	// If this option is set, the ports that will be used must be specified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                - name: WAIT_FOR_DATASTORE
                  value: "true"
                # Set based on the k8s node name.
                - name: NODENAME
                  valueFrom:
                    fieldRef:
                      fieldPath: spec.nodeName
                # Choose the backend to use.
                - name: CALICO_NETWORKING_BACKEND
                  valueFrom:
                    configMapKeyRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"automountServiceAccountToken":  "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. pkg/apis/core/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_EndpointAddress_To_core_EndpointAddress(in *v1.EndpointAddress, out *core.EndpointAddress, s conversion.Scope) error {
    	out.IP = in.IP
    	out.Hostname = in.Hostname
    	out.NodeName = (*string)(unsafe.Pointer(in.NodeName))
    	out.TargetRef = (*core.ObjectReference)(unsafe.Pointer(in.TargetRef))
    	return nil
    }
    
    // Convert_v1_EndpointAddress_To_core_EndpointAddress is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool automountServiceAccountToken = 21;
    
      // NodeName is a request to schedule this pod onto a specific node. If it is non-empty,
      // the scheduler simply schedules this pod onto that node, assuming that it fits resource
      // requirements.
      // +optional
      optional string nodeName = 10;
    
      // Host networking requested for this pod. Use the host's network namespace.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// This field should not be used to express a desire for the pod to be scheduled on a specific node.
    	// https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
    	// +optional
    	NodeName string
    	// SecurityContext holds pod-level security attributes and common container settings.
    	// Optional: Defaults to empty.  See type description for default values of each field.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // This field should not be used to express a desire for the pod to be scheduled on a specific node.
      // https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
      // +optional
      optional string nodeName = 10;
    
      // Host networking requested for this pod. Use the host's network namespace.
      // If this option is set, the ports that will be used must be specified.
      // Default to false.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top