Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for setHostnameAsFQDN (0.45 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Overhead = *(*core.ResourceList)(unsafe.Pointer(&in.Overhead))
    	out.TopologySpreadConstraints = *(*[]core.TopologySpreadConstraint)(unsafe.Pointer(&in.TopologySpreadConstraints))
    	out.SetHostnameAsFQDN = (*bool)(unsafe.Pointer(in.SetHostnameAsFQDN))
    	out.OS = (*core.PodOS)(unsafe.Pointer(in.OS))
    	// INFO: in.HostUsers opted out of conversion generation
    	out.SchedulingGates = *(*[]core.PodSchedulingGate)(unsafe.Pointer(&in.SchedulingGates))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// If a pod does not have FQDN, this has no effect.
    	// Default to false.
    	// +optional
    	SetHostnameAsFQDN *bool `json:"setHostnameAsFQDN,omitempty" protobuf:"varint,35,opt,name=setHostnameAsFQDN"`
    	// Specifies the OS of the containers in the pod.
    	// Some pod and container fields are restricted if this is set.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // If a pod does not have FQDN, this has no effect.
      // Default to false.
      // +optional
      optional bool setHostnameAsFQDN = 35;
    
      // Specifies the OS of the containers in the pod.
      // Some pod and container fields are restricted if this is set.
      //
      // If the OS field is set to linux, the following fields must be unset:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// If a pod does not have FQDN, this has no effect.
    	// +optional
    	SetHostnameAsFQDN *bool
    	// If specified, the pod's scheduling constraints
    	// +optional
    	Affinity *Affinity
    	// If specified, the pod will be dispatched by specified scheduler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"setHostnameAsFQDN":             "If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname)....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // If a pod does not have FQDN, this has no effect.
      // Default to false.
      // +optional
      optional bool setHostnameAsFQDN = 35;
    
      // Specifies the OS of the containers in the pod.
      // Some pod and container fields are restricted if this is set.
      //
      // If the OS field is set to linux, the following fields must be unset:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "setHostnameAsFQDN": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top