def IsRfc1035Name()

in container_agent/run_containers.py [0:0]


def IsRfc1035Name(name):
    return RE_RFC1035_NAME.match(name)