Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ParseCIDR (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

    - Removed deprecated `--seccomp-profile-root`/`seccompProfileRoot` config. ([#103941](https://github.com/kubernetes/kubernetes/pull/103941), [@saschagrunert](https://github.com/saschagrunert))
    - Since golang 1.17 both net.ParseIP and net.ParseCIDR rejects leading zeros in the dot-decimal notation of IPv4 addresses,
      Kubernetes will keep allowing leading zeros on IPv4 address to not break the compatibility.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net, func LookupPort(string, string) (int, error)
    pkg net, func LookupSRV(string, string, string) (string, []*SRV, error)
    pkg net, func LookupTXT(string) ([]string, error)
    pkg net, func ParseCIDR(string) (IP, *IPNet, error)
    pkg net, func ParseIP(string) IP
    pkg net, func ParseMAC(string) (HardwareAddr, error)
    pkg net, func Pipe() (Conn, Conn)
    pkg net, func ResolveIPAddr(string, string) (*IPAddr, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top