Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 415 for host_1 (0.17 sec)

  1. pkg/controller/daemon/util/daemonset_util_test.go

    									{
    										Key:      metav1.ObjectNameField,
    										Operator: v1.NodeSelectorOpIn,
    										Values:   []string{"host_1", "host_2"},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			hostname: "host_1",
    			expected: &v1.Affinity{
    				NodeAffinity: &v1.NodeAffinity{
    					RequiredDuringSchedulingIgnoredDuringExecution: &v1.NodeSelector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. 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)
  3. tensorflow/compiler/mlir/tensorflow/transforms/cluster_tf_ops_pass.cc

    // host_A that consumes the result of an operation placed on host_B, then there
    // does not exist any operation placed on host_B that conumes any result of any
    // operation placed on host_A.
    
    #include <optional>
    
    #include "mlir/IR/Builders.h"
    #include "mlir/Pass/Pass.h"
    #include "absl/strings/str_cat.h"
    #include "llvm/ADT/StringRef.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/volumezone/volume_zone_test.go

    				ObjectMeta: metav1.ObjectMeta{
    					Name:   "host1",
    					Labels: map[string]string{v1.LabelFailureDomainBetaZone: "us-west1-a"},
    				},
    			},
    			wantPreFilterStatus: framework.NewStatus(framework.Skip),
    		},
    		{
    			name: "node without labels",
    			Pod:  createPodWithVolume("pod_1", "PVC_1"),
    			Node: &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "host1",
    				},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 14 05:17:04 UTC 2023
    - 20K bytes
    - Viewed (0)
  5. src/net/testdata/hosts

    Mikio Hara <******@****.***> 1448593571 +0900
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 04 02:50:00 UTC 2015
    - 242 bytes
    - Viewed (0)
  6. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

                      "--agent-identifiers=ipv4=$(HOST_IP)"
                      ]
              env:
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.name
                - name: POD_NAMESPACE
                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.namespace
                - name: HOST_IP
                  valueFrom:
                    fieldRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/util/hosts.go

    	}
    }
    
    // ConvertHostToFQDN returns the given host as a FQDN, if it isn't already.
    func ConvertHostToFQDN(namespace resource.Namespace, host string) string {
    	fqdn := host
    	// Convert to FQDN only if host is not a wildcard or a FQDN
    	if !strings.HasPrefix(host, "*") &&
    		!strings.Contains(host, ".") {
    		fqdn = host + "." + string(namespace) + "." + DefaultClusterLocalDomain
    	}
    	return fqdn
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 28 04:57:33 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  8. istioctl/pkg/workload/testdata/vmconfig/ipv4/hosts.golden

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 41 bytes
    - Viewed (0)
  9. src/net/hosts.go

    			}
    		}
    	}
    	// Update the data cache.
    	hosts.expire = now.Add(cacheMaxAge)
    	hosts.path = hp
    	hosts.byName = hs
    	hosts.byAddr = is
    	hosts.mtime = mtime
    	hosts.size = size
    }
    
    // lookupStaticHost looks up the addresses and the canonical name for the given host from /etc/hosts.
    func lookupStaticHost(host string) ([]string, string) {
    	hosts.Lock()
    	defer hosts.Unlock()
    	readHosts()
    	if len(hosts.byName) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. releasenotes/notes/zipkin-datadog-host-ip-interpretation.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
      - 27911
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 19 16:14:50 UTC 2020
    - 177 bytes
    - Viewed (0)
Back to top