Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for findOne (6.16 sec)

  1. cni/pkg/nodeagent/net.go

    	s.ztunnelServer.Close()
    }
    
    func (s *NetServer) rescanPod(pod *corev1.Pod) error {
    	// this can happen if the pod was dynamically added to the mesh after it was created.
    	// in that case, try finding the netns using procfs.
    	filter := map[types.UID]*corev1.Pod{
    		pod.UID: pod,
    	}
    	return s.scanProcForPodsAndCache(filter)
    }
    
    func (s *NetServer) getOrOpenNetns(pod *corev1.Pod, netNs string) (Netns, error) {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 12.2K bytes
    - Viewed (1)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
      // The resourceRequirements of an init container are taken into account during scheduling
      // by finding the highest request/limit for each resource type, and then using the max of
      // of that value or the sum of the normal containers. Limits are applied to init containers
      // in a similar fashion.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top