Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 131 for HostIP (0.53 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/hostip.go

    package v1
    
    // HostIPApplyConfiguration represents an declarative configuration of the HostIP type for use
    // with apply.
    type HostIPApplyConfiguration struct {
    	IP *string `json:"ip,omitempty"`
    }
    
    // HostIPApplyConfiguration constructs an declarative configuration of the HostIP type for use with
    // apply.
    func HostIP() *HostIPApplyConfiguration {
    	return &HostIPApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:43:16 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/containerport.go

    	return b
    }
    
    // WithHostIP sets the HostIP field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the HostIP field is set to the value of the last call.
    func (b *ContainerPortApplyConfiguration) WithHostIP(value string) *ContainerPortApplyConfiguration {
    	b.HostIP = &value
    	return b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/config/config.go

    	}
    	// Detect whether IPv6 is enabled by checking if the pod's IP address is IPv4 or IPv6.
    	// TODO remove this check, it will break with more than one pod IP
    	hostIP, isIPv6, err := getLocalIP(c.DualStack)
    	if err != nil {
    		return err
    	}
    
    	c.HostIP = hostIP
    	c.EnableIPv6 = isIPv6
    
    	// Lookup DNS nameservers. We only do this if DNS is enabled in case of some obscure theoretical
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    
    	// IP address of the host to which the carp is assigned. Empty if not yet scheduled.
    	// +optional
    	HostIP string `json:"hostIP,omitempty" protobuf:"bytes,5,opt,name=hostIP"`
    	// IP address allocated to the carp. Routable at least within the cluster.
    	// Empty if not yet allocated.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.namespace
                - name: HOST_IP
                  valueFrom:
                    fieldRef:
                      fieldPath: status.hostIP
              resources:
                requests:
                  cpu: 50m
                limits:
                  memory: 30Mi
              volumeMounts:
    __EXTRA_VOL_MNTS__
                - mountPath: /var/run/secrets/tokens
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/example/v1/types.go

    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    
    	// IP address of the host to which the pod is assigned. Empty if not yet scheduled.
    	// +optional
    	HostIP string `json:"hostIP,omitempty" protobuf:"bytes,5,opt,name=hostIP"`
    	// IP address allocated to the pod. Routable at least within the cluster.
    	// Empty if not yet allocated.
    	// +optional
    	PodIP string `json:"podIP,omitempty" protobuf:"bytes,6,opt,name=podIP"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml

            reason: Error
            startedAt: '2019-07-08T09:38:54Z'
        name: name
        ready: true
        restartCount: 6
        state:
          running:
            startedAt: '2019-07-08T09:41:59Z'
      hostIP: 10.0.0.1
      phase: Running
      podIP: 10.0.0.1
      qosClass: BestEffort
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/pod.yaml

            reason: Error
            startedAt: '2019-07-08T09:38:54Z'
        name: name
        ready: true
        restartCount: 6
        state:
          running:
            startedAt: '2019-07-08T09:41:59Z'
      hostIP: 10.0.0.1
      phase: Running
      podIP: 10.0.0.1
      qosClass: BestEffort
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 25 19:51:58 UTC 2019
    - 2.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/testdata/pod.json

                    "state": {
                        "running": {
                            "startedAt": "2021-02-18T09:46:19Z"
                        }
                    }
                }
            ],
            "hostIP": "10.223.96.100",
            "phase": "Running",
            "podIP": "10.224.98.9",
            "podIPs": [
                {
                    "ip": "10.224.98.9"
                }
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 18 15:31:52 UTC 2021
    - 6.4K bytes
    - Viewed (0)
  10. pkg/envoy/proxy.go

    		}
    	}
    
    	if e.Concurrency > 0 {
    		startupArgs = append(startupArgs, "--concurrency", fmt.Sprint(e.Concurrency))
    	}
    
    	return startupArgs
    }
    
    var HostIP = os.Getenv("HOST_IP")
    
    // readBootstrapToJSON reads a config file, in YAML or JSON, and returns JSON string
    func readBootstrapToJSON(fname string) (string, error) {
    	b, err := os.ReadFile(fname)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top