Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for _encapsulate (0.17 sec)

  1. guava/src/com/google/common/net/InetAddresses.java

        return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6));
      }
    
      /**
       * A simple immutable data class to encapsulate the information to be found in a Teredo address.
       *
       * <p>All of the fields in this class are encoded in various portions of the IPv6 address as part
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  2. cmd/kubelet/app/options/options.go

    	// --authorization-mode
    	kc.Authorization.Mode = kubeletconfig.KubeletAuthorizationModeAlwaysAllow
    	// --read-only-port
    	kc.ReadOnlyPort = ports.KubeletReadOnlyPort
    }
    
    // KubeletServer encapsulates all of the parameters necessary for starting up
    // a kubelet. These can either be set via command line or directly.
    type KubeletServer struct {
    	KubeletFlags
    	kubeletconfig.KubeletConfiguration
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top