Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 248 for SubDomain (0.14 sec)

  1. pkg/controller/statefulset/stateful_set_utils.go

    	updateIdentity(set, pod)
    	// Set these immutable fields only on initial Pod creation, not updates.
    	pod.Spec.Hostname = pod.Name
    	pod.Spec.Subdomain = set.Spec.ServiceName
    }
    
    // updateIdentity updates pod's name, hostname, and subdomain, and StatefulSetPodNameLabel to conform to set's name
    // and headless service.
    func updateIdentity(set *apps.StatefulSet, pod *v1.Pod) {
    	ordinal := getOrdinal(pod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  2. pkg/apis/storage/types.go

    // node.
    type CSIStorageCapacity struct {
    	metav1.TypeMeta
    	// Standard object's metadata. The name has no particular meaning. It must be
    	// be a DNS subdomain (dots allowed, 253 characters). To ensure that
    	// there are no conflicts with other CSI drivers on the cluster, the recommendation
    	// is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1/types.go

    // node.
    type CSIStorageCapacity struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Standard object's metadata.
    	// The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters).
    	// To ensure that there are no conflicts with other CSI drivers on the cluster,
    	// the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

              runAsUserName: runAsUserNameValue
          serviceAccount: serviceAccountValue
          serviceAccountName: serviceAccountNameValue
          setHostnameAsFQDN: true
          shareProcessNamespace: true
          subdomain: subdomainValue
          terminationGracePeriodSeconds: 4
          tolerations:
          - effect: effectValue
            key: keyValue
            operator: operatorValue
            tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

            runAsUserName: runAsUserNameValue
        serviceAccount: serviceAccountValue
        serviceAccountName: serviceAccountNameValue
        setHostnameAsFQDN: true
        shareProcessNamespace: true
        subdomain: subdomainValue
        terminationGracePeriodSeconds: 4
        tolerations:
        - effect: effectValue
          key: keyValue
          operator: operatorValue
          tolerationSeconds: 5
          value: valueValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.yaml

              runAsUserName: runAsUserNameValue
          serviceAccount: serviceAccountValue
          serviceAccountName: serviceAccountNameValue
          setHostnameAsFQDN: true
          shareProcessNamespace: true
          subdomain: subdomainValue
          terminationGracePeriodSeconds: 4
          tolerations:
          - effect: effectValue
            key: keyValue
            operator: operatorValue
            tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              runAsUserName: runAsUserNameValue
          serviceAccount: serviceAccountValue
          serviceAccountName: serviceAccountNameValue
          setHostnameAsFQDN: true
          shareProcessNamespace: true
          subdomain: subdomainValue
          terminationGracePeriodSeconds: 4
          tolerations:
          - effect: effectValue
            key: keyValue
            operator: operatorValue
            tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
Back to top